comparison templates/search.tmpl @ 3265:d1aa83f199ef

Update templates to use NewWebInterface
author Brendan Cully <brendan@kublai.com>
date Wed, 04 Oct 2006 17:04:40 -0700
parents 48395d2692de
children 46188b9528ca
comparison
equal deleted inserted replaced
3264:fc34c031ff54 3265:d1aa83f199ef
2 <title>#repo|escape#: searching for #query|escape#</title> 2 <title>#repo|escape#: searching for #query|escape#</title>
3 </head> 3 </head>
4 <body> 4 <body>
5 5
6 <div class="buttons"> 6 <div class="buttons">
7 <a href="?cl=tip">changelog</a> 7 <a href="#url#log">changelog</a>
8 <a href="?sl=tip">shortlog</a> 8 <a href="#url#shortlog">shortlog</a>
9 <a href="?tags=">tags</a> 9 <a href="#url#tags">tags</a>
10 <a href="?mf=#node|short#;path=/">manifest</a> 10 <a href="#url#file/#node|short#">manifest</a>
11 </div> 11 </div>
12 12
13 <h2>searching for #query|escape#</h2> 13 <h2>searching for #query|escape#</h2>
14 14
15 <form> 15 <form>
16 <p> 16 <p>
17 search: 17 search:
18 <input type="hidden" name="cmd" value="changelog">
19 <input name="rev" type="text" width="30" value="#query|escape#"> 18 <input name="rev" type="text" width="30" value="#query|escape#">
20 </p> 19 </p>
21 </form> 20 </form>
22 21
23 #entries# 22 #entries#
24 23
25 <form> 24 <form>
26 <p> 25 <p>
27 search: 26 search:
28 <input type="hidden" name="cmd" value="changelog">
29 <input name="rev" type="text" width="30" value="#query|escape#"> 27 <input name="rev" type="text" width="30" value="#query|escape#">
30 </p> 28 </p>
31 </form> 29 </form>
32 30
33 #footer# 31 #footer#