##// END OF EJS Templates
Add back elipsis to [OPTION] that was stolen by 56e8a54bf71d
Add back elipsis to [OPTION] that was stolen by 56e8a54bf71d

File last commit:

r5837:2580d418 default
r5940:7b222815 default
Show More
error.tmpl
25 lines | 970 B | application/x-cheetah | CheetahLexer
Brendan Cully
Move gitweb theme into subdirectory
r3234 #header#
<title>#repo|escape#: Error</title>
Robert Bachmann
Added support for the Atom syndication format
r5269 <link rel="alternate" type="application/atom+xml"
Kevin Christen
Fixed numerous XHTML problems that caused validation errors and warnings....
r5820 href="{url}atom-log" title="Atom feed for #repo|escape#"/>
Brendan Cully
Move gitweb theme into subdirectory
r3234 <link rel="alternate" type="application/rss+xml"
Kevin Christen
Fixed numerous XHTML problems that caused validation errors and warnings....
r5820 href="{url}rss-log" title="RSS feed for #repo|escape#"/>
Brendan Cully
Move gitweb theme into subdirectory
r3234 </head>
<body>
<div class="page_header">
Kevin Christen
Fixed numerous XHTML problems that caused validation errors and warnings....
r5820 <a href="http://www.selenic.com/mercurial/" title="Mercurial" style="float: right;">Mercurial</a><a href="{url}summary{sessionvars%urlparameter}">#repo|escape#</a> / error
Brendan Cully
Move gitweb theme into subdirectory
r3234 </div>
<div class="page_nav">
Thomas Arendsen Hein
hgweb: Apply the new method of passing session variables to links.
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
Move gitweb theme into subdirectory
r3234 </div>
Brendan Cully
gitweb: Add error text to error page
r3357 <div class="page_body">
Brendan Cully
Move gitweb theme into subdirectory
r3234 <br/>
Jesse Glick
Issue #880: Simple misspelling ('occured') in web error message.
r5837 <i>An error occurred while processing your request</i><br/>
Brendan Cully
Move gitweb theme into subdirectory
r3234 <br/>
Brendan Cully
gitweb: Add error text to error page
r3357 {error|escape}
Brendan Cully
Move gitweb theme into subdirectory
r3234 </div>
#footer#