⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 inserttypereader.jsp

📁 图书管理系统 jsp+tomcat+sql2000
💻 JSP
字号:
<%@ page contentType="text/html; charset=gb2312" language="java" import="java.sql.*" errorPage="" %>
<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html"%>
<html:html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>翼飞图书管理系统——图书设置</title>
</head>
<body>
<div align="center">

<jsp:include page="../topOne.jsp"/>
<jsp:include page="../topTwo.jsp"/>
<table width="799" border="0" cellpadding="0" cellspacing="0" background="Images/upPlace.jpg">
  <tr>
    <td height="21" class="word_black">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;您当前的位置——图书设置——读者类别管理</td>
  </tr>
</table>
<table width="799" height="28" border="0" cellpadding="0" cellspacing="0" background="Images/operationOne.jpg">
  <tr align="center">
    <td  class="style2">———————添加读者类别信息———————</td>
  </tr>
</table>
<table width="799" height="457" border="0" cellpadding="0" cellspacing="0"   background="Images/operationTwo.jpg">
  <tr>
    <td valign="top" ><br><div align="center">
     <html:form action="typeReaderAction.do?method=insertTypeReader" onsubmit="return addReadSort(typeReaderForm)">
        <table width="400" height="50" border="1" cellpadding="0" cellspacing="0" bordercolor="#FFFFFF" bordercolordark="#819BBC" bordercolorlight="#FFFFFF">
        <tr>
          <td width="99" height="30" align="center" bgcolor="#83B9FF"  class="word_white">读者类别名称</td>
          <td width="295">&nbsp;&nbsp;&nbsp;<html:text property="typeName" size="35"/></td>
        </tr>
        <tr>
          <td height="30" align="center" bgcolor="#83B9FF"  class="word_white">限定时间</td>
          <td>&nbsp;&nbsp;
           <html:select property="saveTime">
               <html:option value="一年">一年</html:option>
               <html:option value="半年">半年</html:option>
               <html:option value="三个月">三个月</html:option>
           </html:select>
          </td>
        </tr>
		<tr>
          <td height="30" align="center" bgcolor="#83B9FF"  class="word_white">收费标准</td>
          <td>&nbsp;&nbsp;&nbsp;<html:text property="price" size="35"/></td>
        </tr>
		<tr>
          <td height="30" align="center" bgcolor="#83B9FF"  class="word_white">备注信息</td>
          <td>&nbsp;&nbsp;&nbsp;<html:text property="remark" size="35"/></td>
        </tr>
      </table><br>

        <input type="submit" name="Submit2" value="添加">&nbsp;&nbsp;&nbsp;
        <input type="reset" name="Submit" value="清除">&nbsp;&nbsp;&nbsp;
        <input type="button" name="back" value="返回" onClick="javascript:history.go(-1);">
      </html:form>
    </div></td>
  </tr>
</table><jsp:include page="../bottom.jsp"/>
</div>
</body>
</html:html>

⌨️ 快捷键说明

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