slitaz-configs rev 135

Home page use DDG to search the web securely
author Christophe Lincoln <pankso@slitaz.org>
date Fri Mar 09 15:27:24 2012 +0100 (2012-03-09)
parents 87071583bb55
children 8d6fa1eee6d8
files rootfs/usr/share/webhome/index.html rootfs/usr/share/webhome/style.css
line diff
     1.1 --- a/rootfs/usr/share/webhome/index.html	Fri Mar 09 14:54:59 2012 +0100
     1.2 +++ b/rootfs/usr/share/webhome/index.html	Fri Mar 09 15:27:24 2012 +0100
     1.3 @@ -19,6 +19,8 @@
     1.4  		<a href="http://scn.slitaz.org/">Community</a>
     1.5  		<a href="http://doc.slitaz.org/">Doc</a>
     1.6  		<a href="http://forum.slitaz.org/">Forum</a>
     1.7 +		<a href="http://pro.slitaz.org/">Pro</a>
     1.8 +		<a href="https://slitaz.spreadshirt.net/">Shop</a>
     1.9  		<a href="http://bugs.slitaz.org/">Bugs</a>
    1.10  		<a href="http://hg.slitaz.org/">Hg</a>
    1.11  	</div>
    1.12 @@ -32,21 +34,14 @@
    1.13  <div id="content">
    1.14  
    1.15  <div class="searchbox">
    1.16 -	<form method="get" action="http://www.google.com/search">
    1.17 +	<form method="get" action="https://duckduckgo.com/">
    1.18  		<p>
    1.19 -			<input type="text" name="q" size="8"" 
    1.20 +			<input type="text" name="q" size="24" style="width: 70%;"
    1.21  				maxlength="255" />
    1.22 -			<input type="submit" value="Google" />
    1.23 +			<input type="submit" name="" value="Search" />
    1.24 +			<input type="hidden" name="t" value="slitaz" />
    1.25  		</p>
    1.26 -	</form>
    1.27 -<!-- <form method="get" action="http://www.wikipedia.org/search-redirect.php">
    1.28 -		<p>
    1.29 -			<input type="hidden" name="language" value="en" />
    1.30 -			<input type="text" name="search" size="24" style="width: 70%;"
    1.31 -				maxlength="255" />
    1.32 -			<input type="submit" name="go" value="Wikipedia" />
    1.33 -		</p>
    1.34 -	</form> -->
    1.35 +	</form> 
    1.36  </div>
    1.37  
    1.38  <!-- SliTaz Social -->
     2.1 --- a/rootfs/usr/share/webhome/style.css	Fri Mar 09 14:54:59 2012 +0100
     2.2 +++ b/rootfs/usr/share/webhome/style.css	Fri Mar 09 15:27:24 2012 +0100
     2.3 @@ -84,7 +84,7 @@
     2.4  	color: white;
     2.5  	font-weight: bold;
     2.6  	cursor: pointer;
     2.7 -	padding: 4px 10px;
     2.8 +	padding: 5px 10px;
     2.9  	font-size: 14px;
    2.10  	margin-left: -5px;
    2.11  	-webkit-border-top-right-radius: 4px;