slitaz-dev-tools view slitaz-mercurial-style/templates/slitaz/index.tmpl @ rev 71

slitaz-mercurial-style: Change link to new bugtracker
author Claudinei Pereira <claudinei@slitaz.org>
date Thu Apr 14 06:15:38 2011 +0000 (2011-04-14)
parents 89df945a2c21
children 83ccd9c05bfb
line source
1 {header}
2 <title>SliTaz - Mercurial Repos</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/network.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>Developers corner</h4>
26 <div class="right_box">
27 <ul>
28 <li><a href="http://bb.slitaz.org/">Build Bot</a></li>
29 <li><a href="http://pkgs.slitaz.org/">Packages</a></li>
30 <li><a href="http://tank.slitaz.org/">Tank Server</a></li>
31 </ul>
32 </div>
33 <div class="left_box">
34 <ul>
35 <li><a href="http://www.slitaz.org/en/devel/">Website Devel</a></li>
36 <li><a href="http://scn.slitaz.org/groups/devel/">Community Group</a></li>
37 <li><a href="http://labs.slitaz.org/">Laboratories</a></li>
38 <li><a href="http://doc.slitaz.org/en:cookbook:start">Cookbook</a></li>
39 </ul>
40 </div>
41 </div>
42 <!-- Information/image -->
43 <div id="block_info">
44 <h4>Mercurial Repos</h4>
45 <p>
46 This web interface lets you follow in real time all
47 improvements, fixes and other changes made by SliTaz
48 GNU/Linux contributors. Latest commits to the Cooking wok
49 are on the SliTaz <a href="http://www.slitaz.org/">website</a>
50 and <a href="http://scn.slitaz.org/">SCN</a>.
51 </p>
52 </div>
53 </div>
55 <!-- Content -->
56 <div id="content">
58 <h2>Repositories list</h2>
60 <table class="bigtable">
61 <tr>
62 <th><a href="?sort={sort_name}">Name</a></th>
63 <th><a href="?sort={sort_description}">Description</a></th>
64 <th><a href="?sort={sort_contact}">Contact</a></th>
65 <th><a href="?sort={sort_lastchange}">Last change</a></th>
66 <th>&nbsp;</th>
67 </tr>
68 {entries%indexentry}
69 </table>
71 <!-- End of content -->
72 </div>
74 {footer}