website annotate da/search.php @ rev 1344

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