📄 ycfy_list.jsp.svn-base
字号:
<!--function:异常反应记录列表
author:zxh
-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<%@ page language="java" import="java.util.*" pageEncoding="gbk"%>
<%@ taglib uri="/WEB-INF/tlds/frametag.tld" prefix="by"%>
<%@ page import="com.stframe.form.DataForm"%>
<%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
%>
<html>
<head>
<title>异常反应记录列表</title>
<meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
<meta http-equiv="description" content="this is my page">
<meta http-equiv="content-type" content="text/html; charset=GB18030">
<link rel="stylesheet" href="<%=path %>/CSS/style.css" type="text/css" />
<script language="javascript" src="<%=path%>/JS/date.js" type="text/javascript"></script>
</head>
<body topmargin="0" leftmargin="0">
<center>
<table class="TopTable" >
<tr>
<td>
异常反应记录列表
</td>
</tr>
</table>
<form id="form" name="form" method="post" action="<%=path%>/Selevet.do?action=YCFY_LIST_PAGE">
<table width="100%" border="0" cellpadding="0" cellspacing="0" class="test">
<tr>
<td width="15%" height="30" align="left">
<strong>健康档案号</strong><input id="JMJKDAH" name="JMJKDAH" type="text" value="${JMJKDAH}" size="10"/>
<strong>姓名</strong><input id="NAME" name="NAME" type="text" value="${NAME}" size="10"/>
<strong>疫苗名称</strong><input id="YMMC" name="YMMC" type="text" value="${YMMC}" />
<br>
<strong>反应日期</strong><input id="FYRQ" name="FYRQ" type="text" value="${FYRQ}" readonly="readonly" style="cursor:hand;"
onClick="show_cele_date(this,'','',this,'dcDate');" size="10"/>
至
<input id="FYRQ2" name="FYRQ2" type="text" value="${FYRQ2}" readonly="readonly" style="cursor:hand;"
onClick="show_cele_date(this,'','',this,'dcDate');" size="10"/>
<br>
<strong>接种时间</strong><input id="JZSJ" name="JZSJ" type="text" value="${JZSJ}" readonly="readonly" style="cursor:hand;"
onClick="show_cele_date(this,'','',this,'dcDate');" size="10"/>
至
<input id="JZSJ2" name="JZSJ2" type="text" value="${JZSJ2}" readonly="readonly" style="cursor:hand;"
onClick="show_cele_date(this,'','',this,'dcDate');" size="10"/>
<input type="submit" name="submit" value="查询" class="button"/>
</td>
</tr>
</table>
</form>
<table class="MyTABLE" width="100%">
<thead>
<tr align="center">
<td width="10%" ><strong>健康档案号</strong></td>
<td width="10%" ><strong>姓名</strong></td>
<td width="4%" ><strong>性别</strong></td>
<td width="5%" ><strong>年龄</strong></td>
<td width="10%" ><strong>疫苗名称</strong></td>
<td width="10%" ><strong>接种时间</strong></td>
<td width="10%" ><strong>反应日期</strong></td>
<td width="10%" ><strong>症状名称</strong></td>
<td width="14%" ><strong>操作</strong></td>
</tr>
</thead>
<by:forby name="ycfy_list" id="ycfy">
<tr align="center">
<td> ${ycfy.JMJKDAH}</td>
<td> ${ycfy.JMXM}</td>
<td> ${ycfy.XB}</td>
<td> ${ycfy.NL}岁</td>
<td> ${ycfy.MYZPMC}</td>
<td> ${ycfy.SJJZSJ}</td>
<td> ${ycfy.FYRQ}</td>
<td> ${ycfy.ZZMC}</td>
<td> <a href="<%=path%>/Selevet.do?action=YCFY_INFO&id=${ycfy.YCFYID}&CMD=L">查看</a>
<a href="<%=path%>/Selevet.do?action=YCFY_INFO&id=${ycfy.YCFYID}&CMD=U&JMJKDAH=${ycfy.JMJKDAH}&MYZPMC=${ycfy.MYZPMC}&SJJZSJ=${ycfy.SJJZSJ}&tag=ycfy">修改</a>
<a href="<%=path%>/Selevet.do?action=YCFY_DELETE&id=${ycfy.YCFYID}&CMD=D" onclick="return(confirm('确实要删除该免疫异常反应记录吗?'))">删除</a></td>
</tr>
</by:forby>
</table>
<br>
${pagebar}
</center>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -