-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmanagerTop.html
More file actions
33 lines (29 loc) · 1.29 KB
/
managerTop.html
File metadata and controls
33 lines (29 loc) · 1.29 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>无标题文档</title>
<link rel="stylesheet" type="text/css" href="css/style.css" />
<link rel="stylesheet" type="text/css" href="css/books.css" />
</head>
<body style="margin:0;padding:0;overflow:hidden" scroll="no">
<div id="wrap">
<div class="header">
<div class="logo"><a href="index.jsp"><img src="images/logo.gif" alt="" title="" border="0" /></a></div>
<div id="menu">
<ul>
<li ><a href="index.jsp" target="_parent">首页</a></li>
<li><a href="category1.jsp" target="_parent">书城</a></li>
<li><a href="specials.jsp" target="_parent">特价书城</a></li>
<li><a href="cart.jsp" target="_parent">购物车</a></li>
<li><a href="myaccount.jsp" target="_parent">我的</a></li>
<!--<li><a href="register.jsp" target="_parent">register</a></li>-->
<li><a href="contact.jsp" target="_parent">联系我们</a></li>
<li><a href="about.jsp" target="_parent">关于我们</a></li>
<li class="selected"><a href="#" target="rightFrame" target="_parent">卖家管理页面</a></li>
</ul>
</div>
</div>
</div>
</body>
</html>