?? readercontent.jsp
字號:
<%@page contentType="text/html; charset=gb2312" language="java" import="java.sql.*" errorPage=""%>
<%@page import="com.actionForm.ReaderForm"%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>翼飛圖書管理系統——圖書管理</title>
</head>
<%
ReaderForm form=(ReaderForm)request.getAttribute("form");
%>
<body>
<div align="center">
<jsp:include page="../topOne.jsp" flush="true"/>
<jsp:include page="../topTwo.jsp" flush="true"/>
<table width="799" border="0" cellpadding="0" cellspacing="0" background="Images/upPlace.jpg">
<tr>
<td height="21" class="word_black">
您當前的位置——圖書管理——讀者信息管理
</td>
</tr>
</table>
<table width="799" height="28" border="0" cellpadding="0" cellspacing="0" background="Images/operationOne.jpg">
<tr align="center">
<td>
<span class="style2">———————讀者詳細信息———————</span>
</td>
</tr>
</table>
<table width="799" height="457" border="0" cellpadding="0" cellspacing="0" class="tableBorder_B_dashed">
<tr>
<td valign="top">
<div align="center">
<br>
<table border="1" cellpadding="0" cellspacing="0" bordercolor="#FFFFFF" bordercolordark="#819BBC" bordercolorlight="#FFFFFF">
<tr align="center">
<td height="30" width="100" bgcolor="#83B9FF" class="word_white">讀者類別</td>
<td width="150"><%=form.getRealerType()%></td>
<td width="100" bgcolor="#83B9FF" class="word_white">辦證價格</td>
<td width="150"><%=form.getCardPrice()%></td>
</tr>
<tr align="center">
<td height="30" bgcolor="#83B9FF" class="word_white">辦證時間</td>
<td><%=form.getStartTime()%></td>
<td bgcolor="#83B9FF" class="word_white">到期時間</td>
<td><%=form.getOverTime()%></td>
</tr>
<tr align="center">
<td height="30" bgcolor="#83B9FF" class="word_white">借書人證號</td>
<td><%=form.getBookCardMark()%></td>
<td bgcolor="#83B9FF" class="word_white">姓名</td>
<td><%=form.getName()%></td>
</tr>
<tr align="center">
<td height="30" bgcolor="#83B9FF" class="word_white">性別</td>
<td><%=form.getSex()%></td>
<td bgcolor="#83B9FF" class="word_white">身份證號</td>
<td><%=form.getIDCard()%></td>
</tr>
<tr align="center">
<td height="30" bgcolor="#83B9FF" class="word_white">家庭住址</td>
<td><%=form.getAddress()%></td>
<td bgcolor="#83B9FF" class="word_white">聯系電話</td>
<td><%=form.getTel()%></td>
</tr>
<tr align="center">
<td height="30" bgcolor="#83B9FF" class="word_white">工作單位</td>
<td colspan="3"><%=form.getWorkUnit()%></td>
</tr>
</table>
<input type="button" name="back" value="返回" onClick="javascript:history.go(-1);">
</div>
</td>
</tr>
</table>
<jsp:include page="../bottom.jsp" flush="true"/>
</div>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -