website annotate 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
rev   line source
pankso@920 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
al@1025 2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
pankso@920 3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
pankso@920 4 <head>
al@1025 5 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
pankso@920 6 <title>SliTaz - Search</title>
pankso@920 7 <meta name="description" content="SliTaz GNU/Linux custom search engine" />
pankso@920 8 <meta name="keywords" lang="en" content="System, free, gnu, linux, software opensource, livecd LINUX in RAM" />
pankso@920 9 <meta name="author" content="Christophe Lincoln"/>
pankso@929 10 <?php include("../lib/html/meta-link.html"); ?>
pankso@920 11 </head>
pankso@920 12 <body>
pankso@920 13
pankso@920 14 <?php include("../lib/html/header.html"); ?>
pankso@920 15
pankso@920 16 <!-- Block -->
pankso@920 17 <div id="block">
pankso@920 18 <?php include("../lib/html/nav.en.html"); ?>
pankso@920 19 <!-- Information/image -->
pankso@920 20 <div id="block_info">
pankso@920 21 <h4>Search</h4>
pankso@920 22 <p>
pankso@920 23 This page allows you to search the entire website Slitaz GNU/Linux,
pankso@920 24 the <a href="http://doc.slitaz.org/">documentation</a> wiki and in
pankso@920 25 the archives of the <a href="mailing-list.php">Mailing List</a>
pankso@920 26 and also in the <a href="http://forum.slitaz.org/">Forum</a>.
pankso@920 27 This search engine was created for SliTaz by the Google Co-op custom
pankso@920 28 search engine.
pankso@920 29 </p>
pankso@920 30 </div>
pankso@920 31 </div>
pankso@920 32
al@1013 33 <?php include("../lib/lang.php"); ?>
al@1013 34
pankso@920 35 <!-- Content -->
pankso@920 36 <div id="content">
pankso@920 37
pankso@920 38 <div class="searchbox">
al@1034 39 <div id="cse-search-form" style="width: 100%;"><img
al@1034 40 src="/images/loader.gif" alt="*" /> Loading</div>
pankso@920 41 <script src="http://www.google.com/jsapi" type="text/javascript"></script>
pankso@920 42 <script type="text/javascript">
al@1025 43 google.load('search', '1', {language : 'en', style : google.loader.themes.MINIMALIST});
al@1025 44 google.setOnLoadCallback(function() {
al@1025 45 var customSearchControl = new google.search.CustomSearchControl('000868395082919927601:nddq7yjdcxg');
al@1025 46 customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET);
al@1025 47 var options = new google.search.DrawOptions();
al@1025 48 options.setSearchFormRoot('cse-search-form');
al@1025 49 customSearchControl.draw('cse', options);
al@1025 50 }, true);
pankso@920 51 </script>
pankso@920 52 </div>
pankso@920 53
al@1025 54 <div id="cse"></div>
pankso@920 55
pankso@920 56 <!-- End of content -->
pankso@920 57 </div>
pankso@920 58
pankso@920 59 <?php include("../lib/html/footer.html"); ?>
pankso@920 60
pankso@920 61 </body>
pankso@920 62 </html>