Follow upstream changes -- Bytestring updates
[git-darcs-import.git] / tools / cgi / xslt / errors.xml
blob0e55b856ff40b3f119bcaecd6c662251ec797e48
1 <!--
2   HTML templates for all potential error pages.  Each <error> element
3   should contain all of the HTML <body> content to be output if that
4   error occurs
5 -->
6 <errors>
7   <error type="invalid-command" title="Invalid command">
8     <h1>Invalid command</h1>
10     <p>
11       The requested command is invalid.
12     </p>
13   </error>
15   <error type="invalid-repository" title="Invalid repository">
16     <h1>Invalid repository</h1>
18     <p>
19       The requested repository does not exist on this server.
20     </p>
21   </error>
22 </errors>