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

File last commit:

r1498:78590fb4 default
r1498:78590fb4 default
Show More
manifest.tmpl
22 lines | 514 B | application/x-cheetah | CheetahLexer
mpm@selenic.com
Prettify the web interface...
r142 #header#
mpm@selenic.com
Show nice short hashes in hgweb...
r375 <title>#repo|escape#: manifest #manifest|short#</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>
Thomas Arendsen Hein
hgweb: Added archive download buttons to manifest page.
r1498 #archives%archiveentry#
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>manifest for changeset #node|short#: #path#</h2>
mpm@selenic.com
Revamped templated hgweb
r138
mpm@selenic.com
hgweb: add file permissions...
r359 <table cellpadding="0" cellspacing="0">
<tr class="parity1">
<td><tt>drwxr-xr-x</tt>&nbsp;
Matt Mackall
hgweb: shorten all the URLs in the standard templates...
r1410 <td><a href="?mf=#manifest|short#;path=#up#">[up]</a>
Josef "Jeff" Sipek
hgweb: Changed manifest page to list format syntax
r979 #dentries%manifestdirentry#
#fentries%manifestfileentry#
mpm@selenic.com
hgweb: add file permissions...
r359 </table>
jake@edge2.net
changed pos to rev for changelog cmd, changed & to ;
r153 #footer#