wok view firefox/stuff/webhome/index.html @ rev 917

Up: lxlauncher (0.2)
author Christophe Lincoln <pankso@slitaz.org>
date Mon Jun 16 10:46:03 2008 +0200 (2008-06-16)
parents 9a2497100dc8
children
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="style.css" />
10 </head>
11 <body>
13 <!-- Header -->
14 <div id="header"></div>
16 <!-- Content top. -->
17 <div id="content_top">
18 <div class="top_left"></div>
19 <div class="top_right"></div>
20 </div>
22 <!-- Content -->
23 <div id="content">
24 <a name="content"></a>
26 <h1>Browse the Web</h1>
28 <div style="text-align: center; margin: 10px;">
29 <table>
30 <!-- Search Wikia -->
31 <tr>
32 <th><strong>[ Wikia Search ]</strong></th>
33 <td>
34 <form
35 name="search" method="get"
36 action="http://alpha.search.wikia.com/search/search.html"
37 onsubmit="window.location='http://re.search.wikia.com/search#'+document.forms[0].q.value;return false;">
38 <input type="text" name="q" id="q" size="30" />
39 <input type="hidden" name="page" value="1" />
40 <input type="hidden" name="n" value="10" />
41 <input type="hidden" name="t" value="2" />
42 <input type="submit" name="go" value="Search" />
43 </form>
44 </td>
45 </tr>
46 <!-- Search Wikipedia -->
47 <tr>
48 <th><strong>[ Wikipedia ]</strong></th>
49 <td>
50 <form action="http://www.wikipedia.org/search-redirect.php" method="get">
51 <input type="hidden" name="language" value="en" />
52 <input type="text" name="search" size="30" />
53 <input type="submit" name="go" value="Search" />
54 </form>
55 </td>
56 </tr>
57 <!-- Search Google -->
58 <tr>
59 <th><strong>[ Google ]</strong></th>
60 <td>
61 <form method="get" action="http://www.google.com/search">
62 <input type="text" name="q" size="30" maxlength="255" value="" />
63 <input type="submit" value="Search" />
64 </form>
65 </td>
66 </tr>
67 </table>
68 </div>
70 <!-- Shortcuts -->
71 <div style="text-align: center; margin: 10px;">
72 <a href="http://www.slitaz.org/en/">SliTaz Website</a> -
73 <a href="http://www.slitaz.org/">fr_FR</a> |
74 <a href="http://www.slitaz.org/en/doc/handbook/">Handbook</a> |
75 <a href="http://forum.slitaz.org/">SliTaz Forum</a>
76 </div>
78 <div style="text-align: center;">
79 <img
80 src="pics/slitaz-tux.png" title="www.slitaz.org" alt="www.slitaz.org"
81 style="width: 90px; height: 98px;" />
82 </div>
84 <!-- End of content with round corner -->
85 </div>
86 <div id="content_bottom">
87 <div class="bottom_left"></div>
88 <div class="bottom_right"></div>
89 </div>
91 </body>
92 </html>