toptwo.jsp

来自「图书管理系统 jsp+tomcat+sql2000」· JSP 代码 · 共 38 行

JSP
38
字号
<%@ page contentType="text/html; charset=gb2312" language="java" import="java.sql.*" errorPage="" %>
<link href="css/style.css" rel="stylesheet">


<body onLoad="clockon(bgclock);">
<%
if(session.getAttribute("account")==null||session.getAttribute("managerLevef")==null){
%>
<script language='javascript'>alert('您已经与服务器断开');window.location.href='index.jsp';</script>
<%}else{
String account=(String)session.getAttribute("account");
%>
<table width="799" height="110" border="0"  align="center" cellpadding="0" cellspacing="0" >
  <tr>
    <td height="69" background="Images/banner.jpg"><div align="center"></div></td>
  </tr>
</table>
<table width="799" border="1" frame="void" align="center"  background="Images/upgrounb.jpg"  cellpadding="0" cellspacing="0"   bordercolor="#FFFFFF" >
  <tr align="center">
    <td width="240">
	<table width="235" height="26" border="0" cellpadding="0" cellspacing="0">
      <tr>
        <td width="223" align="center" class="word_black"><div id="bgclock"></div></td>
      </tr>
    </table> 
	</td>
    <td><a href="bookAction.do?method=selectAllBookAction" class="word_white"><strong>库存查询</strong></a></td>
    <td><a href="borrowBookAction.do?method=borrowBookLendOne" class="word_white"><strong>图书借阅</strong></a></td>
    <td><a href="borrowBookAction.do?method=lendBookOne" class="word_white"><strong>图书归还</strong></a></td>
    <td><a href="bookSellAction.do?method=forwardPage&sign=0" class="word_white"><strong>销售管理</strong></a></td>
	<td><a href="managerAction.do?method=updatePasswordManagerAction&account=<%=account%>" class="word_white"><strong>密码设置</strong></a></td>
    <td><a href="firstPage.jsp" class="word_white"><strong>返回首页</strong></a>
	</td>
  </tr>
</table>
<%}%>
</body>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?