##// 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:

r3273:46188b95 default
r3276:db9d2a62 default
Show More
manifest.tmpl
23 lines | 653 B | application/x-cheetah | CheetahLexer
#header#
<title>#repo|escape#: manifest for changeset #node|short#</title>
</head>
<body>
<div class="buttons">
<a href="#url#log/#rev#{getentries}">changelog</a>
<a href="#url#shortlog/#rev#{getentries}">shortlog</a>
<a href="#url#tags{getentries}">tags</a>
<a href="#url#rev/#node|short#{getentries}">changeset</a>
#archives%archiveentry#
</div>
<h2>manifest for changeset #node|short#: #path|escape#</h2>
<table cellpadding="0" cellspacing="0">
<tr class="parity1">
<td><tt>drwxr-xr-x</tt>&nbsp;
<td><a href="#url#file/#node|short##up|urlescape#{getentries}">[up]</a>
#dentries%manifestdirentry#
#fentries%manifestfileentry#
</table>
#footer#