wok view slitaz-mercurial-style/stuff/templates/slitaz/index.tmpl @ rev 7937

slitaz-mercurial-style: Start moving to new CSS and layout
author Christophe Lincoln <pankso@slitaz.org>
date Tue Jan 11 21:53:28 2011 +0100 (2011-01-11)
parents 60c35c046d33
children 5e5a67e17e5a
line source
1 {header}
2 <title>Mercurial repositories index</title>
3 </head>
4 <body>
6 <!-- Header -->
7 <div id="header">
8 <a href="http://hg.slitaz.org/"><img id="logo"
9 src="{staticurl}logo.png"
10 title="www.slitaz.org" alt="www.slitaz.org" /></a>
11 <p id="titre">#!/Hg/repos</p>
12 </div>
14 <!-- Content -->
15 <div id="content-full">
17 <!-- Block begin -->
18 <div class="block">
19 <!-- Nav block begin -->
20 <div id="block_nav">
21 <h3><img src="{staticurl}development.png" alt="png" />Devel corner</h3>
22 <ul>
23 <li><a href="http://www.slitaz.org/en/devel/">Website/devel</a></li>
24 <li><a href="http://labs.slitaz.org/">Laboratories</a></li>
25 <li><a href="http://bb.slitaz.org/">Build Bot</a></li>
26 <li><a href="http://scn.slitaz.org/">Community Network</a></li>
27 <li><a href="http://pkgs.slitaz.org/">Packages</a></li>
28 <li><a href="http://tank.slitaz.org/">Tank Server</a></li>
29 </ul>
30 <!-- Nav block end -->
31 </div>
32 <!-- Top block begin -->
33 <div id="block_top">
34 <h1>SliTaz Repos</h1>
35 <p>
36 This web interface lets you follow in real time all improvements,
37 fixes and other changes made by SliTaz contributors.
38 </p>
39 <!-- Top block end -->
40 </div>
41 <!-- Block end -->
42 </div>
44 <h2>SliTaz Mercurial Repositories</h2>
46 <table class="bigtable">
47 <tr>
48 <th><a href="?sort={sort_name}">Name</a></th>
49 <th><a href="?sort={sort_description}">Description</a></th>
50 <th><a href="?sort={sort_contact}">Contact</a></th>
51 <th><a href="?sort={sort_lastchange}">Last change</a></th>
52 <th>&nbsp;</th>
53 </tr>
54 {entries%indexentry}
55 </table>
57 <!-- End of content -->
58 </div>
60 {footer}