comparison templates/gitweb/search.tmpl @ 3240:9d13e21f4e3c

Move gitweb theme into subdirectory
author Brendan Cully <brendan@kublai.com>
date Mon, 02 Oct 2006 17:30:45 -0700
parents templates/search-gitweb.tmpl@48395d2692de
children 36fa5db79dd5
comparison
equal deleted inserted replaced
3239:2f35961854fb 3240:9d13e21f4e3c
1 #header#
2 <div class="page_nav">
3 <a href="?cmd=summary;style=gitweb">summary</a> | <a href="?cmd=shortlog;style=gitweb">shortlog</a> | <a href="?cmd=changelog;style=gitweb">changelog</a> | <a href="?cmd=tags;style=gitweb">tags</a> | <a href="?mf=#node|short#;path=/;style=gitweb">manifest</a><br/>
4 </div>
5
6 <h2>searching for #query|escape#</h2>
7
8 <form>
9 search:
10 <input type="hidden" name="cmd" value="changelog">
11 <input type="hidden" name="style" value="gitweb">
12 <input name="rev" type="text" width="30" value="#query|escape#">
13 </form>
14
15 #entries#
16
17 <form>
18 search:
19 <input type="hidden" name="cmd" value="changelog">
20 <input type="hidden" name="style" value="gitweb">
21 <input name="rev" type="text" width="30">
22 </form>
23
24 #footer#