##// END OF EJS Templates
hgweb: minor improvements for new web style...
hgweb: minor improvements for new web style - make renamelink take a context - pass current node to shortlog page rather than tip - pass user/desc/date/rename to filediff - improve template error reporting for foo%bar

File last commit:

r6177:673d8a6b default
r6434:62e0bb41 default
Show More
manifest.tmpl
26 lines | 742 B | application/x-cheetah | CheetahLexer
mpm@selenic.com
Prettify the web interface...
r142 #header#
Thomas Arendsen Hein
Renamed "manifest" to "files" in web templates....
r6177 <title>#repo|escape#: files for changeset #node|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">
Thomas Arendsen Hein
hgweb: Apply the new method of passing session variables to links.
r3363 <a href="#url#log/#rev#{sessionvars%urlparameter}">changelog</a>
<a href="#url#shortlog/#rev#{sessionvars%urlparameter}">shortlog</a>
<a href="#url#tags{sessionvars%urlparameter}">tags</a>
<a href="#url#rev/#node|short#{sessionvars%urlparameter}">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
Thomas Arendsen Hein
Renamed "manifest" to "files" in web templates....
r6177 <h2>files 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">
Josef "Jeff" Sipek
hgweb: manifest: pass parity for the '[up]' link
r4458 <tr class="parity#upparity#">
mpm@selenic.com
hgweb: add file permissions...
r359 <td><tt>drwxr-xr-x</tt>&nbsp;
Matt Mackall
hgweb: add file sizes to manifest browsing
r3305 <td>&nbsp;
Thomas Arendsen Hein
hgweb: Show date of last change for each file in manifest
r5273 <td>&nbsp;
Thomas Arendsen Hein
hgweb: Apply the new method of passing session variables to links.
r3363 <td><a href="#url#file/#node|short##up|urlescape#{sessionvars%urlparameter}">[up]</a>
Matt Mackall
hgweb: add file sizes to manifest browsing
r3305 </tr>
Thomas Arendsen Hein
Renamed "manifest" to "files" in web templates....
r6177 #dentries%direntry#
#fentries%fileentry#
mpm@selenic.com
hgweb: add file permissions...
r359 </table>
jake@edge2.net
changed pos to rev for changelog cmd, changed & to ;
r153 #footer#