##// END OF EJS Templates
gitweb: shortlog: display nav links near the bottom
Josef "Jeff" Sipek -
r4461:3e679426 default
parent child Browse files
Show More
@@ -1,34 +1,38 b''
1 #header#
1 #header#
2 <title>#repo|escape#: Shortlog</title>
2 <title>#repo|escape#: Shortlog</title>
3 <link rel="alternate" type="application/rss+xml"
3 <link rel="alternate" type="application/rss+xml"
4 href="{url}rss-log" title="RSS feed for #repo|escape#">
4 href="{url}rss-log" title="RSS feed for #repo|escape#">
5 </head>
5 </head>
6 <body>
6 <body>
7
7
8 <div class="page_header">
8 <div class="page_header">
9 <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> / shortlog
9 <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> / shortlog
10 </div>
10 </div>
11
11
12 <form action="{url}log">
12 <form action="{url}log">
13 {sessionvars%hiddenformentry}
13 {sessionvars%hiddenformentry}
14 <div class="search">
14 <div class="search">
15 <input type="text" name="rev" />
15 <input type="text" name="rev" />
16 </div>
16 </div>
17 </form>
17 </form>
18 </div>
18 </div>
19 <div class="page_nav">
19 <div class="page_nav">
20 <a href="{url}summary{sessionvars%urlparameter}">summary</a> |
20 <a href="{url}summary{sessionvars%urlparameter}">summary</a> |
21 shortlog |
21 shortlog |
22 <a href="{url}log/#rev#{sessionvars%urlparameter}">changelog</a> |
22 <a href="{url}log/#rev#{sessionvars%urlparameter}">changelog</a> |
23 <a href="{url}tags{sessionvars%urlparameter}">tags</a> |
23 <a href="{url}tags{sessionvars%urlparameter}">tags</a> |
24 <a href="{url}file/#node|short#{sessionvars%urlparameter}">manifest</a>#archives%archiveentry#
24 <a href="{url}file/#node|short#{sessionvars%urlparameter}">manifest</a>#archives%archiveentry#
25 <br/>
25 <br/>
26 #changenav%navshortentry#<br/>
26 #changenav%navshortentry#<br/>
27 </div>
27 </div>
28
28
29 <div class="title">&nbsp;</div>
29 <div class="title">&nbsp;</div>
30 <table cellspacing="0">
30 <table cellspacing="0">
31 #entries%shortlogentry#
31 #entries%shortlogentry#
32 </table>
32 </table>
33
33
34 <div class="page_nav">
35 #changenav%navshortentry#
36 </div>
37
34 #footer#
38 #footer#
General Comments 0
You need to be logged in to leave comments. Login now