website view de/search.php @ rev 1013

cn, da, de, en, es, id, it, ru: lib/lang.php applied to all pages
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Mar 30 03:53:36 2012 +0300 (2012-03-30)
parents 7828848d9baa
children 6a9bda8e322f
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="robots" content="index, follow, all" />
10 <meta name="modified" content="2011-03-26 19:00:00" />
11 <meta name="author" content="F Steiner (Sevala)"/>
12 <link rel="shortcut icon" href="../favicon.ico" />
13 <link rel="stylesheet" type="text/css" href="../slitaz.css" />
14 <link rel="alternate" type="application//rss.xml" title="SliTaz Website feed" href="../en//rss.xml" />
15 <link rel="alternate" type="application/atom+xml" title="SliTaz Labs feed" href="http://labs.slitaz.org/news?format=atom" />
16 </head>
17 <body>
19 <!-- Header -->
20 <div id="header">
21 <div id="logo"></div>
22 <div id="network">
23 <a href="http://www.slitaz.org/netmap.php">
24 <img src="../images/network.png" alt="network.png" /></a>
25 <a href="http://scn.slitaz.org/">Community</a>
26 <a href="http://doc.slitaz.org/">Doc</a>
27 <a href="http://forum.slitaz.org/">Forum</a>
28 <a href="http://bugs.slitaz.org">Bugs</a>
29 <a href="http://hg.slitaz.org/">Hg</a>
30 </div>
31 <h1><a href="http://www.slitaz.org/">SliTaz GNU/Linux</a></h1>
32 </div>
34 <!-- Block -->
35 <div id="block">
36 <!-- Navigation -->
37 <div id="block_nav">
38 <h4>Navigation</h4>
39 <div class="right_box">
40 <ul>
41 <li><a href="mailing-list.php">Mailing List</a></li>
42 <li><a href="devel/">Entwicklung</a></li>
43 <li><a href="packages/">Pakete</a></li>
44 <li><a href="artwork/">Artwork</a></li>
45 <li><a href="search.php">Suchen</a></li>
46 </ul>
47 </div>
48 <div class="left_box">
49 <ul>
50 <li><a href="./">Neuigkeiten</a></li>
51 <li><a href="about/">Über SliTaz</a></li>
52 <li><a href="get/">Download</a></li>
53 <li><a href="../en/asso/">Association (en)</a></li>
54 <li><a href="http://doc.slitaz.org/de:start">Dokumentation</a></li>
55 </ul>
56 </div>
57 </div>
58 <!-- Information/image -->
59 <div id="block_info">
60 <h4>Suche</h4>
61 <p>
62 Auf dieser Seite können Sie die gesamte Projektseite von
63 SliTaz GNU/Linux, die Archive der
64 <a href="../mailing-list.php">Mailing Listen</a> und das
65 <a href="http://forum.slitaz.org/">Forum</a> nach Begriffen
66 durchsuchen. Die Suchfunktion wurde für SliTaz von der
67 "Google Co-op custom search engine" zur Verfügung gestellt.
68 </p>
69 </div>
70 </div>
72 <?php include("../lib/lang.php"); ?>
74 <!-- Content -->
75 <div id="content">
77 <div class="searchbox">
78 <div id="cse-search-form" style="width: 100%;">Loading</div>
79 <script src="http://www.google.com/jsapi" type="text/javascript"></script>
80 <script type="text/javascript">
81 google.load('search', '1', {language : 'de', style : google.loader.themes.MINIMALIST});
82 google.setOnLoadCallback(function() {
83 var customSearchControl = new google.search.CustomSearchControl('000868395082919927601:nddq7yjdcxg');
84 customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET);
85 var options = new google.search.DrawOptions();
86 options.setSearchFormRoot('cse-search-form');
87 customSearchControl.draw('cse', options);
88 }, true);
89 </script>
90 <style type="text/css">
91 input.gsc-search-button {
92 border: 1px solid #b64b22;
93 background-color: #b64b22;
94 color: white;
95 font-weight: bold;
96 cursor: pointer;
97 padding: 3px 10px;
98 font-size: 14px;
99 margin-left: -2px;
100 -webkit-border-top-right-radius: 4px;
101 -webkit-border-bottom-right-radius: 4px;
102 -moz-border-radius-topright: 4px;
103 -moz-border-radius-bottomright: 4px;
104 border-top-right-radius: 4px;
105 border-bottom-right-radius: 4px;
106 }
107 .gs-webResult.gs-result a.gs-title:link,
108 .gs-webResult.gs-result a.gs-title:link b {
109 color: #103a5e;
110 }
111 #cse { margin-bottom: 120px; }
112 </style>
113 </div>
115 <div id="cse" style="width:100%;"></div>
117 <!-- End of content -->
118 </div>
120 <!-- Footer -->
121 <div id="footer">
122 Copyright &copy; <span class="year"></span>
123 <a href="http://www.slitaz.org/">SliTaz</a> - Network:
124 <a href="http://scn.slitaz.org/">Community</a>
125 <a href="http://doc.slitaz.org/">Doc</a>
126 <a href="http://forum.slitaz.org/">Forum</a>
127 <a href="http://pkgs.slitaz.org/">Packages</a>
128 <a href="http://bugs.slitaz.org">Bugs</a>
129 <a href="http://hg.slitaz.org/">Hg</a>
130 <p>
131 SliTaz @
132 <a href="http://twitter.com/slitaz">Twitter</a>
133 <a href="http://www.facebook.com/slitaz">Facebook</a>
134 <a href="http://distrowatch.com/slitaz">Distrowatch</a>
135 <a href="http://en.wikipedia.org/wiki/SliTaz">Wikipedia</a>
136 <a href="http://flattr.com/profile/slitaz">Flattr</a>
137 </p>
138 </div>
140 </body>
141 </html>