templates/map-raw
author Peter van Dijk <peter@dataloss.nl>
Sun, 29 Jan 2006 00:18:52 +0100
changeset 1650 f2ebd5251e88
parent 1606 ba625c8083d8
child 1692 8225bb79649f
permissions -rw-r--r--
changed template escape filter, added urlescape filter; audited all templates for insertion bugs; added note to manifest.py about newlines in filenames

header = header-raw.tmpl
footer = ""
changeset = changeset-raw.tmpl
annotateline = "<tr class="parity#parity#"><td class="annotate"><a href="?cmd=changeset;node=#node#">#author#@#rev#</a></td><td><pre>#line|escape#</pre></td></tr>"
difflineplus = "#line|escape#"
difflineminus = "#line|escape#"
difflineat = "#line|escape#"
diffline = "#line|escape#"
changesetparent = "# parent: #node#"
changesetchild = "# child: #node#"
filenodelink = "#file|urlescape#"
filerevision = filerevision-raw.tmpl
fileline = "#line|escape#"
diffblock = "#lines#"
filediff = filediff-raw.tmpl