website view da/search.php @ rev 1331

Use DuckDuckGo custom search instead of Google
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Aug 14 13:14:01 2019 +0200 (2019-08-14)
parents 9ed0bfb74392
children
line source
1 <!DOCTYPE html>
2 <html lang="da">
3 <head>
4 <meta charset="utf-8"/>
5 <title>SliTaz - Search</title>
6 <meta name="description" content="SliTaz GNU/Linux søgemaskine"/>
7 <meta name="keywords" lang="da" content="operativsystem, fri, gratis, gnu, linux, åben kildekode, livecd LINUX i hukommelse"/>
8 <meta name="author" content="Linux User"/>
9 <?php include("../lib/html/meta-link.html"); ?>
10 </head>
11 <body>
12 <!-- Danish (da) translation by Bo Vagner Højer - bohoejer@live.dk
13 Member of Labitat Hackerspace, Copenhagen - www.labitat.dk
14 visit our hackerspace every tuesday evening for free - always hot coffee -->
16 <?php include("../lib/html/header.da.html"); ?>
18 <!-- Block -->
19 <div id="block">
20 <?php include("../lib/html/nav.da.html"); ?>
21 <!-- Information/image -->
22 <div id="block_info">
23 <h4>Søgning</h4>
24 <p>
25 Denne side tillader dig at gennemsøge hele SliTaz GNU/Linux hjemmesiden,
26 <a href="http://doc.slitaz.org/">vejledningswikien</a>, i
27 <a href="mailing-list.php">postlistens arkiver</a>
28 og i <a href="http://forum.slitaz.org/">forumet</a>.
29 <?php if (false) { ?>
30 Denne søgemaskine er lavet for SliTaz af Google Co-op custom
31 søgemaskinen.
32 <?php } ?>
33 </p>
34 </div>
35 </div>
37 <?php include("../lib/lang.php"); ?>
39 <!-- Content -->
40 <div id="content">
42 <div class="searchbox">
43 <?php if (false) { ?>
44 <div id="cse-search-form" style="width: 100%;"><img
45 src="/images/loader.gif" alt="*" /> Loading</div>
46 <script src="http://www.google.com/jsapi" type="text/javascript"></script>
47 <script type="text/javascript">
48 google.load('search', '1', {language : 'da', style : google.loader.themes.MINIMALIST});
49 google.setOnLoadCallback(function() {
50 var customSearchControl = new google.search.CustomSearchControl('000868395082919927601:nddq7yjdcxg');
51 customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET);
52 var options = new google.search.DrawOptions();
53 options.setSearchFormRoot('cse-search-form');
54 customSearchControl.draw('cse', options);
55 }, true);
56 </script>
57 <?php } if (true) { ?>
58 <iframe src="https://duckduckgo.com/search.html?t=slitaz&kl=dk-da&duck=yes&site=www.slitaz.org,doc.slitaz.org,forum.slitaz.org,https://listengine.tuxfamily.org/lists.tuxfamily.org/slitaz/&prefill=Tilpasset søgning"
59 style="overflow:hidden;margin:0;padding:0;width:603px;height:60px;" frameborder="0">
60 </iframe>
61 <?php } ?>
62 </div>
64 <div id="cse"></div>
66 <!-- End of content -->
67 </div>
69 <?php include("../lib/html/footer.da.html"); ?>
71 </body>
72 </html>