website diff fr/search.php @ rev 1009

*: mv *.html *.php (except books & relnotes), all links (*.html) checked and fixed
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Mar 29 21:05:39 2012 +0300 (2012-03-29)
parents fr/search.html@51533419b5fe
children 175ff0253b7a
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/fr/search.php	Thu Mar 29 21:05:39 2012 +0300
     1.3 @@ -0,0 +1,138 @@
     1.4 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
     1.5 +    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
     1.6 +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
     1.7 +<head>
     1.8 +    <title>SliTaz - Recherche</title>
     1.9 +    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
    1.10 +    <meta name="description" content="SliTaz recherche site web google doc info book" />
    1.11 +    <meta name="keywords" lang="fr" content="search, google, slitaz.org, doc" />
    1.12 +    <meta name="robots" content="index, follow, all" />
    1.13 +    <meta name="modified" content="2011-03-26 22:40:00" />
    1.14 +    <meta name="author" content="Christophe Lincoln"/>
    1.15 +    <link rel="shortcut icon" href="../favicon.ico" />
    1.16 +    <link rel="stylesheet" type="text/css" href="../slitaz.css" />
    1.17 +</head>
    1.18 +<body>
    1.19 +
    1.20 +<!-- Header -->
    1.21 +<div id="header">
    1.22 +	<div id="logo"></div>
    1.23 +	<div id="network">
    1.24 +		<a href="http://www.slitaz.org/netmap.php">
    1.25 +			<img src="../images/network.png" alt="network.png" /></a>
    1.26 +		<a href="http://scn.slitaz.org/">Community</a>
    1.27 +		<a href="http://doc.slitaz.org/">Doc</a>
    1.28 +		<a href="http://forum.slitaz.org/">Forum</a>
    1.29 +		<a href="http://bugs.slitaz.org">Bugs</a>
    1.30 +		<a href="http://hg.slitaz.org/">Hg</a>
    1.31 +	</div>
    1.32 +	<h1><a href="http://www.slitaz.org/">SliTaz GNU/Linux</a></h1>
    1.33 +</div>
    1.34 +
    1.35 +<!-- Block -->
    1.36 +<div id="block">
    1.37 +	<!-- Navigation -->
    1.38 +	<div id="block_nav">
    1.39 +		<h4>Navigation</h4>
    1.40 +		<div class="right_box">
    1.41 +			<ul>
    1.42 +				<li><a href="mailing-list.php">Mailing List</a></li>
    1.43 +				<li><a href="devel/">Développement</a></li>
    1.44 +				<li><a href="packages/">Paquets</a></li>
    1.45 +				<li><a href="artwork/">Artwork</a></li>
    1.46 +				<li><a href="search.php">Recherche</a></li>
    1.47 +			</ul>
    1.48 +		</div>
    1.49 +		<div class="left_box">
    1.50 +			<ul>
    1.51 +				<li><a href="./">Actualités</a></li>
    1.52 +				<li><a href="about/">A propos</a></li>
    1.53 +				<li><a href="get/">Téléchargement</a></li>
    1.54 +				<li><a href="asso/">Association</a></li>
    1.55 +				<li><a href="doc/">Documentation</a></li>
    1.56 +			</ul>
    1.57 +		</div>
    1.58 +	</div>
    1.59 +	<!-- Information/image -->
    1.60 +	<div id="block_info">
    1.61 +		<h4>Recherche</h4>
    1.62 +		<p>
    1.63 +			Cette page vous permet de lancer une recherche, sur 
    1.64 +			l'ensemble du site web de SliTaz GNU/Linux, dans l'archive
    1.65 +			de <a href="mailing-list.php">la liste de discussion</a>
    1.66 +			et dans <a href="http://forum.slitaz.org/">le forum</a>. Ce
    1.67 +			moteur de recherche a été créé pour SliTaz, via le service
    1.68 +			Google Co-op, permettant de construire son propre moteur de
    1.69 +			recherche personnalisé.
    1.70 +		</p>
    1.71 +	</div>
    1.72 +</div>
    1.73 +
    1.74 +<!-- Content -->
    1.75 +<div id="content">
    1.76 +
    1.77 +<div class="searchbox">
    1.78 +	<div id="cse-search-form" style="width: 100%;">Loading</div>
    1.79 +	<script src="http://www.google.com/jsapi" type="text/javascript"></script>
    1.80 +	<script type="text/javascript">
    1.81 +	  google.load('search', '1', {language : 'fr', style : google.loader.themes.MINIMALIST});
    1.82 +	  google.setOnLoadCallback(function() {
    1.83 +	    var customSearchControl = new google.search.CustomSearchControl('000868395082919927601:nddq7yjdcxg');
    1.84 +	    customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET);
    1.85 +	    var options = new google.search.DrawOptions();
    1.86 +	    options.setSearchFormRoot('cse-search-form');
    1.87 +	    customSearchControl.draw('cse', options);
    1.88 +	  }, true);
    1.89 +	</script>
    1.90 +	<style type="text/css">
    1.91 +		input.gsc-search-button {
    1.92 +		   border: 1px solid #b64b22;
    1.93 +			background-color: #b64b22;
    1.94 +			color: white;
    1.95 +			font-weight: bold;
    1.96 +			cursor: pointer;
    1.97 +			padding: 3px 10px;
    1.98 +			font-size: 14px;
    1.99 +			margin-left: -2px;
   1.100 +			-webkit-border-top-right-radius: 4px;
   1.101 +			-webkit-border-bottom-right-radius: 4px;
   1.102 +			-moz-border-radius-topright: 4px;
   1.103 +			-moz-border-radius-bottomright: 4px;
   1.104 +			border-top-right-radius: 4px;
   1.105 +			border-bottom-right-radius: 4px;
   1.106 +		}
   1.107 +		.gs-webResult.gs-result a.gs-title:link,
   1.108 +		.gs-webResult.gs-result a.gs-title:link b {
   1.109 +			color: #103a5e;
   1.110 +		}
   1.111 +		#cse { margin-bottom: 120px; }
   1.112 +	</style>
   1.113 +</div>
   1.114 +
   1.115 +<div id="cse" style="width:100%;"></div>
   1.116 +
   1.117 +<!-- End of content -->
   1.118 +</div>
   1.119 +
   1.120 +<!-- Footer -->
   1.121 +<div id="footer">
   1.122 +	Copyright &copy; <span class="year"></span>
   1.123 +	<a href="http://www.slitaz.org/">SliTaz</a> - Network:
   1.124 +	<a href="http://scn.slitaz.org/">Community</a>
   1.125 +	<a href="http://doc.slitaz.org/">Doc</a>
   1.126 +	<a href="http://forum.slitaz.org/">Forum</a>
   1.127 +	<a href="http://pkgs.slitaz.org/">Packages</a>
   1.128 +	<a href="http://bugs.slitaz.org">Bugs</a>
   1.129 +	<a href="http://hg.slitaz.org/">Hg</a>
   1.130 +	<p>
   1.131 +		SliTaz @
   1.132 +		<a href="http://twitter.com/slitaz">Twitter</a>
   1.133 +		<a href="http://www.facebook.com/slitaz">Facebook</a>
   1.134 +		<a href="http://distrowatch.com/slitaz">Distrowatch</a>
   1.135 +		<a href="http://en.wikipedia.org/wiki/SliTaz">Wikipedia</a>
   1.136 +		<a href="http://flattr.com/profile/slitaz">Flattr</a>
   1.137 +	</p>
   1.138 +</div>
   1.139 +
   1.140 +</body>
   1.141 +</html>