website view fr/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 e0ee682de0a0
children 61994df002ca
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="fr" lang="fr">
4 <head>
5 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
6 <title>SliTaz - Recherche</title>
7 <meta name="description" content="SliTaz recherche site web google doc info book" />
8 <meta name="keywords" lang="fr" content="search, google, slitaz.org, doc" />
9 <meta name="author" content="Christophe Lincoln"/>
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.fr.html"); ?>
19 <!-- Information/image -->
20 <div id="block_info">
21 <h4>Recherche</h4>
22 <p>
23 Cette page vous permet de lancer une recherche, sur
24 l'ensemble du site web de SliTaz GNU/Linux, dans l'archive
25 de <a href="mailing-list.php">la liste de discussion</a>
26 et dans <a href="http://forum.slitaz.org/">le forum</a>. Ce
27 moteur de recherche a été créé pour SliTaz, via le service
28 Google Co-op, permettant de construire son propre moteur de
29 recherche personnalisé.
30 </p>
31 </div>
32 </div>
34 <?php include("../lib/lang.php"); ?>
36 <!-- Content -->
37 <div id="content">
39 <div class="searchbox">
40 <div id="cse-search-form" style="width: 100%;"><img
41 src="/images/loader.gif" alt="*" /> Loading</div>
42 <script src="http://www.google.com/jsapi" type="text/javascript"></script>
43 <script type="text/javascript">
44 google.load('search', '1', {language : 'fr', style : google.loader.themes.MINIMALIST});
45 google.setOnLoadCallback(function() {
46 var customSearchControl = new google.search.CustomSearchControl('000868395082919927601:nddq7yjdcxg');
47 customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET);
48 var options = new google.search.DrawOptions();
49 options.setSearchFormRoot('cse-search-form');
50 customSearchControl.draw('cse', options);
51 }, true);
52 </script>
53 </div>
55 <div id="cse"></div>
57 <!-- End of content -->
58 </div>
60 <?php include("../lib/html/footer.html"); ?>
62 </body>
63 </html>