-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcnbase.html
More file actions
65 lines (58 loc) · 3.05 KB
/
cnbase.html
File metadata and controls
65 lines (58 loc) · 3.05 KB
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
<!-- saved from url=(0014)about:internet -->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>{% block title %}挖图网 - 分享网络上的图片并和你的朋友分享{% endblock %}</title>
<meta name="description" content="挖图网让你可以分享你在网络上看到的图片,只要使用挖图网的分享按钮,就可以随时随地分享你在网上看到的经常图片,并可以评论打分,和朋友分享。本网站使用了Google Friend Connect。">
<link rel="shortcut icon" href="http://www.kangye.org/favicon.ico" type="image/x-icon">
<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="http://feeds.feedburner.com/dwimages" />
<meta name="verify-v1" content="GWNZ9rQ6c4BXb8yNCJMuUJtoSvp9JU5DvjhDd7znoyU=" />
<meta name="msvalidate.01" content="BAB7A6E8C70F4D4E6453CF08DE698C93" />
<META name="y_key" content="fd32ea02c4ec514c">
<link rel="stylesheet" href="/static/style/core.css" type="text/css"/>
</head>
<body>
<div id="message">
<p>
<span>将分享图片的链接拖拽到浏览器的收藏栏,你就可以随时随地分享网络图片了。</span>
<a id="neverShowThis">[不再显示]</a>
</p>
</div>
<div id="header">
<h1 id="title"><a href="/">挖图网</a></h1>
<ul id="navbar">
<!--<li><a title="将分享图片的链接拖拽到浏览器的收藏栏,你就可以随时随地分享网络图片了。" class="red">分享图片</a></li>-->
<li id="currentTab"><a href="/">首页</a></li>
<li><a title="Drag this link to your bookmarks bar, then you can share images everywhere." href="javascript:void((function(){var%20e=document.createElement('script');e.setAttribute('type','text/javascript');e.setAttribute('src','http://y44y.appspot.com/bookmarklet');document.body.appendChild(e)})())">分享图片</a></li>
<li><a href="/mypic">我的分享</a></li>
<li><a href="http://feeds.feedburner.com/dwimages">RSS</a> </li>
<li><a href="{{ version }}">{{ vername }}</a></li>
<li><a href="{{ sign_url }}">{{ sign }}</a></li>
</ul>
<div id="search">
<form action="/search" method="post" name="search">
<input type="text" title="搜索图片" name="keywords" id="searchBox"/>
<button type="submit" name="searchSubmit" rel="searchBox"><span>搜索网络图片</span></button>
</form>
</div>
</div>
<div id="wrap">
<div id="main">
{% block main%}{% endblock %}
</div>
<div id="sidebar">
{% block sidebar%}
<div id="googleFriendConnect"></div>
<div id="googleFriendComment"></div>
{% endblock %}
</div>
</div>
<div id="footer">
<a href="http://www.kangye.org">康爷的博客</a> | <a href="http://jianyi.kangye.org">建议</a>
</div>
<script type="text/javascript" src="/js/jquery.js"></script>
<script type="text/javascript" src="/js/jquery.cookie.js"></script>
<script type="text/javascript" src="http://www.google.com/friendconnect/script/friendconnect.js"></script>
<script type="text/javascript" src="/js/total.js"></script>
</body>
</html>