wok diff netsurf/stuff/webhome/netsurf.html @ rev 17925

Fix ownership/permissions for some Core packages.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Apr 11 16:40:30 2015 +0300 (2015-04-11)
parents dd3e14a6278d
children
line diff
     1.1 --- a/netsurf/stuff/webhome/netsurf.html	Mon Aug 16 12:43:11 2010 +0200
     1.2 +++ b/netsurf/stuff/webhome/netsurf.html	Sat Apr 11 16:40:30 2015 +0300
     1.3 @@ -6,57 +6,67 @@
     1.4      <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
     1.5      <meta name="author" content="Christophe Lincoln"/>
     1.6      <link rel="shortcut icon" href="favicon.ico" />
     1.7 -    <link rel="stylesheet" type="text/css" href="netsurf.css" />
     1.8 +    <link rel="stylesheet" type="text/css" href="style.css" />
     1.9  </head>
    1.10  <body>
    1.11  
    1.12  <!-- Header -->
    1.13  <div id="header">
    1.14 -<h1>Browse the Web</h1>
    1.15 +	<div id="logo"></div>
    1.16 +	<div id="network">
    1.17 +		<a href="http://www.slitaz.org/">Website</a>
    1.18 +		<a href="http://scn.slitaz.org/">Community</a>
    1.19 +		<a href="http://doc.slitaz.org/">Doc</a>
    1.20 +		<a href="http://forum.slitaz.org/">Forum</a>
    1.21 +		<a href="http://labs.slitaz.org/issues">Bugs</a>
    1.22 +		<a href="http://hg.slitaz.org/">Hg</a>
    1.23 +	</div>
    1.24 +	<h1>SliTaz Web Home</h1>
    1.25  </div>
    1.26  
    1.27 +<div id="block"></div>
    1.28 +
    1.29  <!-- Content -->
    1.30  <div id="content">
    1.31  
    1.32 -<div style="text-align: center; margin: 10px;">
    1.33 -<table>
    1.34 -	<!-- Search Wikipedia -->
    1.35 -	<tr>
    1.36 -		<th><strong>[ Wikipedia ]</strong></th>
    1.37 -		<td>
    1.38 -			<form action="http://www.wikipedia.org/search-redirect.php" method="get">
    1.39 -				<input type="hidden" name="language" value="en" />
    1.40 -				<input type="text" name="search" size="30" />
    1.41 -				<input type="submit" name="go" value="Search" />
    1.42 -			</form>
    1.43 -		</td>
    1.44 -	</tr>
    1.45 -	<!-- Search Google -->
    1.46 -	<tr>
    1.47 -		<th><strong>[ Google ]</strong></th>
    1.48 -		<td>
    1.49 -			<form method="get" action="http://www.google.com/search">
    1.50 -				<input type="text" name="q" size="30" maxlength="255" value="" />
    1.51 -				<input type="submit" value="Search" />
    1.52 -			</form>
    1.53 -		</td>
    1.54 -	</tr>
    1.55 -</table>
    1.56 +<!-- Custom style for netsurf -->
    1.57 +<style type="text/css">
    1.58 +#search { text-align: center; margin: 40px 0px; }
    1.59 +input[type=submit] {
    1.60 +	border: 1px solid #b64b22;
    1.61 +	background-color: #b64b22;
    1.62 +	color: white;
    1.63 +	font-weight: bold;
    1.64 +	cursor: pointer;
    1.65 +	padding: 3px 10px;
    1.66 +	font-size: 15px;
    1.67 +	margin-left: -5px;
    1.68 +}
    1.69 +input[type=text] {
    1.70 +	border: 1px solid #333333;
    1.71 +	padding: 4px;
    1.72 +	height: 15px;
    1.73 +	width: 68%;
    1.74 +}
    1.75 +</style>
    1.76 +
    1.77 +<div id="search">
    1.78 +	<form method="get" action="http://www.google.com/search">
    1.79 +		<p>
    1.80 +			<input type="text" name="q" size="55" maxlength="255" />
    1.81 +			<input type="submit" value="Google" style="height: 25px;" />
    1.82 +		</p>
    1.83 +	</form>
    1.84  </div>
    1.85  
    1.86 -<!-- Shortcuts -->
    1.87 -<div style="text-align: center; margin: 10px;">
    1.88 -	SliTaz :
    1.89 -	<a href="http://www.slitaz.org/">Website</a> |
    1.90 -	<a href="http://forum.slitaz.org/">Forum</a> |
    1.91 -	<a href="http://doc.slitaz.org/">Doc</a> |
    1.92 -	<a href="http://labs.slitaz.org/">Labs</a> |
    1.93 -	<a href="http://pkgs.slitaz.org/">Packages</a>
    1.94 -</div>
    1.95 -<div style="text-align: center; margin: 10px;">
    1.96 -	NetSurf :
    1.97 -	<a href="http://www.netsurf-browser.org/">Website</a> |
    1.98 -	<a href="http://www.netsurf-browser.org/documentation/">Documentation</a>
    1.99 +<!-- SliTaz Social -->
   1.100 +<div id="social">
   1.101 +	SliTaz @
   1.102 +	<a href="http://twitter.com/slitaz">Twitter</a>
   1.103 +	<a href="http://www.facebook.com/slitaz">Facebook</a>
   1.104 +	<a href="http://distrowatch.com/slitaz">Distrowatch</a>
   1.105 +	<a href="http://en.wikipedia.org/wiki/SliTaz">Wikipedia</a>
   1.106 +	<a href="http://flattr.com/profile/slitaz">Flattr</a>
   1.107  </div>
   1.108  
   1.109  <!-- End of content with round corner -->