website view ru/search.php @ rev 1256

Tiny edits of the hidden data (doctype, meta, line endings, hidden symbols).
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Apr 23 23:53:42 2015 +0300 (2015-04-23)
parents 9a9848a106ca
children 3dbcace639e6
line source
1 <!DOCTYPE html>
2 <html lang="ru">
3 <head>
4 <meta charset="utf-8"/>
5 <title>Поиск | SliTaz</title>
6 <meta name="description" content="Движок пользовательского поиска SliTaz GNU/Linux"/>
7 <meta name="keywords" lang="ru" content="система, свободная, gnu, linux, открытое ПО, Live-CD LINUX in RAM"/>
8 <meta name="author" content="Christophe Lincoln"/>
9 <?php include("../lib/html/meta-link.html"); ?>
10 </head>
11 <body>
13 <?php include("../lib/html/header.ru.html"); ?>
15 <!-- Block -->
16 <div id="block">
17 <?php include("../lib/html/nav.ru.html"); ?>
18 <!-- Information/image -->
19 <div id="block_info">
20 <h4>Поиск</h4>
21 <p>Эта страница позволяет выполнить поиск по всему сайту SliTaz
22 GNU/Linux, в <a href="http://doc.slitaz.org/">документации</a> вики,
23 в архиве <a href="mailing-list.php">рассылки</a>, а также на <a
24 href="http://forum.slitaz.org/">форуме</a>. Эта поисковая система
25 была создана специально для SliTaz на основе пользовательского
26 поиска Google™.</p>
27 </div>
28 </div>
30 <?php include("../lib/lang.php"); ?>
32 <!-- Content -->
33 <div id="content">
35 <div class="searchbox">
36 <div id="cse-search-form" style="width: 100%;"><img
37 src="/images/loader.gif" alt="*" /> Загрузка…</div>
38 <script src="http://www.google.com/jsapi" type="text/javascript"></script>
39 <script type="text/javascript">
40 google.load('search', '1', {language : 'ru', style : google.loader.themes.MINIMALIST});
41 google.setOnLoadCallback(function() {
42 var customSearchControl = new google.search.CustomSearchControl('000868395082919927601:nddq7yjdcxg');
43 customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET);
44 var options = new google.search.DrawOptions();
45 options.setSearchFormRoot('cse-search-form');
46 customSearchControl.draw('cse', options);
47 }, true);
48 </script>
49 </div>
51 <div id="cse"></div>
53 <!-- End of content -->
54 </div>
56 <?php include("../lib/html/footer.ru.html"); ?>
58 </body>
59 </html>