You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
library_manage_system/WebContent/reader/03readerNavLeft.html

28 lines
1.2 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title></title>
<!-- Bootstrap -->
<link href="../css/bootstrap.min.css" rel="stylesheet">
<!-- jQuery (Bootstrap 的所有 JavaScript 插件都依赖 jQuery所以必须放在前边) -->
<script src="../js/jquery.min.js"></script>
<script src="../js/bootstrap.min.js"></script>
</head>
<body>
<div style="text-align:center;width:100%;">
<ul class="nav nav-pills nav-stacked">
<li role="presentation" class="active"><a href="05searchBooks.jsp" target="view_frame">图书查询</a></li>
<li role="presentation"><a href="06borrowBooks.jsp" target="view_frame">借阅信息</a></li>
<li role="presentation"><a href="#" target="view_frame">查看公告</a></li>
<li role="presentation"><a href="#" target="view_frame">违章信息</a></li>
<li role="presentation"><a href="09cardInfo.jsp" target="view_frame">个人信息</a></li>
<li role="presentation"><a href="#" target="view_frame">读者规则</a></li>
<li role="presentation"><a href="13message.jsp" target="view_frame">读者留言</a></li>
</ul>
</div>
</body>
</html>