website diff de/search.php @ rev 1009

*: mv *.html *.php (except books & relnotes), all links (*.html) checked and fixed
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Mar 29 21:05:39 2012 +0300 (2012-03-29)
parents de/search.html@87d04172ed56
children 7bb8568e1c75
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/de/search.php	Thu Mar 29 21:05:39 2012 +0300
     1.3 @@ -0,0 +1,139 @@
     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="de" lang="de">
     1.7 +<head>
     1.8 +	<title>SliTaz - Suche</title>
     1.9 +	<meta http-equiv="content-type" content="text/html; charset=utf-8" />
    1.10 +	<meta name="description" content="SliTaz GNU/Linux LiveCD" />
    1.11 +	<meta name="keywords" lang="en" content="System, free, gnu, linux, software opensource, livecd LINUX in RAM" />
    1.12 +	<meta name="robots" content="index, follow, all" />
    1.13 +	<meta name="modified" content="2011-03-26 19:00:00" />
    1.14 +	<meta name="author" content="F Steiner (Sevala)"/>
    1.15 +	<link rel="shortcut icon" href="../favicon.ico" />
    1.16 +	<link rel="stylesheet" type="text/css" href="../slitaz.css" />
    1.17 +	<link rel="alternate" type="application//rss.xml" title="SliTaz Website feed" href="../en//rss.xml" />
    1.18 +	<link rel="alternate" type="application/atom+xml" title="SliTaz Labs feed" href="http://labs.slitaz.org/news?format=atom" />
    1.19 +</head>
    1.20 +<body>
    1.21 +
    1.22 +<!-- Header -->
    1.23 +<div id="header">
    1.24 +	<div id="logo"></div>
    1.25 +	<div id="network">
    1.26 +		<a href="http://www.slitaz.org/netmap.php">
    1.27 +			<img src="../images/network.png" alt="network.png" /></a>
    1.28 +		<a href="http://scn.slitaz.org/">Community</a>
    1.29 +		<a href="http://doc.slitaz.org/">Doc</a>
    1.30 +		<a href="http://forum.slitaz.org/">Forum</a>
    1.31 +		<a href="http://bugs.slitaz.org">Bugs</a>
    1.32 +		<a href="http://hg.slitaz.org/">Hg</a>
    1.33 +	</div>
    1.34 +	<h1><a href="http://www.slitaz.org/">SliTaz GNU/Linux</a></h1>
    1.35 +</div>
    1.36 +
    1.37 +<!-- Block -->
    1.38 +<div id="block">
    1.39 +	<!-- Navigation -->
    1.40 +	<div id="block_nav">
    1.41 +		<h4>Navigation</h4>
    1.42 +		<div class="right_box">
    1.43 +			<ul>
    1.44 +				<li><a href="mailing-list.php">Mailing List</a></li>
    1.45 +				<li><a href="devel/">Entwicklung</a></li>
    1.46 +				<li><a href="packages/">Pakete</a></li>
    1.47 +				<li><a href="artwork/">Artwork</a></li>
    1.48 +				<li><a href="search.php">Suchen</a></li>
    1.49 +			</ul>
    1.50 +		</div>
    1.51 +		<div class="left_box">
    1.52 +			<ul>
    1.53 +				<li><a href="./">Neuigkeiten</a></li>
    1.54 +				<li><a href="about/">Über SliTaz</a></li>
    1.55 +				<li><a href="get/">Download</a></li>
    1.56 +				<li><a href="../en/asso/">Association (en)</a></li>
    1.57 +				<li><a href="http://doc.slitaz.org/de:start">Dokumentation</a></li>
    1.58 +			</ul>
    1.59 +		</div>
    1.60 +	</div>
    1.61 +	<!-- Information/image -->
    1.62 +	<div id="block_info">
    1.63 +		<h4>Suche</h4>
    1.64 +		<p>
    1.65 +			Auf dieser Seite können Sie die gesamte Projektseite von 
    1.66 +			SliTaz GNU/Linux, die Archive der 
    1.67 +			<a href="../mailing-list.php">Mailing Listen</a> und das 
    1.68 +			<a href="http://forum.slitaz.org/">Forum</a> nach Begriffen
    1.69 +			durchsuchen. Die Suchfunktion wurde für SliTaz von der 
    1.70 +			"Google Co-op custom search engine" zur Verfügung gestellt.
    1.71 +		</p>
    1.72 +	</div>
    1.73 +</div>
    1.74 +
    1.75 +<!-- Content -->
    1.76 +<div id="content">
    1.77 +
    1.78 +<div class="searchbox">
    1.79 +	<div id="cse-search-form" style="width: 100%;">Loading</div>
    1.80 +	<script src="http://www.google.com/jsapi" type="text/javascript"></script>
    1.81 +	<script type="text/javascript">
    1.82 +	  google.load('search', '1', {language : 'de', style : google.loader.themes.MINIMALIST});
    1.83 +	  google.setOnLoadCallback(function() {
    1.84 +	    var customSearchControl = new google.search.CustomSearchControl('000868395082919927601:nddq7yjdcxg');
    1.85 +	    customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET);
    1.86 +	    var options = new google.search.DrawOptions();
    1.87 +	    options.setSearchFormRoot('cse-search-form');
    1.88 +	    customSearchControl.draw('cse', options);
    1.89 +	  }, true);
    1.90 +	</script>
    1.91 +	<style type="text/css">
    1.92 +		input.gsc-search-button {
    1.93 +		   border: 1px solid #b64b22;
    1.94 +			background-color: #b64b22;
    1.95 +			color: white;
    1.96 +			font-weight: bold;
    1.97 +			cursor: pointer;
    1.98 +			padding: 3px 10px;
    1.99 +			font-size: 14px;
   1.100 +			margin-left: -2px;
   1.101 +			-webkit-border-top-right-radius: 4px;
   1.102 +			-webkit-border-bottom-right-radius: 4px;
   1.103 +			-moz-border-radius-topright: 4px;
   1.104 +			-moz-border-radius-bottomright: 4px;
   1.105 +			border-top-right-radius: 4px;
   1.106 +			border-bottom-right-radius: 4px;
   1.107 +		}
   1.108 +		.gs-webResult.gs-result a.gs-title:link,
   1.109 +		.gs-webResult.gs-result a.gs-title:link b {
   1.110 +			color: #103a5e;
   1.111 +		}
   1.112 +		#cse { margin-bottom: 120px; }
   1.113 +	</style>
   1.114 +</div>
   1.115 +
   1.116 +<div id="cse" style="width:100%;"></div>
   1.117 +
   1.118 +<!-- End of content -->
   1.119 +</div>
   1.120 +
   1.121 +<!-- Footer -->
   1.122 +<div id="footer">
   1.123 +	Copyright &copy; <span class="year"></span>
   1.124 +	<a href="http://www.slitaz.org/">SliTaz</a> - Network:
   1.125 +	<a href="http://scn.slitaz.org/">Community</a>
   1.126 +	<a href="http://doc.slitaz.org/">Doc</a>
   1.127 +	<a href="http://forum.slitaz.org/">Forum</a>
   1.128 +	<a href="http://pkgs.slitaz.org/">Packages</a>
   1.129 +	<a href="http://bugs.slitaz.org">Bugs</a>
   1.130 +	<a href="http://hg.slitaz.org/">Hg</a>
   1.131 +	<p>
   1.132 +		SliTaz @
   1.133 +		<a href="http://twitter.com/slitaz">Twitter</a>
   1.134 +		<a href="http://www.facebook.com/slitaz">Facebook</a>
   1.135 +		<a href="http://distrowatch.com/slitaz">Distrowatch</a>
   1.136 +		<a href="http://en.wikipedia.org/wiki/SliTaz">Wikipedia</a>
   1.137 +		<a href="http://flattr.com/profile/slitaz">Flattr</a>
   1.138 +	</p>
   1.139 +</div>
   1.140 +
   1.141 +</body>
   1.142 +</html>