slitaz-dev-tools diff slitaz-mercurial-style/templates/slitaz/manifest.tmpl @ rev 42

Mercurial style update to match website
author Christophe Lincoln <pankso@slitaz.org>
date Sun Mar 27 23:31:28 2011 +0200 (2011-03-27)
parents d9f1a561b634
children c0749db640da
line diff
     1.1 --- a/slitaz-mercurial-style/templates/slitaz/manifest.tmpl	Thu Feb 24 07:39:10 2011 +0000
     1.2 +++ b/slitaz-mercurial-style/templates/slitaz/manifest.tmpl	Sun Mar 27 23:31:28 2011 +0200
     1.3 @@ -5,56 +5,65 @@
     1.4  
     1.5  <!-- Header -->
     1.6  <div id="header">
     1.7 -    <a href="http://hg.slitaz.org/"><img id="logo"
     1.8 -		src="{staticurl}logo.png" 
     1.9 -		title="hg.slitaz.org" alt="hg.slitaz.org" /></a>
    1.10 -    <p id="titre">#!/Hg/repos</p>
    1.11 +	<div id="logo"></div>
    1.12 +	<div id="network">
    1.13 +		<a href="http://www.slitaz.org/">
    1.14 +			<img src="{staticurl}/images/network.png" alt="network.png" /></a>
    1.15 +		<a href="http://scn.slitaz.org/">Community</a>
    1.16 +		<a href="http://doc.slitaz.org/">Doc</a>
    1.17 +		<a href="http://forum.slitaz.org/">Forum</a>
    1.18 +		<a href="http://labs.slitaz.org/issues">Bugs</a>
    1.19 +		<a href="http://hg.slitaz.org/">Hg</a>
    1.20 +	</div>
    1.21 +	<h1><a href="http://hg.slitaz.org/">SliTaz Repositories</a></h1>
    1.22 +</div>
    1.23 +
    1.24 +<!-- Block -->
    1.25 +<div id="block">
    1.26 +	<!-- Navigation -->
    1.27 +	<div id="block_nav">
    1.28 +		<h4>Navigation</h4>
    1.29 +		<div class="right_box">
    1.30 +			<ul>
    1.31 +				<li><a href="{url}rev/{node|short}{sessionvars%urlparameter}">Changeset</a></li>
    1.32 +				<li>Browse</li>
    1.33 +			</ul>
    1.34 +		</div>
    1.35 +		<div class="left_box">
    1.36 +			<ul>
    1.37 +				<li><a href="{url}summary{sessionvars%urlparameter}">Summary</a></li>
    1.38 +				<li><a href="{url}log{sessionvars%urlparameter}">Changelog</a></li>
    1.39 +				<li><a href="{url}graph/{node|short}{sessionvars%urlparameter}">Graph</a></li>
    1.40 +				<li><a href="{url}tags{sessionvars%urlparameter}">Tags</a></li>
    1.41 +				<li><a href="{url}branches{sessionvars%urlparameter}">Branches</a></li>
    1.42 +			</ul>
    1.43 +		</div>
    1.44 +	</div>
    1.45 +	<!-- Information/image -->
    1.46 +	<div id="block_info">
    1.47 +		<h4>Project: {repo|escape}</h4>
    1.48 +		<p>
    1.49 +			Clone project: hg clone http://hg.slitaz.org/{repo|escape}
    1.50 +		</p>
    1.51 +		<div id="tarball">
    1.52 +			<ul>
    1.53 +				<li>Download tarball:</li>
    1.54 +				{archives%archiveentry}
    1.55 +			</ul>
    1.56 +		</div>
    1.57 +		<h4>Search</h4>
    1.58 +		<form class="search" action="{url}log">
    1.59 +			{sessionvars%hiddenformentry}
    1.60 +			<p><input name="rev" id="search1" type="text" /></p>
    1.61 +			<!-- <div id="hint">find changesets by author, revision,
    1.62 +			files, or words in the commit message</div> -->
    1.63 +		</form>
    1.64 +	</div>
    1.65  </div>
    1.66  
    1.67  <!-- Content -->
    1.68 -<div id="content-full">
    1.69 +<div id="content">
    1.70  
    1.71 -<!-- Block begin -->
    1.72 -<div class="block">
    1.73 -	<!-- Nav block begin -->
    1.74 -	<div id="block_nav">
    1.75 -		<h3><img src="{staticurl}network.png" alt="png" />Navigation</h3>
    1.76 -		<div class="right_box">
    1.77 -			<ul>	
    1.78 -				<li>Download:</li>
    1.79 -				{archives%archiveentry}
    1.80 -			</ul>
    1.81 -		</div>
    1.82 -		<ul>
    1.83 -			<li><a href="{url}shortlog/{node|short}{sessionvars%urlparameter}">log</a></li>
    1.84 -			<li><a href="{url}graph/{node|short}{sessionvars%urlparameter}">graph</a></li>
    1.85 -			<li><a href="{url}tags{sessionvars%urlparameter}">tags</a></li>
    1.86 -			<li><a href="{url}branches{sessionvars%urlparameter}">branches</a></li>
    1.87 -			<li><a href="{url}rev/{node|short}{sessionvars%urlparameter}">changeset</a></li>
    1.88 -			<li class="active">browse</li>
    1.89 -		</ul>
    1.90 -	<!-- Nav block end -->
    1.91 -	</div>
    1.92 -	<!-- Top block begin -->
    1.93 -	<div id="block_top">
    1.94 -		<h1>Project: {repo|escape}</h1>
    1.95 -		<p>
    1.96 -			This web interface lets you follow in real time all improvements,
    1.97 -			fixes and other changes made by SliTaz GNU/Linux contributors.
    1.98 -		</p> 
    1.99 -		<h3>Search</h3>
   1.100 -		<form class="search" action="{url}log">
   1.101 -			{sessionvars%hiddenformentry}
   1.102 -			<p><input name="rev" id="search1" type="text" /></p>
   1.103 -			<div id="hint">find changesets by author, revision,
   1.104 -			files, or words in the commit message</div>
   1.105 -		</form>
   1.106 -	<!-- Top block end -->
   1.107 -	</div>
   1.108 -<!-- Block end -->
   1.109 -</div>
   1.110 -
   1.111 -<div class="main">
   1.112  <h2><a href="{url}{sessionvars%urlparameter}">{repo|escape}</a>
   1.113  	directory {path|escape} @ {rev}:{node|short} {tags%changelogtag}</h2>
   1.114