website annotate 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
rev   line source
paul@971 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
al@1026 2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
paul@971 3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="es" lang="es">
paul@971 4 <head>
al@1026 5 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
paul@971 6 <title>SliTaz - Buscar</title>
paul@971 7 <meta name="description" content="SliTaz GNU/Linux custom search engine" />
paul@971 8 <meta name="keywords" lang="es" content="System, free, gnu, linux, software opensource, livecd LINUX in RAM" />
paul@971 9 <meta name="author" content="Eduardo Suarez-Santana"/>
paul@971 10 <?php include("../lib/html/meta-link.html"); ?>
paul@971 11 </head>
paul@971 12 <body>
paul@971 13
paul@971 14 <?php include("../lib/html/header.html"); ?>
paul@971 15
paul@971 16 <!-- Block -->
paul@971 17 <div id="block">
paul@971 18 <?php include("../lib/html/nav.es.html"); ?>
paul@971 19 <!-- Information/image -->
paul@971 20 <div id="block_info">
paul@971 21 <h4>Buscar</h4>
paul@971 22 <p>
paul@971 23 Esta página te permite buscar en toda la web de SliTaz GNU/Linux, en los
paul@971 24 archivos de la <a href="mailing-list.php">lista de correo</a>
paul@971 25 y además en el <a href="http://forum.slitaz.org/">Foro</a>.
paul@971 26 </p>
paul@971 27 </div>
paul@971 28 </div>
paul@971 29
al@1013 30 <?php include("../lib/lang.php"); ?>
al@1013 31
paul@971 32 <!-- Content -->
paul@971 33 <div id="content">
paul@971 34
paul@971 35 <div class="searchbox">
paul@971 36 <div id="cse-search-form" style="width: 100%;">Loading</div>
paul@971 37 <script src="http://www.google.com/jsapi" type="text/javascript"></script>
paul@971 38 <script type="text/javascript">
al@1026 39 google.load('search', '1', {language : 'es', style : google.loader.themes.MINIMALIST});
al@1026 40 google.setOnLoadCallback(function() {
al@1026 41 var customSearchControl = new google.search.CustomSearchControl('000868395082919927601:nddq7yjdcxg');
al@1026 42 customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET);
al@1026 43 var options = new google.search.DrawOptions();
al@1026 44 options.setSearchFormRoot('cse-search-form');
al@1026 45 customSearchControl.draw('cse', options);
al@1026 46 }, true);
paul@971 47 </script>
paul@971 48 </div>
paul@971 49
al@1026 50 <div id="cse"></div>
al@1026 51
paul@971 52 <!-- End of content -->
paul@971 53 </div>
paul@971 54
paul@971 55 <?php include("../lib/html/footer.html"); ?>
paul@971 56
paul@971 57 </body>
paul@971 58 </html>