slitaz-dev-tools view slitaz-mercurial-style/templates/slitaz/search.tmpl @ rev 170

hg style: update header link and style
author Christophe Lincoln <pankso@slitaz.org>
date Tue Apr 10 22:47:01 2012 +0200 (2012-04-10)
parents 4bea43b9ed45
children ae38bd81aa6d
line source
1 {header}
2 <title>{repo|escape}: searching for {query|escape}</title>
3 </head>
4 <body>
6 <!-- Header -->
7 <div id="header">
8 <div id="logo"></div>
9 <div id="network">
10 <a href="http://www.slitaz.org/">Home</a>
11 <a href="http://scn.slitaz.org/">Community</a>
12 <a href="http://doc.slitaz.org/">Doc</a>
13 <a href="http://forum.slitaz.org/">Forum</a>
14 <a href="http://slitaz.pro/">Pro</a>
15 <a href="http://bugs.slitaz.org">Bugs</a>
16 <a href="http://hg.slitaz.org/">Hg</a>
17 <a href="http://cook.slitaz.org/">Cook</a>
18 </div>
19 <h1><a href="http://hg.slitaz.org/">SliTaz Repositories</a></h1>
20 </div>
22 <!-- Block -->
23 <div id="block">
24 <!-- Navigation -->
25 <div id="block_nav">
26 <h4>Navigation</h4>
27 <ul>
28 <li><a href="{url}summary{sessionvars%urlparameter}">Summary</a></li>
29 <li><a href="{url}log{sessionvars%urlparameter}">Changelog</a></li>
30 <li><a href="{url}graph{sessionvars%urlparameter}">Graph</a></li>
31 <li><a href="{url}tags{sessionvars%urlparameter}">Tags</a></li>
32 <li><a href="{url}branches{sessionvars%urlparameter}">Branches</a></li>
33 </ul>
34 </div>
35 <!-- Information/image -->
36 <div id="block_info">
37 <h4>Project: {repo|escape}</h4>
38 <p>
39 Clone project: hg clone http://hg.slitaz.org/{repo|escape}
40 </p>
41 <div id="tarball">
42 <ul>
43 <li>Download tarball:</li>
44 {archives%archiveentry}
45 </ul>
46 </div>
47 <h4>Search</h4>
48 <form class="search" action="{url}log">
49 {sessionvars%hiddenformentry}
50 <p><input name="rev" id="search1" type="text" /></p>
51 <!-- <div id="hint">find changesets by author, revision,
52 files, or words in the commit message</div> -->
53 </form>
54 </div>
55 </div>
57 <!-- Content -->
58 <div id="content">
60 <h2><a href="{url}{sessionvars%urlparameter}">{repo|escape}</a>
61 - Searching for '{query|escape}'</h2>
63 <table class="bigtable">
64 <tr>
65 <th class="age">age</th>
66 <th class="author">author</th>
67 <th class="description">description</th>
68 </tr>
69 {entries}
70 </table>
72 <!-- End of content -->
73 </div>
75 {footer}