website view 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 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 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
6 <title>SliTaz - Buscar</title>
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 <?php include("../lib/lang.php"); ?>
32 <!-- Content -->
33 <div id="content">
35 <div class="searchbox">
36 <div id="cse-search-form" style="width: 100%;">Loading</div>
37 <script src="http://www.google.com/jsapi" type="text/javascript"></script>
38 <script type="text/javascript">
39 google.load('search', '1', {language : 'es', style : google.loader.themes.MINIMALIST});
40 google.setOnLoadCallback(function() {
41 var customSearchControl = new google.search.CustomSearchControl('000868395082919927601:nddq7yjdcxg');
42 customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET);
43 var options = new google.search.DrawOptions();
44 options.setSearchFormRoot('cse-search-form');
45 customSearchControl.draw('cse', options);
46 }, true);
47 </script>
48 </div>
50 <div id="cse"></div>
52 <!-- End of content -->
53 </div>
55 <?php include("../lib/html/footer.html"); ?>
57 </body>
58 </html>