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

hg style: update header link and style
author Christophe Lincoln <pankso@slitaz.org>
date Tue Apr 10 22:47:01 2012 +0200 (2012-04-10)
parents 4bea43b9ed45
children 9799e8a6e9a8
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://cook.slitaz.org/">Build Bot</a></li>
30 <li><a href="http://pkgs.slitaz.org/">Packages</a></li>
31 <li><a href="http://tank.slitaz.org/">Tank Server</a></li>
32 </ul>
33 </div>
34 <div class="left_box">
35 <ul>
36 <li><a href="http://www.slitaz.org/en/devel/">Website Devel</a></li>
37 <li><a href="http://scn.slitaz.org/groups/devel/">Community Group</a></li>
38 <li><a href="http://people.slitaz.org/">SliTaz People</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}