-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtemplate.tpl
More file actions
33 lines (31 loc) · 1.17 KB
/
template.tpl
File metadata and controls
33 lines (31 loc) · 1.17 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
<html>
<head>
<title>多功能新浪微博备份工具</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href="css/960.css" rel="stylesheet" type="text/css" media="screen">
<script type="text/javascript" src="js/jquery-1.4.2.min.js"></script>
</head>
<body>
<div class="container_12">
<div class="grid_12"><h1>多功能新浪微博备份工具</h1></div>
<div class="clear"></div>
<div class="grid_4">
<ul>
<li>多功能新浪微博备份工具</li>
<li>分类备份微博、评论、提及我的微博</li>
<li>备份内容可下载到本地或是发送到指定邮箱</li>
<li>可以备份关注的人和好友</li>
<li>恢复关注的人(实验)</li>
<li>我的新浪微博账号:<a href="http://t.sina.com.cn/gossipcoder">陈钢长沙</a></li>
<li>我的个人主页:<a href="http://gossipcoder.com">Gossipcoder.com</a></li>
</ul>
</div>
<div class="grid_8">[@content]</div>
<div class="clear"></div>
<div class="grid_12"><a href="http://gossipcoder.com">陈钢</a>开发<br />
这个项目遵循GPL协议,当前版本源代码在<a href="weibobackup.tar.gz">这里下载</a><br />
</div>
<div class="clear"></div>
</div>
</body>
</html>