##// END OF EJS Templates
[hgweb] Shortlog template for default theme
[hgweb] Shortlog template for default theme

File last commit:

r1650:f2ebd525 default
r2686:d98eebc4 default
Show More
manifest.tmpl
22 lines | 531 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
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 <h2>manifest for changeset #node|short#: #path|escape#</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;
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="?mf=#manifest|short#;path=#up|urlescape#">[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#