website view en/search.php @ rev 1034

add loader.gif for search.php
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Apr 04 11:25:47 2012 +0300 (2012-04-04)
parents 9e27bd837079
children 66964b8f0217
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 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
6 <title>SliTaz - Search</title>
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 <?php include("../lib/lang.php"); ?>
35 <!-- Content -->
36 <div id="content">
38 <div class="searchbox">
39 <div id="cse-search-form" style="width: 100%;"><img
40 src="/images/loader.gif" alt="*" /> 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 </div>
54 <div id="cse"></div>
56 <!-- End of content -->
57 </div>
59 <?php include("../lib/html/footer.html"); ?>
61 </body>
62 </html>