wok diff slitaz-mercurial-style/stuff/templates/slitaz/error.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 caba5f010c62
line diff
     1.1 --- a/slitaz-mercurial-style/stuff/templates/slitaz/error.tmpl	Tue Jan 11 22:37:12 2011 +0100
     1.2 +++ b/slitaz-mercurial-style/stuff/templates/slitaz/error.tmpl	Tue Jan 11 23:27:31 2011 +0100
     1.3 @@ -6,43 +6,55 @@
     1.4  <!-- Header -->
     1.5  <div id="header">
     1.6      <a href="http://hg.slitaz.org/"><img id="logo"
     1.7 -    src="{staticurl}logo.png" title="www.slitaz.org" alt="www.slitaz.org"
     1.8 -    style="border: 0px solid ; width: 200px; height: 74px;" /></a>
     1.9 +		src="{staticurl}logo.png" 
    1.10 +		title="hg.slitaz.org" alt="hg.slitaz.org" /></a>
    1.11      <p id="titre">#!/Hg/repos</p>
    1.12  </div>
    1.13  
    1.14 -<div class="container">
    1.15 -<div id="nav">
    1.16 +<!-- Content -->
    1.17 +<div id="content-full">
    1.18  
    1.19 -<div class="nav_box">
    1.20 -<h4>Navigation</h4>
    1.21 -<ul>
    1.22 -	<li><a href="{url}shortlog{sessionvars%urlparameter}">log</a></li>
    1.23 -	<li><a href="{url}graph{sessionvars%urlparameter}">graph</a></li>
    1.24 -	<li><a href="{url}tags{sessionvars%urlparameter}">tags</a></li>
    1.25 -	<li><a href="{url}branches{sessionvars%urlparameter}">branches</a></li>
    1.26 -</ul>
    1.27 +<!-- Block begin -->
    1.28 +<div class="block">
    1.29 +	<!-- Nav block begin -->
    1.30 +	<div id="block_nav">
    1.31 +		<h3><img src="{staticurl}network.png" alt="png" />Navigation</h3>
    1.32 +		<ul>
    1.33 +			<li><a href="{url}shortlog{sessionvars%urlparameter}">log</a></li>
    1.34 +			<li><a href="{url}graph{sessionvars%urlparameter}">graph</a></li>
    1.35 +			<li><a href="{url}tags{sessionvars%urlparameter}">tags</a></li>
    1.36 +			<li><a href="{url}branches{sessionvars%urlparameter}">branches</a></li>
    1.37 +		</ul>
    1.38 +	<!-- Nav block end -->
    1.39 +	</div>
    1.40 +	<!-- Top block begin -->
    1.41 +	<div id="block_top">
    1.42 +		<h1>Project: {repo|escape}</h1>
    1.43 +		<p>
    1.44 +			This web interface lets you follow in real time all improvements,
    1.45 +			fixes and other changes made by SliTaz GNU/Linux contributors.
    1.46 +		</p>
    1.47 +		Download archive: 
    1.48 +		<ul>
    1.49 +			{archives%archiveentry}
    1.50 +		</ul>
    1.51 +		<h3>Search</h3>
    1.52 +		<form class="search" action="{url}log">
    1.53 +			{sessionvars%hiddenformentry}
    1.54 +			<p><input name="rev" id="search1" type="text" /></p>
    1.55 +			<div id="hint">find changesets by author, revision,
    1.56 +			files, or words in the commit message</div>
    1.57 +		</form>
    1.58 +	<!-- Top block end -->
    1.59 +	</div>
    1.60 +<!-- Block end -->
    1.61  </div>
    1.62  
    1.63 -<div class="nav_box">
    1.64 -<h4>Search</h4>
    1.65 -<form class="search" action="{url}log">
    1.66 -{sessionvars%hiddenformentry}
    1.67 -<p><input name="rev" id="search1" type="text" /></p>
    1.68 -<div id="hint">find changesets by author, revision,
    1.69 -files, or words in the commit message</div>
    1.70 -</form>
    1.71 -</div>
    1.72 -</div>
    1.73 -
    1.74 -<div class="main">
    1.75 -
    1.76 -<h2><a href="{url}{sessionvars%urlparameter}">{repo|escape}</a></h2>
    1.77 -<h3>error</h3>
    1.78 +<h2><a href="{url}{sessionvars%urlparameter}">{repo|escape}</a> error</h2>
    1.79  
    1.80  <div class="description">
    1.81  <p>
    1.82 -An error occurred while processing your request:
    1.83 +	An error occurred while processing your request:
    1.84  </p>
    1.85  <p>
    1.86  {error|escape}