website view fr/search.php @ rev 1256

Tiny edits of the hidden data (doctype, meta, line endings, hidden symbols).
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Apr 23 23:53:42 2015 +0300 (2015-04-23)
parents e8f94f4d5400
children aa2e7007aa2b
line source
1 <!DOCTYPE html>
2 <html lang="fr">
3 <head>
4 <meta charset="utf-8"/>
5 <title>SliTaz - Search</title>
6 <meta name="description" content="SliTaz GNU/Linux custom search engine"/>
7 <meta name="keywords" lang="fr" content="System, free, gnu, linux, software opensource, livecd LINUX in RAM"/>
8 <meta name="author" content="Christophe Lincoln"/>
9 <?php include("../lib/html/meta-link.html"); ?>
10 </head>
11 <body>
13 <?php
14 include("../lib/html/header.html");
15 include("../lib/html/nav-ng.fr.html");
16 include("../lib/lang.php");
17 ?>
19 <!-- Content -->
20 <div id="content">
22 <h2>Recherche de paquets</h2>
24 <p>
25 Recherche de <a href="http://pkgs.slitaz.org/">paquets</a>,
26 fichiers, recettes, etc. Tous les paquets peuvent
27 être installés avec le gestionnaire de paquets Tazpkg par
28 l'interface graphique ou la commande
29 <code>tazpkg get-install pkgname</code>.
30 </p>
32 <div style="text-align: center; margin-bottom: 40px;">
33 <form method="post" action="http://pkgs.slitaz.org/">
34 <div class="searchbox">
35 <p>
36 <input type="hidden" name="lang" value="fr" />
37 <input type="text" name="query" size="24" style="width: 80%;" />
38 <input type="submit" name="search" value="Rechercher" />
39 </p>
40 </div>
41 Recherche de :
42 <select name="object">
43 <option value="Package">Paquet</option>
44 <option value="Desc">Description</option>
45 <option value="Tags">Tags</option>
46 <option value="Arch">Arch</option>
47 <option value="Bugs">Bugs</option>
48 <option value="Depends">Dépendances</option>
49 <option value="BuildDepends">Dépendances de fabrication</option>
50 <option value="File">Fichier</option>
51 <option value="File_list">Liste des fichiers</option>
52 <option value="FileOverlap">Fichiers commun</option>
53 <option value="Category">Catégorie</option>
54 <option value="Maintainer">Mainteneur</option>
55 <option value="License">License</option>
56 </select>
57 dans la version
58 <select name="version">
59 <option value="cooking">cooking</option>
60 <option value="stable">stable</option>
61 <option value="backports">backports</option>
62 <option value="3.0">3.0</option>
63 <option value="2.0">2.0</option>
64 <option value="1.0">1.0</option>
65 <option value="tiny">tiny</option>
66 <option value="undigest">undigest</option>
67 </select>
68 </form>
69 </div>
71 <h2>Recherche Google</h2>
73 <p>
74 Cette page vous permet de lancer une recherche, sur
75 l'ensemble du site web de SliTaz GNU/Linux, le wiki de
76 <a href="http://doc.slitaz.org/">documentation</a>, dans
77 l'archive de <a href="mailing-list.php">la liste de discussion</a>
78 et dans <a href="http://forum.slitaz.org/">le forum</a>. Ce
79 moteur de recherche a été créé pour SliTaz, via le service
80 Google Co-op, permettant de construire son propre moteur de
81 recherche personnalisé.
82 </p>
84 <div class="searchbox">
85 <div id="cse-search-form" style="width: 100%;"><img
86 src="/images/loader.gif" alt="*" /> Loading</div>
87 <script src="http://www.google.com/jsapi" type="text/javascript"></script>
88 <script type="text/javascript">
89 google.load('search', '1', {language : 'fr', style : google.loader.themes.MINIMALIST});
90 google.setOnLoadCallback(function() {
91 var customSearchControl = new google.search.CustomSearchControl('000868395082919927601:nddq7yjdcxg');
92 customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET);
93 var options = new google.search.DrawOptions();
94 options.setSearchFormRoot('cse-search-form');
95 customSearchControl.draw('cse', options);
96 }, true);
97 </script>
98 </div>
100 <div id="cse"></div>
102 <!-- End of content -->
103 </div>
105 <?php include("../lib/html/footer.html"); ?>
107 </body>
108 </html>