Mercurial > hg
annotate templates/map-raw @ 1692:8225bb79649f
hgweb/templates: no need to escape the '<' '>' and '&' in raw templates
author | Benoit Boissinot <benoit.boissinot@ens-lyon.org> |
---|---|
date | Fri, 03 Feb 2006 11:54:12 +0100 |
parents | f2ebd5251e88 |
children | 74a5cef971aa |
rev | line source |
---|---|
201
f918a6fa2572
hgweb: add template filters, template style maps, and raw pages
mpm@selenic.com
parents:
diff
changeset
|
1 header = header-raw.tmpl |
f918a6fa2572
hgweb: add template filters, template style maps, and raw pages
mpm@selenic.com
parents:
diff
changeset
|
2 footer = "" |
f918a6fa2572
hgweb: add template filters, template style maps, and raw pages
mpm@selenic.com
parents:
diff
changeset
|
3 changeset = changeset-raw.tmpl |
1692
8225bb79649f
hgweb/templates: no need to escape the '<' '>' and '&' in raw templates
Benoit Boissinot <benoit.boissinot@ens-lyon.org>
parents:
1650
diff
changeset
|
4 annotateline = "<tr class="parity#parity#"><td class="annotate"><a href="?cmd=changeset;node=#node#">#author#@#rev#</a></td><td><pre>#line#</pre></td></tr>" |
8225bb79649f
hgweb/templates: no need to escape the '<' '>' and '&' in raw templates
Benoit Boissinot <benoit.boissinot@ens-lyon.org>
parents:
1650
diff
changeset
|
5 difflineplus = "#line#" |
8225bb79649f
hgweb/templates: no need to escape the '<' '>' and '&' in raw templates
Benoit Boissinot <benoit.boissinot@ens-lyon.org>
parents:
1650
diff
changeset
|
6 difflineminus = "#line#" |
8225bb79649f
hgweb/templates: no need to escape the '<' '>' and '&' in raw templates
Benoit Boissinot <benoit.boissinot@ens-lyon.org>
parents:
1650
diff
changeset
|
7 difflineat = "#line#" |
8225bb79649f
hgweb/templates: no need to escape the '<' '>' and '&' in raw templates
Benoit Boissinot <benoit.boissinot@ens-lyon.org>
parents:
1650
diff
changeset
|
8 diffline = "#line#" |
201
f918a6fa2572
hgweb: add template filters, template style maps, and raw pages
mpm@selenic.com
parents:
diff
changeset
|
9 changesetparent = "# parent: #node#" |
1606
ba625c8083d8
- duplicate the parent link logic to show child links
Muli Ben-Yehuda <mulix@mulix.org>
parents:
201
diff
changeset
|
10 changesetchild = "# child: #node#" |
1650
f2ebd5251e88
changed template escape filter, added urlescape filter; audited all templates for insertion bugs; added note to manifest.py about newlines in filenames
Peter van Dijk <peter@dataloss.nl>
parents:
1606
diff
changeset
|
11 filenodelink = "#file|urlescape#" |
201
f918a6fa2572
hgweb: add template filters, template style maps, and raw pages
mpm@selenic.com
parents:
diff
changeset
|
12 filerevision = filerevision-raw.tmpl |
1692
8225bb79649f
hgweb/templates: no need to escape the '<' '>' and '&' in raw templates
Benoit Boissinot <benoit.boissinot@ens-lyon.org>
parents:
1650
diff
changeset
|
13 fileline = "#line#" |
201
f918a6fa2572
hgweb: add template filters, template style maps, and raw pages
mpm@selenic.com
parents:
diff
changeset
|
14 diffblock = "#lines#" |
f918a6fa2572
hgweb: add template filters, template style maps, and raw pages
mpm@selenic.com
parents:
diff
changeset
|
15 filediff = filediff-raw.tmpl |