website view de/search.php @ rev 1256

Tiny edits of the hidden data (doctype, meta, line endings, hidden symbols).
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Apr 23 23:53:42 2015 +0300 (2015-04-23)
parents 1290786561fd
children 474da1cd6035
line source
1 <!DOCTYPE html>
2 <html lang="de">
3 <head>
4 <meta charset="utf-8"/>
5 <title>SliTaz - Suche</title>
6 <meta name="description" content="SliTaz GNU/Linux LiveCD"/>
7 <meta name="keywords" lang="en" content="System, free, gnu, linux, software opensource, livecd LINUX in RAM"/>
8 <meta name="author" content="F Steiner (Sevala)"/>
9 <?php include("../lib/html/meta-link.html"); ?>
10 </head>
11 <body>
13 <?php include("../lib/html/header.html"); ?>
15 <!-- Block -->
16 <div id="block">
17 <?php include("../lib/html/nav.de.html"); ?>
18 <!-- Information/image -->
19 <div id="block_info">
20 <h4>Suche</h4>
21 <p>
22 Auf dieser Seite können Sie die gesamte Projektseite von
23 SliTaz GNU/Linux, die Archive der
24 <a href="mailing-list.php">Mailing Listen</a> und das
25 <a href="http://forum.slitaz.org/">Forum</a> nach Begriffen
26 durchsuchen. Die Suchfunktion wurde für SliTaz von der
27 "Google Co-op custom search engine" zur Verfügung gestellt.
28 </p>
29 </div>
30 </div>
32 <?php include("../lib/lang.php"); ?>
34 <!-- Content -->
35 <div id="content">
37 <div class="searchbox">
38 <div id="cse-search-form" style="width: 100%;"><img
39 src="/images/loader.gif" alt="*" /> 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>