website annotate da/search.php @ rev 1034

add loader.gif for search.php
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Apr 04 11:25:47 2012 +0300 (2012-04-04)
parents 2c8983b24e4e
children 9ed0bfb74392
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">
al@1034 42 <div id="cse-search-form" style="width: 100%;"><img
al@1034 43 src="/images/loader.gif" alt="*" /> Loading</div>
bohoejer@856 44 <script src="http://www.google.com/jsapi" type="text/javascript"></script>
bohoejer@856 45 <script type="text/javascript">
al@1023 46 google.load('search', '1', {language : 'da', style : google.loader.themes.MINIMALIST});
al@1023 47 google.setOnLoadCallback(function() {
al@1023 48 var customSearchControl = new google.search.CustomSearchControl('000868395082919927601:nddq7yjdcxg');
al@1023 49 customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET);
al@1023 50 var options = new google.search.DrawOptions();
al@1023 51 options.setSearchFormRoot('cse-search-form');
al@1023 52 customSearchControl.draw('cse', options);
al@1023 53 }, true);
bohoejer@856 54 </script>
bohoejer@856 55 </div>
bohoejer@856 56
al@1023 57 <div id="cse"></div>
bohoejer@856 58
bohoejer@856 59 <!-- End of content -->
bohoejer@856 60 </div>
bohoejer@856 61
al@1011 62 <?php include("../lib/html/footer.da.html"); ?>
bohoejer@856 63
bohoejer@856 64 </body>
bohoejer@856 65 </html>