wok-next diff slitaz-mercurial-style/stuff/templates/slitaz/notfound.tmpl @ rev 7937

slitaz-mercurial-style: Start moving to new CSS and layout
author Christophe Lincoln <pankso@slitaz.org>
date Tue Jan 11 21:53:28 2011 +0100 (2011-01-11)
parents
children 5e5a67e17e5a
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/slitaz-mercurial-style/stuff/templates/slitaz/notfound.tmpl	Tue Jan 11 21:53:28 2011 +0100
     1.3 @@ -0,0 +1,35 @@
     1.4 +{header}
     1.5 +<title>Mercurial repository not found</title>
     1.6 +</head>
     1.7 +<body>
     1.8 +
     1.9 +<!-- Header -->
    1.10 +<div id="header">
    1.11 +    <a href="http://hg.slitaz.org/"><img id="logo"
    1.12 +    src="{staticurl}logo.png" title="www.slitaz.org" alt="www.slitaz.org"
    1.13 +    style="border: 0px solid ; width: 200px; height: 74px;" /></a>
    1.14 +    <p id="titre">#!/Hg/repos</p>
    1.15 +</div>
    1.16 +
    1.17 +<div class="container">
    1.18 +
    1.19 +<div id="nav">
    1.20 +<div class="nav_box">
    1.21 +<h4>SliTaz Network</h4>
    1.22 +<ul>
    1.23 +	<li><a href="http://www.slitaz.org/">Main Website</a></li>
    1.24 +	<li><a href="http://forum.slitaz.org/">Community Forum</a></li>
    1.25 +	<li><a href="http://labs.slitaz.org/">SliTaz Laboratories</a></li>
    1.26 +	<li><a href="http://pkgs.slitaz.org/">Packages Database</a></li>
    1.27 +	<li><a href="http://bb.slitaz.org/">SliTaz Build Bot</a></li>
    1.28 +</ul>
    1.29 +</div>
    1.30 +</div>
    1.31 +
    1.32 +<h2>Mercurial repository not found</h2>
    1.33 +
    1.34 +<p>The specified repository "{repo|escape}" is unknown, sorry.
    1.35 +
    1.36 +Please go back to the main repository list page.</p>
    1.37 +
    1.38 +{footer}