wok-stable diff firefox/stuff/webhome/index.html @ rev 629

Up: firefox (2.0.0.14) - New homepage and icon + search plugin (Thanks oddball)
author Christophe Lincoln <pankso@slitaz.org>
date Mon Apr 21 10:58:05 2008 +0200 (2008-04-21)
parents
children 9a2497100dc8
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/firefox/stuff/webhome/index.html	Mon Apr 21 10:58:05 2008 +0200
     1.3 @@ -0,0 +1,63 @@
     1.4 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
     1.5 +    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
     1.6 +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
     1.7 +<head>
     1.8 +    <title>SliTaz - Web Homepage</title>
     1.9 +    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
    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="slitaz.css" />
    1.13 +</head>
    1.14 +<body bgcolor="#ffffff">
    1.15 +
    1.16 +<!-- Content top. -->
    1.17 +<div id="content_top">
    1.18 +<div class="top_left"></div>
    1.19 +<div class="top_right"></div>
    1.20 +</div>
    1.21 +
    1.22 +<!-- Content -->
    1.23 +<div id="content">
    1.24 +<a name="content"></a>
    1.25 +
    1.26 +<h1>Browse the Web</h1>
    1.27 +
    1.28 +<!-- Search Wikia -->
    1.29 +<div style="text-align: center; margin: 40px;">
    1.30 +	<form name="search" method="get" action="http://alpha.search.wikia.com/search/search.html" 
    1.31 +		onsubmit="window.location='http://re.search.wikia.com/search#'+document.forms[0].q.value;return false;">
    1.32 +		<strong>[ Wikia Search ]</strong>
    1.33 +		<input type="text" name="q" id="q" size="22" />
    1.34 +		<input type="hidden" name="page" value="1" />
    1.35 +		<input type="hidden" name="n" value="10" />
    1.36 +		<input type="hidden" name="t" value="2" />
    1.37 +		<input type="submit" name="go" value="Search" />
    1.38 +	</form>
    1.39 +</div>
    1.40 +
    1.41 +<!-- Search Wikipedia -->
    1.42 +<div style="text-align: center; margin: 40px;">
    1.43 +	<form action="http://www.wikipedia.org/search-redirect.php" method="get">
    1.44 +		<strong>[ Wikipedia ]</strong>
    1.45 +		<input type="hidden" name="language" value="en" />
    1.46 +		<input type="text" name="search" size="22" />
    1.47 +		<input type="submit" name="go" value="Search" />
    1.48 +	</form>
    1.49 +</div>   
    1.50 +
    1.51 +<!-- Shortcuts -->
    1.52 +<div style="text-align: center; margin: 40px;">
    1.53 +	<a href="http://www.slitaz.org/en/">SliTaz Website</a> |
    1.54 +	<a href="http://www.slitaz.org/en/doc/">SliTaz Documentation</a> | 
    1.55 +	<a href="http://forum.slitaz.org/">SliTaz Forum</a>
    1.56 +</div>
    1.57 +
    1.58 +<!-- End of content with round corner -->
    1.59 +</div>
    1.60 +<div id="content_bottom">
    1.61 +<div class="bottom_left"></div>
    1.62 +<div class="bottom_right"></div>
    1.63 +</div>
    1.64 +
    1.65 +</body>
    1.66 +</html>