|
|
<%@ page language="java" import="java.util.*" pageEncoding="gb2312"%>
|
|
|
<%@page import="util.Info"%>
|
|
|
<%@page import="dao.CommDAO"%>
|
|
|
<%@page import="util.PageManager"%>
|
|
|
<html>
|
|
|
<head>
|
|
|
|
|
|
<title>器材信息</title>
|
|
|
|
|
|
<link rel="stylesheet" href="images/hsgcommon/common.css" type="text/css">
|
|
|
<link rel="stylesheet" href="images/hsgcommon/div.css" type="text/css">
|
|
|
<script type="text/javascript" src="js/My97DatePicker/WdatePicker.js" charset="gb2312"></script>
|
|
|
<script type="text/javascript" src="js/popup.js"></script>
|
|
|
|
|
|
</head>
|
|
|
<%
|
|
|
String id="";
|
|
|
|
|
|
|
|
|
%>
|
|
|
<script language="javascript">
|
|
|
|
|
|
function gow()
|
|
|
{
|
|
|
document.location.href="qicaixinxi_add.jsp?id=<%=id%>";
|
|
|
}
|
|
|
|
|
|
function hsgxia2shxurxu(nstr,nwbk)
|
|
|
{
|
|
|
if (eval("form1."+nwbk).value.indexOf(nstr)>=0)
|
|
|
{
|
|
|
eval("form1."+nwbk).value=eval("form1."+nwbk).value.replace(nstr+";", "");
|
|
|
}
|
|
|
else
|
|
|
{
|
|
|
eval("form1."+nwbk).value=eval("form1."+nwbk).value+nstr+";";
|
|
|
}
|
|
|
}
|
|
|
</script>
|
|
|
|
|
|
<%
|
|
|
HashMap ext = new HashMap();
|
|
|
if(request.getParameter("f")!=null){
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
new CommDAO().insert(request,response,"qicaixinxi",ext,true,false,"");
|
|
|
|
|
|
}
|
|
|
|
|
|
%>
|
|
|
|
|
|
<body >
|
|
|
<form action="qicaixinxi_add.jsp?f=f&id=<%=id%>" method="post" name="form1" onsubmit="return checkform();">
|
|
|
添加器材信息:
|
|
|
<br><br>
|
|
|
<table width="100%" border="1" align="center" cellpadding="3" cellspacing="1" bordercolor="#cccccc" >
|
|
|
<tr><td width="200">器材编号:</td><td><input name='qicaibianhao' type='text' id='qicaibianhao' value='<%=Info.getID()%>' onblur='' class="form-control" /></td></tr>
|
|
|
<tr><td width="200">器材名称:</td><td><input name='qicaimingcheng' type='text' id='qicaimingcheng' value='' onblur='checkform()' class="form-control" /> *<label id='clabelqicaimingcheng' /></td></tr>
|
|
|
<tr><td width="200">器材类别:</td><td><input name='qicaileibie' type='text' id='qicaileibie' value='' onblur='' class="form-control" /></td></tr>
|
|
|
<tr><td width="200">图片:</td><td><input name='tupian' type='text' id='tupian' size='50' value='' onblur='' class="form-control" /><div style="margin-top:16px;"> <input type='button' value='上传' onClick="up('tupian')" /></div></td></tr>
|
|
|
<tr><td width="200">演示视频:</td><td><input name='yanshishipin' type='text' id='yanshishipin' size='50' value='' onblur='' class="form-control" /><div style="margin-top:16px;"> <input type='button' value='上传' onClick="up('yanshishipin')" /></div></td></tr>
|
|
|
<tr><td width="200">操作说明:</td><td><textarea name='caozuoshuoming' id='caozuoshuoming' onblur='' class="form-control" style="width:600px;height:80px;" ></textarea></td></tr>
|
|
|
<tr><td width="200">效果简介:</td><td><textarea name='xiaoguojianjie' id='xiaoguojianjie' onblur='' class="form-control" style="width:600px;height:80px;" ></textarea></td></tr>
|
|
|
|
|
|
<tr>
|
|
|
<td> </td>
|
|
|
<td><input type="submit" name="Submit" value="提交" class="btn btn-info btn-small" />
|
|
|
<input type="reset" name="Submit2" value="重置" class="btn btn-info btn-small" /></td>
|
|
|
</tr>
|
|
|
</table>
|
|
|
</form>
|
|
|
|
|
|
</body>
|
|
|
</html>
|
|
|
|
|
|
|
|
|
|
|
|
<script language=javascript src='js/ajax.js'></script>
|
|
|
|
|
|
<%@page import="java.util.ArrayList"%>
|
|
|
<%@page import="java.util.HashMap"%>
|
|
|
|
|
|
<script language=javascript >
|
|
|
|
|
|
function checkform(){
|
|
|
|
|
|
var qicaimingchengobj = document.getElementById("qicaimingcheng"); if(qicaimingchengobj.value==""){document.getElementById("clabelqicaimingcheng").innerHTML=" <font color=red>请输入器材名称</font>";return false;}else{document.getElementById("clabelqicaimingcheng").innerHTML=" "; }
|
|
|
|
|
|
|
|
|
|
|
|
return true;
|
|
|
}
|
|
|
popheight=450;
|
|
|
</script>
|
|
|
<script src="images/hsgcommon/jq.js"></script>
|
|
|
<script src="images/hsgcommon/common.js"></script>
|
|
|
<script src="images/hsgcommon/bootbox.js"></script>
|