wok-next diff slitaz-mercurial-style/stuff/templates/slitaz/search.tmpl @ rev 4511
linux/boot: skip 'floppy changed' warning
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Nov 23 22:36:39 2009 +0100 (2009-11-23) |
parents | |
children | 5e5a67e17e5a |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/slitaz-mercurial-style/stuff/templates/slitaz/search.tmpl Mon Nov 23 22:36:39 2009 +0100 1.3 @@ -0,0 +1,54 @@ 1.4 +{header} 1.5 +<title>{repo|escape}: searching for {query|escape}</title> 1.6 +</head> 1.7 +<body> 1.8 + 1.9 +<!-- Header --> 1.10 +<div id="header"> 1.11 + <a href="http://hg.slitaz.org/"><img id="logo" 1.12 + src="{staticurl}logo.png" title="www.slitaz.org" alt="www.slitaz.org" 1.13 + style="border: 0px solid ; width: 200px; height: 74px;" /></a> 1.14 + <p id="titre">#!/Hg/repos</p> 1.15 +</div> 1.16 + 1.17 +<div class="container"> 1.18 +<div id="nav"> 1.19 + 1.20 +<div class="nav_box"> 1.21 +<h4>Navigation</h4> 1.22 +<ul> 1.23 +<li><a href="{url}shortlog{sessionvars%urlparameter}">log</a></li> 1.24 +<li><a href="{url}graph{sessionvars%urlparameter}">graph</a></li> 1.25 +<li><a href="{url}tags{sessionvars%urlparameter}">tags</a></li> 1.26 +<li><a href="{url}branches{sessionvars%urlparameter}">branches</a></li> 1.27 +</ul> 1.28 +</div> 1.29 + 1.30 +<div class="nav_box"> 1.31 +<h4>Search</h4> 1.32 +<form class="search" action="{url}log"> 1.33 +{sessionvars%hiddenformentry} 1.34 +<p><input name="rev" id="search1" type="text" /></p> 1.35 +<div id="hint">find changesets by author, revision, 1.36 +files, or words in the commit message</div> 1.37 +</form> 1.38 +</div> 1.39 +</div> 1.40 + 1.41 +<div class="main"> 1.42 +<h2><a href="{url}{sessionvars%urlparameter}">{repo|escape}</a></h2> 1.43 +<h3>searching for '{query|escape}'</h3> 1.44 + 1.45 +<table class="bigtable"> 1.46 + <tr> 1.47 + <th class="age">age</th> 1.48 + <th class="author">author</th> 1.49 + <th class="description">description</th> 1.50 + </tr> 1.51 +{entries} 1.52 +</table> 1.53 + 1.54 +</div> 1.55 +</div> 1.56 + 1.57 +{footer}