website view en/search.php @ rev 948

Some fix and fr/asso in PHP with featured sponsor logo/link
author Christophe Lincoln <pankso@slitaz.org>
date Tue Mar 13 22:49:27 2012 +0100 (2012-03-13)
parents f2f7758d9a72
children c2f9d5d0f314
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="en" lang="en">
4 <head>
5 <title>SliTaz - Search</title>
6 <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
7 <meta name="description" content="SliTaz GNU/Linux custom search engine" />
8 <meta name="keywords" lang="en" content="System, free, gnu, linux, software opensource, livecd LINUX in RAM" />
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.en.html"); ?>
19 <!-- Information/image -->
20 <div id="block_info">
21 <h4>Search</h4>
22 <p>
23 This page allows you to search the entire website Slitaz GNU/Linux,
24 the <a href="http://doc.slitaz.org/">documentation</a> wiki and in
25 the archives of the <a href="mailing-list.php">Mailing List</a>
26 and also in the <a href="http://forum.slitaz.org/">Forum</a>.
27 This search engine was created for SliTaz by the Google Co-op custom
28 search engine.
29 </p>
30 </div>
31 </div>
33 <!-- Content -->
34 <div id="content">
36 <div class="searchbox">
37 <div id="cse-search-form" style="width: 100%;">Loading</div>
38 <script src="http://www.google.com/jsapi" type="text/javascript"></script>
39 <script type="text/javascript">
40 google.load('search', '1', {language : 'en', style : google.loader.themes.MINIMALIST});
41 google.setOnLoadCallback(function() {
42 var customSearchControl = new google.search.CustomSearchControl('000868395082919927601:nddq7yjdcxg');
43 customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET);
44 var options = new google.search.DrawOptions();
45 options.setSearchFormRoot('cse-search-form');
46 customSearchControl.draw('cse', options);
47 }, true);
48 </script>
49 <style type="text/css">
50 input.gsc-search-button {
51 border: 1px solid #b64b22;
52 background-color: #b64b22;
53 color: white;
54 font-weight: bold;
55 cursor: pointer;
56 padding: 2px 10px;
57 font-size: 14px;
58 margin-left: -4px;
59 -webkit-border-top-right-radius: 4px;
60 -webkit-border-bottom-right-radius: 4px;
61 -moz-border-radius-topright: 4px;
62 -moz-border-radius-bottomright: 4px;
63 border-top-right-radius: 4px;
64 border-bottom-right-radius: 4px;
65 }
66 .gs-webResult.gs-result a.gs-title:link,
67 .gs-webResult.gs-result a.gs-title:link b {
68 color: #103a5e;
69 }
70 #cse { margin-bottom: 120px; }
71 </style>
72 </div>
74 <div id="cse" style="width:100%;"></div>
76 <!-- End of content -->
77 </div>
79 <?php include("../lib/html/footer.html"); ?>
81 </body>
82 </html>