author | Rocco Rutte <pdmef@gmx.net> |
Mon, 18 Aug 2008 15:58:17 +0200 | |
changeset 6905 | 248e54a9456e |
parent 6691 | 0dba955c2636 |
child 7299 | 288dda59233c |
permissions | -rw-r--r-- |
6436 | 1 |
{header} |
2 |
<title>{repo|escape}: searching for {query|escape}</title> |
|
3 |
</head> |
|
4 |
<body> |
|
5 |
||
6454 | 6 |
<div class="container"> |
6436 | 7 |
<div class="menu"> |
8 |
<div class="logo"> |
|
9 |
<a href="http://www.selenic.com/mercurial/"> |
|
10 |
<img src="{staticurl}hglogo.png" width=75 height=90 border=0 alt="mercurial"></a> |
|
11 |
</div> |
|
12 |
<ul> |
|
13 |
<li><a href="{url}shortlog{sessionvars%urlparameter}">log</a></li> |
|
6691
0dba955c2636
add graph page to hgweb
Dirkjan Ochtman <dirkjan@ochtman.nl>
parents:
6454
diff
changeset
|
14 |
<li><a href="{url}graph{sessionvars%urlparameter}">graph</a></li> |
6436 | 15 |
<li><a href="{url}tags{sessionvars%urlparameter}">tags</a></li> |
16 |
</ul> |
|
17 |
</div> |
|
18 |
||
19 |
<div class="main"> |
|
20 |
||
21 |
<h2>{repo|escape}</h2> |
|
22 |
<h3>searching for '{query|escape}'</h3> |
|
23 |
||
24 |
<form class="search" action="{url}log"> |
|
25 |
{sessionvars%hiddenformentry} |
|
26 |
<p><input name="rev" id="search1" type="text" size="30"></p> |
|
27 |
</form> |
|
28 |
||
29 |
<table class="bigtable"> |
|
30 |
<tr> |
|
6905
248e54a9456e
coal/paper: make output well-formed and fix css syntax error breaking rendering
Rocco Rutte <pdmef@gmx.net>
parents:
6691
diff
changeset
|
31 |
<th class="age">age</th> |
248e54a9456e
coal/paper: make output well-formed and fix css syntax error breaking rendering
Rocco Rutte <pdmef@gmx.net>
parents:
6691
diff
changeset
|
32 |
<th class="author">author</th> |
248e54a9456e
coal/paper: make output well-formed and fix css syntax error breaking rendering
Rocco Rutte <pdmef@gmx.net>
parents:
6691
diff
changeset
|
33 |
<th class="description">description</th> |
6436 | 34 |
</tr> |
35 |
{entries} |
|
36 |
</table> |
|
37 |
||
38 |
</div> |
|
6453 | 39 |
</div> |
6436 | 40 |
|
41 |
{footer} |