website view en/search.php @ rev 1009

*: mv *.html *.php (except books & relnotes), all links (*.html) checked and fixed
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Mar 29 21:05:39 2012 +0300 (2012-03-29)
parents 5d0ce7e4dcd1
children 7bb8568e1c75
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=utf-8" />
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 <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: 2px 10px;
19 font-size: 14px;
20 margin-left: -4px;
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.en.html"); ?>
42 <!-- Information/image -->
43 <div id="block_info">
44 <h4>Search</h4>
45 <p>
46 This page allows you to search the entire website Slitaz GNU/Linux,
47 the <a href="http://doc.slitaz.org/">documentation</a> wiki and in
48 the archives of the <a href="mailing-list.php">Mailing List</a>
49 and also in the <a href="http://forum.slitaz.org/">Forum</a>.
50 This search engine was created for SliTaz by the Google Co-op custom
51 search engine.
52 </p>
53 </div>
54 </div>
56 <!-- Content -->
57 <div id="content">
59 <div class="searchbox">
60 <div id="cse-search-form" style="width: 100%;">Loading</div>
61 <script src="http://www.google.com/jsapi" type="text/javascript"></script>
62 <script type="text/javascript">
63 google.load('search', '1', {language : 'en', style : google.loader.themes.MINIMALIST});
64 google.setOnLoadCallback(function() {
65 var customSearchControl = new google.search.CustomSearchControl('000868395082919927601:nddq7yjdcxg');
66 customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET);
67 var options = new google.search.DrawOptions();
68 options.setSearchFormRoot('cse-search-form');
69 customSearchControl.draw('cse', options);
70 }, true);
71 </script>
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>