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

add Russian OB menu; translate .desktop's to Russian; i18n webhome (ru & pt)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Apr 07 17:30:13 2012 +0300 (2012-04-07)
parents
children 0b506a3f2e68
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="pt" lang="pt">
4 <head>
5 <title>SliTaz - Web Homepage</title>
6 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
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">
15 <div id="logo"></div>
16 <div id="network">
17 <a href="http://www.slitaz.org/">
18 <img src="images/home.png" alt="[ Home ]" /></a>
19 <a href="http://scn.slitaz.org/">Comunidade</a>
20 <a href="http://doc.slitaz.org/">Doc</a>
21 <a href="http://forum.slitaz.org/">Fórum</a>
22 <a href="http://slitaz.pro/">Pro</a>
23 <a href="https://slitaz.spreadshirt.net/">Shop</a>
24 <a href="http://bugs.slitaz.org/">Bugs</a>
25 <a href="http://hg.slitaz.org/">Hg</a>
26 </div>
27 <h1>SliTaz Web Home</h1>
28 </div>
30 <!-- Block -->
31 <div id="block"></div>
33 <!-- Content -->
34 <div id="content">
36 <div class="searchbox">
37 <form method="get" action="https://duckduckgo.com/">
38 <p>
39 <input type="text" name="q" size="24" style="width: 70%;"
40 maxlength="255" />
41 <input type="submit" name="" value="Search" />
42 <input type="hidden" name="t" value="slitaz" />
43 </p>
44 </form>
45 </div>
47 <!-- SliTaz Social -->
48 <div id="social">
49 SliTaz @
50 <a href="http://twitter.com/slitaz">Twitter</a>
51 <a href="http://www.facebook.com/slitaz">Facebook</a>
52 <a href="http://distrowatch.com/slitaz">Distrowatch</a>
53 <a href="http://pt.wikipedia.org/wiki/SliTaz">Wikipédia</a>
54 <a href="http://flattr.com/profile/slitaz">Flattr</a>
55 </div>
57 <!-- End of content -->
58 </div>
60 </body>
61 </html>