📄 addoutscout.jsp
字号:
<%@ page contentType="text/html; charset=GBK" language="java"%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>野外监测记录</title>
<style type="text/css">
<!--
.STYLE1 {
font-size: x-large;
font-weight: bold;
color: #FF0000;
font-family: "楷体_GB2312";
}
.STYLE6 {font-family: "楷体_GB2312"; font-size: smaller; }
.STYLE9 {font-family: "楷体_GB2312"}
.STYLE11 {font-family: "楷体_GB2312"; font-size: small; font-weight: bold; }
.STYLE19 {font-family: "楷体_GB2312"; font-size: smaller; font-weight: bold; }
-->
</style>
</head>
<body>
<form name="formOutScout" method="post" action="addOutScoutExe.jsp">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="29"><div align="center"><span class="STYLE1">野生动物疫病野外监测记录表</span></div></td>
</tr>
</table>
<table width="100%" id="myTable" border="1" cellspacing="0" cellpadding="1">
<tr>
<td width="7%" height="30"><span class="STYLE11">监测人</span></td>
<td colspan="4"><label>
<input type="text" name="scoutMan">
</label></td>
<td width="10%"><span class="STYLE11">监测时间</span></td>
<td colspan="4"><input type="text" name="scoutdate"></td>
</tr>
<tr>
<td height="26"><span class="STYLE11">监测站点</span></td>
<td colspan="4"><input type="text" name="scoutsite"></td>
<td><span class="STYLE11">经度</span></td>
<td colspan="4"><input type="text" name="x"></td>
</tr>
<tr>
<td height="25"><span class="STYLE11">监测区域</span></td>
<td colspan="4"><input type="text" name="scoutaddr"></td>
<td><span class="STYLE11">纬度</span></td>
<td colspan="4"><input type="text" name="y"></td>
</tr>
<tr>
<td height="29"><span class="STYLE11">生境特征</span></td>
<td colspan="4"><input type="text" name="habitatcharacter"></td>
<td><span class="STYLE11">海拔</span></td>
<td colspan="4"><input type="text" name="z"></td>
</tr>
<tr>
<td rowspan="3"><span class="STYLE11">种类</span></td>
<td width="4%" rowspan="3" align="center" valign="middle"><p class="STYLE11">种群</p>
<p class="STYLE11">数量</p></td>
<td width="7%" rowspan="3"><p class="STYLE11">种群</p>
<p class="STYLE11">特征</p></td>
<td height="21" align="center" colspan="7"><span class="STYLE11">异常情况记录</span></td>
</tr>
<tr>
<td height="17" align="center" colspan="3"><span class="STYLE19">症状和数量</span></td>
<td width="10%" rowspan="2"><span class="STYLE19">现场初步检查结论</span></td>
<td width="8%" rowspan="2" align="center" valign="middle"><p class="STYLE19">是否</p>
<p class="STYLE19">取样</p></td>
<td width="12%" rowspan="2"><span class="STYLE19">现场处理情况</span></td>
<td width="12%" rowspan="2"><span class="STYLE19">异常动物处理</span></td>
</tr>
<tr>
<td width="6%" height="20"><span class="STYLE19">症状</span></td>
<td width="14%"><span class="STYLE19">死亡数量</span></td>
<td width="10%"><span class="STYLE19">其他异常数量</span></td>
</tr>
<tr>
<td height="39"><input name="class" type="text" size="10" onDblClick="deleteRow(this)"onKeyDown="insertRow(intRowIndex)"></td>
<td><input name="classNumber" type="text" size="6" onDblClick="deleteRow(this)" onKeyDown="insertRow(intRowIndex)"></td>
<td><input name="classCharacter" type="text" size="10" onDblClick="deleteRow(this)" onKeyDown="insertRow(intRowIndex)"></td>
<td><input name="symptom" type="text" size="8" onDblClick="deleteRow(this)" onKeyDown="insertRow(intRowIndex)"></td>
<td><input name="deadNumber" type="text" size="6" onDblClick="deleteRow(this)" onKeyDown="insertRow(intRowIndex)"></td>
<td><input name="otherNumber" type="text" size="8" onDblClick="deleteRow(this)" onKeyDown="insertRow(intRowIndex)"></td>
<td><input name="firstConclusion" type="text" size="14" onDblClick="deleteRow(this)" onKeyDown="insertRow(intRowIndex)"></td>
<td align="center"><input type="checkbox" name="sampling" value="checkbox" onDblClick="deleteRow(this)" onKeyDown="insertRow(intRowIndex)"></td>
<td><input name="localeDisposal" type="text" size="14" onDblClick="deleteRow(this)" onKeyDown="insertRow(intRowIndex)"></td>
<td><input name="animalDisposal" type="text" size="14" onDblClick="deleteRow(this)" onKeyDown="insertRow(intRowIndex)"></td>
</tr>
<tr>
<td height="38"><span class="STYLE11">备注</span></td>
<td colspan="7"><label>
<textarea name="remark" cols="66" rows="4"></textarea>
</label></td>
<td><label>
<input type="button" name="Submit" onClick="check()" value="提交">
</label></td>
<td><label>
<input type="button" name="Submit" value="返回">
</label></td>
</tr>
</table>
<table width="56%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><span class="STYLE6">填表说明:</span></td>
</tr>
<tr>
<td><span class="STYLE6">1. 在监测区域内所有监测到的野生动物情况都应填入该表。 </span></td>
</tr>
<tr>
<td><span class="STYLE6">2. 生境特征:按《全国陆生野生动物资源调查与监测技术规程》(修订版)执行</span></td>
</tr>
<tr>
<td><span class="STYLE6">3. 种群特征:指种群是否为迁徙以及年龄垂直结构。</span></td>
</tr>
<tr>
<td><span class="STYLE6">4. 异常动物处理情况:对初步检查发现异常的野生动物进行掩埋、焚烧等处理措施。</span></td>
</tr>
<tr>
<td><span class="STYLE6">5. 现场处理情况:是否采样消毒、隔离等现场处理措施。</span></td>
</tr>
</table>
<p> </p>
</form>
</body>
</html>
<script language="javascript">
var intRowIndex =0,num=0;
function insertRow(tbIndex)
{
num++;
if(event.keyCode==13) {
var objRow = myTable.insertRow(tbIndex);
objRow.insertCell(0).innerHTML ="<input type=text name=T"+num+" size=20 ondblclick=deleteRow(this) onkeydown=insertRow(intRowIndex)>"
objRow.insertCell(1).innerHTML ="<input type=text name=T"+num+1+" size=20 ondblclick=deleteRow(this) onkeydown=insertRow(intRowIndex)>"
objRow.insertCell(2).innerHTML ="<input type=text name=T"+num+2+" size=20 ondblclick=deleteRow(this) onkeydown=insertRow(intRowIndex)>"
objRow.insertCell(3).innerHTML ="<input type=text name=T"+num+3+" size=20 ondblclick=deleteRow(this) onkeydown=insertRow(intRowIndex)>"
objRow.insertCell(4).innerHTML ="<input type=text name=T"+num+4+" size=20 ondblclick=deleteRow(this) onkeydown=insertRow(intRowIndex)>"
objRow.insertCell(5).innerHTML ="<input type=text name=T"+num+5+" size=20 ondblclick=deleteRow(this) onkeydown=insertRow(intRowIndex)>"
objRow.insertCell(6).innerHTML ="<input type=text name=T"+num+6+" size=20 ondblclick=deleteRow(this) onkeydown=insertRow(intRowIndex)>"
objRow.insertCell(7).innerHTML ="<input type=text name=T"+num+7+" size=20 ondblclick=deleteRow(this) onkeydown=insertRow(intRowIndex)>"
objRow.insertCell(8).innerHTML ="<input type=text name=T"+num+8+" size=20 ondblclick=deleteRow(this) onkeydown=insertRow(intRowIndex)>"
objRow.insertCell(9).innerHTML ="<input type=text name=T"+num+9+" size=20 ondblclick=deleteRow(this) onkeydown=insertRow(intRowIndex)>"
objRow.insertCell(10).innerHTML ="<input type=text name=T"+num+10+" size=20 ondblclick=deleteRow(this) onkeydown=insertRow(intRowIndex)>"
//document.all("T"+num+1).focus();
//alert(num);
}
}
function deleteRow(tbIndex)
{
myTable.deleteRow(tbIndex);
}
function getIndex()
{
intRowIndex = event.srcElement.parentElement.rowIndex;
pos.innerText = intRowIndex;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -