website view es/search.php @ rev 972

es: update links
author Paul Issott <paul@slitaz.org>
date Sun Mar 18 00:29:26 2012 +0000 (2012-03-18)
parents 1c509c279b80
children f00e26cb57fe
line source
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="es" lang="es">
4 <head>
5 <title>SliTaz - Buscar</title>
6 <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
7 <meta name="description" content="SliTaz GNU/Linux custom search engine" />
8 <meta name="keywords" lang="es" content="System, free, gnu, linux, software opensource, livecd LINUX in RAM" />
9 <meta name="author" content="Eduardo Suarez-Santana"/>
10 <?php include("../lib/html/meta-link.html"); ?>
11 </head>
12 <body>
14 <?php include("../lib/html/header.html"); ?>
16 <!-- Block -->
17 <div id="block">
18 <?php include("../lib/html/nav.es.html"); ?>
19 <!-- Information/image -->
20 <div id="block_info">
21 <h4>Buscar</h4>
22 <p>
23 Esta página te permite buscar en toda la web de SliTaz GNU/Linux, en los
24 archivos de la <a href="mailing-list.php">lista de correo</a>
25 y además en el <a href="http://forum.slitaz.org/">Foro</a>.
26 </p>
27 </div>
28 </div>
30 <!-- Content -->
31 <div id="content">
33 <div class="searchbox">
34 <div id="cse-search-form" style="width: 100%;">Loading</div>
35 <script src="http://www.google.com/jsapi" type="text/javascript"></script>
36 <script type="text/javascript">
37 google.load('search', '1', {language : 'es', style : google.loader.themes.MINIMALIST});
38 google.setOnLoadCallback(function() {
39 var customSearchControl = new google.search.CustomSearchControl('000868395082919927601:nddq7yjdcxg');
40 customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET);
41 var options = new google.search.DrawOptions();
42 options.setSearchFormRoot('cse-search-form');
43 customSearchControl.draw('cse', options);
44 }, true);
45 </script>
46 <style type="text/css">
47 input.gsc-search-button {
48 border: 1px solid #b64b22;
49 background-color: #b64b22;
50 color: white;
51 font-weight: bold;
52 cursor: pointer;
53 padding: 2px 10px;
54 font-size: 14px;
55 margin-left: -4px;
56 -webkit-border-top-right-radius: 4px;
57 -webkit-border-bottom-right-radius: 4px;
58 -moz-border-radius-topright: 4px;
59 -moz-border-radius-bottomright: 4px;
60 border-top-right-radius: 4px;
61 border-bottom-right-radius: 4px;
62 }
63 .gs-webResult.gs-result a.gs-title:link,
64 .gs-webResult.gs-result a.gs-title:link b {
65 color: #103a5e;
66 }
67 #cse { margin-bottom: 120px; }
68 </style>
69 </div>
71 <div id="cse" style="width:100%;"></div>
73 <!-- End of content -->
74 </div>
76 <?php include("../lib/html/footer.html"); ?>
78 </body>
79 </html>