website annotate da/search.php @ rev 1023

da: code cleaning
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Mar 31 21:20:15 2012 +0300 (2012-03-31)
parents 7bb8568e1c75
children 1290786561fd
rev   line source
bohoejer@856 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
al@1023 2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
bohoejer@856 3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="da" lang="da">
bohoejer@856 4 <head>
al@1023 5 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
bohoejer@856 6 <title>SliTaz - Search</title>
al@1005 7 <meta name="description" content="SliTaz GNU/Linux søgemaskine" />
al@1005 8 <meta name="keywords" lang="da" content="operativsystem, fri, gratis, gnu, linux, åben kildekode, livecd LINUX i hukommelse" />
bohoejer@856 9 <meta name="author" content="Linux User"/>
al@1011 10 <?php include("../lib/html/meta-link.html"); ?>
bohoejer@856 11 </head>
bohoejer@856 12 <body>
al@1023 13 <!-- Danish (da) translation by Bo Vagner Højer - bohoejer@live.dk
al@1023 14 Member of Labitat Hackerspace, Copenhagen - www.labitat.dk
al@1023 15 visit our hackerspace every tuesday evening for free - always hot coffee -->
bohoejer@856 16
al@1011 17 <?php include("../lib/html/header.da.html"); ?>
bohoejer@856 18
bohoejer@856 19 <!-- Block -->
bohoejer@856 20 <div id="block">
al@1011 21 <?php include("../lib/html/nav.da.html"); ?>
bohoejer@856 22 <!-- Information/image -->
bohoejer@856 23 <div id="block_info">
al@1005 24 <h4>Søgning</h4>
bohoejer@856 25 <p>
al@1005 26 Denne side tillader dig at gennemsøge hele SliTa GNU/Linux hjemmesiden,
bohoejer@856 27 <a href="http://doc.slitaz.org/">vejledningswikien</a>, i
al@1009 28 <a href="mailing-list.php">postlistens arkiver</a>
bohoejer@856 29 og i <a href="http://forum.slitaz.org/">forumet</a>.
al@1005 30 Denne søgemaskine er lavet for SliTaz af Google Co-op custom
al@1005 31 søgemaskinen.
bohoejer@856 32 </p>
bohoejer@856 33 </div>
bohoejer@856 34 </div>
bohoejer@856 35
al@1013 36 <?php include("../lib/lang.php"); ?>
al@1007 37
bohoejer@856 38 <!-- Content -->
bohoejer@856 39 <div id="content">
bohoejer@856 40
bohoejer@856 41 <div class="searchbox">
bohoejer@856 42 <div id="cse-search-form" style="width: 100%;">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>