?? admin_about.jsp
字號:
<%@ page contentType="text/html; charset=GBK" language="java" errorPage="" %>
<jsp:useBean id="admin" scope="page" class="admin.admin" />
<jsp:useBean id="dt" scope="page" class="database.DateTime" />
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=GBK" />
<link rel=stylesheet href="../css/library.css" type="text/css">
<title>圖書管理系統</title>
</head>
<body>
<%
String supervisor=(String)session.getAttribute("supervisor");//從SESSION中獲取管理員ID
if(supervisor!=null){
admin.adminInfo(session);//獲取管理員信息
%>
<table cellpadding="0" cellspacing="0" border="0" width="760" bgcolor="#2E79BE" align="center">
<tr>
<td>
<table cellpadding="3" cellspacing="1" border="0" width="760">
<tr>
<td colspan="2" height="22" bgcolor="#6CA6D5" align="center"><p style="font-size: 16px;"><strong>圖書管理系統</strong></p></td>
</tr>
<tr bgcolor="#DCEFFA">
<td width="130" height="30" align="left" valign="top"><%@include file="admin_left.jsp"%></td>
<td width="630" align="center" valign="middle">
作者: <strong><a href="http://hi.baidu.com/onino_info">nino</a></strong><br />
版本: <strong>0.1</strong><br />
完成時間: <strong>2007/12/31</strong><br />
QQ:<strong>71215191</strong>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td height="20" bgcolor="#6CA6D5" align="center"> </td>
</tr>
</table>
<%}else{%>
<table cellpadding="0" cellspacing="0" border="0" width="760" bgcolor="#2E79BE" align="center">
<tr>
<td>
<table cellpadding="3" cellspacing="1" border="0" width="760">
<tr>
<td height="22" bgcolor="#6CA6D5" align="center"><p style="font-size: 16px;"><strong>圖書管理系統</strong></p></td>
</tr>
<tr bgcolor="#DCEFFA">
<td height="30" align="center">對不起,您尚未登錄!</td>
</tr>
</table>
</td>
</tr>
<tr>
<td height="20" bgcolor="#6CA6D5" align="center"> </td>
</tr>
</table>
<%}%>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -