##// END OF EJS Templates
Update templates to use NewWebInterface
Update templates to use NewWebInterface

File last commit:

r3265:d1aa83f1 default
r3265:d1aa83f1 default
Show More
fileannotate.tmpl
43 lines | 1.1 KiB | application/x-cheetah | CheetahLexer
mpm@selenic.com
Prettify the web interface...
r142 #header#
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 <title>#repo|escape#: #file|escape# annotate</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">
Brendan Cully
Update templates to use NewWebInterface
r3265 <a href="#url#log/#rev#">changelog</a>
<a href="#url#shortlog/#rev#">shortlog</a>
<a href="#url#tags">tags</a>
<a href="#url#rev/#node|short#">changeset</a>
<a href="#url#file/#node|short##path|urlescape#">manifest</a>
<a href="#url#file/#node|short#/#file|urlescape#">file</a>
<a href="#url#log/#node|short#/#file|urlescape#">revisions</a>
<a href="#url#raw-annotate/#node|short#/#file|urlescape#">raw</a>
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>Annotate #file|escape#</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>
Brendan Cully
Update templates to use NewWebInterface
r3265 <td><a href="#url#rev/#node|short#">#node|short#</a></td></tr>
Matt Mackall
hgweb: show copy/rename links in file history
r1653 #rename%filerename#
Benoit Boissinot
hgweb: hide trivial parent (like in show_changeset)
r1416 #parent%fileannotateparent#
Muli Ben-Yehuda
- duplicate the parent link logic to show child links...
r1606 #child%fileannotatechild#
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>
Thomas Arendsen Hein
Removed extra closing brace from date string.
r236 <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>
mpm@selenic.com
Prettify the web interface...
r142 <br/>
mpm@selenic.com
Revamped templated hgweb
r138
jake@edge2.net
fixed problem with head/body tags, added dtd, fixed table attributes...
r154 <table cellspacing="0" cellpadding="0">
Josef "Jeff" Sipek
hgweb: Changed annotate page to list format syntax
r977 #annotate%annotateline#
mpm@selenic.com
Revamped templated hgweb
r138 </table>
mpm@selenic.com
Prettify the web interface...
r142 #footer#