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

📄 createdisability.jsp

📁 是一个J2EE的项目,在eclipse下编译通过,应用struts,hibernate开源框架,界面不是很漂亮.
💻 JSP
字号:
<%@ page language="java"  contentType="text/html;charset=UTF-8" pageEncoding="utf-8"%>


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <title>personfile page</title>
  </head>
  
  <body>
     <form action="../searchdh.do" method="post">
    <table id="Table1" border="0" style="background-color: #a2c9ff; position:absolute; left:180px;" width="1000px">
    <tr>
    <td  colspan="2" align="center" height="50px"><span id="Label1" style="font-size:20;color:red;">新建残疾史记录</span></td>

    </tr>
    
	    <tr><td width="80px" height="30px"align="center"><span id="Label1" >姓名</span></td><td><input name="username" type="text" id="TextBox1" style="height:22px;width:200px;font-size: 12px" value=""/></td> </tr>
		<tr><td width="80px" height="30px"align="center">性别</td><td><select name="insertusersex"><option>男</option><option>女</option><option selected>不定</option></select></td></tr>
	    <tr><td width="80px" height="30px"align="center">社区</td><td><select name="insertusersex"><option>1</option><option>2</option><option selected>3asas</option></select></td></tr>
	    <tr><td width="100px" height="30px"align="center">残疾类型</td><td><select name="insertusersex"><option>1</option><option>2</option><option selected>3ssss</option></select></td></tr>
   		<tr><td width="100px" height="30px" align="center">残疾程度</td><td><select name="insertusersex"><option selected="selected">1</option><option>2</option><option>不定</option></select></td></tr> 	 
    <tr>
        <td align="center" valign="top" width="100px">残疾情况描述</td>
	    <td width=""><textarea cols="100" rows="10" name="disabilitydes"></textarea></td>
	</tr>
	<tr>	
	   <td align="center" colspan="2" height="30px"><input type="submit" name="Button1" value="确定新建" id="Button1"style=""/>&nbsp;&nbsp;&nbsp;&nbsp;<input type="reset" name="Button2" value="重填信息" id="Button2" style=""/></td>
	</tr>
    </table>
    <table>
    <tr><td><a href="../backtodisability.do">返回</a></td></tr>
    </table>
   </form>
  </body>
</html>

⌨️ 快捷键说明

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