website view da/search.php @ rev 1013

cn, da, de, en, es, id, it, ru: lib/lang.php applied to all pages
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Mar 30 03:53:36 2012 +0300 (2012-03-30)
parents 91715690fd7d
children 2c8983b24e4e
line source
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <!-- Danish (da) translation by Bo Vagner Højer - bohoejer@live.dk
4 Member of Labitat Hackerspace, Copenhagen - www.labitat.dk
5 visit our hackerspace every tuesday evening for free - always hot coffee -->
6 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="da" lang="da">
7 <head>
8 <title>SliTaz - Search</title>
9 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
10 <meta name="description" content="SliTaz GNU/Linux søgemaskine" />
11 <meta name="keywords" lang="da" content="operativsystem, fri, gratis, gnu, linux, åben kildekode, livecd LINUX i hukommelse" />
12 <meta name="author" content="Linux User"/>
13 <?php include("../lib/html/meta-link.html"); ?>
14 </head>
15 <body>
17 <?php include("../lib/html/header.da.html"); ?>
19 <!-- Block -->
20 <div id="block">
21 <?php include("../lib/html/nav.da.html"); ?>
22 <!-- Information/image -->
23 <div id="block_info">
24 <h4>Søgning</h4>
25 <p>
26 Denne side tillader dig at gennemsøge hele SliTa GNU/Linux hjemmesiden,
27 <a href="http://doc.slitaz.org/">vejledningswikien</a>, i
28 <a href="mailing-list.php">postlistens arkiver</a>
29 og i <a href="http://forum.slitaz.org/">forumet</a>.
30 Denne søgemaskine er lavet for SliTaz af Google Co-op custom
31 søgemaskinen.
32 </p>
33 </div>
34 </div>
36 <?php include("../lib/lang.php"); ?>
38 <!-- Content -->
39 <div id="content">
41 <div class="searchbox">
42 <div id="cse-search-form" style="width: 100%;">Loading</div>
43 <script src="http://www.google.com/jsapi" type="text/javascript"></script>
44 <script type="text/javascript">
45 google.load('search', '1', {language : 'en', style : google.loader.themes.MINIMALIST});
46 google.setOnLoadCallback(function() {
47 var customSearchControl = new google.search.CustomSearchControl('000868395082919927601:nddq7yjdcxg');
48 customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET);
49 var options = new google.search.DrawOptions();
50 options.setSearchFormRoot('cse-search-form');
51 customSearchControl.draw('cse', options);
52 }, true);
53 </script>
54 <style type="text/css">
55 input.gsc-search-button {
56 border: 1px solid #b64b22;
57 background-color: #b64b22;
58 color: white;
59 font-weight: bold;
60 cursor: pointer;
61 padding: 3px 10px;
62 font-size: 14px;
63 margin-left: -2px;
64 -webkit-border-top-right-radius: 4px;
65 -webkit-border-bottom-right-radius: 4px;
66 -moz-border-radius-topright: 4px;
67 -moz-border-radius-bottomright: 4px;
68 border-top-right-radius: 4px;
69 border-bottom-right-radius: 4px;
70 }
71 .gs-webResult.gs-result a.gs-title:link,
72 .gs-webResult.gs-result a.gs-title:link b {
73 color: #103a5e;
74 }
75 #cse { margin-bottom: 120px; }
76 </style>
77 </div>
79 <div id="cse" style="width:100%;"></div>
81 <!-- End of content -->
82 </div>
84 <?php include("../lib/html/footer.da.html"); ?>
86 </body>
87 </html>