##// END OF EJS Templates
hgweb: format page_nav of gitweb/error.tmpl and add missing links
Yuya Nishihara -
r13862:4d0a7d70 stable
parent child Browse files
Show More
@@ -1,25 +1,32 b''
1 1 {header}
2 2 <title>{repo|escape}: Error</title>
3 3 <link rel="alternate" type="application/atom+xml"
4 4 href="{url}atom-log" title="Atom feed for {repo|escape}"/>
5 5 <link rel="alternate" type="application/rss+xml"
6 6 href="{url}rss-log" title="RSS feed for {repo|escape}"/>
7 7 </head>
8 8 <body>
9 9
10 10 <div class="page_header">
11 11 <a href="http://mercurial.selenic.com/" title="Mercurial" style="float: right;">Mercurial</a><a href="{url}summary{sessionvars%urlparameter}">{repo|escape}</a> / error
12 12 </div>
13 13
14 14 <div class="page_nav">
15 <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}">files</a><br/>
15 <a href="{url}summary{sessionvars%urlparameter}">summary</a> |
16 <a href="{url}shortlog{sessionvars%urlparameter}">shortlog</a> |
17 <a href="{url}log{sessionvars%urlparameter}">changelog</a> |
18 <a href="{url}tags{sessionvars%urlparameter}">tags</a> |
19 <a href="{url}branches{sessionvars%urlparameter}">branches</a> |
20 <a href="{url}file/{node|short}{sessionvars%urlparameter}">files</a> |
21 <a href="{url}help{sessionvars%urlparameter}">help</a>
22 <br/>
16 23 </div>
17 24
18 25 <div class="page_body">
19 26 <br/>
20 27 <i>An error occurred while processing your request</i><br/>
21 28 <br/>
22 29 {error|escape}
23 30 </div>
24 31
25 32 {footer}
General Comments 0
You need to be logged in to leave comments. Login now