##// END OF EJS Templates
hgweb: Added archive download buttons to manifest page.
hgweb: Added archive download buttons to manifest page.

File last commit:

r1416:19d2776f default
r1498:78590fb4 default
Show More
filerevision.tmpl
38 lines | 864 B | application/x-cheetah | CheetahLexer
mpm@selenic.com
Prettify the web interface...
r142 #header#
mpm@selenic.com
hgweb: add template filters, template style maps, and raw pages...
r201 <title>#repo|escape#:#file#</title>
mpm@selenic.com
Prettify the web interface...
r142 </head>
mpm@selenic.com
Revamped templated hgweb
r138 <body>
jake@edge2.net
fixed problem with head/body tags, added dtd, fixed table attributes...
r154 <div class="buttons">
Matt Mackall
hgweb: shorten all the URLs in the standard templates...
r1410 <a href="?cl=#rev#">changelog</a>
<a href="?tags=">tags</a>
<a href="?cs=#node|short#">changeset</a>
<a href="?mf=#manifest|short#;path=#path#">manifest</a>
<a href="?fl=#filenode|short#;file=#file#">revisions</a>
<a href="?fa=#filenode|short#;file=#file#">annotate</a>
Matt Mackall
hgweb: make viewing of non-text work in hgweb...
r1411 <a href="?f=#filenode|short#;file=#file#;style=raw">raw</a>
mpm@selenic.com
Prettify the web interface...
r142 </div>
mpm@selenic.com
Revamped templated hgweb
r138
Matt Mackall
hgweb: remove various manifest and file hashes from display
r1370 <h2>#file#</h2>
mpm@selenic.com
Revamped templated hgweb
r138
<table>
<tr>
mpm@selenic.com
Hide most revision numbers in hgweb
r167 <td class="metatag">changeset #rev#:</td>
Matt Mackall
hgweb: shorten all the URLs in the standard templates...
r1410 <td><a href="?cs=#node|short#">#node|short#</a></td></tr>
Benoit Boissinot
hgweb: hide trivial parent (like in show_changeset)
r1416 #parent%filerevparent#
mpm@selenic.com
Revamped templated hgweb
r138 <tr>
jake@edge2.net
fixed problem with head/body tags, added dtd, fixed table attributes...
r154 <td class="metatag">author:</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 class="metatag">date:</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
hgweb: add file permissions...
r359 <tr>
<td class="metatag">permissions:</td>
<td>#permissions|permissions#</td></tr>
mpm@selenic.com
Revamped templated hgweb
r138 </table>
<pre>
Josef "Jeff" Sipek
hgweb: Changed file page to list format syntax
r976 #text%fileline#
mpm@selenic.com
Revamped templated hgweb
r138 </pre>
mpm@selenic.com
Prettify the web interface...
r142 #footer#