website view de/search.php @ rev 1014

de: applied {header|nav|footer} templates
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Mar 30 16:38:09 2012 +0300 (2012-03-30)
parents 7bb8568e1c75
children e43ee5c5ace0
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 <title>SliTaz - Suche</title>
6 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
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 <style type="text/css">
12 input.gsc-search-button {
13 border: 1px solid #b64b22;
14 background-color: #b64b22;
15 color: white;
16 font-weight: bold;
17 cursor: pointer;
18 padding: 3px 10px;
19 font-size: 14px;
20 margin-left: -2px;
21 -webkit-border-top-right-radius: 4px;
22 -webkit-border-bottom-right-radius: 4px;
23 -moz-border-radius-topright: 4px;
24 -moz-border-radius-bottomright: 4px;
25 border-top-right-radius: 4px;
26 border-bottom-right-radius: 4px;
27 }
28 .gs-webResult.gs-result a.gs-title:link,
29 .gs-webResult.gs-result a.gs-title:link b {
30 color: #103a5e;
31 }
32 #cse { margin-bottom: 120px; }
33 </style>
34 </head>
35 <body>
37 <?php include("../lib/html/header.html"); ?>
39 <!-- Block -->
40 <div id="block">
41 <?php include("../lib/html/nav.de.html"); ?>
42 <!-- Information/image -->
43 <div id="block_info">
44 <h4>Suche</h4>
45 <p>
46 Auf dieser Seite können Sie die gesamte Projektseite von
47 SliTaz GNU/Linux, die Archive der
48 <a href="../mailing-list.php">Mailing Listen</a> und das
49 <a href="http://forum.slitaz.org/">Forum</a> nach Begriffen
50 durchsuchen. Die Suchfunktion wurde für SliTaz von der
51 "Google Co-op custom search engine" zur Verfügung gestellt.
52 </p>
53 </div>
54 </div>
56 <?php include("../lib/lang.php"); ?>
58 <!-- Content -->
59 <div id="content">
61 <div class="searchbox">
62 <div id="cse-search-form" style="width: 100%;">Loading</div>
63 <script src="http://www.google.com/jsapi" type="text/javascript"></script>
64 <script type="text/javascript">
65 google.load('search', '1', {language : 'de', style : google.loader.themes.MINIMALIST});
66 google.setOnLoadCallback(function() {
67 var customSearchControl = new google.search.CustomSearchControl('000868395082919927601:nddq7yjdcxg');
68 customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET);
69 var options = new google.search.DrawOptions();
70 options.setSearchFormRoot('cse-search-form');
71 customSearchControl.draw('cse', options);
72 }, true);
73 </script>
74 </div>
76 <div id="cse" style="width:100%;"></div>
78 <!-- End of content -->
79 </div>
81 <?php include("../lib/html/footer.html"); ?>
83 </body>
84 </html>