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