##// END OF EJS Templates
add footer to old style
add footer to old style

File last commit:

r3363:ce8f31e0 default
r3411:5207cf64 default
Show More
changelog.tmpl
32 lines | 984 B | application/x-cheetah | CheetahLexer
Brendan Cully
Move gitweb theme into subdirectory
r3234 #header#
<title>#repo|escape#: Changelog</title>
<link rel="alternate" type="application/rss+xml"
Brendan Cully
hgweb: convert gitweb to NWI
r3271 href="{url}rss-log" title="RSS feed for #repo|escape#">
Brendan Cully
Move gitweb theme into subdirectory
r3234 </head>
<body>
<div class="page_header">
Thomas Arendsen Hein
hgweb: Apply the new method of passing session variables to links.
r3363 <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> / changelog
Brendan Cully
Move gitweb theme into subdirectory
r3234 </div>
Brendan Cully
hgweb: convert gitweb to NWI
r3271 <form action="{url}log">
Thomas Arendsen Hein
hgweb: Keep session variables (currently only style) in HTML forms, too....
r3362 {sessionvars%hiddenformentry}
Brendan Cully
Move gitweb theme into subdirectory
r3234 <div class="search">
<input type="text" name="rev" />
</div>
</form>
</div>
<div class="page_nav">
Thomas Arendsen Hein
hgweb: Apply the new method of passing session variables to links.
r3363 <a href="{url}summary{sessionvars%urlparameter}">summary</a> | <a href="{url}shortlog/#rev#{sessionvars%urlparameter}">shortlog</a> | changelog | <a href="{url}tags{sessionvars%urlparameter}">tags</a> | <a href="{url}file/#node|short#{sessionvars%urlparameter}">manifest</a>#archives%archiveentry#<br/>
Brendan Cully
Move gitweb theme into subdirectory
r3234 <br/>
#changenav%naventry#<br/>
</div>
#entries%changelogentry#
<div class="page_nav">
#changenav%naventry#<br/>
</div>
#footer#