website view en/search.html @ rev 777

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