website view de/search.php @ rev 1024

de: code cleaning
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Mar 31 22:22:36 2012 +0300 (2012-03-31)
parents 6a9bda8e322f
children 1290786561fd
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%;">Loading</div>
40 <script src="http://www.google.com/jsapi" type="text/javascript"></script>
41 <script type="text/javascript">
42 google.load('search', '1', {language : 'de', style : google.loader.themes.MINIMALIST});
43 google.setOnLoadCallback(function() {
44 var customSearchControl = new google.search.CustomSearchControl('000868395082919927601:nddq7yjdcxg');
45 customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET);
46 var options = new google.search.DrawOptions();
47 options.setSearchFormRoot('cse-search-form');
48 customSearchControl.draw('cse', options);
49 }, true);
50 </script>
51 </div>
53 <div id="cse"></div>
55 <!-- End of content -->
56 </div>
58 <?php include("../lib/html/footer.html"); ?>
60 </body>
61 </html>