wok rev 7935

tazbb and tazpkg-web: Fix and tiny improvement
author Christophe Lincoln <pankso@slitaz.org>
date Tue Jan 11 15:57:00 2011 +0100 (2011-01-11)
parents 9140fe580c2b
children ca810674c318
files tazbb/stuff/web/pics/website/development.png tazbb/stuff/web/pics/website/header-img.png tazbb/stuff/web/pics/website/header.png tazpkg-web/stuff/html/home.html
line diff
     1.1 Binary file tazbb/stuff/web/pics/website/development.png has changed
     2.1 Binary file tazbb/stuff/web/pics/website/header-img.png has changed
     3.1 Binary file tazbb/stuff/web/pics/website/header.png has changed
     4.1 --- a/tazpkg-web/stuff/html/home.html	Tue Jan 11 15:42:58 2011 +0100
     4.2 +++ b/tazpkg-web/stuff/html/home.html	Tue Jan 11 15:57:00 2011 +0100
     4.3 @@ -1,23 +1,29 @@
     4.4 +<!-- Content -->
     4.5 +<div id="content-full">
     4.6  
     4.7 -<!-- Navigation menu -->
     4.8 -<div id="nav">
     4.9 -
    4.10 -<div class="nav_box">
    4.11 -<h4>SliTaz Network</h4>
    4.12 -<ul>
    4.13 -	<li><a href="http://www.slitaz.org/">Main Website</a></li>
    4.14 -	<li><a href="http://forum.slitaz.org/">Community Forum</a></li>
    4.15 -	<li><a href="http://labs.slitaz.org/">SliTaz Labs</a></li>
    4.16 -	<li><a href="http://boot.slitaz.org/">SliTaz Web Boot</a></li>
    4.17 -	<li><a href="http://twitter.com/slitaz">SliTaz on Twitter</a></li>
    4.18 -	<li><a href="http://www.distrowatch.com/slitaz">SliTaz on DistroWatch</a></li>
    4.19 -</ul>
    4.20 +<!-- Block begin -->
    4.21 +<div class="block">
    4.22 +	<!-- Nav block begin -->
    4.23 +	<div id="block_nav">
    4.24 +		<h3><img src="pics/tazpkg.png" alt="users.png" />Packages</h3>
    4.25 +		<ul>
    4.26 +			<li><a href="http://hg.slitaz.org/wok">Hg Repos</a></li>
    4.27 +			<li><a href="http://bb.slitaz.org/">Build Bot</a></li>
    4.28 +		</ul>
    4.29 +	<!-- Nav block end -->
    4.30 +	</div>
    4.31 +	<!-- Top block begin -->
    4.32 +	<div id="block_top">
    4.33 +		<h1>Packages</h1>
    4.34 +		<p>
    4.35 +			<a href="stable/">Stable packages</a> | <a href="cooking/">Cooking packages</a>
    4.36 +		</p>
    4.37 +	<!-- Top block end -->
    4.38 +	</div>
    4.39 +<!-- Block end -->
    4.40  </div>
    4.41  
    4.42 -<!-- End navigation menu -->
    4.43 -</div>
    4.44 -
    4.45 -<div style="text-align: center; padding-top: 20px;">
    4.46 +<div class="pkgs-search">
    4.47  <form method="post" action="http://pkgs.slitaz.org/search.cgi">
    4.48  	<select name="object">
    4.49  		<option>Package</option>
    4.50 @@ -31,7 +37,7 @@
    4.51  		<option>FileOverlap</option>
    4.52  	</select>
    4.53  	<strong>:</strong>
    4.54 -	<input type="text" name="query" size="32" />
    4.55 +	<input type="text" name="query" size="30" />
    4.56  	<select name="version">
    4.57  		<option>stable</option>
    4.58  		<option>cooking</option>
    4.59 @@ -40,7 +46,7 @@
    4.60  	</select>
    4.61  	<input type="submit" name="search" value="Search" />
    4.62  </form>
    4.63 -<p>
    4.64 -<a href="stable/">Stable packages</a> | <a href="cooking/">Cooking packages</a>
    4.65 -</p>
    4.66  </div>
    4.67 +
    4.68 +<!-- End of content -->
    4.69 +</div>