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

Hg add new home icon
author Christophe Lincoln <pankso@slitaz.org>
date Tue Mar 13 16:31:07 2012 +0100 (2012-03-13)
parents c0749db640da
children e3c9523d107f
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/">
11 <img src="{staticurl}/images/home.png" alt="network.png" /></a>
12 <a href="http://scn.slitaz.org/">Community</a>
13 <a href="http://doc.slitaz.org/">Doc</a>
14 <a href="http://forum.slitaz.org/">Forum</a>
15 <a href="http://bugs.slitaz.org">Bugs</a>
16 <a href="http://hg.slitaz.org/">Hg</a>
17 </div>
18 <h1><a href="http://hg.slitaz.org/">SliTaz Repositories</a></h1>
19 </div>
21 <!-- Block -->
22 <div id="block">
23 <!-- Navigation -->
24 <div id="block_nav">
25 <h4>Navigation</h4>
26 <ul>
27 <li><a href="{url}summary{sessionvars%urlparameter}">Summary</a></li>
28 <li><a href="{url}log{sessionvars%urlparameter}">Changelog</a></li>
29 <li><a href="{url}graph{sessionvars%urlparameter}">Graph</a></li>
30 <li><a href="{url}tags{sessionvars%urlparameter}">Tags</a></li>
31 <li><a href="{url}branches{sessionvars%urlparameter}">Branches</a></li>
32 </ul>
33 </div>
34 <!-- Information/image -->
35 <div id="block_info">
36 <h4>Project: {repo|escape}</h4>
37 <p>
38 Clone project: hg clone http://hg.slitaz.org/{repo|escape}
39 </p>
40 <div id="tarball">
41 <ul>
42 <li>Download tarball:</li>
43 {archives%archiveentry}
44 </ul>
45 </div>
46 <h4>Search</h4>
47 <form class="search" action="{url}log">
48 {sessionvars%hiddenformentry}
49 <p><input name="rev" id="search1" type="text" /></p>
50 <!-- <div id="hint">find changesets by author, revision,
51 files, or words in the commit message</div> -->
52 </form>
53 </div>
54 </div>
56 <!-- Content -->
57 <div id="content">
59 <h2><a href="{url}{sessionvars%urlparameter}">{repo|escape}</a>
60 - Searching for '{query|escape}'</h2>
62 <table class="bigtable">
63 <tr>
64 <th class="age">age</th>
65 <th class="author">author</th>
66 <th class="description">description</th>
67 </tr>
68 {entries}
69 </table>
71 <!-- End of content -->
72 </div>
74 {footer}