##// END OF EJS Templates
hgweb: Search templates in templatepath/style/map, too, using a common function....
hgweb: Search templates in templatepath/style/map, too, using a common function. This allows for web templates to be self-contained in a directory, which makes copying and modifying them easier.

File last commit:

r3271:36fa5db7 default
r3276:db9d2a62 default
Show More
changelog.tmpl
32 lines | 937 B | application/x-cheetah | CheetahLexer
#header#
<title>#repo|escape#: Changelog</title>
<link rel="alternate" type="application/rss+xml"
href="{url}rss-log" 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="{url}summary{getentries}">#repo|escape#</a> / changelog
</div>
<form action="{url}log">
<div class="search">
<input type="hidden" name="style" value="gitweb" />
<input type="text" name="rev" />
</div>
</form>
</div>
<div class="page_nav">
<a href="{url}summary{getentries}">summary</a> | <a href="{url}shortlog/#rev#{getentries}">shortlog</a> | changelog | <a href="{url}tags{getentries}">tags</a> | <a href="{url}file/#node|short#{getentries}">manifest</a>#archives%archiveentry#<br/>
<br/>
#changenav%naventry#<br/>
</div>
#entries%changelogentry#
<div class="page_nav">
#changenav%naventry#<br/>
</div>
#footer#