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

hg: coded with love!
author Christophe Lincoln <pankso@slitaz.org>
date Wed Mar 01 22:17:53 2017 +0100 (2017-03-01)
parents c3dc62cce4a7
children dc62a376e277
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://irc.slitaz.org/">IRC</a>
15 <a href="http://bugs.slitaz.org">Bugs</a>
16 <span>Hg</span>
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 <nav id="nav" role="navigation" tabindex="0">
23 <ul>
24 <li><a class="nav2" href="http://www.slitaz.org/en/devel/">Devel Doc</a></li>
25 <li><a class="nav1" href="http://tank.slitaz.org/">Main Mirror</a></li>
26 <li><a class="nav2" href="http://pkgs.slitaz.org/">Packages</a></li>
27 <li><a class="nav1" href="http://people.slitaz.org/">People</a></li>
28 </ul>
29 <p>
30 Real time improvements, fixes and goodies from SliTaz contributors
31 <br />
32 <span id="repo-desc">Coded with &hearts; and KISS principle</span>
33 </p>
34 </nav>
36 <!-- Content -->
37 <div id="content">
39 <h2>Repositories list</h2>
41 <table class="bigtable">
42 <tr>
43 <th><a href="?sort={sort_name}">Name</a></th>
44 <th><a href="?sort={sort_description}">Description</a></th>
45 <th><a href="?sort={sort_contact}">Contact</a></th>
46 <th><a href="?sort={sort_lastchange}">Last change</a></th>
47 <th>&nbsp;</th>
48 </tr>
49 {entries%indexentry}
50 </table>
52 <!-- End of content -->
53 </div>
55 {footer}