wok diff firefox/stuff/webhome/index.html @ rev 917

Up: lxlauncher (0.2)
author Christophe Lincoln <pankso@slitaz.org>
date Mon Jun 16 10:46:03 2008 +0200 (2008-06-16)
parents 9a2497100dc8
children
line diff
     1.1 --- a/firefox/stuff/webhome/index.html	Sat May 03 00:34:02 2008 +0200
     1.2 +++ b/firefox/stuff/webhome/index.html	Mon Jun 16 10:46:03 2008 +0200
     1.3 @@ -25,34 +25,53 @@
     1.4  
     1.5  <h1>Browse the Web</h1>
     1.6  
     1.7 -<!-- Search Wikia -->
     1.8 -<div style="text-align: center; margin: 40px;">
     1.9 -	<form name="search" method="get" action="http://alpha.search.wikia.com/search/search.html" 
    1.10 -		onsubmit="window.location='http://re.search.wikia.com/search#'+document.forms[0].q.value;return false;">
    1.11 -		<strong>[ Wikia Search ]</strong>
    1.12 -		<input type="text" name="q" id="q" size="22" />
    1.13 -		<input type="hidden" name="page" value="1" />
    1.14 -		<input type="hidden" name="n" value="10" />
    1.15 -		<input type="hidden" name="t" value="2" />
    1.16 -		<input type="submit" name="go" value="Search" />
    1.17 -	</form>
    1.18 +<div style="text-align: center; margin: 10px;">
    1.19 +<table>
    1.20 +	<!-- Search Wikia -->
    1.21 +	<tr>
    1.22 +		<th><strong>[ Wikia Search ]</strong></th>
    1.23 +		<td>
    1.24 +			<form
    1.25 +				name="search" method="get"
    1.26 +				action="http://alpha.search.wikia.com/search/search.html"
    1.27 +				onsubmit="window.location='http://re.search.wikia.com/search#'+document.forms[0].q.value;return false;">
    1.28 +				<input type="text" name="q" id="q" size="30" />
    1.29 +				<input type="hidden" name="page" value="1" />
    1.30 +				<input type="hidden" name="n" value="10" />
    1.31 +				<input type="hidden" name="t" value="2" />
    1.32 +				<input type="submit" name="go" value="Search" />
    1.33 +			</form>
    1.34 +		</td>
    1.35 +	</tr>
    1.36 +	<!-- Search Wikipedia -->
    1.37 +	<tr>
    1.38 +		<th><strong>[ Wikipedia ]</strong></th>
    1.39 +		<td>
    1.40 +			<form action="http://www.wikipedia.org/search-redirect.php" method="get">
    1.41 +				<input type="hidden" name="language" value="en" />
    1.42 +				<input type="text" name="search" size="30" />
    1.43 +				<input type="submit" name="go" value="Search" />
    1.44 +			</form>
    1.45 +		</td>
    1.46 +	</tr>
    1.47 +	<!-- Search Google -->
    1.48 +	<tr>
    1.49 +		<th><strong>[ Google ]</strong></th>
    1.50 +		<td>
    1.51 +			<form method="get" action="http://www.google.com/search">
    1.52 +				<input type="text" name="q" size="30" maxlength="255" value="" />
    1.53 +				<input type="submit" value="Search" />
    1.54 +			</form>
    1.55 +		</td>
    1.56 +	</tr>
    1.57 +</table>
    1.58  </div>
    1.59  
    1.60 -<!-- Search Wikipedia -->
    1.61 -<div style="text-align: center; margin: 40px;">
    1.62 -	<form action="http://www.wikipedia.org/search-redirect.php" method="get">
    1.63 -		<strong>[ Wikipedia ]</strong>
    1.64 -		<input type="hidden" name="language" value="en" />
    1.65 -		<input type="text" name="search" size="22" />
    1.66 -		<input type="submit" name="go" value="Search" />
    1.67 -	</form>
    1.68 -</div>   
    1.69 -
    1.70  <!-- Shortcuts -->
    1.71  <div style="text-align: center; margin: 10px;">
    1.72  	<a href="http://www.slitaz.org/en/">SliTaz Website</a> -
    1.73  	<a href="http://www.slitaz.org/">fr_FR</a> |
    1.74 -	<a href="http://www.slitaz.org/en/doc/handbook/">Handbook</a> | 
    1.75 +	<a href="http://www.slitaz.org/en/doc/handbook/">Handbook</a> |
    1.76  	<a href="http://forum.slitaz.org/">SliTaz Forum</a>
    1.77  </div>
    1.78