wok-6.x diff tazpkg-web/stuff/search.cgi @ rev 10586
python-pygame: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu May 26 11:57:26 2011 +0200 (2011-05-26) |
parents | 7057fef5a16a |
children |
line diff
1.1 --- a/tazpkg-web/stuff/search.cgi Sat Jan 01 21:19:34 2011 +0100 1.2 +++ b/tazpkg-web/stuff/search.cgi Thu May 26 11:57:26 2011 +0200 1.3 @@ -238,21 +238,15 @@ 1.4 <link rel="shortcut icon" href="/favicon.ico" /> 1.5 <link rel="stylesheet" type="text/css" href="/slitaz.css" /> 1.6 </head> 1.7 -<body bgcolor="#ffffff"> 1.8 +<body> 1.9 1.10 <!-- Header --> 1.11 <div id="header"> 1.12 - <a name="top"></a> 1.13 -<!-- Access --> 1.14 -<div id="access"> 1.15 - <a href="http://www.slitaz.org/" title="SliTaz Web site">Website</a> | 1.16 - <a href="http://doc.slitaz.org/" title="SliTaz Community Documentation">Doc</a> | 1.17 - <a href="http://labs.slitaz.org/" title="SliTaz laboratories">Labs</a> 1.18 -</div> 1.19 + <!-- Logo --> 1.20 <a href="http://pkgs.slitaz.org/"><img id="logo" 1.21 - src="/pics/website/logo.png" title="pkgs.slitaz.org" alt="pkgs.slitaz.org" 1.22 - style="border: 0px solid ; width: 200px; height: 74px;" /></a> 1.23 - <p id="titre">#!/tazpkg/packages</p> 1.24 + src="/pics/website/logo.png" 1.25 + title="pkgs.slitaz.org" alt="pkgs.slitaz.org" /></a> 1.26 + <p id="titre">#!/Packages</p> 1.27 </div> 1.28 _EOF_ 1.29 } 1.30 @@ -265,34 +259,35 @@ 1.31 <i>$(ls $WOK/ | wc -l) packages and $(unlzma -c $PACKAGES_REPOSITORY/files.list.lzma | wc -l) files in $SLITAZ_VERSION database</i> 1.32 </center> 1.33 1.34 -<!-- End of content with round corner --> 1.35 -</div> 1.36 -<div id="content_bottom"> 1.37 -<div class="bottom_left"></div> 1.38 -<div class="bottom_right"></div> 1.39 +<!-- End of content --> 1.40 </div> 1.41 1.42 -<!-- Start of footer and copy notice --> 1.43 -<div id="copy"> 1.44 -<p> 1.45 -Dernière modification : $DATE - 1.46 -<a href="#top">Top of the page</a> 1.47 -</p> 1.48 -<p> 1.49 -Copyright © $(date +%Y) <a href="http://www.slitaz.org/">SliTaz</a> - 1.50 -<a href="http://www.gnu.org/licenses/gpl.html">GNU General Public License</a> 1.51 -</p> 1.52 -<!-- End of copy --> 1.53 -</div> 1.54 - 1.55 -<!-- Bottom and logo's --> 1.56 -<div id="bottom"> 1.57 -<p> 1.58 -<a href="http://validator.w3.org/check?uri=referer"><img 1.59 - src="/pics/website/xhtml10.png" alt="Valid XHTML 1.0" 1.60 - title="Code validé XHTML 1.0" 1.61 - style="width: 80px; height: 15px;" /></a> 1.62 -</p> 1.63 +<!-- Footer --> 1.64 +<div id="footer"> 1.65 + <div class="right_box"> 1.66 + <h4>SliTaz Network</h4> 1.67 + <ul> 1.68 + <li><a href="http://www.slitaz.org/">Main Website</a></li> 1.69 + <li><a href="http://doc.slitaz.org/">Documentation</a></li> 1.70 + <li><a href="http://forum.slitaz.org/">Support Forum</a></li> 1.71 + <li><a href="http://scn.slitaz.org/">Community Network</a></li> 1.72 + <li><a href="http://twitter.com/slitaz">SliTaz on Twitter</a></li> 1.73 + <li><a href="http://distrowatch.com/slitaz">SliTaz on DistroWatch</a></li> 1.74 + </ul> 1.75 + </div> 1.76 + <h4>SliTaz Packages</h4> 1.77 + <ul> 1.78 + <li><a href="#header">Top of the page</a></li> 1.79 + <li>Copyright © <span class="year"></span> 1.80 + <a href="http://www.slitaz.org/">SliTaz</a></li> 1.81 + <li><a href="http://www.slitaz.org/en/about/">About the project</a></li> 1.82 + <li><a href="http://pkgs.slitaz.org/search.cgi">Search packages</a></li> 1.83 + <li>Page modified the _DATE_</li> 1.84 + <li><a href="http://validator.w3.org/check?uri=referer"><img 1.85 + src="http://pkgs.slitaz.org/pics/website/xhtml10.png" 1.86 + title="Code validé XHTML 1.0" alt="Valid XHTML 1.0" 1.87 + style="width: 80px; height: 15px; vertical-align: middle;" /></a></li> 1.88 + </ul> 1.89 </div> 1.90 1.91 </body> 1.92 @@ -423,18 +418,11 @@ 1.93 xhtml_header 1.94 cat << _EOT_ 1.95 1.96 -<!-- Content top. --> 1.97 -<div id="content_top"> 1.98 -<div class="top_left"></div> 1.99 -<div class="top_right"></div> 1.100 -</div> 1.101 - 1.102 <!-- Content --> 1.103 <div id="content"> 1.104 -<a name="content"></a> 1.105 1.106 -<h1><font color="#3E1220">$package</font></h1> 1.107 -<h2><font color="#DF8F06">$search</font></h2> 1.108 +<h1>$package</h1> 1.109 +<h2>$search</h2> 1.110 _EOT_ 1.111 search_form 1.112 xhtml_footer 1.113 @@ -442,18 +430,11 @@ 1.114 xhtml_header 1.115 cat << _EOT_ 1.116 1.117 -<!-- Content top. --> 1.118 -<div id="content_top"> 1.119 -<div class="top_left"></div> 1.120 -<div class="top_right"></div> 1.121 -</div> 1.122 - 1.123 <!-- Content --> 1.124 <div id="content"> 1.125 -<a name="content"></a> 1.126 1.127 -<h1><font color="#3E1220">$package</font></h1> 1.128 -<h2><font color="#DF8F06">$search</font></h2> 1.129 +<h1>$package</h1> 1.130 +<h2>$search</h2> 1.131 _EOT_ 1.132 search_form 1.133 if [ "$OBJECT" = "Depends" ]; then