error.tmpl
25 lines
| 977 B
| application/x-cheetah
|
CheetahLexer
Brendan Cully
|
r3234 | #header# | ||
<title>#repo|escape#: Error</title> | ||||
Robert Bachmann
|
r5269 | <link rel="alternate" type="application/atom+xml" | ||
href="{url}atom-log" title="Atom feed for #repo|escape#"> | ||||
Brendan Cully
|
r3234 | <link rel="alternate" type="application/rss+xml" | ||
Brendan Cully
|
r3271 | href="{url}rss-log" title="RSS feed for #repo|escape#"> | ||
Brendan Cully
|
r3234 | </head> | ||
<body> | ||||
<div class="page_header"> | ||||
Thomas Arendsen Hein
|
r3363 | <a href="http://www.selenic.com/mercurial/" title="Mercurial"><div style="float:right;">Mercurial</div></a><a href="{url}summary{sessionvars%urlparameter}">#repo|escape#</a> / error | ||
Brendan Cully
|
r3234 | </div> | ||
<div class="page_nav"> | ||||
Thomas Arendsen Hein
|
r3363 | <a href="{url}summary{sessionvars%urlparameter}">summary</a> | <a href="{url}shortlog{sessionvars%urlparameter}">shortlog</a> | <a href="{url}log{sessionvars%urlparameter}">changelog</a> | <a href="{url}tags{sessionvars%urlparameter}">tags</a> | <a href="{url}file/#node|short#{sessionvars%urlparameter}">manifest</a><br/> | ||
Brendan Cully
|
r3234 | </div> | ||
Brendan Cully
|
r3357 | <div class="page_body"> | ||
Brendan Cully
|
r3234 | <br/> | ||
<i>An error occured while processing your request</i><br/> | ||||
<br/> | ||||
Brendan Cully
|
r3357 | {error|escape} | ||
Brendan Cully
|
r3234 | </div> | ||
#footer# | ||||