website view en/search.html @ rev 900

en: index.php typos (thanks Pawel)
author Paul Issott <paul@slitaz.org>
date Wed Feb 29 20:37:55 2012 +0000 (2012-02-29)
parents 42fb6cf5a067
children
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="en" lang="en">
4 <head>
5 <title>SliTaz - Search</title>
6 <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
7 <meta name="description" content="SliTaz GNU/Linux custom search engine" />
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-25 20:00:00" />
11 <meta name="author" content="Christophe Lincoln"/>
12 <link rel="shortcut icon" href="../favicon.ico" />
13 <link rel="stylesheet" type="text/css" href="../slitaz.css" />
14 </head>
15 <body>
17 <!-- Header -->
18 <div id="header">
19 <div id="logo"></div>
20 <div id="network">
21 <a href="http://www.slitaz.org/netmap.php">
22 <img src="../images/network.png" alt="network.png" /></a>
23 <a href="http://scn.slitaz.org/">Community</a>
24 <a href="http://doc.slitaz.org/">Doc</a>
25 <a href="http://forum.slitaz.org/">Forum</a>
26 <a href="http://bugs.slitaz.org">Bugs</a>
27 <a href="http://hg.slitaz.org/">Hg</a>
28 </div>
29 <h1><a href="http://www.slitaz.org/">SliTaz GNU/Linux</a></h1>
30 </div>
32 <!-- Block -->
33 <div id="block">
34 <!-- Navigation -->
35 <div id="block_nav">
36 <h4>Navigation</h4>
37 <div class="right_box">
38 <ul>
39 <li><a href="../webchat.php">Web Chat</a></li>
40 <li><a href="mailing-list.html">Mailing List</a></li>
41 <li><a href="devel/">Development</a></li>
42 <li><a href="packages/">Packages</a></li>
43 <li><a href="artwork/">Artwork</a></li>
44 <li><a href="search.html">Search</a></li>
45 </ul>
46 </div>
47 <div class="left_box">
48 <ul>
49 <li><a href="./">Headlines</a></li>
50 <li><a href="about/">About</a></li>
51 <li><a href="get/">Download</a></li>
52 <li><a href="doc/">Documentation</a></li>
53 <li><a href="asso/">Association</a></li>
54 <li><a href="asso/sponsor.html">Sponsor</a></li>
55 </ul>
56 </div>
57 </div>
58 <!-- Information/image -->
59 <div id="block_info">
60 <h4>Search</h4>
61 <p>
62 This page allows you to search the entire website Slitaz GNU/Linux,
63 the <a href="http://doc.slitaz.org/">documentation</a> wiki and in
64 the archives of the <a href="mailing-list.html">Mailing List</a>
65 and also in the <a href="http://forum.slitaz.org/">Forum</a>.
66 This search engine was created for SliTaz by the Google Co-op custom
67 search engine.
68 </p>
69 </div>
70 </div>
72 <!-- Content -->
73 <div id="content">
75 <div class="searchbox">
76 <div id="cse-search-form" style="width: 100%;">Loading</div>
77 <script src="http://www.google.com/jsapi" type="text/javascript"></script>
78 <script type="text/javascript">
79 google.load('search', '1', {language : 'en', style : google.loader.themes.MINIMALIST});
80 google.setOnLoadCallback(function() {
81 var customSearchControl = new google.search.CustomSearchControl('000868395082919927601:nddq7yjdcxg');
82 customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET);
83 var options = new google.search.DrawOptions();
84 options.setSearchFormRoot('cse-search-form');
85 customSearchControl.draw('cse', options);
86 }, true);
87 </script>
88 <style type="text/css">
89 input.gsc-search-button {
90 border: 1px solid #b64b22;
91 background-color: #b64b22;
92 color: white;
93 font-weight: bold;
94 cursor: pointer;
95 padding: 3px 10px;
96 font-size: 14px;
97 margin-left: -2px;
98 -webkit-border-top-right-radius: 4px;
99 -webkit-border-bottom-right-radius: 4px;
100 -moz-border-radius-topright: 4px;
101 -moz-border-radius-bottomright: 4px;
102 border-top-right-radius: 4px;
103 border-bottom-right-radius: 4px;
104 }
105 .gs-webResult.gs-result a.gs-title:link,
106 .gs-webResult.gs-result a.gs-title:link b {
107 color: #103a5e;
108 }
109 #cse { margin-bottom: 120px; }
110 </style>
111 </div>
113 <div id="cse" style="width:100%;"></div>
115 <!-- End of content -->
116 </div>
118 <!-- Footer -->
119 <div id="footer">
120 Copyright &copy; <span class="year"></span>
121 <a href="http://www.slitaz.org/">SliTaz</a> - Network:
122 <a href="http://scn.slitaz.org/">Community</a>
123 <a href="http://doc.slitaz.org/">Doc</a>
124 <a href="http://forum.slitaz.org/">Forum</a>
125 <a href="http://pkgs.slitaz.org/">Packages</a>
126 <a href="http://bugs.slitaz.org">Bugs</a>
127 <a href="http://hg.slitaz.org/">Hg</a>
128 <p>
129 SliTaz @
130 <a href="http://twitter.com/slitaz">Twitter</a>
131 <a href="http://www.facebook.com/slitaz">Facebook</a>
132 <a href="http://distrowatch.com/slitaz">Distrowatch</a>
133 <a href="http://en.wikipedia.org/wiki/SliTaz">Wikipedia</a>
134 <a href="http://flattr.com/profile/slitaz">Flattr</a>
135 </p>
136 </div>
138 </body>
139 </html>