author | mpm@selenic.com |
Tue, 31 May 2005 21:10:10 -0800 | |
changeset 201 | f918a6fa2572 |
parent 173 | 8da1df932c16 |
child 584 | 9bdf5ae63d1f |
permissions | -rw-r--r-- |
142 | 1 |
#header# |
201
f918a6fa2572
hgweb: add template filters, template style maps, and raw pages
mpm@selenic.com
parents:
173
diff
changeset
|
2 |
<title>#repo|escape#: changelog</title> |
142 | 3 |
</head> |
138 | 4 |
<body> |
168 | 5 |
|
6 |
<div class="buttons"> |
|
7 |
<a href="?cmd=tags">tags</a> |
|
8 |
<a href="?cmd=manifest;manifest=#manifest#;path=/">manifest</a> |
|
9 |
</div> |
|
10 |
||
201
f918a6fa2572
hgweb: add template filters, template style maps, and raw pages
mpm@selenic.com
parents:
173
diff
changeset
|
11 |
<h2>changelog for #repo|escape#</h2> |
138 | 12 |
|
165 | 13 |
<form> |
14 |
search: |
|
15 |
<input type="hidden" name="cmd" value="changelog"> |
|
16 |
<input name="rev" type="text" width="30"> |
|
173
8da1df932c16
hgweb: make navigation of changesets a bit nicer
mpm@selenic.com
parents:
168
diff
changeset
|
17 |
navigate: <small>#changenav#</small><br/> |
165 | 18 |
</form> |
138 | 19 |
|
142 | 20 |
#entries# |
138 | 21 |
|
165 | 22 |
<form> |
23 |
search: |
|
24 |
<input type="hidden" name="cmd" value="changelog"> |
|
25 |
<input name="rev" type="text" width="30"> |
|
173
8da1df932c16
hgweb: make navigation of changesets a bit nicer
mpm@selenic.com
parents:
168
diff
changeset
|
26 |
navigate: <small>#changenav#</small><br/> |
165 | 27 |
</form> |
138 | 28 |
|
142 | 29 |
#footer# |