website view fr/search.php @ rev 1027

fr: code cleaning; en/asso/: apply 'donate' template
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Apr 01 19:20:19 2012 +0300 (2012-04-01)
parents d3254ad844e5
children 1290786561fd
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%;">Loading</div>
41 <script src="http://www.google.com/jsapi" type="text/javascript"></script>
42 <script type="text/javascript">
43 google.load('search', '1', {language : 'fr', style : google.loader.themes.MINIMALIST});
44 google.setOnLoadCallback(function() {
45 var customSearchControl = new google.search.CustomSearchControl('000868395082919927601:nddq7yjdcxg');
46 customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET);
47 var options = new google.search.DrawOptions();
48 options.setSearchFormRoot('cse-search-form');
49 customSearchControl.draw('cse', options);
50 }, true);
51 </script>
52 </div>
54 <div id="cse"></div>
56 <!-- End of content -->
57 </div>
59 <?php include("../lib/html/footer.html"); ?>
61 </body>
62 </html>