website diff da/search.php @ rev 1023

da: code cleaning
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Mar 31 21:20:15 2012 +0300 (2012-03-31)
parents 7bb8568e1c75
children 1290786561fd
line diff
     1.1 --- a/da/search.php	Fri Mar 30 03:53:36 2012 +0300
     1.2 +++ b/da/search.php	Sat Mar 31 21:20:15 2012 +0300
     1.3 @@ -1,18 +1,18 @@
     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 -<!-- Danish (da) translation by Bo Vagner Højer - bohoejer@live.dk
     1.7 -   Member of Labitat Hackerspace, Copenhagen - www.labitat.dk
     1.8 -   visit our hackerspace every tuesday evening for free - always hot coffee --> 
     1.9 +	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    1.10  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="da" lang="da">
    1.11  <head>
    1.12 +	<meta http-equiv="content-type" content="text/html; charset=utf-8" />
    1.13  	<title>SliTaz - Search</title>
    1.14 -	<meta http-equiv="content-type" content="text/html; charset=utf-8" />
    1.15  	<meta name="description" content="SliTaz GNU/Linux søgemaskine" />
    1.16  	<meta name="keywords" lang="da" content="operativsystem, fri, gratis, gnu, linux, åben kildekode, livecd LINUX i hukommelse" />
    1.17  	<meta name="author" content="Linux User"/>
    1.18  	<?php include("../lib/html/meta-link.html"); ?>
    1.19  </head>
    1.20  <body>
    1.21 +<!-- Danish (da) translation by Bo Vagner Højer - bohoejer@live.dk
    1.22 +   Member of Labitat Hackerspace, Copenhagen - www.labitat.dk
    1.23 +   visit our hackerspace every tuesday evening for free - always hot coffee --> 
    1.24  
    1.25  <?php include("../lib/html/header.da.html"); ?>
    1.26  
    1.27 @@ -42,41 +42,18 @@
    1.28  	<div id="cse-search-form" style="width: 100%;">Loading</div>
    1.29  	<script src="http://www.google.com/jsapi" type="text/javascript"></script>
    1.30  	<script type="text/javascript">
    1.31 -	  google.load('search', '1', {language : 'en', style : google.loader.themes.MINIMALIST});
    1.32 -	  google.setOnLoadCallback(function() {
    1.33 -	    var customSearchControl = new google.search.CustomSearchControl('000868395082919927601:nddq7yjdcxg');
    1.34 -	    customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET);
    1.35 -	    var options = new google.search.DrawOptions();
    1.36 -	    options.setSearchFormRoot('cse-search-form');
    1.37 -	    customSearchControl.draw('cse', options);
    1.38 -	  }, true);
    1.39 +		google.load('search', '1', {language : 'da', style : google.loader.themes.MINIMALIST});
    1.40 +		google.setOnLoadCallback(function() {
    1.41 +		var customSearchControl = new google.search.CustomSearchControl('000868395082919927601:nddq7yjdcxg');
    1.42 +		customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET);
    1.43 +		var options = new google.search.DrawOptions();
    1.44 +		options.setSearchFormRoot('cse-search-form');
    1.45 +		customSearchControl.draw('cse', options);
    1.46 +		}, true);
    1.47  	</script>
    1.48 -	<style type="text/css">
    1.49 -		input.gsc-search-button {
    1.50 -		   border: 1px solid #b64b22;
    1.51 -			background-color: #b64b22;
    1.52 -			color: white;
    1.53 -			font-weight: bold;
    1.54 -			cursor: pointer;
    1.55 -			padding: 3px 10px;
    1.56 -			font-size: 14px;
    1.57 -			margin-left: -2px;
    1.58 -			-webkit-border-top-right-radius: 4px;
    1.59 -			-webkit-border-bottom-right-radius: 4px;
    1.60 -			-moz-border-radius-topright: 4px;
    1.61 -			-moz-border-radius-bottomright: 4px;
    1.62 -			border-top-right-radius: 4px;
    1.63 -			border-bottom-right-radius: 4px;
    1.64 -		}
    1.65 -		.gs-webResult.gs-result a.gs-title:link,
    1.66 -		.gs-webResult.gs-result a.gs-title:link b {
    1.67 -			color: #103a5e;
    1.68 -		}
    1.69 -		#cse { margin-bottom: 120px; }
    1.70 -	</style>
    1.71  </div>
    1.72  
    1.73 -<div id="cse" style="width:100%;"></div>
    1.74 +<div id="cse"></div>
    1.75   
    1.76  <!-- End of content -->
    1.77  </div>