website rev 971

es: add search.php
author Paul Issott <paul@slitaz.org>
date Sun Mar 18 00:17:49 2012 +0000 (2012-03-18)
parents c673d3ff358e
children f1fe9f877e98
files es/search.html es/search.php lib/html/nav.es.html
line diff
     1.1 --- a/es/search.html	Sat Mar 17 23:26:12 2012 +0200
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,160 +0,0 @@
     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="es" lang="es">
     1.7 -<head>
     1.8 -    <title>SliTaz - Buscar</title>
     1.9 -    <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
    1.10 -    <meta name="description" content="slitaz users developpers mailing list" />
    1.11 -    <meta name="keywords" content="slitaz list mail discuss" lang="es" />
    1.12 -    <meta name="robots" content="index, follow, all" />
    1.13 -    <meta name="modified" content="2011-03-25 19:30:00" />
    1.14 -    <meta name="author" content="Eduardo Suarez-Santana" />
    1.15 -    <link rel="shortcut icon" href="../favicon.ico" />
    1.16 -    <link rel="stylesheet" type="text/css" href="../slitaz.css" />
    1.17 -    <style type="text/css">
    1.18 -	table {
    1.19 -		border: 1px solid #000000;
    1.20 -		width: variable;
    1.21 -		border-collapse: collapse;
    1.22 -	}
    1.23 -	td {
    1.24 -		border: 1px dotted #6495ed;
    1.25 -		width: variable;
    1.26 -		padding: 2px;
    1.27 -	}
    1.28 -	.rowodd {
    1.29 -		background-color: #ffffff;
    1.30 -	}
    1.31 -	.roweven {
    1.32 -		background-color: #e1ffe1; /* the tower */
    1.33 -	}
    1.34 -	th {
    1.35 -		border: 1px solid #000000;
    1.36 -		width: variable;
    1.37 -		padding: 4px;
    1.38 -	}
    1.39 -	.alignright {
    1.40 -		text-align: right;
    1.41 -	}
    1.42 -	</style>
    1.43 -</head>
    1.44 -<body>
    1.45 -
    1.46 -<!-- Header -->
    1.47 -<div id="header">
    1.48 -	<div id="logo"></div>
    1.49 -	<div id="network">
    1.50 -		<a href="http://www.slitaz.org/netmap.php">
    1.51 -			<img src="../images/network.png" alt="network.png" /></a>
    1.52 -		<a href="http://scn.slitaz.org/">Community</a>
    1.53 -		<a href="http://doc.slitaz.org/">Doc</a>
    1.54 -		<a href="http://forum.slitaz.org/">Forum</a>
    1.55 -		<a href="http://bugs.slitaz.org">Bugs</a>
    1.56 -		<a href="http://hg.slitaz.org/">Hg</a>
    1.57 -	</div>
    1.58 -	<h1><a href="http://www.slitaz.org/">SliTaz GNU/Linux</a></h1>
    1.59 -</div>
    1.60 -
    1.61 -<!-- Block -->
    1.62 -<div id="block">
    1.63 -	<!-- Navigation -->
    1.64 -	<div id="block_nav">
    1.65 -		<h4>Navigation</h4>
    1.66 -		<div class="right_box">
    1.67 -			<ul>
    1.68 -				<li><a href="mailing-list.php">Lista de correo</a></li>
    1.69 -				<li><a href="devel/">Desarrollo</a></li>
    1.70 -				<li><a href="packages/">Paquetes</a></li>
    1.71 -				<li><a href="artwork/">Artwork</a></li>
    1.72 -				<li><a href="search.html">Buscar</a></li>
    1.73 -			</ul>
    1.74 -		</div>
    1.75 -		<div class="left_box">
    1.76 -			<ul>
    1.77 -				<li><a href="./">Titulares</a></li>
    1.78 -				<li><a href="about/">Acerca de</a></li>
    1.79 -				<li><a href="get/">Descargas</a></li>
    1.80 -				<li><a href="asso/">Asociación</a></li>
    1.81 -				<li><a href="doc/">Documentación</a></li>
    1.82 -			</ul>
    1.83 -		</div>
    1.84 -	</div>
    1.85 -	<!-- Information/image -->
    1.86 -	<div id="block_info">
    1.87 -		<h4>Buscar</h4>
    1.88 -		<p>
    1.89 -			Esta página te permite buscar en toda la web de SliTaz GNU/Linux, en los
    1.90 -			archivos de la <a href="http://www.slitaz.org/es/mailing-list.php">lista de correo</a>  
    1.91 -			y además en el <a href="http://forum.slitaz.org/">Foro</a>.
    1.92 -		</p>
    1.93 -	</div>
    1.94 -</div>
    1.95 -
    1.96 -<!-- Content -->
    1.97 -<div id="content">
    1.98 -
    1.99 -<div class="searchbox">
   1.100 -	<div id="cse-search-form" style="width: 100%;">Loading</div>
   1.101 -	<script src="http://www.google.com/jsapi" type="text/javascript"></script>
   1.102 -	<script type="text/javascript">
   1.103 -	  google.load('search', '1', {language : 'es', style : google.loader.themes.MINIMALIST});
   1.104 -	  google.setOnLoadCallback(function() {
   1.105 -	    var customSearchControl = new google.search.CustomSearchControl('000868395082919927601:nddq7yjdcxg');
   1.106 -	    customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET);
   1.107 -	    var options = new google.search.DrawOptions();
   1.108 -	    options.setSearchFormRoot('cse-search-form');
   1.109 -	    customSearchControl.draw('cse', options);
   1.110 -	  }, true);
   1.111 -	</script>
   1.112 -	<style type="text/css">
   1.113 -		input.gsc-search-button {
   1.114 -		   border: 1px solid #b64b22;
   1.115 -			background-color: #b64b22;
   1.116 -			color: white;
   1.117 -			font-weight: bold;
   1.118 -			cursor: pointer;
   1.119 -			padding: 3px 10px;
   1.120 -			font-size: 14px;
   1.121 -			margin-left: -2px;
   1.122 -			-webkit-border-top-right-radius: 4px;
   1.123 -			-webkit-border-bottom-right-radius: 4px;
   1.124 -			-moz-border-radius-topright: 4px;
   1.125 -			-moz-border-radius-bottomright: 4px;
   1.126 -			border-top-right-radius: 4px;
   1.127 -			border-bottom-right-radius: 4px;
   1.128 -		}
   1.129 -		.gs-webResult.gs-result a.gs-title:link,
   1.130 -		.gs-webResult.gs-result a.gs-title:link b {
   1.131 -			color: #103a5e;
   1.132 -		}
   1.133 -		#cse { margin-bottom: 120px; }
   1.134 -	</style>
   1.135 -</div>
   1.136 -
   1.137 -<div id="cse" style="width:100%;"></div>
   1.138 - 
   1.139 -<!-- End of content -->
   1.140 -</div>
   1.141 -
   1.142 -<!-- Footer -->
   1.143 -<div id="footer">
   1.144 -	Copyright &copy; <span class="year"></span>
   1.145 -	<a href="http://www.slitaz.org/">SliTaz</a> - Network:
   1.146 -	<a href="http://scn.slitaz.org/">Community</a>
   1.147 -	<a href="http://doc.slitaz.org/">Doc</a>
   1.148 -	<a href="http://forum.slitaz.org/">Forum</a>
   1.149 -	<a href="http://pkgs.slitaz.org/">Packages</a>
   1.150 -	<a href="http://bugs.slitaz.org">Bugs</a>
   1.151 -	<a href="http://hg.slitaz.org/">Hg</a>
   1.152 -	<p>
   1.153 -		SliTaz @
   1.154 -		<a href="http://twitter.com/slitaz">Twitter</a>
   1.155 -		<a href="http://www.facebook.com/slitaz">Facebook</a>
   1.156 -		<a href="http://distrowatch.com/slitaz">Distrowatch</a>
   1.157 -		<a href="http://en.wikipedia.org/wiki/SliTaz">Wikipedia</a>
   1.158 -		<a href="http://flattr.com/profile/slitaz">Flattr</a>
   1.159 -	</p>
   1.160 -</div>
   1.161 -
   1.162 -</body>
   1.163 -</html>
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/es/search.php	Sun Mar 18 00:17:49 2012 +0000
     2.3 @@ -0,0 +1,79 @@
     2.4 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
     2.5 +    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
     2.6 +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="es" lang="es">
     2.7 +<head>
     2.8 +	<title>SliTaz - Buscar</title>
     2.9 +	<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
    2.10 +	<meta name="description" content="SliTaz GNU/Linux custom search engine" />
    2.11 +	<meta name="keywords" lang="es" content="System, free, gnu, linux, software opensource, livecd LINUX in RAM" />
    2.12 +	<meta name="author" content="Eduardo Suarez-Santana"/>
    2.13 +	<?php include("../lib/html/meta-link.html"); ?>
    2.14 +</head>
    2.15 +<body>
    2.16 +
    2.17 +<?php include("../lib/html/header.html"); ?>
    2.18 +
    2.19 +<!-- Block -->
    2.20 +<div id="block">
    2.21 +	<?php include("../lib/html/nav.es.html"); ?>
    2.22 +	<!-- Information/image -->
    2.23 +	<div id="block_info">
    2.24 +		<h4>Buscar</h4>
    2.25 +		<p>
    2.26 +			Esta página te permite buscar en toda la web de SliTaz GNU/Linux, en los
    2.27 +			archivos de la <a href="mailing-list.php">lista de correo</a>  
    2.28 +			y además en el <a href="http://forum.slitaz.org/">Foro</a>.
    2.29 +		</p>
    2.30 +	</div>
    2.31 +</div>
    2.32 +
    2.33 +<!-- Content -->
    2.34 +<div id="content">
    2.35 +
    2.36 +<div class="searchbox">
    2.37 +	<div id="cse-search-form" style="width: 100%;">Loading</div>
    2.38 +	<script src="http://www.google.com/jsapi" type="text/javascript"></script>
    2.39 +	<script type="text/javascript">
    2.40 +	  google.load('search', '1', {language : 'es', style : google.loader.themes.MINIMALIST});
    2.41 +	  google.setOnLoadCallback(function() {
    2.42 +	    var customSearchControl = new google.search.CustomSearchControl('000868395082919927601:nddq7yjdcxg');
    2.43 +	    customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET);
    2.44 +	    var options = new google.search.DrawOptions();
    2.45 +	    options.setSearchFormRoot('cse-search-form');
    2.46 +	    customSearchControl.draw('cse', options);
    2.47 +	  }, true);
    2.48 +	</script>
    2.49 +	<style type="text/css">
    2.50 +		input.gsc-search-button {
    2.51 +		   	border: 1px solid #b64b22;
    2.52 +			background-color: #b64b22;
    2.53 +			color: white;
    2.54 +			font-weight: bold;
    2.55 +			cursor: pointer;
    2.56 +			padding: 2px 10px;
    2.57 +			font-size: 14px;
    2.58 +			margin-left: -4px;
    2.59 +			-webkit-border-top-right-radius: 4px;
    2.60 +			-webkit-border-bottom-right-radius: 4px;
    2.61 +			-moz-border-radius-topright: 4px;
    2.62 +			-moz-border-radius-bottomright: 4px;
    2.63 +			border-top-right-radius: 4px;
    2.64 +			border-bottom-right-radius: 4px;
    2.65 +		}
    2.66 +		.gs-webResult.gs-result a.gs-title:link,
    2.67 +		.gs-webResult.gs-result a.gs-title:link b {
    2.68 +			color: #103a5e;
    2.69 +		}
    2.70 +		#cse { margin-bottom: 120px; }
    2.71 +	</style>
    2.72 +</div>
    2.73 +
    2.74 +<div id="cse" style="width:100%;"></div>
    2.75 + 
    2.76 +<!-- End of content -->
    2.77 +</div>
    2.78 +
    2.79 +<?php include("../lib/html/footer.html"); ?>
    2.80 +
    2.81 +</body>
    2.82 +</html>
     3.1 --- a/lib/html/nav.es.html	Sat Mar 17 23:26:12 2012 +0200
     3.2 +++ b/lib/html/nav.es.html	Sun Mar 18 00:17:49 2012 +0000
     3.3 @@ -7,7 +7,7 @@
     3.4  				<li><a href="/es/devel/">Desarrollo</a></li>
     3.5  				<li><a href="/es/packages/">Paquetes</a></li>
     3.6  				<li><a href="/es/artwork/">Artwork</a></li>
     3.7 -				<li><a href="/es/search.html">Buscar</a></li>
     3.8 +				<li><a href="/es/search.php">Buscar</a></li>
     3.9  			</ul>
    3.10  		</div>
    3.11  		<div class="left_box">