forked from xiahouzuoxin/notes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Search.html
67 lines (66 loc) · 4.01 KB
/
Search.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta name="generator" content="pandoc" />
<title></title>
<style type="text/css">code{white-space: pre;}</style>
<link rel="stylesheet" href="./stylesheets/Github.css" type="text/css" />
</head>
<body>
<div id="header"><center>
<p class="header_titleline">
<a href="index.html" target="_self" title="主页">主页 </a><a href="Search.html" target="_self" title="站内搜索">站内搜索 </a><a href="Projects.html" target="_self" title="项目研究">项目研究 </a><a href="Archives.html" target="_self" title="文章存档">文章存档 </a><a href="README.html" target="_self" title="分类目录">分类目录 </a><a href="AboutMe.html" target="_self" title="关于我">关于我 </a>
</p>
</center></div>
<h1 id="section"></h1>
<!-- SiteSearch Google -->
<!--这里的标单的method 是get-->
<FORM method="GET" action="http://www.google.com/search">
<INPUT TYPE=hidden name=ie value=UTF-8> <INPUT TYPE=hidden name=oe value=UTF-8> <INPUT TYPE=hidden name="hl" value="zh-CN">
<td>
<INPUT TYPE=text name=q size=50 maxlength=500 value=""> <INPUT TYPE=submit name=btnG VALUE="Google Search"> <font size=-1> <INPUT TYPE=hidden name=domains value="https://xiahouzuoxin.github.io"><br> <INPUT TYPE=radio name=sitesearch value=""> 搜索WWW <!--下面所放的是搜索你域名的代码,你可以看看cnblogs里面的搜索,他就是这样分的。
比如把YOUR DOMAIN NAME改成www.cnblogs.com就可以了--> <INPUT TYPE=radio name=sitesearch value="https://xiahouzuoxin.github.io" checked> 搜索本站 <br> </font>
</td>
</FORM>
<!-- SiteSearch Google -->
<!-- SiteSearch Google -->
<!--这里的标单的method 是get-->
<FORM method="GET" action="http://209.116.186.226/search">
<INPUT TYPE=hidden name=ie value=UTF-8> <INPUT TYPE=hidden name=oe value=UTF-8> <INPUT TYPE=hidden name="hl" value="zh-CN">
<td>
<INPUT TYPE=text name=q size=50 maxlength=500 value=""> <INPUT TYPE=submit name=btnG VALUE="Google上不去,试试这个?"> <font size=-1> <INPUT TYPE=hidden name=domains value="https://xiahouzuoxin.github.io"><br> <INPUT TYPE=radio name=sitesearch value=""> 搜索WWW <!--下面所放的是搜索你域名的代码,你可以看看cnblogs里面的搜索,他就是这样分的。
比如把YOUR DOMAIN NAME改成www.cnblogs.com就可以了--> <INPUT TYPE=radio name=sitesearch value="https://xiahouzuoxin.github.io" checked> 搜索本站 <br> </font>
</td>
</FORM>
<!-- SiteSearch Google -->
<div id="footer">
<p class="footer_subline">联系邮箱: [email protected]</p>
<p class="footer_subline">声明: 本站所有文章如非特别说明均为原创,转载请注明出处!
<script type="text/javascript">var cnzz_protocol = (("https:" == document.location.protocol) ? " https://" : " http://");document.write(unescape("%3Cspan id='cnzz_stat_icon_1253219218'%3E%3C/span%3E%3Cscript src='" + cnzz_protocol + "s4.cnzz.com/z_stat.php%3Fid%3D1253219218%26show%3Dpic' type='text/javascript'%3E%3C/script%3E"));</script>
</p>
</div>
<!-- 回到顶部 -->
<script>
lastScrollY=0;
function heartBeat(){
var diffY;
if (document.documentElement && document.documentElement.scrollTop)
diffY = document.documentElement.scrollTop;
else if (document.body)
diffY = document.body.scrollTop
else
{/*Netscape stuff*/}
percent=.1*(diffY-lastScrollY);
if(percent>0)percent=Math.ceil(percent);
else percent=Math.floor(percent);
document.getElementById("full").style.top=parseInt(document.getElementById("full").style.top)+percent+"px";
lastScrollY=lastScrollY+percent;
}
suspendcode="<div id=\"full\" style='right:1px;POSITION:absolute;TOP:600px;z-index:100'><a onclick='window.scrollTo(0,0);'><img src='./images/top.png'></a><br></div>"
document.write(suspendcode);
window.setInterval("heartBeat()",1);
</script>
</body>
</html>