author | mpm@selenic.com |
Sun, 03 Jul 2005 20:49:48 -0800 | |
changeset 604 | 40a66d464ac2 |
parent 599 | 765182a4c843 |
child 661 | 148f642d1f8e |
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> |
|
599 | 9 |
<a href="?cmd=changelog;style=rss">rss</a> |
168 | 10 |
</div> |
11 |
||
201
f918a6fa2572
hgweb: add template filters, template style maps, and raw pages
mpm@selenic.com
parents:
173
diff
changeset
|
12 |
<h2>changelog for #repo|escape#</h2> |
138 | 13 |
|
584
9bdf5ae63d1f
[PATCH 2] ChangeLog template conformance fixes.
mpm@selenic.com
parents:
201
diff
changeset
|
14 |
<form action="#"> |
9bdf5ae63d1f
[PATCH 2] ChangeLog template conformance fixes.
mpm@selenic.com
parents:
201
diff
changeset
|
15 |
<p> |
9bdf5ae63d1f
[PATCH 2] ChangeLog template conformance fixes.
mpm@selenic.com
parents:
201
diff
changeset
|
16 |
<label for="search1">search:</label> |
165 | 17 |
<input type="hidden" name="cmd" value="changelog"> |
584
9bdf5ae63d1f
[PATCH 2] ChangeLog template conformance fixes.
mpm@selenic.com
parents:
201
diff
changeset
|
18 |
<input name="rev" id="search1" type="text" size="30"> |
9bdf5ae63d1f
[PATCH 2] ChangeLog template conformance fixes.
mpm@selenic.com
parents:
201
diff
changeset
|
19 |
navigate: <small>#changenav#</small> |
9bdf5ae63d1f
[PATCH 2] ChangeLog template conformance fixes.
mpm@selenic.com
parents:
201
diff
changeset
|
20 |
</p> |
165 | 21 |
</form> |
138 | 22 |
|
142 | 23 |
#entries# |
138 | 24 |
|
584
9bdf5ae63d1f
[PATCH 2] ChangeLog template conformance fixes.
mpm@selenic.com
parents:
201
diff
changeset
|
25 |
<form action="#"> |
9bdf5ae63d1f
[PATCH 2] ChangeLog template conformance fixes.
mpm@selenic.com
parents:
201
diff
changeset
|
26 |
<p> |
9bdf5ae63d1f
[PATCH 2] ChangeLog template conformance fixes.
mpm@selenic.com
parents:
201
diff
changeset
|
27 |
<label for="search2">search:</label> |
165 | 28 |
<input type="hidden" name="cmd" value="changelog"> |
584
9bdf5ae63d1f
[PATCH 2] ChangeLog template conformance fixes.
mpm@selenic.com
parents:
201
diff
changeset
|
29 |
<input name="rev" id="search2" type="text" size="30"> |
9bdf5ae63d1f
[PATCH 2] ChangeLog template conformance fixes.
mpm@selenic.com
parents:
201
diff
changeset
|
30 |
navigate: <small>#changenav#</small> |
9bdf5ae63d1f
[PATCH 2] ChangeLog template conformance fixes.
mpm@selenic.com
parents:
201
diff
changeset
|
31 |
</p> |
165 | 32 |
</form> |
138 | 33 |
|
142 | 34 |
#footer# |