website annotate ru/search.php @ rev 1157

A more useful hg link
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jan 24 13:39:32 2013 +0100 (2013-01-24)
parents 1290786561fd
children 9ed0bfb74392
rev   line source
al@970 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
al@1019 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@1035 22 <p>Эта страница позволяет выполнить поиск по всему сайту SliTaz
al@1035 23 GNU/Linux, в <a href="http://doc.slitaz.org/">документации</a> вики,
al@1035 24 в архиве <a href="mailing-list.php">рассылки</a>, а также на <a
al@1035 25 href="http://forum.slitaz.org/">форуме</a>. Эта поисковая система
al@1035 26 была создана специально для SliTaz на основе пользовательского
al@1035 27 поиска Google™.</p>
al@970 28 </div>
al@970 29 </div>
al@970 30
al@1013 31 <?php include("../lib/lang.php"); ?>
al@1013 32
al@970 33 <!-- Content -->
al@970 34 <div id="content">
al@970 35
al@970 36 <div class="searchbox">
al@1034 37 <div id="cse-search-form" style="width: 100%;"><img
al@1034 38 src="/images/loader.gif" alt="*" /> Загрузка…</div>
al@970 39 <script src="http://www.google.com/jsapi" type="text/javascript"></script>
al@970 40 <script type="text/javascript">
al@1035 41 google.load('search', '1', {language : 'ru', style : google.loader.themes.MINIMALIST});
al@1035 42 google.setOnLoadCallback(function() {
al@1035 43 var customSearchControl = new google.search.CustomSearchControl('000868395082919927601:nddq7yjdcxg');
al@1035 44 customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET);
al@1035 45 var options = new google.search.DrawOptions();
al@1035 46 options.setSearchFormRoot('cse-search-form');
al@1035 47 customSearchControl.draw('cse', options);
al@1035 48 }, true);
al@970 49 </script>
al@970 50 </div>
al@970 51
al@1035 52 <div id="cse"></div>
al@970 53
al@970 54 <!-- End of content -->
al@970 55 </div>
al@970 56
al@970 57 <?php include("../lib/html/footer.ru.html"); ?>
al@970 58
al@970 59 </body>
al@970 60 </html>