##// END OF EJS Templates
[hgweb] Static content serving
[hgweb] Static content serving

File last commit:

r1653:e8a3df8b default
r1777:a2316878 default
Show More
filelogentry.tmpl
20 lines | 697 B | application/x-cheetah | CheetahLexer
jake@edge2.net
fixed problem with head/body tags, added dtd, fixed table attributes...
r154 <table class="parity#parity#" width="100%" cellspacing="0" cellpadding="0">
mpm@selenic.com
Revamped templated hgweb
r138 <tr>
mpm@selenic.com
hgweb: add template filters, template style maps, and raw pages...
r201 <td align="right" width="15%"><b>#date|age# ago:&nbsp;</b></td>
TK Soh
hgweb: add strip and rstrip filters to handle summary
r1445 <td><b><a href="?cs=#node|short#">#desc|strip|firstline|escape#</a></b></td></tr>
mpm@selenic.com
Revamped templated hgweb
r138 <tr>
mpm@selenic.com
Hide most revision numbers in hgweb
r167 <td align="right">revision #filerev#:&nbsp;</td>
Peter van Dijk
changed template escape filter, added urlescape filter; audited all templates for insertion bugs; added note to manifest.py about newlines in filenames
r1650 <td><a href="?f=#filenode|short#;file=#file|urlescape#">#filenode|short#</a>
<a href="?fd=#node|short#;file=#file|urlescape#">(diff)</a>
<a href="?fa=#filenode|short#;file=#file|urlescape#">(annotate)</a>
mpm@selenic.com
Revamped templated hgweb
r138 </td></tr>
Matt Mackall
hgweb: show copy/rename links in file history
r1653 #rename%filelogrename#
mpm@selenic.com
Revamped templated hgweb
r138 <tr>
jake@edge2.net
fixed problem with head/body tags, added dtd, fixed table attributes...
r154 <td align="right">author:&nbsp;</td>
mpm@selenic.com
hgweb: add template filters, template style maps, and raw pages...
r201 <td>#author|obfuscate#</td></tr>
mpm@selenic.com
Revamped templated hgweb
r138 <tr>
jake@edge2.net
fixed problem with head/body tags, added dtd, fixed table attributes...
r154 <td align="right">date:&nbsp;</td>
mpm@selenic.com
hgweb: add template filters, template style maps, and raw pages...
r201 <td>#date|date# (#date|age# ago)</td></tr>
mpm@selenic.com
Prettify the web interface...
r142 </table>
mpm@selenic.com
Revamped templated hgweb
r138