website view de/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 e43ee5c5ace0
children 9ed0bfb74392
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="de" lang="de">
4 <head>
5 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
6 <title>SliTaz - Suche</title>
7 <meta name="description" content="SliTaz GNU/Linux LiveCD" />
8 <meta name="keywords" lang="en" content="System, free, gnu, linux, software opensource, livecd LINUX in RAM" />
9 <meta name="author" content="F Steiner (Sevala)"/>
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.de.html"); ?>
19 <!-- Information/image -->
20 <div id="block_info">
21 <h4>Suche</h4>
22 <p>
23 Auf dieser Seite können Sie die gesamte Projektseite von
24 SliTaz GNU/Linux, die Archive der
25 <a href="mailing-list.php">Mailing Listen</a> und das
26 <a href="http://forum.slitaz.org/">Forum</a> nach Begriffen
27 durchsuchen. Die Suchfunktion wurde für SliTaz von der
28 "Google Co-op custom search engine" zur Verfügung gestellt.
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 : 'de', 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>