website view cn/search.php @ rev 1285

Tiny edits
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Mar 30 01:56:21 2016 +0300 (2016-03-30)
parents 9ed0bfb74392
children aa2e7007aa2b
line source
1 <!DOCTYPE html>
2 <html lang="cn">
3 <head>
4 <meta charset="utf-8"/>
5 <title>SliTaz - 搜索</title>
6 <meta name="description" content="SliTaz GNU/Linux 自定义搜索引擎"/>
7 <meta name="keywords" lang="cn" content="about slitaz, gnu, linux, mini distro, livecd, 关于SliTaz, SliTaz是什么, 介绍"/>
8 <meta name="author" content="Draplater"/>
9 <?php include("../lib/html/meta-link.html"); ?>
10 </head>
11 <body>
13 <?php include("../lib/html/header.html"); ?>
15 <!-- Block -->
16 <div id="block">
17 <?php include("../lib/html/nav.cn.html"); ?>
18 <!-- Information/image -->
19 <div id="block_info">
20 <h4>搜索</h4>
21 <p>
22 这个网页可以搜索SliTaz网站、邮件列表、论坛中的内容。
23 这个网页由Google自定义搜索为SliTaz创建。
24 </p>
25 </div>
26 </div>
28 <?php include("../lib/lang.php"); ?>
30 <!-- Content -->
31 <div id="content">
33 <div class="searchbox">
34 <div id="cse-search-form" style="width: 100%;"><img
35 src="/images/loader.gif" alt="*" /> Loading</div>
36 <script src="http://www.google.com/jsapi" type="text/javascript"></script>
37 <script type="text/javascript">
38 google.load('search', '1', {language : 'cn', style : google.loader.themes.MINIMALIST});
39 google.setOnLoadCallback(function() {
40 var customSearchControl = new google.search.CustomSearchControl('000868395082919927601:nddq7yjdcxg');
41 customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET);
42 var options = new google.search.DrawOptions();
43 options.setSearchFormRoot('cse-search-form');
44 customSearchControl.draw('cse', options);
45 }, true);
46 </script>
47 </div>
49 <div id="cse" style="width:100%;"></div>
51 <!-- End of content -->
52 </div>
54 <?php include("../lib/html/footer.html"); ?>
56 </body>
57 </html>