wok-stable diff slitaz-mercurial-style/stuff/templates/slitaz/notfound.tmpl @ rev 7939
slitaz-mercurial-style: Almost migration finished
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Tue Jan 11 23:27:31 2011 +0100 (2011-01-11) |
parents | 5e5a67e17e5a |
children |
line diff
1.1 --- a/slitaz-mercurial-style/stuff/templates/slitaz/notfound.tmpl Tue Jan 11 22:37:12 2011 +0100 1.2 +++ b/slitaz-mercurial-style/stuff/templates/slitaz/notfound.tmpl Tue Jan 11 23:27:31 2011 +0100 1.3 @@ -1,36 +1,46 @@ 1.4 {header} 1.5 -<title>Mercurial repository not found</title> 1.6 +<title>SliTaz Repos - not found</title> 1.7 </head> 1.8 <body> 1.9 1.10 <!-- Header --> 1.11 <div id="header"> 1.12 <a href="http://hg.slitaz.org/"><img id="logo" 1.13 - src="{staticurl}logo.png" title="www.slitaz.org" alt="www.slitaz.org" 1.14 - style="border: 0px solid ; width: 200px; height: 74px;" /></a> 1.15 + src="{staticurl}logo.png" 1.16 + title="hg.slitaz.org" alt="hg.slitaz.org" /></a> 1.17 <p id="titre">#!/Hg/repos</p> 1.18 </div> 1.19 1.20 -<div class="container"> 1.21 +<!-- Content --> 1.22 +<div id="content-full"> 1.23 1.24 -<div id="nav"> 1.25 -<div class="nav_box"> 1.26 -<h4>SliTaz Network</h4> 1.27 -<ul> 1.28 - <li><a href="http://www.slitaz.org/">Main Website</a></li> 1.29 - <li><a href="http://forum.slitaz.org/">Community Forum</a></li> 1.30 - <li><a href="http://labs.slitaz.org/">SliTaz Laboratories</a></li> 1.31 - <li><a href="http://pkgs.slitaz.org/">Packages Database</a></li> 1.32 - <li><a href="http://bb.slitaz.org/">SliTaz Build Bot</a></li> 1.33 -</ul> 1.34 +<!-- Block begin --> 1.35 +<div class="block"> 1.36 + <!-- Nav block begin --> 1.37 + <div id="block_nav"> 1.38 + <h3><img src="{staticurl}development.png" alt="png" />Devel corner</h3> 1.39 + <ul> 1.40 + <li><a href="http://www.slitaz.org/en/devel/">Website/devel</a></li> 1.41 + <li><a href="http://labs.slitaz.org/">Laboratories</a></li> 1.42 + <li><a href="http://bb.slitaz.org/">Build Bot</a></li> 1.43 + <li><a href="http://scn.slitaz.org/">Community</a></li> 1.44 + <li><a href="http://pkgs.slitaz.org/">Packages</a></li> 1.45 + <li><a href="http://tank.slitaz.org/">Tank Server</a></li> 1.46 + </ul> 1.47 + <!-- Nav block end --> 1.48 + </div> 1.49 + <!-- Top block begin --> 1.50 + <div id="block_top"> 1.51 + <h1>Repository not found</h1> 1.52 + <p> 1.53 + The specified repository "{repo|escape}" is unknown, sorry. 1.54 + Please go back to the 1.55 + <a href="http://hg.slitaz.org/">main repository list page</a>. 1.56 + </p> 1.57 + <!-- Top block end --> 1.58 + </div> 1.59 +<!-- Block end --> 1.60 </div> 1.61 -</div> 1.62 - 1.63 -<h2>Mercurial repository not found</h2> 1.64 - 1.65 -<p>The specified repository "{repo|escape}" is unknown, sorry. 1.66 - 1.67 -Please go back to the main repository list page.</p> 1.68 1.69 <!-- End of content --> 1.70 </div>