website diff es/search.php @ rev 1026

es: code cleaning
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Apr 01 16:58:11 2012 +0300 (2012-04-01)
parents 17e030f7a74f
children 1290786561fd
line diff
     1.1 --- a/es/search.php	Fri Mar 30 17:28:18 2012 +0300
     1.2 +++ b/es/search.php	Sun Apr 01 16:58:11 2012 +0300
     1.3 @@ -1,36 +1,13 @@
     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 +	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
     1.7  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="es" lang="es">
     1.8  <head>
     1.9 +	<meta http-equiv="content-type" content="text/html; charset=utf-8" />
    1.10  	<title>SliTaz - Buscar</title>
    1.11 -	<meta http-equiv="content-type" content="text/html; charset=utf-8" />
    1.12  	<meta name="description" content="SliTaz GNU/Linux custom search engine" />
    1.13  	<meta name="keywords" lang="es" content="System, free, gnu, linux, software opensource, livecd LINUX in RAM" />
    1.14  	<meta name="author" content="Eduardo Suarez-Santana"/>
    1.15  	<?php include("../lib/html/meta-link.html"); ?>
    1.16 -	<style type="text/css">
    1.17 -		input.gsc-search-button {
    1.18 -		   	border: 1px solid #b64b22;
    1.19 -			background-color: #b64b22;
    1.20 -			color: white;
    1.21 -			font-weight: bold;
    1.22 -			cursor: pointer;
    1.23 -			padding: 2px 10px;
    1.24 -			font-size: 14px;
    1.25 -			margin-left: -4px;
    1.26 -			-webkit-border-top-right-radius: 4px;
    1.27 -			-webkit-border-bottom-right-radius: 4px;
    1.28 -			-moz-border-radius-topright: 4px;
    1.29 -			-moz-border-radius-bottomright: 4px;
    1.30 -			border-top-right-radius: 4px;
    1.31 -			border-bottom-right-radius: 4px;
    1.32 -		}
    1.33 -		.gs-webResult.gs-result a.gs-title:link,
    1.34 -		.gs-webResult.gs-result a.gs-title:link b {
    1.35 -			color: #103a5e;
    1.36 -		}
    1.37 -		#cse { margin-bottom: 120px; }
    1.38 -	</style>
    1.39  </head>
    1.40  <body>
    1.41  
    1.42 @@ -59,19 +36,19 @@
    1.43  	<div id="cse-search-form" style="width: 100%;">Loading</div>
    1.44  	<script src="http://www.google.com/jsapi" type="text/javascript"></script>
    1.45  	<script type="text/javascript">
    1.46 -	  google.load('search', '1', {language : 'es', style : google.loader.themes.MINIMALIST});
    1.47 -	  google.setOnLoadCallback(function() {
    1.48 -	    var customSearchControl = new google.search.CustomSearchControl('000868395082919927601:nddq7yjdcxg');
    1.49 -	    customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET);
    1.50 -	    var options = new google.search.DrawOptions();
    1.51 -	    options.setSearchFormRoot('cse-search-form');
    1.52 -	    customSearchControl.draw('cse', options);
    1.53 -	  }, true);
    1.54 +		google.load('search', '1', {language : 'es', style : google.loader.themes.MINIMALIST});
    1.55 +		google.setOnLoadCallback(function() {
    1.56 +		var customSearchControl = new google.search.CustomSearchControl('000868395082919927601:nddq7yjdcxg');
    1.57 +		customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET);
    1.58 +		var options = new google.search.DrawOptions();
    1.59 +		options.setSearchFormRoot('cse-search-form');
    1.60 +		customSearchControl.draw('cse', options);
    1.61 +		}, true);
    1.62  	</script>
    1.63  </div>
    1.64  
    1.65 -<div id="cse" style="width:100%;"></div>
    1.66 - 
    1.67 +<div id="cse"></div>
    1.68 +
    1.69  <!-- End of content -->
    1.70  </div>
    1.71