website view es/search.php @ rev 1256

Tiny edits of the hidden data (doctype, meta, line endings, hidden symbols).
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Apr 23 23:53:42 2015 +0300 (2015-04-23)
parents 1290786561fd
children aa2e7007aa2b
line source
1 <!DOCTYPE html>
2 <html lang="es">
3 <head>
4 <meta charset="utf-8"/>
5 <title>SliTaz - Buscar</title>
6 <meta name="description" content="SliTaz GNU/Linux custom search engine"/>
7 <meta name="keywords" lang="es" content="System, free, gnu, linux, software opensource, livecd LINUX in RAM"/>
8 <meta name="author" content="Eduardo Suarez-Santana"/>
9 <?php include("../lib/html/meta-link.html"); ?>
10 </head>
11 <body>
13 <?php include("../lib/html/header.html"); ?>
15 <!-- Block -->
16 <div id="block">
17 <?php include("../lib/html/nav.es.html"); ?>
18 <!-- Information/image -->
19 <div id="block_info">
20 <h4>Buscar</h4>
21 <p>
22 Esta página te permite buscar en toda la web de SliTaz GNU/Linux, en los
23 archivos de la <a href="mailing-list.php">lista de correo</a>
24 y además en el <a href="http://forum.slitaz.org/">Foro</a>.
25 </p>
26 </div>
27 </div>
29 <?php include("../lib/lang.php"); ?>
31 <!-- Content -->
32 <div id="content">
34 <div class="searchbox">
35 <div id="cse-search-form" style="width: 100%;"><img
36 src="/images/loader.gif" alt="*" /> 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>