website view da/search.php @ rev 1011

da: applied {header|nav|footer} patterns
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Mar 29 22:40:25 2012 +0300 (2012-03-29)
parents 7828848d9baa
children 7bb8568e1c75
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 <!-- Languages -->
37 <div id="lang">
38 <a href="../i18n.php"><img src="../images/locale.png" alt="Sprog:" /></a>
39 <b>Dansk</b>
40 <a href="../de/search.php">Deutsch</a>
41 <a href="../en/search.php">English</a>
42 <a href="../es/search.php">Español</a>
43 <a href="../fr/search.php">Français</a>
44 Indonesian
45 Italiano
46 <a href="../pt/search.php">Português</a>
47 <a href="../ru/search.php">Русский</a>
48 <a href="../cn/search.php">中文</a>
49 </div>
51 <!-- Content -->
52 <div id="content">
54 <div class="searchbox">
55 <div id="cse-search-form" style="width: 100%;">Loading</div>
56 <script src="http://www.google.com/jsapi" type="text/javascript"></script>
57 <script type="text/javascript">
58 google.load('search', '1', {language : 'en', style : google.loader.themes.MINIMALIST});
59 google.setOnLoadCallback(function() {
60 var customSearchControl = new google.search.CustomSearchControl('000868395082919927601:nddq7yjdcxg');
61 customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET);
62 var options = new google.search.DrawOptions();
63 options.setSearchFormRoot('cse-search-form');
64 customSearchControl.draw('cse', options);
65 }, true);
66 </script>
67 <style type="text/css">
68 input.gsc-search-button {
69 border: 1px solid #b64b22;
70 background-color: #b64b22;
71 color: white;
72 font-weight: bold;
73 cursor: pointer;
74 padding: 3px 10px;
75 font-size: 14px;
76 margin-left: -2px;
77 -webkit-border-top-right-radius: 4px;
78 -webkit-border-bottom-right-radius: 4px;
79 -moz-border-radius-topright: 4px;
80 -moz-border-radius-bottomright: 4px;
81 border-top-right-radius: 4px;
82 border-bottom-right-radius: 4px;
83 }
84 .gs-webResult.gs-result a.gs-title:link,
85 .gs-webResult.gs-result a.gs-title:link b {
86 color: #103a5e;
87 }
88 #cse { margin-bottom: 120px; }
89 </style>
90 </div>
92 <div id="cse" style="width:100%;"></div>
94 <!-- End of content -->
95 </div>
97 <?php include("../lib/html/footer.da.html"); ?>
99 </body>
100 </html>