Mercurial > hg-stable
comparison templates/filediff.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 | 46b19175fec6 |
comparison
equal
deleted
inserted
replaced
1649:beb7da710c8a | 1650:f2ebd5251e88 |
---|---|
1 #header# | 1 #header# |
2 <title>#repo|escape#: #file# diff</title> | 2 <title>#repo|escape#: #file|escape# diff</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="?f=#filenode|short#;file=#file#">file</a> | 10 <a href="?f=#filenode|short#;file=#file|urlescape#">file</a> |
11 <a href="?fl=#filenode|short#;file=#file#">revisions</a> | 11 <a href="?fl=#filenode|short#;file=#file|urlescape#">revisions</a> |
12 <a href="?fa=#filenode|short#;file=#file#">annotate</a> | 12 <a href="?fa=#filenode|short#;file=#file|urlescape#">annotate</a> |
13 <a href="?fd=#node|short#;file=#file#;style=raw">raw</a> | 13 <a href="?fd=#node|short#;file=#file|urlescape#;style=raw">raw</a> |
14 </div> | 14 </div> |
15 | 15 |
16 <h2>#file#</h2> | 16 <h2>#file|escape#</h2> |
17 | 17 |
18 <table id="filediffEntry"> | 18 <table id="filediffEntry"> |
19 <tr> | 19 <tr> |
20 <th class="revision">revision #rev#:</th> | 20 <th class="revision">revision #rev#:</th> |
21 <td class="revision"><a href="?cs=#node|short#">#node|short#</a></td> | 21 <td class="revision"><a href="?cs=#node|short#">#node|short#</a></td> |