website annotate da/search.php @ rev 1011

da: applied {header|nav|footer} patterns
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Mar 29 22:40:25 2012 +0300 (2012-03-29)
parents 7828848d9baa
children 7bb8568e1c75
rev   line source
bohoejer@856 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
bohoejer@856 2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
al@1005 3 <!-- Danish (da) translation by Bo Vagner Højer - bohoejer@live.dk
bohoejer@864 4 Member of Labitat Hackerspace, Copenhagen - www.labitat.dk
al@1005 5 visit our hackerspace every tuesday evening for free - always hot coffee -->
bohoejer@856 6 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="da" lang="da">
bohoejer@856 7 <head>
bohoejer@856 8 <title>SliTaz - Search</title>
al@1005 9 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
al@1005 10 <meta name="description" content="SliTaz GNU/Linux søgemaskine" />
al@1005 11 <meta name="keywords" lang="da" content="operativsystem, fri, gratis, gnu, linux, åben kildekode, livecd LINUX i hukommelse" />
bohoejer@856 12 <meta name="author" content="Linux User"/>
al@1011 13 <?php include("../lib/html/meta-link.html"); ?>
bohoejer@856 14 </head>
bohoejer@856 15 <body>
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@1007 36 <!-- Languages -->
al@1007 37 <div id="lang">
al@1007 38 <a href="../i18n.php"><img src="../images/locale.png" alt="Sprog:" /></a>
al@1007 39 <b>Dansk</b>
al@1009 40 <a href="../de/search.php">Deutsch</a>
al@1007 41 <a href="../en/search.php">English</a>
al@1007 42 <a href="../es/search.php">Español</a>
al@1009 43 <a href="../fr/search.php">Français</a>
al@1007 44 Indonesian
al@1007 45 Italiano
al@1007 46 <a href="../pt/search.php">Português</a>
al@1007 47 <a href="../ru/search.php">Русский</a>
al@1009 48 <a href="../cn/search.php">中文</a>
al@1007 49 </div>
al@1007 50
bohoejer@856 51 <!-- Content -->
bohoejer@856 52 <div id="content">
bohoejer@856 53
bohoejer@856 54 <div class="searchbox">
bohoejer@856 55 <div id="cse-search-form" style="width: 100%;">Loading</div>
bohoejer@856 56 <script src="http://www.google.com/jsapi" type="text/javascript"></script>
bohoejer@856 57 <script type="text/javascript">
bohoejer@856 58 google.load('search', '1', {language : 'en', style : google.loader.themes.MINIMALIST});
bohoejer@856 59 google.setOnLoadCallback(function() {
bohoejer@856 60 var customSearchControl = new google.search.CustomSearchControl('000868395082919927601:nddq7yjdcxg');
bohoejer@856 61 customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET);
bohoejer@856 62 var options = new google.search.DrawOptions();
bohoejer@856 63 options.setSearchFormRoot('cse-search-form');
bohoejer@856 64 customSearchControl.draw('cse', options);
bohoejer@856 65 }, true);
bohoejer@856 66 </script>
bohoejer@856 67 <style type="text/css">
bohoejer@856 68 input.gsc-search-button {
bohoejer@856 69 border: 1px solid #b64b22;
bohoejer@856 70 background-color: #b64b22;
bohoejer@856 71 color: white;
bohoejer@856 72 font-weight: bold;
bohoejer@856 73 cursor: pointer;
bohoejer@856 74 padding: 3px 10px;
bohoejer@856 75 font-size: 14px;
bohoejer@856 76 margin-left: -2px;
bohoejer@856 77 -webkit-border-top-right-radius: 4px;
bohoejer@856 78 -webkit-border-bottom-right-radius: 4px;
bohoejer@856 79 -moz-border-radius-topright: 4px;
bohoejer@856 80 -moz-border-radius-bottomright: 4px;
bohoejer@856 81 border-top-right-radius: 4px;
bohoejer@856 82 border-bottom-right-radius: 4px;
bohoejer@856 83 }
bohoejer@856 84 .gs-webResult.gs-result a.gs-title:link,
bohoejer@856 85 .gs-webResult.gs-result a.gs-title:link b {
bohoejer@856 86 color: #103a5e;
bohoejer@856 87 }
bohoejer@856 88 #cse { margin-bottom: 120px; }
bohoejer@856 89 </style>
bohoejer@856 90 </div>
bohoejer@856 91
bohoejer@856 92 <div id="cse" style="width:100%;"></div>
bohoejer@856 93
bohoejer@856 94 <!-- End of content -->
bohoejer@856 95 </div>
bohoejer@856 96
al@1011 97 <?php include("../lib/html/footer.da.html"); ?>
bohoejer@856 98
bohoejer@856 99 </body>
bohoejer@856 100 </html>