website view pt/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 6ba90b5b0b04
children aea4f0603412
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="pt" lang="pt">
4 <head>
5 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
6 <title>SliTaz - Procurar</title>
7 <meta name="description" content="SliTaz GNU/Linux custom search engine" />
8 <meta name="keywords" lang="pt" content="sistema, livre, gnu, linux, software opensource, livecd LINUX na RAM" />
9 <meta name="author" content="Claudinei Pereira" />
10 <?php include("../lib/html/meta-link.html"); ?>
11 </head>
12 <body>
14 <?php include("../lib/html/header.pt.html"); ?>
16 <!-- Block -->
17 <div id="block">
18 <?php include("../lib/html/nav.pt.html"); ?>
19 <!-- Information/image -->
20 <div id="block_info">
21 <h4>Procurar</h4>
22 <p>
23 Esta página permite a você buscar em todo o site do SliTaz
24 GNU/Linux, nos arquivos da <a href="mailing-list.php">Lista
25 de Discussão</a> e também no <a href="http://forum.slitaz.org">Fórum</a>.
26 Esta página foi criada para o SliTaz pelo sistema de buscas
27 personalizadas Google Co-op.
28 </p>
29 </div>
30 </div>
32 <?php include("../lib/lang.php"); ?>
34 <!-- Content -->
35 <div id="content">
37 <div class="searchbox">
38 <div id="cse-search-form" style="width: 100%;"><img
39 src="/images/loader.gif" alt="*" /> Loading</div>
40 <script src="http://www.google.com/jsapi" type="text/javascript"></script>
41 <script type="text/javascript">
42 google.load('search', '1', {language : 'pt', style : google.loader.themes.MINIMALIST});
43 google.setOnLoadCallback(function() {
44 var customSearchControl = new google.search.CustomSearchControl('000868395082919927601:nddq7yjdcxg');
45 customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET);
46 var options = new google.search.DrawOptions();
47 options.setSearchFormRoot('cse-search-form');
48 customSearchControl.draw('cse', options);
49 }, true);
50 </script>
51 </div>
53 <div id="cse"></div>
55 <!-- End of content -->
56 </div>
58 <?php include("../lib/html/footer.pt.html"); ?>
60 </body>
61 </html>