author | mpm@selenic.com |
Thu, 26 May 2005 12:24:01 -0800 | |
changeset 168 | 65cf1b0cfe86 |
parent 167 | fad9ad1ec7c7 |
child 172 | e9b1147db448 |
permissions | -rw-r--r-- |
142 | 1 |
header = header.tmpl |
2 |
footer = footer.tmpl |
|
138 | 3 |
changelog = changelog.tmpl |
143 | 4 |
naventry = "<a href="?cmd=changelog;rev=#rev#">#rev#</a> " |
138 | 5 |
filedifflink = "<a href="?cmd=filediff;node=#node#;file=#file#">#file#</a> " |
6 |
filenodelink = "<a href="?cmd=file;filenode=#filenode#;file=#file#">#file#</a> " |
|
7 |
fileellipses = "..." |
|
8 |
changelogentry = changelogentry.tmpl |
|
9 |
changeset = changeset.tmpl |
|
10 |
manifest = manifest.tmpl |
|
154
1d5f799ebe1e
fixed problem with head/body tags, added dtd, fixed table attributes
jake@edge2.net
parents:
143
diff
changeset
|
11 |
manifestdirentry = "<div class="parity#parity#"><a href="?cmd=manifest;manifest=#manifest#;path=#path#">#basename#/</a><br /></div>" |
1d5f799ebe1e
fixed problem with head/body tags, added dtd, fixed table attributes
jake@edge2.net
parents:
143
diff
changeset
|
12 |
manifestfileentry = "<div class="parity#parity#"><a href="?cmd=file;filenode=#filenode#;file=#file#">#basename#</a><br /></div>" |
138 | 13 |
filerevision = filerevision.tmpl |
14 |
fileannotate = fileannotate.tmpl |
|
15 |
filediff = filediff.tmpl |
|
16 |
filelog = filelog.tmpl |
|
154
1d5f799ebe1e
fixed problem with head/body tags, added dtd, fixed table attributes
jake@edge2.net
parents:
143
diff
changeset
|
17 |
fileline = "<div class="parity#parity#"><span class="lineno">#linenumber# </span>#line#</div>" |
138 | 18 |
filelogentry = filelogentry.tmpl |
154
1d5f799ebe1e
fixed problem with head/body tags, added dtd, fixed table attributes
jake@edge2.net
parents:
143
diff
changeset
|
19 |
annotateline = "<tr class="parity#parity#"><td class="annotate"><a href="?cmd=changeset;node=#node#">#author#@#rev#</a></td><td><pre>#line#</pre></td></tr>" |
1d5f799ebe1e
fixed problem with head/body tags, added dtd, fixed table attributes
jake@edge2.net
parents:
143
diff
changeset
|
20 |
difflineplus = "<span class="plusline">#line#</span>" |
1d5f799ebe1e
fixed problem with head/body tags, added dtd, fixed table attributes
jake@edge2.net
parents:
143
diff
changeset
|
21 |
difflineminus = "<span class="minusline">#line#</span>" |
1d5f799ebe1e
fixed problem with head/body tags, added dtd, fixed table attributes
jake@edge2.net
parents:
143
diff
changeset
|
22 |
difflineat = "<span class="atline">#line#</span>" |
142 | 23 |
diffline = "#line#" |
167 | 24 |
changelogparent = "<tr><td align="right">parent: </td><td><a href="?cmd=changeset;node=#node#">#node#</a></td></tr>" |
25 |
changesetparent = "<tr><td class="metatag">parent:</td><td><a href="?cmd=changeset;node=#node#">#node#</a></td></tr>" |
|
26 |
filerevparent = "<tr><td class="metatag">parent:</td><td><a href="?cmd=file;file=#file#;filenode=#node#">#node#</a></td></tr>" |
|
27 |
fileannotateparent = "<tr><td class="metatag">parent:</td><td><a href="?cmd=annotate;file=#file#;filenode=#node#">#node#</a></td></tr>" |
|
168 | 28 |
tags = tags.tmpl |
29 |
tagentry = "<div class="parity#parity#"><tt>#node#</tt> <a href="?cmd=changeset;node=#node#">#tag#</a><br /></div>" |