website view 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
line source
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="da" lang="da">
4 <head>
5 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
6 <title>SliTaz - Search</title>
7 <meta name="description" content="SliTaz GNU/Linux søgemaskine" />
8 <meta name="keywords" lang="da" content="operativsystem, fri, gratis, gnu, linux, åben kildekode, livecd LINUX i hukommelse" />
9 <meta name="author" content="Linux User"/>
10 <?php include("../lib/html/meta-link.html"); ?>
11 </head>
12 <body>
13 <!-- Danish (da) translation by Bo Vagner Højer - bohoejer@live.dk
14 Member of Labitat Hackerspace, Copenhagen - www.labitat.dk
15 visit our hackerspace every tuesday evening for free - always hot coffee -->
17 <?php include("../lib/html/header.da.html"); ?>
19 <!-- Block -->
20 <div id="block">
21 <?php include("../lib/html/nav.da.html"); ?>
22 <!-- Information/image -->
23 <div id="block_info">
24 <h4>Søgning</h4>
25 <p>
26 Denne side tillader dig at gennemsøge hele SliTa GNU/Linux hjemmesiden,
27 <a href="http://doc.slitaz.org/">vejledningswikien</a>, i
28 <a href="mailing-list.php">postlistens arkiver</a>
29 og i <a href="http://forum.slitaz.org/">forumet</a>.
30 Denne søgemaskine er lavet for SliTaz af Google Co-op custom
31 søgemaskinen.
32 </p>
33 </div>
34 </div>
36 <?php include("../lib/lang.php"); ?>
38 <!-- Content -->
39 <div id="content">
41 <div class="searchbox">
42 <div id="cse-search-form" style="width: 100%;"><img
43 src="/images/loader.gif" alt="*" /> Loading</div>
44 <script src="http://www.google.com/jsapi" type="text/javascript"></script>
45 <script type="text/javascript">
46 google.load('search', '1', {language : 'da', style : google.loader.themes.MINIMALIST});
47 google.setOnLoadCallback(function() {
48 var customSearchControl = new google.search.CustomSearchControl('000868395082919927601:nddq7yjdcxg');
49 customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET);
50 var options = new google.search.DrawOptions();
51 options.setSearchFormRoot('cse-search-form');
52 customSearchControl.draw('cse', options);
53 }, true);
54 </script>
55 </div>
57 <div id="cse"></div>
59 <!-- End of content -->
60 </div>
62 <?php include("../lib/html/footer.da.html"); ?>
64 </body>
65 </html>