📄 doctormsginput.jsp
字号:
<%@ page language="java" pageEncoding="GBK"%>
<%@ taglib uri="http://struts.apache.org/tags-html" prefix="html" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html:html lang="true">
<head>
<html:base />
<title>医生信息录入</title>
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="expires" content="0">
<meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
<meta http-equiv="description" content="This is my page">
<link rel="stylesheet" type="text/css" href="/HospitalManageSystem/css/share_css.css">
<script type="text/javascript" src="/HospitalManageSystem/js/share_js.js"></script>
</head>
<body>
<html:form action="/doctorMsg">
<table align=center>
<tr bgcolor=cyan style="height:40px;">
<td><font><center>医生录入</center></font></td>
</tr>
<tr>
<td>
<table width="756" height="102" border=1>
<tr>
<td align=right>
医生编号:
</td>
<td>
<html:text property="doctor_id" value="" style="width:20em" maxlength="5"/>
<FONT color=red><html:errors property="doctor_id"/></FONT>
</td>
</tr>
<tr>
<td align=right>
医生姓名:
</td>
<td><html:text property="doctor_name" value="" style="width:20em" /></td>
</tr>
<tr>
<td align=right>
性别:
</td>
<td>
<html:radio property="doctor_sex" value="M"/>男
<html:radio property="doctor_sex" value="F"/>女
</td>
</tr>
<tr>
<td align=right>
所属部门:
</td>
<td>
<html:text property="department" value="" style="width:20em" />
</td>
</tr>
</table>
</td>
</tr>
</table>
<table align=center>
<tr>
<td>
<html:hidden property="method" value="doctorInput"/>
<html:submit onclick="return checkDoctorNull();">录入</html:submit>
<html:reset>重写</html:reset>
</td>
</tr>
</table>
</html:form>
</body>
</html:html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -