comparison templates/shortlog-gitweb.tmpl @ 2684:783220e5d2d1

[hgweb] Implemented shortlog (gitweb templates only)
author Josef "Jeff" Sipek <jeffpc@josefsipek.net>
date Mon, 24 Jul 2006 20:56:30 -0400
parents 8a798185809d
children 48395d2692de
comparison
equal deleted inserted replaced
2683:8a798185809d 2684:783220e5d2d1
1 #header# 1 #header#
2 <title>#repo|escape#: Shortlog</title>
3 <link rel="alternate" type="application/rss+xml"
4 href="?cmd=changelog;style=rss" title="RSS feed for #repo|escape#">
5 </head>
6 <body>
2 7
8 <div class="page_header">
9 <a href="http://www.selenic.com/mercurial/" title="Mercurial"><div style="float:right;">Mercurial</div></a><a href="?cmd=summary;style=gitweb">#repo|escape#</a> / shortlog
10 </div>
11
12 <form action="#">
13 <div class="search">
14 <input type="hidden" name="repo" value="#repo|escape#" />
15 <input type="hidden" name="style" value="gitweb" />
16 <input type="hidden" name="cmd" value="changelog" />
17 <input type="text" name="rev" />
18 </div>
19 </form>
20 </div>
3 <div class="page_nav"> 21 <div class="page_nav">
4 <a href="?cmd=summary;style=gitweb">summary</a> | <a href="?cmd=changelog;style=gitweb">log</a> | <a href="?cmd=tags;style=gitweb">tags</a> | <a href="?cmd=manifest;manifest=#manifest#;path=/;style=gitweb">manifest</a>#archives%archiveentry# 22 <a href="?cmd=summary;style=gitweb">summary</a> | shortlog | <a href="?cmd=changelog;rev=#rev#;style=gitweb">changelog</a> | <a href="?cmd=tags;style=gitweb">tags</a> | <a href="?cmd=manifest;manifest=#manifest#;path=/;style=gitweb">manifest</a>#archives%archiveentry#<br/>
5 <br/> 23 <br/>
6 24
7 #changenav%naventry#<br/> 25 #changenav%navshortentry#<br/>
8 </div> 26 </div>
9 27
10 <table cellspacing="0"> 28 <table cellspacing="0">
11 #entries# 29 #entries%shortlogentry#
12 </table> 30 </table>
13 31
14 #footer# 32 #footer#