website diff pt/search.php @ rev 1021

fr: utf-8
author Paul Issott <paul@slitaz.org>
date Sat Mar 31 16:55:59 2012 +0100 (2012-03-31)
parents
children 8187351f0215
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/pt/search.php	Sat Mar 31 16:55:59 2012 +0100
     1.3 @@ -0,0 +1,81 @@
     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="pt" lang="pt">
     1.7 +<head>
     1.8 +    <title>SliTaz - Procurar</title>
     1.9 +    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
    1.10 +    <meta name="description" content="SliTaz GNU/Linux custom search engine" />
    1.11 +    <meta name="keywords" lang="pt" content="sistema, livre, gnu, linux, software opensource, livecd LINUX na RAM" />
    1.12 +    <meta name="author" content="Claudinei Pereira" />
    1.13 +    <?php include("../lib/html/meta-link.html"); ?>
    1.14 +</head>
    1.15 +<body>
    1.16 +
    1.17 +<?php include("../lib/html/header.pt.html"); ?>
    1.18 +
    1.19 +<!-- Block -->
    1.20 +<div id="block">
    1.21 +    <?php include("../lib/html/nav.pt.html"); ?>
    1.22 +    <!-- Information/image -->
    1.23 +	<div id="block_info">
    1.24 +		<h4>Procurar</h4>
    1.25 +		<p>
    1.26 +			Esta página permite a você buscar em todo o site do SliTaz 
    1.27 +			GNU/Linux, nos arquivos da <a href="mailing-list.php">Lista 
    1.28 +			de Discussão</a> e também no <a href="http://forum.slitaz.org">Fórum</a>.
    1.29 +			Esta página foi criada para o SliTaz pelo sistema de buscas
    1.30 +			personalizadas Google Co-op.
    1.31 +		</p>
    1.32 +	</div>
    1.33 +</div>
    1.34 +
    1.35 +<!-- Content -->
    1.36 +<div id="content">
    1.37 +
    1.38 +<div class="searchbox">
    1.39 +	<div id="cse-search-form" style="width: 100%;">Loading</div>
    1.40 +	<script src="http://www.google.com/jsapi" type="text/javascript"></script>
    1.41 +	<script type="text/javascript">
    1.42 +	  google.load('search', '1', {language : 'pt', style : google.loader.themes.MINIMALIST});
    1.43 +	  google.setOnLoadCallback(function() {
    1.44 +	    var customSearchControl = new google.search.CustomSearchControl('000868395082919927601:nddq7yjdcxg');
    1.45 +	    customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET);
    1.46 +	    var options = new google.search.DrawOptions();
    1.47 +	    options.setSearchFormRoot('cse-search-form');
    1.48 +	    customSearchControl.draw('cse', options);
    1.49 +	  }, true);
    1.50 +	</script>
    1.51 +	<style type="text/css">
    1.52 +		input.gsc-search-button {
    1.53 +		   border: 1px solid #b64b22;
    1.54 +			background-color: #b64b22;
    1.55 +			color: white;
    1.56 +			font-weight: bold;
    1.57 +			cursor: pointer;
    1.58 +			padding: 3px 10px;
    1.59 +			font-size: 14px;
    1.60 +			margin-left: -2px;
    1.61 +			-webkit-border-top-right-radius: 4px;
    1.62 +			-webkit-border-bottom-right-radius: 4px;
    1.63 +			-moz-border-radius-topright: 4px;
    1.64 +			-moz-border-radius-bottomright: 4px;
    1.65 +			border-top-right-radius: 4px;
    1.66 +			border-bottom-right-radius: 4px;
    1.67 +		}
    1.68 +		.gs-webResult.gs-result a.gs-title:link,
    1.69 +		.gs-webResult.gs-result a.gs-title:link b {
    1.70 +			color: #103a5e;
    1.71 +		}
    1.72 +		#cse { margin-bottom: 120px; }
    1.73 +	</style>
    1.74 +</div>
    1.75 +
    1.76 +<div id="cse" style="width:100%;"></div>
    1.77 +
    1.78 +<!-- End of content -->
    1.79 +</div>
    1.80 +
    1.81 +<?php include("../lib/html/footer.pt.html"); ?>
    1.82 +
    1.83 +</body>
    1.84 +</html>