forked from shinemoon/rabbook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bookmarks.html
136 lines (119 loc) · 4.92 KB
/
bookmarks.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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
<html>
<head>
<title>睿读 | Rabbook</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="plugins/jquery.js" type="text/javascript"> </script>
<script src="bootstrap/js/bootstrap.min.js" type="text/javascript"> </script>
<script src="plugins/jquery.mousewheel.min.js"></script>
<script src="plugins/jquery.mCustomScrollbar.min.js"></script>
<link rel="stylesheet" type="text/css" href="bootstrap/css/bootstrap.min.css" />
<link rel="stylesheet" type="text/css" href="bootstrap/css/bootstrap-responsive.min.css" />
<link rel="stylesheet" type="text/css" href="css/topbanner.css" />
<link href="css/jquery.mCustomScrollbar.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" type="text/css" href="css/welcome.css" />
<link rel="stylesheet" type="text/css" href="css/bookmark.css" />
<!-- Le styles -->
<style>
body {
padding-top: 60px; /* 60px to make the container go all the way to the bottom of the topbar */
padding-left: 40px; /* 60px to make the container go all the way to the bottom of the topbar */
overflow:hidden;
}
</style>
<script src="plugins/chrome_ex_oauth.js" type="text/javascript"> </script>
<script src="plugins/chrome_ex_oauthsimple.js" type="text/javascript"> </script>
<script src="plugins/auth.js" type="text/javascript"> </script>
<script src="js/bookshelf.js" type="text/javascript"> </script>
<script src="js/bookmark_embeded.js" type="text/javascript"> </script>
<script src="js/filesystem.js" type="text/javascript"> </script>
</head>
<body class='row-fluid'>
<div id="top" class="navbar navbar-inverse navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<a href="bookmarks.html" class='brand'>睿读</a>
<div class="nav-collapse collapse">
<ul class="nav">
<li><a href="options.html" class='config'>扩展设置</a></li>
<li><a href="help.html" class='profile help-panel'>使用帮助</a></li>
<li><a href="whatsnew.html" class=''>更新历史</a></li>
<li><a href="online.html" class=''>书籍推荐</a></li>
<li><a href="http://tieba.baidu.com/rabbook" target='blank' class='tieba'>访问贴吧</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
<div id='notify'> </div>
<span> <img src='images/loader.gif' class='stop loader-span' ></img></span>
</div>
<div class='row-fluid'>
<div class='left-panel span2 hidden-phone'>
<div class='profile-panel'>
<table class='table table-condensed table-striped '>
<th colspan=2>
<span class='infocontent name'>不详</span>
</th>
<tr class=''>
<td>
最近阅读 :
</td>
<td>
<span class='updating-date'>2011-01-01</span>
</td>
</tr>
</table>
<div class="btn-group book-operation">
<button class="btn btn-small operation done"><i class="icon-ok"></i></button>
<!--button class="btn btn-small operation "> <i class="icon-star icon-white"></i></button-->
<button class="btn btn-success operation check"><i class="icon-refresh icon-white"></i></button>
<!--button class="btn btn-small operation "> <i class="icon-tags icon-white"></i></button-->
<button class="btn btn-small operation drop"><i class="icon-trash"></i></button>
</div>
<hr>
<div class='profile-panel global-operation'><div class='btn btn-success scan-all span12' title=''>扫描全部更新</div></div>
<table class='table table-condensed table-striped '>
<th>
统计信息
</th>
<tr class=''><td>
当前共有 <span class='profile-number reading info'>-</span> 本书在列
</td></tr>
<!--tr><td>
从上次 <a class='profile-number read-reset btn btn-link btn-mini'>重置</a> 至今
</td></tr-->
<tr class='success'><td>
你已经阅读过 <span class='profile-number read_done info'>-</span> 本书
</td></tr>
<tr class='warning'><td>
你放弃过 <span class='profile-number dropped info'>-</span> 本书
</td></tr>
</table>
<table class='table recent-list table-condensed table-striped'>
</table>
</div>
</div>
<div class='middle-panel span9'>
<table class='bookmark table table-hover table-striped row-fluid' cellspacing=0>
</table>
</div>
<!--div>
<img src='images/configuration.png' id='configuration-icon' title='打开配置页面'></img>
</div-->
</div>
<div class='navbar navbar-inverse navbar-fixed-bottom middle-info row-fluid'>
<div class="navbar-inner">
<div class="container">
<a href='#' class='arrowup'><i class='icon-circle-arrow-up '></i> 书签备份</a>
<a href='#' class='arrowdown'><i class='icon-circle-arrow-down'></i> 书签恢复</a>
<span class='pull-right '>
<span class='info-content '>
Rabbook
</span>
</span>
</div>
</div>
</div>
<i title='支持Rabbook' class='icon-star tofav'></i>
</body>
</html>