##// 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
filelogentry.tmpl
25 lines | 736 B | application/x-cheetah | CheetahLexer
<table class="logEntry parity#parity#">
<tr>
<th class="age">#date|age# ago:</th>
<th class="firstline"><a href="#url#rev/#node|short#{getentries}">#desc|strip|firstline|escape#</a></th>
</tr>
<tr>
<th class="revision">revision #filerev#:</td>
<td class="node">
<a href="#url#file/#node|short#/#file|urlescape#{getentries}">#node|short#</a>
<a href="#url#diff/#node|short#/#file|urlescape#{getentries}">(diff)</a>
<a href="#url#annotate/#node|short#/#file|urlescape#{getentries}">(annotate)</a>
</td>
</tr>
#rename%filelogrename#
<tr>
<th class="author">author:</th>
<td class="author">#author|obfuscate#</td>
</tr>
<tr>
<th class="date">date:</th>
<td class="date">#date|date#</td>
</tr>
</table>