website view en/search.html @ rev 819

Change links to new bugtracker
author Claudinei Pereira <claudinei@slitaz.org>
date Thu Apr 14 03:36:49 2011 +0000 (2011-04-14)
parents 4b9f996e8910
children 57ab199546d7
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="mailing-list.html">Mailing List</a></li>
40 <li><a href="devel/">Development</a></li>
41 <li><a href="packages/">Packages</a></li>
42 <li><a href="artwork/">Artwork</a></li>
43 <li><a href="search.html">Search</a></li>
44 </ul>
45 </div>
46 <div class="left_box">
47 <ul>
48 <li><a href="./">Headlines</a></li>
49 <li><a href="about/">About</a></li>
50 <li><a href="get/">Download</a></li>
51 <li><a href="asso/">Association</a></li>
52 <li><a href="doc/">Documentation</a></li>
53 </ul>
54 </div>
55 </div>
56 <!-- Information/image -->
57 <div id="block_info">
58 <h4>Search</h4>
59 <p>
60 This page allows you to search the entire website Slitaz GNU/Linux,
61 the <a href="http://doc.slitaz.org/">documentation</a> wiki and in
62 the archives of the <a href="mailing-list.html">Mailing List</a>
63 and also in the <a href="http://forum.slitaz.org/">Forum</a>.
64 This search engine was created for SliTaz by the Google Co-op custom
65 search engine.
66 </p>
67 </div>
68 </div>
70 <!-- Content -->
71 <div id="content">
73 <div class="searchbox">
74 <div id="cse-search-form" style="width: 100%;">Loading</div>
75 <script src="http://www.google.com/jsapi" type="text/javascript"></script>
76 <script type="text/javascript">
77 google.load('search', '1', {language : 'en', style : google.loader.themes.MINIMALIST});
78 google.setOnLoadCallback(function() {
79 var customSearchControl = new google.search.CustomSearchControl('000868395082919927601:nddq7yjdcxg');
80 customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET);
81 var options = new google.search.DrawOptions();
82 options.setSearchFormRoot('cse-search-form');
83 customSearchControl.draw('cse', options);
84 }, true);
85 </script>
86 <style type="text/css">
87 input.gsc-search-button {
88 border: 1px solid #b64b22;
89 background-color: #b64b22;
90 color: white;
91 font-weight: bold;
92 cursor: pointer;
93 padding: 3px 10px;
94 font-size: 14px;
95 margin-left: -2px;
96 -webkit-border-top-right-radius: 4px;
97 -webkit-border-bottom-right-radius: 4px;
98 -moz-border-radius-topright: 4px;
99 -moz-border-radius-bottomright: 4px;
100 border-top-right-radius: 4px;
101 border-bottom-right-radius: 4px;
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 </div>
111 <div id="cse" style="width:100%;"></div>
113 <!-- End of content -->
114 </div>
116 <!-- Footer -->
117 <div id="footer">
118 Copyright &copy; <span class="year"></span>
119 <a href="http://www.slitaz.org/">SliTaz</a> - Network:
120 <a href="http://scn.slitaz.org/">Community</a>
121 <a href="http://doc.slitaz.org/">Doc</a>
122 <a href="http://forum.slitaz.org/">Forum</a>
123 <a href="http://pkgs.slitaz.org/">Packages</a>
124 <a href="http://bugs.slitaz.org">Bugs</a>
125 <a href="http://hg.slitaz.org/">Hg</a>
126 <p>
127 SliTaz @
128 <a href="http://twitter.com/slitaz">Twitter</a>
129 <a href="http://www.facebook.com/slitaz">Facebook</a>
130 <a href="http://distrowatch.com/slitaz">Distrowatch</a>
131 <a href="http://en.wikipedia.org/wiki/SliTaz">Wikipedia</a>
132 <a href="http://flattr.com/profile/slitaz">Flattr</a>
133 </p>
134 </div>
136 </body>
137 </html>