website view en/search.html @ rev 715

Clean-up screenshots, en/artwork improved and small CSS changes
author Christophe Lincoln <pankso@slitaz.org>
date Fri Jan 07 00:52:49 2011 +0100 (2011-01-07)
parents 18040398d744
children 3c6fb0d3a497
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 <a href="../i18n.html"><img
26 src="../pics/website/locale.png" alt="locale.png" /></a>
27 <a href="../de/search.html">Deutsch</a> |
28 <a href="../es/search.html">Español</a> |
29 <a href="../fr/search.html">Français</a> |
30 <a href="../pt/search.html">Português</a> |
31 <a href="../cn/search.html"><img
32 src="../pics/website/cn.png" title="Chinese" alt="cn" /></a>
33 </div>
34 <!-- Logo -->
35 <a href="http://www.slitaz.org/en/"><img id="logo"
36 src="../pics/website/logo.png"
37 title="www.slitaz.org/en" alt="www.slitaz.org/en" /></a>
38 <p id="titre">#!/GNU/Linux</p>
39 </div>
41 <!-- Content -->
42 <div id="content-full">
44 <!-- Block begin -->
45 <div class="block">
46 <!-- Nav block begin -->
47 <div id="block_nav">
48 <h3><img src="../pics/website/network.png" alt="png" />Navigation</h3>
49 <div style="width: 50%; float: right;">
50 <ul>
51 <li><a href="artwork/">Artwork</a></li>
52 <li><a href="mailing-list.html">Mailing List</a></li>
53 <li><a href="devel/">Development</a></li>
54 <li><a href="search.html">Search</a></li>
55 <li><a href="../netmap.php">Network Map</a></li>
56 </ul>
57 </div>
58 <ul>
59 <li><a href="about/">About us</a></li>
60 <li><a href="asso/">Association</a></li>
61 <li><a href="get/">Download</a></li>
62 <li><a href="doc/">Documentation</a></li>
63 <li><a href="packages/">Packages</a></li>
64 </ul>
65 <!-- Nav block end -->
66 </div>
67 <!-- Top block begin -->
68 <div id="block_top">
69 <h1>Search</h1>
70 <p>
71 This page allows you to search the entire website Slitaz GNU/Linux,
72 the <a href="http://doc.slitaz.org/">documentation</a> wiki and in
73 the archives of the <a href="mailing-list.html">Mailing List</a>
74 and also in the <a href="http://forum.slitaz.org/">Forum</a>.
75 This search engine was created for SliTaz by the Google Co-op custom
76 search engine.
77 </p>
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 : 'en', 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-color: #b64b22;
93 background-color: #b64b22;
94 cursor: pointer;
95 font-size: 14px;
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>