website diff es/search.php @ 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
children f1fe9f877e98
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/es/search.php	Sun Mar 18 00:17:49 2012 +0000
     1.3 @@ -0,0 +1,79 @@
     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 GNU/Linux custom search engine" />
    1.11 +	<meta name="keywords" lang="es" content="System, free, gnu, linux, software opensource, livecd LINUX in RAM" />
    1.12 +	<meta name="author" content="Eduardo Suarez-Santana"/>
    1.13 +	<?php include("../lib/html/meta-link.html"); ?>
    1.14 +</head>
    1.15 +<body>
    1.16 +
    1.17 +<?php include("../lib/html/header.html"); ?>
    1.18 +
    1.19 +<!-- Block -->
    1.20 +<div id="block">
    1.21 +	<?php include("../lib/html/nav.es.html"); ?>
    1.22 +	<!-- Information/image -->
    1.23 +	<div id="block_info">
    1.24 +		<h4>Buscar</h4>
    1.25 +		<p>
    1.26 +			Esta página te permite buscar en toda la web de SliTaz GNU/Linux, en los
    1.27 +			archivos de la <a href="mailing-list.php">lista de correo</a>  
    1.28 +			y además en el <a href="http://forum.slitaz.org/">Foro</a>.
    1.29 +		</p>
    1.30 +	</div>
    1.31 +</div>
    1.32 +
    1.33 +<!-- Content -->
    1.34 +<div id="content">
    1.35 +
    1.36 +<div class="searchbox">
    1.37 +	<div id="cse-search-form" style="width: 100%;">Loading</div>
    1.38 +	<script src="http://www.google.com/jsapi" type="text/javascript"></script>
    1.39 +	<script type="text/javascript">
    1.40 +	  google.load('search', '1', {language : 'es', style : google.loader.themes.MINIMALIST});
    1.41 +	  google.setOnLoadCallback(function() {
    1.42 +	    var customSearchControl = new google.search.CustomSearchControl('000868395082919927601:nddq7yjdcxg');
    1.43 +	    customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET);
    1.44 +	    var options = new google.search.DrawOptions();
    1.45 +	    options.setSearchFormRoot('cse-search-form');
    1.46 +	    customSearchControl.draw('cse', options);
    1.47 +	  }, true);
    1.48 +	</script>
    1.49 +	<style type="text/css">
    1.50 +		input.gsc-search-button {
    1.51 +		   	border: 1px solid #b64b22;
    1.52 +			background-color: #b64b22;
    1.53 +			color: white;
    1.54 +			font-weight: bold;
    1.55 +			cursor: pointer;
    1.56 +			padding: 2px 10px;
    1.57 +			font-size: 14px;
    1.58 +			margin-left: -4px;
    1.59 +			-webkit-border-top-right-radius: 4px;
    1.60 +			-webkit-border-bottom-right-radius: 4px;
    1.61 +			-moz-border-radius-topright: 4px;
    1.62 +			-moz-border-radius-bottomright: 4px;
    1.63 +			border-top-right-radius: 4px;
    1.64 +			border-bottom-right-radius: 4px;
    1.65 +		}
    1.66 +		.gs-webResult.gs-result a.gs-title:link,
    1.67 +		.gs-webResult.gs-result a.gs-title:link b {
    1.68 +			color: #103a5e;
    1.69 +		}
    1.70 +		#cse { margin-bottom: 120px; }
    1.71 +	</style>
    1.72 +</div>
    1.73 +
    1.74 +<div id="cse" style="width:100%;"></div>
    1.75 + 
    1.76 +<!-- End of content -->
    1.77 +</div>
    1.78 +
    1.79 +<?php include("../lib/html/footer.html"); ?>
    1.80 +
    1.81 +</body>
    1.82 +</html>