wok-6.x view firefox/stuff/webhome/index.html @ rev 629
Up: firefox (2.0.0.14) - New homepage and icon + search plugin (Thanks oddball)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Mon Apr 21 10:58:05 2008 +0200 (2008-04-21) |
parents | |
children | 9a2497100dc8 |
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="fr" lang="fr">
4 <head>
5 <title>SliTaz - Web Homepage</title>
6 <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
7 <meta name="author" content="Christophe Lincoln"/>
8 <link rel="shortcut icon" href="favicon.ico" />
9 <link rel="stylesheet" type="text/css" href="slitaz.css" />
10 </head>
11 <body bgcolor="#ffffff">
13 <!-- Content top. -->
14 <div id="content_top">
15 <div class="top_left"></div>
16 <div class="top_right"></div>
17 </div>
19 <!-- Content -->
20 <div id="content">
21 <a name="content"></a>
23 <h1>Browse the Web</h1>
25 <!-- Search Wikia -->
26 <div style="text-align: center; margin: 40px;">
27 <form name="search" method="get" action="http://alpha.search.wikia.com/search/search.html"
28 onsubmit="window.location='http://re.search.wikia.com/search#'+document.forms[0].q.value;return false;">
29 <strong>[ Wikia Search ]</strong>
30 <input type="text" name="q" id="q" size="22" />
31 <input type="hidden" name="page" value="1" />
32 <input type="hidden" name="n" value="10" />
33 <input type="hidden" name="t" value="2" />
34 <input type="submit" name="go" value="Search" />
35 </form>
36 </div>
38 <!-- Search Wikipedia -->
39 <div style="text-align: center; margin: 40px;">
40 <form action="http://www.wikipedia.org/search-redirect.php" method="get">
41 <strong>[ Wikipedia ]</strong>
42 <input type="hidden" name="language" value="en" />
43 <input type="text" name="search" size="22" />
44 <input type="submit" name="go" value="Search" />
45 </form>
46 </div>
48 <!-- Shortcuts -->
49 <div style="text-align: center; margin: 40px;">
50 <a href="http://www.slitaz.org/en/">SliTaz Website</a> |
51 <a href="http://www.slitaz.org/en/doc/">SliTaz Documentation</a> |
52 <a href="http://forum.slitaz.org/">SliTaz Forum</a>
53 </div>
55 <!-- End of content with round corner -->
56 </div>
57 <div id="content_bottom">
58 <div class="bottom_left"></div>
59 <div class="bottom_right"></div>
60 </div>
62 </body>
63 </html>