author | mpm@selenic.com |
Thu, 30 Jun 2005 09:22:11 -0800 | |
changeset 533 | b8404005d6d5 |
parent 377 | e5d769afd3ef |
child 568 | e8fd41110dce |
permissions | -rw-r--r-- |
142 | 1 |
#header# |
375 | 2 |
<title>#repo|escape#: changeset #node|short#</title> |
142 | 3 |
</head> |
4 |
<body> |
|
138 | 5 |
|
154
1d5f799ebe1e
fixed problem with head/body tags, added dtd, fixed table attributes
jake@edge2.net
parents:
153
diff
changeset
|
6 |
<div class="buttons"> |
153
e8a360cd5a9f
changed pos to rev for changelog cmd, changed & to ;
jake@edge2.net
parents:
142
diff
changeset
|
7 |
<a href="?cmd=changelog;rev=#rev#">changelog</a> |
168 | 8 |
<a href="?cmd=tags">tags</a> |
138 | 9 |
<a href="?cmd=manifest;manifest=#manifest#;path=/">manifest</a> |
201
f918a6fa2572
hgweb: add template filters, template style maps, and raw pages
mpm@selenic.com
parents:
172
diff
changeset
|
10 |
<a href="?cmd=changeset;node=#node#;style=raw">raw</a> |
142 | 11 |
</div> |
138 | 12 |
|
201
f918a6fa2572
hgweb: add template filters, template style maps, and raw pages
mpm@selenic.com
parents:
172
diff
changeset
|
13 |
<h2>changeset: #desc|escape|firstline#</h2> |
138 | 14 |
|
15 |
<table> |
|
16 |
<tr> |
|
167 | 17 |
<td class="metatag">changeset #rev#:</td> |
375 | 18 |
<td><a href="?cmd=changeset;node=#node#">#node|short#</a></td></tr> |
142 | 19 |
#parent1# |
20 |
#parent2# |
|
138 | 21 |
<tr> |
154
1d5f799ebe1e
fixed problem with head/body tags, added dtd, fixed table attributes
jake@edge2.net
parents:
153
diff
changeset
|
22 |
<td class="metatag">manifest:</td> |
375 | 23 |
<td><a href="?cmd=manifest;manifest=#manifest#;path=/">#manifest|short#</a></td></tr> |
138 | 24 |
<tr> |
154
1d5f799ebe1e
fixed problem with head/body tags, added dtd, fixed table attributes
jake@edge2.net
parents:
153
diff
changeset
|
25 |
<td class="metatag">author:</td> |
201
f918a6fa2572
hgweb: add template filters, template style maps, and raw pages
mpm@selenic.com
parents:
172
diff
changeset
|
26 |
<td>#author|obfuscate#</td></tr> |
138 | 27 |
<tr> |
154
1d5f799ebe1e
fixed problem with head/body tags, added dtd, fixed table attributes
jake@edge2.net
parents:
153
diff
changeset
|
28 |
<td class="metatag">date:</td> |
201
f918a6fa2572
hgweb: add template filters, template style maps, and raw pages
mpm@selenic.com
parents:
172
diff
changeset
|
29 |
<td>#date|date# (#date|age# ago)</td></tr> |
138 | 30 |
<tr> |
154
1d5f799ebe1e
fixed problem with head/body tags, added dtd, fixed table attributes
jake@edge2.net
parents:
153
diff
changeset
|
31 |
<td class="metatag" valign="top">files:</td> |
138 | 32 |
<td>#files#</td></tr> |
33 |
<tr> |
|
154
1d5f799ebe1e
fixed problem with head/body tags, added dtd, fixed table attributes
jake@edge2.net
parents:
153
diff
changeset
|
34 |
<td class="metatag" valign="top">description:</td> |
201
f918a6fa2572
hgweb: add template filters, template style maps, and raw pages
mpm@selenic.com
parents:
172
diff
changeset
|
35 |
<td>#desc|escape|addbreaks#</td></tr> |
138 | 36 |
</table> |
37 |
||
172
e9b1147db448
hgweb: alternating colors for multifile diffs
mpm@selenic.com
parents:
168
diff
changeset
|
38 |
<pre> |
138 | 39 |
#diff# |
40 |
</pre> |
|
41 |
||
42 |
</body> |
|
43 |
</html |
|
44 |
||
45 |