##// END OF EJS Templates
Remove temporary git patch files
Remove temporary git patch files

File last commit:

r2684:783220e5 default
r3056:6848528f default
Show More
shortlog-gitweb.tmpl
32 lines | 1.0 KiB | application/x-cheetah | CheetahLexer
/ templates / shortlog-gitweb.tmpl
Josef "Jeff" Sipek
[hgweb] Initial import of the "gitweb" style
r1572 #header#
Josef "Jeff" Sipek
[hgweb] Implemented shortlog (gitweb templates only)
r2684 <title>#repo|escape#: Shortlog</title>
<link rel="alternate" type="application/rss+xml"
href="?cmd=changelog;style=rss" title="RSS feed for #repo|escape#">
</head>
<body>
<div class="page_header">
<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
</div>
Josef "Jeff" Sipek
[hgweb] Initial import of the "gitweb" style
r1572
Josef "Jeff" Sipek
[hgweb] Implemented shortlog (gitweb templates only)
r2684 <form action="#">
<div class="search">
<input type="hidden" name="repo" value="#repo|escape#" />
<input type="hidden" name="style" value="gitweb" />
<input type="hidden" name="cmd" value="changelog" />
<input type="text" name="rev" />
</div>
</form>
</div>
Josef "Jeff" Sipek
[hgweb] Initial import of the "gitweb" style
r1572 <div class="page_nav">
Josef "Jeff" Sipek
[hgweb] Implemented shortlog (gitweb templates only)
r2684 <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/>
Josef "Jeff" Sipek
[hgweb] Fixed up gitweb templates...
r2683 <br/>
Josef "Jeff" Sipek
[hgweb] Initial import of the "gitweb" style
r1572
Josef "Jeff" Sipek
[hgweb] Implemented shortlog (gitweb templates only)
r2684 #changenav%navshortentry#<br/>
Josef "Jeff" Sipek
[hgweb] Initial import of the "gitweb" style
r1572 </div>
<table cellspacing="0">
Josef "Jeff" Sipek
[hgweb] Implemented shortlog (gitweb templates only)
r2684 #entries%shortlogentry#
Josef "Jeff" Sipek
[hgweb] Initial import of the "gitweb" style
r1572 </table>
#footer#