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

webhome: New Css and use block
author Christophe Lincoln <pankso@slitaz.org>
date Wed Jan 05 00:27:35 2011 +0100 (2011-01-05)
parents 8f5f054672c4
children 80cacdc23940
line source
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.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="slitaz.css" />
10 <style type="text/css">
11 .block_right {
12 padding-bottom: 25px;
13 }
14 </style>
15 </head>
16 <body>
18 <!-- Header -->
19 <div id="header">
20 <!-- Access -->
21 <div id="access"></div>
22 <!-- Logo -->
23 <a href="http://www.slitaz.org/"><img id="logo"
24 src="pics/website/logo.png"
25 title="www.slitaz.org" alt="www.slitaz.org" /></a>
26 <p id="titre">#!/Web/Home</p>
27 </div>
29 <!-- Content -->
30 <div id="content-full">
32 <h1>Browse the web</h1>
34 <!-- Block begin -->
35 <div class="block">
36 <!-- Left block begin -->
37 <div class="block_left">
38 <h3><img src="pics/website/network.png" alt="network.png"/>SliTaz</h3>
39 <ul>
40 <li><a href="http://www.slitaz.org/">Main Website</a></li>
41 <li><a href="http://doc.slitaz.org/">Documentation</a></li>
42 <li><a href="http://forum.slitaz.org/">Support Forum</a></li>
43 <li><a href="http://pkgs.slitaz.org/">Packages</a></li>
44 <li><a href="http://scn.slitaz.org/">Community</a></li>
45 </ul>
46 <!-- Left block end -->
47 </div>
48 <!-- Right block begin -->
49 <div class="block_right">
50 <h3><img src="pics/website/search.png" alt="search.png" />Search</h3>
51 <form method="get" action="http://www.google.com/search">
52 <p>
53 <input type="text" name="q" size="24" style="width: 70%;"
54 maxlength="255" />
55 <input type="submit" value="Google" />
56 </p>
57 </form>
58 <form method="get" action="http://www.wikipedia.org/search-redirect.php">
59 <p>
60 <input type="hidden" name="language" value="en" />
61 <input type="text" name="search" size="24" style="width: 70%;"
62 maxlength="255" />
63 <input type="submit" name="go" value="Wikipedia" />
64 </p>
65 </form>
66 <!-- Right block end -->
67 </div>
68 <!-- Block end -->
69 </div>
71 <!-- End of content -->
72 </div>
74 </body>
75 </html>