-
Notifications
You must be signed in to change notification settings - Fork 21
/
online.html
69 lines (57 loc) · 2.68 KB
/
online.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
<html>
<head>
<title>睿读 | Rabbook</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<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/welcome.css" />
<link rel="stylesheet" type="text/css" href="css/topbanner.css" />
<link rel="stylesheet" type="text/css" href="css/help.css" />
<link rel="stylesheet" type="text/css" href="css/online.css" />
<script src="plugins/jquery.js" type="text/javascript"> </script>
<script src="bootstrap/js/bootstrap.min.js" type="text/javascript"> </script>
<script type="text/javascript" src="js/online_embeded.js"></script>
</head>
<body >
<div 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 class='active'><a href="online.html" class=''>书籍推荐</a></li>
<li><a href="http://tieba.baidu.com/rabbook" class='tieba' target='blank'>访问贴吧</a></li>
</ul>
</div><!--/.nav-collapse -->
<div id='notify'></div>
</div>
</div>
<span> <img src='images/loader.gif' class='stop loader-span' ></img></span>
</div>
<div class='help-main'>
</div>
<div class='row-fluid'>
<div class="span10 offset1 recommendtbl">
<table class='table table-condensed table-striped tblre'>
<tr class='success'><td colspan=3 class='tbltitle'>2013年八月书友推荐列表</td></tr>
<tr class='thead warning'><td><span>推荐书籍</span></td><td><span>推荐人</span></td><td><span>推荐详细</span></td></tr>
<table>
</div>
</div>
<div class='navbar navbar-inverse navbar-fixed-bottom middle-info row-fluid'>
<div class="navbar-inner">
<div class="container">
<a href='http://tieba.baidu.com/rabbook' class='arrowdown'><i class='icon-home'></i> 贴吧地址</a>
<a href='http://weibo.com/claudxiao' class='arrowup'><i class='icon-map-marker '></i> 作者微博</a>
<span class='info-content pull-right'>
赠人玫瑰 手有余香
</span>
</div>
</div>
</div>
<a id="scrollUp" href="#top" title="" style="position: fixed; z-index: 2147483647; display: block;"></a>
</body>
</html>