slitaz-configs diff 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 diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/rootfs/usr/share/webhome/index.pt.html	Sat Apr 07 17:30:13 2012 +0300
     1.3 @@ -0,0 +1,61 @@
     1.4 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
     1.5 +	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
     1.6 +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="pt" lang="pt">
     1.7 +<head>
     1.8 +    <title>SliTaz - Web Homepage</title>
     1.9 +    <meta http-equiv="content-type" content="text/html; charset=utf-8" />
    1.10 +    <meta name="author" content="Christophe Lincoln"/>
    1.11 +    <link rel="shortcut icon" href="favicon.ico" />
    1.12 +    <link rel="stylesheet" type="text/css" href="style.css" />
    1.13 +</head>
    1.14 +<body>
    1.15 +
    1.16 +<!-- Header -->
    1.17 +<div id="header">
    1.18 +	<div id="logo"></div>
    1.19 +	<div id="network">
    1.20 +		<a href="http://www.slitaz.org/">
    1.21 +			<img src="images/home.png" alt="[ Home ]" /></a>
    1.22 +		<a href="http://scn.slitaz.org/">Comunidade</a>
    1.23 +		<a href="http://doc.slitaz.org/">Doc</a>
    1.24 +		<a href="http://forum.slitaz.org/">Fórum</a>
    1.25 +		<a href="http://slitaz.pro/">Pro</a>
    1.26 +		<a href="https://slitaz.spreadshirt.net/">Shop</a>
    1.27 +		<a href="http://bugs.slitaz.org/">Bugs</a>
    1.28 +		<a href="http://hg.slitaz.org/">Hg</a>
    1.29 +	</div>
    1.30 +	<h1>SliTaz Web Home</h1>
    1.31 +</div>
    1.32 +
    1.33 +<!-- Block -->
    1.34 +<div id="block"></div>
    1.35 +
    1.36 +<!-- Content -->
    1.37 +<div id="content">
    1.38 +
    1.39 +<div class="searchbox">
    1.40 +	<form method="get" action="https://duckduckgo.com/">
    1.41 +		<p>
    1.42 +			<input type="text" name="q" size="24" style="width: 70%;"
    1.43 +				maxlength="255" />
    1.44 +			<input type="submit" name="" value="Search" />
    1.45 +			<input type="hidden" name="t" value="slitaz" />
    1.46 +		</p>
    1.47 +	</form>
    1.48 +</div>
    1.49 +
    1.50 +<!-- SliTaz Social -->
    1.51 +<div id="social">
    1.52 +	SliTaz @
    1.53 +	<a href="http://twitter.com/slitaz">Twitter</a>
    1.54 +	<a href="http://www.facebook.com/slitaz">Facebook</a>
    1.55 +	<a href="http://distrowatch.com/slitaz">Distrowatch</a>
    1.56 +	<a href="http://pt.wikipedia.org/wiki/SliTaz">Wikipédia</a>
    1.57 +	<a href="http://flattr.com/profile/slitaz">Flattr</a>
    1.58 +</div>
    1.59 +
    1.60 +<!-- End of content -->
    1.61 +</div>
    1.62 +
    1.63 +</body>
    1.64 +</html>