website annotate da/search.php @ rev 1256

Tiny edits of the hidden data (doctype, meta, line endings, hidden symbols).
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Apr 23 23:53:42 2015 +0300 (2015-04-23)
parents 1290786561fd
children aa2e7007aa2b
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>
al@1005 25 Denne side tillader dig at gennemsøge hele SliTa 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>.
al@1005 29 Denne søgemaskine er lavet for SliTaz af Google Co-op custom
al@1005 30 søgemaskinen.
bohoejer@856 31 </p>
bohoejer@856 32 </div>
bohoejer@856 33 </div>
bohoejer@856 34
al@1013 35 <?php include("../lib/lang.php"); ?>
al@1007 36
bohoejer@856 37 <!-- Content -->
bohoejer@856 38 <div id="content">
bohoejer@856 39
bohoejer@856 40 <div class="searchbox">
al@1034 41 <div id="cse-search-form" style="width: 100%;"><img
al@1034 42 src="/images/loader.gif" alt="*" /> Loading</div>
bohoejer@856 43 <script src="http://www.google.com/jsapi" type="text/javascript"></script>
bohoejer@856 44 <script type="text/javascript">
al@1023 45 google.load('search', '1', {language : 'da', style : google.loader.themes.MINIMALIST});
al@1023 46 google.setOnLoadCallback(function() {
al@1023 47 var customSearchControl = new google.search.CustomSearchControl('000868395082919927601:nddq7yjdcxg');
al@1023 48 customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET);
al@1023 49 var options = new google.search.DrawOptions();
al@1023 50 options.setSearchFormRoot('cse-search-form');
al@1023 51 customSearchControl.draw('cse', options);
al@1023 52 }, true);
bohoejer@856 53 </script>
bohoejer@856 54 </div>
bohoejer@856 55
al@1023 56 <div id="cse"></div>
bohoejer@856 57
bohoejer@856 58 <!-- End of content -->
bohoejer@856 59 </div>
bohoejer@856 60
al@1011 61 <?php include("../lib/html/footer.da.html"); ?>
bohoejer@856 62
bohoejer@856 63 </body>
bohoejer@856 64 </html>