author | mpm@selenic.com |
Wed, 15 Jun 2005 10:20:26 -0800 | |
changeset 359 | 0c4688e9ee5c |
parent 201 | f918a6fa2572 |
child 375 | b29219389b00 |
child 377 | e5d769afd3ef |
permissions | -rw-r--r-- |
142 | 1 |
#header# |
201
f918a6fa2572
hgweb: add template filters, template style maps, and raw pages
mpm@selenic.com
parents:
168
diff
changeset
|
2 |
<title>#repo|escape#: manifest #manifest#</title> |
142 | 3 |
</head> |
138 | 4 |
<body> |
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> |
153
e8a360cd5a9f
changed pos to rev for changelog cmd, changed & to ;
jake@edge2.net
parents:
142
diff
changeset
|
9 |
<a href="?cmd=changeset;node=#node#">changeset</a> |
142 | 10 |
</div> |
138 | 11 |
|
12 |
<h2>manifest: #path#</h2> |
|
13 |
||
359 | 14 |
<table cellpadding="0" cellspacing="0"> |
15 |
<tr class="parity1"> |
|
16 |
<td><tt>drwxr-xr-x</tt> |
|
17 |
<td><a href="?cmd=manifest;manifest=#manifest#;path=#up#">[up]</a> |
|
142 | 18 |
#entries# |
359 | 19 |
</table> |
153
e8a360cd5a9f
changed pos to rev for changelog cmd, changed & to ;
jake@edge2.net
parents:
142
diff
changeset
|
20 |
#footer# |