##// END OF EJS Templates
hgweb: fix NWI parsing when hgwebdir isn't at /
hgweb: fix NWI parsing when hgwebdir isn't at /

File last commit:

r3265:d1aa83f1 default
r3272:10277edf default
Show More
filelogentry.tmpl
25 lines | 688 B | application/x-cheetah | CheetahLexer
Thomas Arendsen Hein
hgweb: Synchronised filelogentry to changelogentry.
r2132 <table class="logEntry parity#parity#">
<tr>
<th class="age">#date|age# ago:</th>
Brendan Cully
Update templates to use NewWebInterface
r3265 <th class="firstline"><a href="#url#rev/#node|short#">#desc|strip|firstline|escape#</a></th>
Thomas Arendsen Hein
hgweb: Synchronised filelogentry to changelogentry.
r2132 </tr>
<tr>
<th class="revision">revision #filerev#:</td>
<td class="node">
Brendan Cully
Update templates to use NewWebInterface
r3265 <a href="#url#file/#node|short#/#file|urlescape#">#node|short#</a>
<a href="#url#diff/#node|short#/#file|urlescape#">(diff)</a>
<a href="#url#annotate/#node|short#/#file|urlescape#">(annotate)</a>
Thomas Arendsen Hein
hgweb: Synchronised filelogentry to changelogentry.
r2132 </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>
mpm@selenic.com
Prettify the web interface...
r142 </table>
mpm@selenic.com
Revamped templated hgweb
r138