-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathindex.html
87 lines (80 loc) · 3.32 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>中南林业科技大学图书馆</title>
<link rel="stylesheet" href="css/index.css">
</head>
<body style="position:relative;">
<!-- 头部 -->
<header>
<div class="top">
<div class="login ">
<div class="fl">
<a href="http://www.csuft.edu.cn/" target="_blank">学校主页</a> |
<a title="访问旧版rew" href="http://lib.csuft.edu.cn:8090/" target="_blank">访问旧版</a> |
<a href="http://lib.csuft.edu.cn:8080/index.php?m=content&c=index&a=lists&catid=20&siteid=1###">联系我们</a> | <a href="/map.php">网站地图</a>
</div>
<div class="fr">
<a href="http://lib.csuft.edu.cn:8080/index.php?m=content&c=index&a=lists&catid=87&siteid=1" id="papa">使用说明</a> |
<span id="userinfo_top"><a href="api.php?op=cas&act=loginCas&app=portals&sourceurl=http%3A%2F%2Flib.csuft.edu.cn%3A8080%2F">登陆</a></span>
</div>
</div>
<!-- 图片背景-->
<div class="banner ">
<img src="images/logo.jpg" alt="">
<div class="time ">
开馆时间:
<br> 周一至周日: 8:00-22:00
<br>
</div>
</div>
</div>
</header>
<!-- 搜索框部分 -->
<section class="search">
<div class="warp ">
<!-- 背景图right start -->
<div class="taber">
<!-- 搜索框导航条 start -->
<nav class="tab">
<a href="#" class="active">教材教辅</a>
<a href="#">热门书籍</a>
<a href="#">语言文学</a>
<a href="#">哲学理论</a>
<a href="#">计算机</a>
</nav>
<!-- 搜索框导航条 end -->
<!-- 搜索框 start -->
<div class="ck">
<div class="tit">
<form action=" " method="post" target="id_frame">
<div class="text">
<input type="text" class="txt" id='bn' placeholder="请在此输入书名关键字...">
</div>
<input type="submit" value="检索" id="search" class="submit">
</form>
<iframe id="id_frame" name="id_frame" style="display:none;"></iframe>
</div>
<div class="con">
<span>检索本馆书目数据、馆藏数据以及借阅情况等相关信息</span>
</div>
</div>
<!-- 搜索框end -->
</div>
<!-- 背景图right end -->
</div>
</section>
<!-- 图书展示 &分页条-->
<section id="main">
<div id="list">
<ul>
</ul>
</div>
<!--分页条 -->
<div id="pagecount"></div>
</section>
<script src="js/jquery-3.1.1.min.js"></script>
<script src="js/index.js"></script>
</body>
</html>