website view es/search.php @ rev 1034

add loader.gif for search.php
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Apr 04 11:25:47 2012 +0300 (2012-04-04)
parents a307cbe1fdc0
children 9ed0bfb74392
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%;"><img
37 src="/images/loader.gif" alt="*" /> Loading</div>
38 <script src="http://www.google.com/jsapi" type="text/javascript"></script>
39 <script type="text/javascript">
40 google.load('search', '1', {language : 'es', style : google.loader.themes.MINIMALIST});
41 google.setOnLoadCallback(function() {
42 var customSearchControl = new google.search.CustomSearchControl('000868395082919927601:nddq7yjdcxg');
43 customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET);
44 var options = new google.search.DrawOptions();
45 options.setSearchFormRoot('cse-search-form');
46 customSearchControl.draw('cse', options);
47 }, true);
48 </script>
49 </div>
51 <div id="cse"></div>
53 <!-- End of content -->
54 </div>
56 <?php include("../lib/html/footer.html"); ?>
58 </body>
59 </html>