##// END OF EJS Templates
Merge with mpm
Merge with mpm

File last commit:

r3363:ce8f31e0 default
r4537:2f489b00 merge default
Show More
filelogentry.tmpl
25 lines | 792 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>
Thomas Arendsen Hein
hgweb: Apply the new method of passing session variables to links.
r3363 <th class="firstline"><a href="#url#rev/#node|short#{sessionvars%urlparameter}">#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">
Thomas Arendsen Hein
hgweb: Apply the new method of passing session variables to links.
r3363 <a href="#url#file/#node|short#/#file|urlescape#{sessionvars%urlparameter}">#node|short#</a>
<a href="#url#diff/#node|short#/#file|urlescape#{sessionvars%urlparameter}">(diff)</a>
<a href="#url#annotate/#node|short#/#file|urlescape#{sessionvars%urlparameter}">(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