website view ru/search.php @ rev 1192

Normalize Russian part of site (translation in progress); try to debug lang.php
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Mar 13 20:53:01 2014 +0200 (2014-03-13)
parents 1290786561fd
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="ru" lang="ru">
4 <head>
5 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
6 <title>Поиск | SliTaz</title>
7 <meta name="description" content="Движок пользовательского поиска SliTaz GNU/Linux" />
8 <meta name="keywords" lang="ru" content="система, свободная, gnu, linux, открытое ПО, Live-CD LINUX in RAM" />
9 <meta name="author" content="Christophe Lincoln"/>
10 <?php include("../lib/html/meta-link.html"); ?>
11 </head>
12 <body>
14 <?php include("../lib/html/header.ru.html"); ?>
16 <!-- Block -->
17 <div id="block">
18 <?php include("../lib/html/nav.ru.html"); ?>
19 <!-- Information/image -->
20 <div id="block_info">
21 <h4>Поиск</h4>
22 <p>Эта страница позволяет выполнить поиск по всему сайту SliTaz
23 GNU/Linux, в <a href="http://doc.slitaz.org/">документации</a> вики,
24 в архиве <a href="mailing-list.php">рассылки</a>, а также на <a
25 href="http://forum.slitaz.org/">форуме</a>. Эта поисковая система
26 была создана специально для SliTaz на основе пользовательского
27 поиска Google™.</p>
28 </div>
29 </div>
31 <?php include("../lib/lang.php"); ?>
33 <!-- Content -->
34 <div id="content">
36 <div class="searchbox">
37 <div id="cse-search-form" style="width: 100%;"><img
38 src="/images/loader.gif" alt="*" /> Загрузка…</div>
39 <script src="http://www.google.com/jsapi" type="text/javascript"></script>
40 <script type="text/javascript">
41 google.load('search', '1', {language : 'ru', style : google.loader.themes.MINIMALIST});
42 google.setOnLoadCallback(function() {
43 var customSearchControl = new google.search.CustomSearchControl('000868395082919927601:nddq7yjdcxg');
44 customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET);
45 var options = new google.search.DrawOptions();
46 options.setSearchFormRoot('cse-search-form');
47 customSearchControl.draw('cse', options);
48 }, true);
49 </script>
50 </div>
52 <div id="cse"></div>
54 <!-- End of content -->
55 </div>
57 <?php include("../lib/html/footer.ru.html"); ?>
59 </body>
60 </html>