slitaz-configs view rootfs/usr/share/webhome/index.html @ rev 33

Add Labs to home page
author Christophe Lincoln <pankso@slitaz.org>
date Fri Mar 27 00:51:54 2009 +0100 (2009-03-27)
parents 6f6a4be0f3d4
children a100d34acace
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 - 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 SliTaz Website:
73 <a href="http://www.slitaz.org/de/">Deutch</a> -
74 <a href="http://www.slitaz.org/en/">English</a> -
75 <a href="http://www.slitaz.org/">Français</a> -
76 <a href="http://www.slitaz.org/pt/">Português</a>
77 </div>
78 <div style="text-align: center; margin: 10px;">
79 Documentation:
80 <a href="http://www.slitaz.org/en/doc/handbook/">Handbook</a> -
81 <a href="http://www.slitaz.org/doc/handbook/">Livre de main</a> -
82 <a href="http://www.slitaz.org/pt/doc/handbook/">Manual do SliTaz</a>
83 </div>
84 <div style="text-align: center; margin: 10px;">
85 Community:
86 <a href="http://forum.slitaz.org/">Forum</a> |
87 <a href="http://wiki.slitaz.org/">Wiki</a> |
88 <a href="http://labs.slitaz.org/">Labs</a>
89 </div>
91 <div style="text-align: center;">
92 <img
93 src="pics/slitaz-tux.png" title="www.slitaz.org" alt="www.slitaz.org"
94 style="width: 90px; height: 98px;" />
95 </div>
97 <!-- End of content with round corner -->
98 </div>
99 <div id="content_bottom">
100 <div class="bottom_left"></div>
101 <div class="bottom_right"></div>
102 </div>
104 </body>
105 </html>