website view ru/search.php @ rev 1009

*: mv *.html *.php (except books & relnotes), all links (*.html) checked and fixed
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Mar 29 21:05:39 2012 +0300 (2012-03-29)
parents
children 7bb8568e1c75
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>
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>
24 </div>
25 </div>
27 <!-- Content -->
28 <div id="content">
30 <div class="searchbox">
31 <div id="cse-search-form" style="width: 100%;">Загрузка…</div>
32 <script src="http://www.google.com/jsapi" type="text/javascript"></script>
33 <script type="text/javascript">
34 google.load('search', '1', {language : 'ru', style : google.loader.themes.MINIMALIST});
35 google.setOnLoadCallback(function() {
36 var customSearchControl = new google.search.CustomSearchControl('000868395082919927601:nddq7yjdcxg');
37 customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET);
38 var options = new google.search.DrawOptions();
39 options.setSearchFormRoot('cse-search-form');
40 customSearchControl.draw('cse', options);
41 }, true);
42 </script>
43 <style type="text/css">
44 input.gsc-search-button {
45 border: 1px solid #b64b22;
46 background-color: #b64b22;
47 color: white;
48 font-weight: bold;
49 cursor: pointer;
50 padding: 2px 10px;
51 font-size: 14px;
52 margin-left: -4px;
53 -webkit-border-top-right-radius: 4px;
54 -webkit-border-bottom-right-radius: 4px;
55 -moz-border-radius-topright: 4px;
56 -moz-border-radius-bottomright: 4px;
57 border-top-right-radius: 4px;
58 border-bottom-right-radius: 4px;
59 }
60 .gs-webResult.gs-result a.gs-title:link,
61 .gs-webResult.gs-result a.gs-title:link b {
62 color: #103a5e;
63 }
64 #cse { margin-bottom: 120px; }
65 </style>
66 </div>
68 <div id="cse" style="width:100%;"></div>
70 <!-- End of content -->
71 </div>
73 <?php include("../lib/html/footer.ru.html"); ?>
75 </body>
76 </html>