website view es/search.php @ rev 1344

Resize balinor logo to 120px
author Christophe Lincoln <pankso@slitaz.org>
date Fri Jan 22 23:02:15 2021 +0100 (2021-01-22)
parents 9ed0bfb74392
children
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 <?php if (false) { ?>
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 <?php } if (true) { ?>
50 <iframe src="https://duckduckgo.com/search.html?t=slitaz&kl=es-es&duck=yes&site=www.slitaz.org,doc.slitaz.org,forum.slitaz.org,https://listengine.tuxfamily.org/lists.tuxfamily.org/slitaz/&prefill=Búsqueda personalizada de DuckDuckGo"
51 style="overflow:hidden;margin:0;padding:0;width:603px;height:60px;" frameborder="0">
52 </iframe>
53 <?php } ?>
54 </div>
56 <div id="cse"></div>
58 <!-- End of content -->
59 </div>
61 <?php include("../lib/html/footer.html"); ?>
63 </body>
64 </html>