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# |
2 |
<title>#repo#: changeset #node#</title> |
|
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> |
142 | 10 |
</div> |
138 | 11 |
|
12 |
<h2>changeset: #shortdesc#</h2> |
|
13 |
||
14 |
<table> |
|
15 |
<tr> |
|
167 | 16 |
<td class="metatag">changeset #rev#:</td> |
17 |
<td><a href="?cmd=changeset;node=#node#">#node#</a></td></tr> |
|
142 | 18 |
#parent1# |
19 |
#parent2# |
|
138 | 20 |
<tr> |
154
1d5f799ebe1e
fixed problem with head/body tags, added dtd, fixed table attributes
jake@edge2.net
parents:
153
diff
changeset
|
21 |
<td class="metatag">manifest:</td> |
167 | 22 |
<td><a href="?cmd=manifest;manifest=#manifest#;path=/">#manifest#</a></td></tr> |
138 | 23 |
<tr> |
154
1d5f799ebe1e
fixed problem with head/body tags, added dtd, fixed table attributes
jake@edge2.net
parents:
153
diff
changeset
|
24 |
<td class="metatag">author:</td> |
138 | 25 |
<td>#author#</td></tr> |
26 |
<tr> |
|
154
1d5f799ebe1e
fixed problem with head/body tags, added dtd, fixed table attributes
jake@edge2.net
parents:
153
diff
changeset
|
27 |
<td class="metatag">date:</td> |
138 | 28 |
<td>#date#</td></tr> |
29 |
<tr> |
|
154
1d5f799ebe1e
fixed problem with head/body tags, added dtd, fixed table attributes
jake@edge2.net
parents:
153
diff
changeset
|
30 |
<td class="metatag" valign="top">files:</td> |
138 | 31 |
<td>#files#</td></tr> |
32 |
<tr> |
|
154
1d5f799ebe1e
fixed problem with head/body tags, added dtd, fixed table attributes
jake@edge2.net
parents:
153
diff
changeset
|
33 |
<td class="metatag" valign="top">description:</td> |
138 | 34 |
<td>#desc#</td></tr> |
35 |
</table> |
|
36 |
||
154
1d5f799ebe1e
fixed problem with head/body tags, added dtd, fixed table attributes
jake@edge2.net
parents:
153
diff
changeset
|
37 |
<pre class="parity0"> |
138 | 38 |
#diff# |
39 |
</pre> |
|
40 |
||
41 |
</body> |
|
42 |
</html |
|
43 |
||
44 |