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

Up: glib to 2.26.0. Added perl and python to build depends so script in glib-dev work right if build in clean chroot.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Oct 10 04:22:23 2010 +0000 (2010-10-10)
parents 9f0064aa3265
children 00998d06c429
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" title="www.slitaz.org" alt="www.slitaz.org"
10 style="border: 0px solid ; width: 200px; height: 74px;" /></a>
11 <p id="titre">#!/Hg/repos</p>
12 </div>
14 <div class="container">
16 <div id="nav">
18 <div class="nav_box">
19 <h4>About SliTaz repos</h4>
20 <p>
21 This web interface lets you follow in real time all improvements, fixes
22 and other changes made by SliTaz contributors.
23 </p>
24 </div>
27 <div class="nav_box">
28 <h4>SliTaz Network</h4>
29 <ul>
30 <li><a href="http://www.slitaz.org/">Main Website</a></li>
31 <li><a href="http://forum.slitaz.org/">Community Forum</a></li>
32 <li><a href="http://labs.slitaz.org/">SliTaz Laboratories</a></li>
33 <li><a href="http://pkgs.slitaz.org/">Packages Database</a></li>
34 <li><a href="http://bb.slitaz.org/">SliTaz Build Bot</a></li>
35 </ul>
36 </div>
37 </div>
39 <div class="main">
40 <h2>SliTaz Mercurial Repositories</h2>
42 <table class="bigtable">
43 <tr>
44 <th><a href="?sort={sort_name}">Name</a></th>
45 <th><a href="?sort={sort_description}">Description</a></th>
46 <th><a href="?sort={sort_contact}">Contact</a></th>
47 <th><a href="?sort={sort_lastchange}">Last change</a></th>
48 <th>&nbsp;</th>
49 </tr>
50 {entries%indexentry}
51 </table>
52 </div>
53 </div>
54 {footer}