website view en/search.php @ rev 1013

cn, da, de, en, es, id, it, ru: lib/lang.php applied to all pages
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Mar 30 03:53:36 2012 +0300 (2012-03-30)
parents c2f9d5d0f314
children 9e27bd837079
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 <?php include("../lib/lang.php"); ?>
58 <!-- Content -->
59 <div id="content">
61 <div class="searchbox">
62 <div id="cse-search-form" style="width: 100%;">Loading</div>
63 <script src="http://www.google.com/jsapi" type="text/javascript"></script>
64 <script type="text/javascript">
65 google.load('search', '1', {language : 'en', style : google.loader.themes.MINIMALIST});
66 google.setOnLoadCallback(function() {
67 var customSearchControl = new google.search.CustomSearchControl('000868395082919927601:nddq7yjdcxg');
68 customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET);
69 var options = new google.search.DrawOptions();
70 options.setSearchFormRoot('cse-search-form');
71 customSearchControl.draw('cse', options);
72 }, true);
73 </script>
74 </div>
76 <div id="cse" style="width:100%;"></div>
78 <!-- End of content -->
79 </div>
81 <?php include("../lib/html/footer.html"); ?>
83 </body>
84 </html>