website view fr/search.php @ rev 1021

fr: utf-8
author Paul Issott <paul@slitaz.org>
date Sat Mar 31 16:55:59 2012 +0100 (2012-03-31)
parents 175ff0253b7a
children e0ee682de0a0
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 <title>SliTaz - Recherche</title>
6 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
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 <style type="text/css">
12 input.gsc-search-button {
13 border: 1px solid #b64b22;
14 background-color: #b64b22;
15 color: white;
16 font-weight: bold;
17 cursor: pointer;
18 padding: 3px 10px;
19 font-size: 14px;
20 margin-left: -2px;
21 -webkit-border-top-right-radius: 4px;
22 -webkit-border-bottom-right-radius: 4px;
23 -moz-border-radius-topright: 4px;
24 -moz-border-radius-bottomright: 4px;
25 border-top-right-radius: 4px;
26 border-bottom-right-radius: 4px;
27 }
28 .gs-webResult.gs-result a.gs-title:link,
29 .gs-webResult.gs-result a.gs-title:link b {
30 color: #103a5e;
31 }
32 #cse { margin-bottom: 120px; }
33 </style>
34 </head>
35 <body>
37 <?php include("../lib/html/header.html"); ?>
39 <!-- Block -->
40 <div id="block">
41 <?php include("../lib/html/nav.fr.html"); ?>
42 <!-- Information/image -->
43 <div id="block_info">
44 <h4>Recherche</h4>
45 <p>
46 Cette page vous permet de lancer une recherche, sur
47 l'ensemble du site web de SliTaz GNU/Linux, dans l'archive
48 de <a href="mailing-list.php">la liste de discussion</a>
49 et dans <a href="http://forum.slitaz.org/">le forum</a>. Ce
50 moteur de recherche a été créé pour SliTaz, via le service
51 Google Co-op, permettant de construire son propre moteur de
52 recherche personnalisé.
53 </p>
54 </div>
55 </div>
57 <!-- Content -->
58 <div id="content">
60 <div class="searchbox">
61 <div id="cse-search-form" style="width: 100%;">Loading</div>
62 <script src="http://www.google.com/jsapi" type="text/javascript"></script>
63 <script type="text/javascript">
64 google.load('search', '1', {language : 'fr', style : google.loader.themes.MINIMALIST});
65 google.setOnLoadCallback(function() {
66 var customSearchControl = new google.search.CustomSearchControl('000868395082919927601:nddq7yjdcxg');
67 customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET);
68 var options = new google.search.DrawOptions();
69 options.setSearchFormRoot('cse-search-form');
70 customSearchControl.draw('cse', options);
71 }, true);
72 </script>
73 </div>
75 <div id="cse" style="width:100%;"></div>
77 <!-- End of content -->
78 </div>
80 <?php include("../lib/html/footer.html"); ?>
82 </body>
83 </html>