comparison templates/fileannotate.tmpl @ 1650:f2ebd5251e88

changed template escape filter, added urlescape filter; audited all templates for insertion bugs; added note to manifest.py about newlines in filenames
author Peter van Dijk <peter@dataloss.nl>
date Sun, 29 Jan 2006 00:18:52 +0100
parents ba625c8083d8
children e8a3df8b62b3
comparison
equal deleted inserted replaced
1649:beb7da710c8a 1650:f2ebd5251e88
1 #header# 1 #header#
2 <title>#repo|escape#: #file# annotate</title> 2 <title>#repo|escape#: #file|escape# annotate</title>
3 </head> 3 </head>
4 <body> 4 <body>
5 5
6 <div class="buttons"> 6 <div class="buttons">
7 <a href="?cl=#rev#">changelog</a> 7 <a href="?cl=#rev#">changelog</a>
8 <a href="?tags=">tags</a> 8 <a href="?tags=">tags</a>
9 <a href="?cs=#node|short#">changeset</a> 9 <a href="?cs=#node|short#">changeset</a>
10 <a href="?mf=#manifest|short#;path=#path#">manifest</a> 10 <a href="?mf=#manifest|short#;path=#path|urlescape#">manifest</a>
11 <a href="?f=#filenode|short#;file=#file#">file</a> 11 <a href="?f=#filenode|short#;file=#file|urlescape#">file</a>
12 <a href="?fl=#filenode|short#;file=#file#">revisions</a> 12 <a href="?fl=#filenode|short#;file=#file|urlescape#">revisions</a>
13 </div> 13 </div>
14 14
15 <h2>Annotate #file#</h2> 15 <h2>Annotate #file|escape#</h2>
16 16
17 <table> 17 <table>
18 <tr> 18 <tr>
19 <td class="metatag">changeset #rev#:</td> 19 <td class="metatag">changeset #rev#:</td>
20 <td><a href="?cs=#node|short#">#node|short#</a></td></tr> 20 <td><a href="?cs=#node|short#">#node|short#</a></td></tr>