website view en/search.php @ rev 920

Enflish menu in lib/html/nav.en.html and move search + mailing-list to PHP
author Christophe Lincoln <pankso@slitaz.org>
date Sun Mar 11 20:22:30 2012 +0100 (2012-03-11)
parents
children 5d0ce7e4dcd1
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="robots" content="index, follow, all" />
10 <meta name="modified" content="<?php echo (date( "Y-m-d H:i:s", getlastmod())); ?>" />
11 <meta name="author" content="Christophe Lincoln"/>
12 <link rel="shortcut icon" href="../favicon.ico" />
13 <link rel="stylesheet" type="text/css" href="../slitaz.css" />
14 </head>
15 <body>
17 <?php include("../lib/html/header.html"); ?>
19 <!-- Block -->
20 <div id="block">
21 <?php include("../lib/html/nav.en.html"); ?>
22 <!-- Information/image -->
23 <div id="block_info">
24 <h4>Search</h4>
25 <p>
26 This page allows you to search the entire website Slitaz GNU/Linux,
27 the <a href="http://doc.slitaz.org/">documentation</a> wiki and in
28 the archives of the <a href="mailing-list.php">Mailing List</a>
29 and also in the <a href="http://forum.slitaz.org/">Forum</a>.
30 This search engine was created for SliTaz by the Google Co-op custom
31 search engine.
32 </p>
33 </div>
34 </div>
36 <!-- Content -->
37 <div id="content">
39 <div class="searchbox">
40 <div id="cse-search-form" style="width: 100%;">Loading</div>
41 <script src="http://www.google.com/jsapi" type="text/javascript"></script>
42 <script type="text/javascript">
43 google.load('search', '1', {language : 'en', style : google.loader.themes.MINIMALIST});
44 google.setOnLoadCallback(function() {
45 var customSearchControl = new google.search.CustomSearchControl('000868395082919927601:nddq7yjdcxg');
46 customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET);
47 var options = new google.search.DrawOptions();
48 options.setSearchFormRoot('cse-search-form');
49 customSearchControl.draw('cse', options);
50 }, true);
51 </script>
52 <style type="text/css">
53 input.gsc-search-button {
54 border: 1px solid #b64b22;
55 background-color: #b64b22;
56 color: white;
57 font-weight: bold;
58 cursor: pointer;
59 padding: 2px 10px;
60 font-size: 14px;
61 margin-left: -4px;
62 -webkit-border-top-right-radius: 4px;
63 -webkit-border-bottom-right-radius: 4px;
64 -moz-border-radius-topright: 4px;
65 -moz-border-radius-bottomright: 4px;
66 border-top-right-radius: 4px;
67 border-bottom-right-radius: 4px;
68 }
69 .gs-webResult.gs-result a.gs-title:link,
70 .gs-webResult.gs-result a.gs-title:link b {
71 color: #103a5e;
72 }
73 #cse { margin-bottom: 120px; }
74 </style>
75 </div>
77 <div id="cse" style="width:100%;"></div>
79 <!-- End of content -->
80 </div>
82 <?php include("../lib/html/footer.html"); ?>
84 </body>
85 </html>