slitaz-dev-tools diff slitaz-mercurial-style/templates/slitaz/notfound.tmpl @ rev 35

slitaz-mercurial-style: Fixed last commit.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri Mar 11 18:29:53 2011 +0000 (2011-03-11)
parents
children 89df945a2c21
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/slitaz-mercurial-style/templates/slitaz/notfound.tmpl	Fri Mar 11 18:29:53 2011 +0000
     1.3 @@ -0,0 +1,48 @@
     1.4 +{header}
     1.5 +<title>SliTaz Repos - 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" 
    1.13 +		title="hg.slitaz.org" alt="hg.slitaz.org" /></a>
    1.14 +    <p id="titre">#!/Hg/repos</p>
    1.15 +</div>
    1.16 +
    1.17 +<!-- Content -->
    1.18 +<div id="content-full">
    1.19 +
    1.20 +<!-- Block begin -->
    1.21 +<div class="block">
    1.22 +	<!-- Nav block begin -->
    1.23 +	<div id="block_nav">
    1.24 +		<h3><img src="{staticurl}development.png" alt="png" />Devel corner</h3>
    1.25 +		<ul>
    1.26 +			<li><a href="http://www.slitaz.org/en/devel/">Website/devel</a></li>
    1.27 +			<li><a href="http://labs.slitaz.org/">Laboratories</a></li>
    1.28 +			<li><a href="http://bb.slitaz.org/">Build Bot</a></li>
    1.29 +			<li><a href="http://scn.slitaz.org/">Community</a></li>
    1.30 +			<li><a href="http://pkgs.slitaz.org/">Packages</a></li>
    1.31 +			<li><a href="http://tank.slitaz.org/">Tank Server</a></li>
    1.32 +		</ul>
    1.33 +	<!-- Nav block end -->
    1.34 +	</div>
    1.35 +	<!-- Top block begin -->
    1.36 +	<div id="block_top">
    1.37 +		<h1>Repository not found</h1>
    1.38 +		<p>
    1.39 +			The specified repository "{repo|escape}" is unknown, sorry.
    1.40 +			Please go back to the 
    1.41 +			<a href="http://hg.slitaz.org/">main repository list page</a>.
    1.42 +		</p>
    1.43 +	<!-- Top block end -->
    1.44 +	</div>
    1.45 +<!-- Block end -->
    1.46 +</div>
    1.47 +
    1.48 +<!-- End of content -->
    1.49 +</div>
    1.50 +
    1.51 +{footer}