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

slitaz-mercurial-style: more work and first stage finished (testing localy)
author Christophe Lincoln <pankso@slitaz.org>
date Wed Mar 01 19:12:07 2017 +0100 (2017-03-01)
parents 0b0666832cb6
children 3749e19b9a23
line diff
     1.1 --- a/slitaz-mercurial-style/templates/slitaz/notfound.tmpl	Fri Sep 23 12:46:36 2016 +0300
     1.2 +++ b/slitaz-mercurial-style/templates/slitaz/notfound.tmpl	Wed Mar 01 19:12:07 2017 +0100
     1.3 @@ -12,7 +12,6 @@
     1.4  		<a href="http://doc.slitaz.org/">Doc</a>
     1.5  		<a href="http://forum.slitaz.org/">Forum</a>
     1.6  		<a href="http://irc.slitaz.org/">IRC</a>
     1.7 -		<a href="http://pro.slitaz.org/">Pro</a>
     1.8  		<a href="http://bugs.slitaz.org">Bugs</a>
     1.9  		<span>Hg</span>
    1.10  		<a href="http://cook.slitaz.org/">Cook</a>
    1.11 @@ -20,53 +19,35 @@
    1.12  	<h1><a href="http://hg.slitaz.org/">SliTaz Repositories</a></h1>
    1.13  </div>
    1.14  
    1.15 -<!-- Block -->
    1.16 -<div id="block">
    1.17 -	<!-- Navigation -->
    1.18 -	<div id="block_nav">
    1.19 -		<h4>Developers corner</h4>
    1.20 -		<div class="right_box">
    1.21 -			<ul>
    1.22 -				<li><a href="http://cook.slitaz.org/">Build Bot</a></li>
    1.23 -				<li><a href="http://pkgs.slitaz.org/">Packages</a></li>
    1.24 -				<li><a href="http://tank.slitaz.org/">Tank Server</a></li>
    1.25 -			</ul>
    1.26 -		</div>
    1.27 -		<div class="left_box">
    1.28 -			<ul>
    1.29 -				<li><a href="http://www.slitaz.org/en/devel/">Website Devel</a></li>
    1.30 -				<li><a href="http://scn.slitaz.org/groups/devel/">Community Group</a></li>
    1.31 -				<li><a href="http://labs.slitaz.org/">Laboratories</a></li>
    1.32 -				<li><a href="http://doc.slitaz.org/en:cookbook:start">Cookbook</a></li>
    1.33 -			</ul>
    1.34 -		</div>
    1.35 -	</div>
    1.36 -	<!-- Information/image -->
    1.37 -	<div id="block_info">
    1.38 -		<h4>Repository not found</h4>
    1.39 -		<p>
    1.40 -			The specified repository "{repo|escape}" is unknown, sorry.
    1.41 -		</p>
    1.42 -		<p>
    1.43 -			Please go back to the 
    1.44 -			<a href="http://hg.slitaz.org/">main repository list page</a>.
    1.45 -		</p>
    1.46 -		<h4>Search</h4>
    1.47 -		<form class="search" action="{url}log">
    1.48 -			{sessionvars%hiddenformentry}
    1.49 -			<p><input name="rev" id="search1" type="text" /></p>
    1.50 -			<!-- <div id="hint">find changesets by author, revision,
    1.51 -			files, or words in the commit message</div> -->
    1.52 -		</form>
    1.53 -	</div>
    1.54 -</div>
    1.55 +<nav id="nav" role="navigation" tabindex="0">
    1.56 +	<ul>
    1.57 +		<li><a class="nav2" href="http://www.slitaz.org/en/devel/">Devel Doc</a></li>
    1.58 +		<li><a class="nav1" href="http://tank.slitaz.org/">Main Mirror</a></li>
    1.59 +		<li><a class="nav2" href="http://pkgs.slitaz.org/">Packages</a></li>
    1.60 +		<li><a class="nav1" href="http://people.slitaz.org/">People</a></li>
    1.61 +	</ul>
    1.62 +	<p>
    1.63 +		Real time improvements, fixes and goodies from SliTaz contributors
    1.64 +	</p>
    1.65 +</nav>
    1.66  
    1.67  <!-- Content -->
    1.68  <div id="content">
    1.69  
    1.70 -
    1.71 +<h2>Repository not found</h2>
    1.72 +<div class="description">
    1.73 +	<p>
    1.74 +		The specified repository "{repo|escape}" is unknown, sorry.
    1.75 +	</p>
    1.76 +	<p>
    1.77 +		Please go back to the 
    1.78 +		<a href="http://hg.slitaz.org/">main repository list page</a>.
    1.79 +	</p>
    1.80 +</div>
    1.81  
    1.82  <!-- End of content -->
    1.83  </div>
    1.84  
    1.85 +<div style="height: 240px;"></div>
    1.86 +
    1.87  {footer}