website view en/search.html @ rev 713

en/*.html: New layout, add content, better search page.
author Christophe Lincoln <pankso@slitaz.org>
date Thu Jan 06 18:15:14 2011 +0100 (2011-01-06)
parents a211b92ccf9b
children 18040398d744
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 - Google 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="revisit-after" content="7 days" />
11 <meta name="expires" content="never" />
12 <meta name="modified" content="2011-01-06 16:30:00" />
13 <meta name="author" content="Christophe Lincoln"/>
14 <meta name="publisher" content="www.slitaz.org" />
15 <link rel="shortcut icon" href="../favicon.ico" />
16 <link rel="stylesheet" type="text/css" href="../slitaz.css" />
17 <link rel="Content" href="search.html#content" />
18 </head>
19 <body>
21 <!-- Header -->
22 <div id="header">
23 <!-- Access -->
24 <div id="access">
25 <img
26 src="../pics/website/locale.png"
27 style="vertical-align: middle; width: 20px; height: 20px;"
28 alt="language" />
29 <a href="../de/search.html">Deutsch</a> |
30 <a href="../es/search.html">Español</a> |
31 <a href="../fr/search.html" title="Page principale en français">Français</a> |
32 <a href="../pt/search.html">Português</a> |
33 <a href="../cn/search.html" title="Chinese"><img src="../pics/website/cn.png" title="Chinese" alt="cn"></img></a>
34 </div>
35 <!-- Logo -->
36 <a href="http://www.slitaz.org/"><img id="logo"
37 src="../pics/website/logo.png"
38 title="www.slitaz.org" alt="www.slitaz.org" /></a>
39 <p id="titre">#!/GNU/Linux</p>
40 </div>
42 <!-- Content -->
43 <div id="content-full">
45 <!-- Block begin -->
46 <div class="block">
47 <!-- Nav block begin -->
48 <div id="block_nav">
49 <h3><img src="../pics/website/network.png" alt="png" />Navigation</h3>
50 <div style="width: 50%; float: right;">
51 <ul>
52 <li><a href="artwork/">Artwork</a></li>
53 <li><a href="mailing-list.html">Mailing List</a></li>
54 <li><a href="devel/">Development</a></li>
55 <li><a href="search.html">Search</a></li>
56 <li><a href="../netmap.php">Network Map</a></li>
57 </ul>
58 </div>
59 <ul>
60 <li><a href="about/">About us</a></li>
61 <li><a href="asso/">Association</a></li>
62 <li><a href="get/">Download</a></li>
63 <li><a href="doc/">Documentation</a></li>
64 <li><a href="packages/">Packages</a></li>
65 </ul>
66 <!-- Nav block end -->
67 </div>
68 <!-- Top block begin -->
69 <div id="block_top">
70 <h1>Search</h1>
71 <p>
72 This page allows you to search the entire website Slitaz GNU/Linux,
73 the <a href="http://doc.slitaz.org/">documentation</a> wiki and in
74 the archives of the <a href="mailing-list.html">Mailing List</a>
75 and also in the <a href="http://forum.slitaz.org/">Forum</a>.
76 This search engine was created for SliTaz by the Google Co-op custom
77 search engine.
78 </p>
79 <div id="cse-search-form" style="width: 100%;">Loading</div>
80 <script src="http://www.google.com/jsapi" type="text/javascript"></script>
81 <script type="text/javascript">
82 google.load('search', '1', {language : 'en', style : google.loader.themes.MINIMALIST});
83 google.setOnLoadCallback(function() {
84 var customSearchControl = new google.search.CustomSearchControl('000868395082919927601:nddq7yjdcxg');
85 customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET);
86 var options = new google.search.DrawOptions();
87 options.setSearchFormRoot('cse-search-form');
88 customSearchControl.draw('cse', options);
89 }, true);
90 </script>
91 <style type="text/css">
92 input.gsc-search-button {
93 border-color: #b64b22;
94 background-color: #b64b22;
95 cursor: pointer;
96 -moz-border-radius: 2px;
97 -webkit-border-radius: 2px;
98 border-radius: 2px;
99 -moz-box-shadow: 0 1px 2px #666;
100 -webkit-box-shadow: 0 1px 2px #666;
101 box-shadow: 0 1px 2px #666;
102 }
103 .gs-webResult.gs-result a.gs-title:link,
104 .gs-webResult.gs-result a.gs-title:link b {
105 color: #103a5e;
106 }
107 #cse { margin-bottom: 120px; }
108 </style>
109 <!-- Top block end -->
110 </div>
111 <!-- Block end -->
112 </div>
114 <h2>Search result</h2>
116 <div id="cse" style="width:100%;"></div>
118 <!-- End of content -->
119 </div>
121 <!-- Footer -->
122 <div id="footer">
123 <div class="right_box">
124 <h4>SliTaz Network</h4>
125 <ul>
126 <li><a href="http://doc.slitaz.org/">Documentation</a></li>
127 <li><a href="http://forum.slitaz.org/">Support Forum</a></li>
128 <li><a href="http://scn.slitaz.org/">Community Network</a></li>
129 <li><a href="http://labs.slitaz.org/">Laboratories</a></li>
130 <li><a href="http://twitter.com/slitaz">SliTaz on Twitter</a></li>
131 <li><a href="http://distrowatch.com/slitaz">SliTaz on DistroWatch</a></li>
132 </ul>
133 </div>
134 <h4>SliTaz Website</h4>
135 <ul>
136 <li><a href="#header">Top of the page</a></li>
137 <li>Copyright &copy; <span class="year"></span>
138 <a href="http://www.slitaz.org/">SliTaz</a></li>
139 <li><a href="about/">About the project</a></li>
140 <li><a href="../netmap.php">Network Map</a></li>
141 <li>Page modified the 06 Jan 2011</li>
142 <li><a href="http://validator.w3.org/check?uri=referer"><img
143 src="../pics/website/xhtml10.png" alt="Valid XHTML 1.0"
144 title="Code validé XHTML 1.0"
145 style="width: 80px; height: 15px; vertical-align: middle;" /></a></li>
146 </ul>
147 </div>
149 </body>
150 </html>