slitaz-dev-tools view slitaz-mercurial-style/templates/slitaz/notfound.tmpl @ rev 158

Hg add new home icon
author Christophe Lincoln <pankso@slitaz.org>
date Tue Mar 13 16:31:07 2012 +0100 (2012-03-13)
parents 773051430d12
children e3c9523d107f
line source
1 {header}
2 <title>SliTaz Repos - not found</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/home.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://cook.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>Repository not found</h4>
45 <p>
46 The specified repository "{repo|escape}" is unknown, sorry.
47 </p>
48 <p>
49 Please go back to the
50 <a href="http://hg.slitaz.org/">main repository list page</a>.
51 </p>
52 <h4>Search</h4>
53 <form class="search" action="{url}log">
54 {sessionvars%hiddenformentry}
55 <p><input name="rev" id="search1" type="text" /></p>
56 <!-- <div id="hint">find changesets by author, revision,
57 files, or words in the commit message</div> -->
58 </form>
59 </div>
60 </div>
62 <!-- Content -->
63 <div id="content">
67 <!-- End of content -->
68 </div>
70 {footer}