website annotate ru/search.php @ rev 1013

cn, da, de, en, es, id, it, ru: lib/lang.php applied to all pages
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Mar 30 03:53:36 2012 +0300 (2012-03-30)
parents c673d3ff358e
children d21256a7ed5b
rev   line source
al@970 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
al@970 2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
al@970 3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ru" lang="ru">
al@970 4 <head>
al@970 5 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
al@970 6 <title>Поиск | SliTaz</title>
al@970 7 <meta name="description" content="Движок пользовательского поиска SliTaz GNU/Linux" />
al@970 8 <meta name="keywords" lang="ru" content="система, свободная, gnu, linux, открытое ПО, Live-CD LINUX in RAM" />
al@970 9 <meta name="author" content="Christophe Lincoln"/>
al@970 10 <?php include("../lib/html/meta-link.html"); ?>
al@970 11 </head>
al@970 12 <body>
al@970 13
al@970 14 <?php include("../lib/html/header.ru.html"); ?>
al@970 15
al@970 16 <!-- Block -->
al@970 17 <div id="block">
al@970 18 <?php include("../lib/html/nav.ru.html"); ?>
al@970 19 <!-- Information/image -->
al@970 20 <div id="block_info">
al@970 21 <h4>Поиск</h4>
al@970 22
al@970 23 <p>Эта страница позволяет выполнить поиск по всему сайту SliTaz GNU/Linux, в <a href="http://doc.slitaz.org/">документации</a> вики, в архиве <a href="mailing-list.php">рассылки</a>, а также на <a href="http://forum.slitaz.org/">форуме</a>. Эта поисковая система была создана специально для SliTaz с помощью пользовательского поиска Google™.</p>
al@970 24 </div>
al@970 25 </div>
al@970 26
al@1013 27 <?php include("../lib/lang.php"); ?>
al@1013 28
al@970 29 <!-- Content -->
al@970 30 <div id="content">
al@970 31
al@970 32 <div class="searchbox">
al@970 33 <div id="cse-search-form" style="width: 100%;">Загрузка…</div>
al@970 34 <script src="http://www.google.com/jsapi" type="text/javascript"></script>
al@970 35 <script type="text/javascript">
al@970 36 google.load('search', '1', {language : 'ru', style : google.loader.themes.MINIMALIST});
al@970 37 google.setOnLoadCallback(function() {
al@970 38 var customSearchControl = new google.search.CustomSearchControl('000868395082919927601:nddq7yjdcxg');
al@970 39 customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET);
al@970 40 var options = new google.search.DrawOptions();
al@970 41 options.setSearchFormRoot('cse-search-form');
al@970 42 customSearchControl.draw('cse', options);
al@970 43 }, true);
al@970 44 </script>
al@970 45 <style type="text/css">
al@970 46 input.gsc-search-button {
al@970 47 border: 1px solid #b64b22;
al@970 48 background-color: #b64b22;
al@970 49 color: white;
al@970 50 font-weight: bold;
al@970 51 cursor: pointer;
al@970 52 padding: 2px 10px;
al@970 53 font-size: 14px;
al@970 54 margin-left: -4px;
al@970 55 -webkit-border-top-right-radius: 4px;
al@970 56 -webkit-border-bottom-right-radius: 4px;
al@970 57 -moz-border-radius-topright: 4px;
al@970 58 -moz-border-radius-bottomright: 4px;
al@970 59 border-top-right-radius: 4px;
al@970 60 border-bottom-right-radius: 4px;
al@970 61 }
al@970 62 .gs-webResult.gs-result a.gs-title:link,
al@970 63 .gs-webResult.gs-result a.gs-title:link b {
al@970 64 color: #103a5e;
al@970 65 }
al@970 66 #cse { margin-bottom: 120px; }
al@970 67 </style>
al@970 68 </div>
al@970 69
al@970 70 <div id="cse" style="width:100%;"></div>
al@970 71
al@970 72 <!-- End of content -->
al@970 73 </div>
al@970 74
al@970 75 <?php include("../lib/html/footer.ru.html"); ?>
al@970 76
al@970 77 </body>
al@970 78 </html>