?? index.jsp
字號:
<%--////////////////////////////////////////////////////GTON原創作品-Struts圖書館管理系統//////////////////////////////////////////////////////////////
////////////所用技術:jsp2.0+servlet2.4+jstl1.1+Struts1.2+sqlserver2000+tomcat5.5/////////////////////////////////////
/////////////////////////////////////////////////////專業制作網站 專業制作畢業設計////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////QQ:27612285//////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////Mail:punkwang@126.com////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////WEB:www.98202.com www.630cn.com//////////////////////////////////////////////////////
////////////////////////////////////////////////////qq群:20665503////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////求高薪工作一個有意者聯系本人/////////////////////////////////////////////////////////
////////////////////////////////////////////////////Phone:010-81110277(王先生)///////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////--%>
<%--接 畢業設計業務 網站業務 商業網站 個人網站 商城系統 企業主頁 JSP ASP.net PHP !!!
業務種類
網站業務: 商業網站 個人網站 商城系統 企業主頁 等中小型網站(asp, jsp ,php ,asp.net)
畢業設計業務:java(j2ee j2se) vb delphi php .net等畢設業務
模塊業務:各種中小型模塊 java .net
如有需要 價格細談 QQ:27612285
我的網站
HTTP://www.98202.com
HTTP://www.do3w.com
HTTP://www.201cn.com
HTTP://www.630cn.com--%>
<%@page contentType="text/html; charset=GBK"%>
<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
<jsp:include flush="false" page="isLogin.jsp"/>
<html>
<head>
<title>Admin管理</title>
<script type="" language="javascript" src="js/public.js"></script>
</head>
<body bgcolor="#ffffff">
<center>
<table>
<tr>
<th>
<a href="index.jsp?action=1">圖書錄入</a>
</th>
<th>
<a href="AdminBooksPageAction.do">圖書館里</a>
</th>
<th>
<a href="LendPageAction.do?page=1">已借出書</a>
</th>
<th>
<a href="UsersPageAction.do?page=1">用戶管理</a>
</th>
<th>
<a href="PunishPageAction.do?page=1">罰款單察看</a>
</th>
<th>
<a href="index.jsp?action=6">返還操作</a>
</th>
<th>
<a href="AdminOutAction.do">退出</a>
</th>
</tr>
</table>
<table>
<tbody>
<c:if test="${param.action==1 or empty param.action}"><jsp:include flush="false" page="insertBook.jsp"/></c:if>
<c:if test="${param.action==2}"><jsp:include flush="false" page="bookList.jsp"/></c:if>
<c:if test="${param.action==3}"><jsp:include flush="false" page="lendlist.jsp"/></c:if>
<c:if test="${param.action==5}"><jsp:include flush="false" page="punishlist.jsp"/></c:if>
<c:if test="${param.action==6}"><jsp:include flush="false" page="givebook.jsp"/></c:if>
<c:if test="${param.action==7}"><jsp:include flush="false" page="testsList.jsp"/></c:if>
</tbody>
</table>
</center>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -