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

hg style: remove 2 link from index
author Christophe Lincoln <pankso@slitaz.org>
date Wed Jan 15 11:24:44 2014 +0100 (2014-01-15)
parents e3c9523d107f
children ae38bd81aa6d
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/">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>Developers corner</h4>
27 <div class="right_box">
28 <ul>
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://people.slitaz.org/">SliTaz People</a></li>
37 </ul>
38 </div>
39 </div>
40 <!-- Information/image -->
41 <div id="block_info">
42 <h4>Mercurial Repos</h4>
43 <p>
44 This web interface lets you follow in real time all
45 improvements, fixes and other changes made by SliTaz
46 GNU/Linux contributors. Latest commits to the Cooking wok
47 are on the SliTaz <a href="http://www.slitaz.org/">website</a>
48 and <a href="http://scn.slitaz.org/">SCN</a>.
49 </p>
50 </div>
51 </div>
53 <!-- Content -->
54 <div id="content">
56 <h2>Repositories list</h2>
58 <table class="bigtable">
59 <tr>
60 <th><a href="?sort={sort_name}">Name</a></th>
61 <th><a href="?sort={sort_description}">Description</a></th>
62 <th><a href="?sort={sort_contact}">Contact</a></th>
63 <th><a href="?sort={sort_lastchange}">Last change</a></th>
64 <th>&nbsp;</th>
65 </tr>
66 {entries%indexentry}
67 </table>
69 <!-- End of content -->
70 </div>
72 {footer}