-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path51_head.html
51 lines (50 loc) · 3.54 KB
/
51_head.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
<div id="daohang">
<div><a href="/index.html"><img src="/template/wukong/images/index_2.png" onmouseover="this.src='/template/wukong/images/index_1.png'" onmouseout="this.src='/template/wukong/images/index_2.png'" class="mouse_change" style="margin-bottom:7px;"></a></div>
<div><a href="/shop/index.html"><img src="/template/wukong/images/wukongwaimai_2.png" onmouseover="this.src='/template/wukong/images/wukongwaimai_1.png'" onmouseout="this.src='/template/wukong/images/wukongwaimai_2.png'" class="mouse_change" style="margin-bottom:7px;"></a></div>
<div><a href="/shop/1002/index.html"><img src="/template/wukong/images/drink_recommend_2.png" onmouseover="this.src='/template/wukong/images/drink_recommend_1.png'" onmouseout="this.src='/template/wukong/images/drink_recommend_2.png'" class="mouse_change" style="margin-bottom:7px;"></a></div>
<div><a href="/shop/1003/index.html"><img src="/template/wukong/images/market_recommend_2.png" onmouseover="this.src='/template/wukong/images/market_recommend_1.png'" onmouseout="this.src='/template/wukong/images/market_recommend_2.png'" class="mouse_change" style="margin-bottom:7px;"></a></div>
<div><a href="/circle/index.html"><img src="/template/wukong/images/business_circle_2.png" onmouseover="this.src='/template/wukong/images/business_circle_1.png'" onmouseout="this.src='/template/wukong/images/business_circle_2.png'" class="mouse_change" style="margin-bottom:7px;"></a></div>
<div><a href="/3.html"><img src="/template/wukong/images/latest_active_2.png" onmouseover="this.src='/template/wukong/images/latest_active_1.png'" onmouseout="this.src='/template/wukong/images/latest_active_2.png'" class="mouse_change" style="margin-bottom:7px;"></a></div>
</div>
<!-- Header Begin-->
<div class="header">
<!-- Logo Begin-->
<a href="/index.html"><div class="logo"></div></a>
<!-- Logo End-->
<!-- Header Right Begin-->
<div class="headerR">
<div class="tele_login_register">
<img src="/template/wukong/images/tele.png" class="small_icon" /> <span>客服热线:4008 315 517</span>
<span id="top_login_state"></span>
</div>
<!-- siteshares Button BEGIN -->
<div class="shares">
<div class="bshare-custom">
<div class="bsPromo bsPromo2"></div>
<a title="分享到QQ空间" class="bshare-qzone"></a>
<a title="分享到新浪微博" class="bshare-sinaminiblog"></a>
<a title="分享到人人网" class="bshare-renren"></a>
<a title="分享到腾讯微博" class="bshare-qqmb"></a>
<a title="分享到网易微博" class="bshare-neteasemb"></a>
<a title="更多平台" class="bshare-more bshare-more-icon more-style-addthis"></a>
</div>
<script type="text/javascript" charset="utf-8" src="http://static.bshare.cn/b/buttonLite.js#style=-1&uuid=&pophcol=1&lang=zh"></script>
<script type="text/javascript" charset="utf-8" src="http://static.bshare.cn/b/bshareC0.js"></script>
</div>
<!-- siteshares Button END -->
</div>
<!-- Header Right End -->
</div>
<!-- Header end -->
<script>
function logout(){
deleteCookie("USER_NAME");
//alert("注销成功");
document.location.href = "/logout";
}
if(getCookie("USER_NAME")==""){
document.getElementById("top_login_state").innerHTML="<a href='/login'><span>登录</a> | <a href='/register'>注册</a></span> ";
}else{
document.getElementById("top_login_state").innerHTML="<span><a href='/login'>" + getCookie("USER_NAME") + "</a>, 欢迎回来! <span onclick='logout();' class='mouse_change'><a>注销</a></span></span> ";
}
</script>