Commit d001ae9b by tzn

tzn

parents
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>管理员</title>
<link rel="stylesheet" href="../css/common.css">
<link rel="stylesheet" href="../css/applyBook.css">
</head>
<body>
<!-- 管理员头像及提示文字 -->
<div class="page">
<p class="page-p1">你好,</p>
<p class="page-p2">管理员</p>
</div>
<!-- 导航栏 -->
<nav>
<ul class="nav-ul">
<li class="nav-li"><a href="../html/applyBook.html">管理界面</a>
<ul>
<li><a href="../html/applyBook.html">申请管理</a></li>
<li><a href="../html/returnBook.html">还书管理</a></li>
<li><a href="../html/timeputHInt.html">超时提示</a></li>
</ul>
</li>
<li class="nav-li"><a href="../html/lookBook.html">浏览书籍</a></li>
<li class="nav-li"><a href="../html/history.html">历史借阅</a></li>
</ul>
</nav>
<!-- 排头 -->
<div class="list">
<ul>
<li>书籍名称</li>
<li>编号</li>
<li>借书时间</li>
<li>申请人</li>
</ul>
</div>
<div id="main">
</div>
</body>
<script src="../js/applyBook.js"></script>
</html>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment