You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

102 lines
4.0 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<%@ 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="";
HashMap mssdq = new CommDAO().getmaps("yonghuming",(String)request.getSession().getAttribute("username"),"yonghuzhuce");
String xingming="";
xingming=(String)mssdq.get("xingming");
%>
<script language="javascript">
function gow()
{
document.location.href="jianshenxinxi_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,"jianshenxinxi",ext,true,false,"");
}
%>
<body >
<form action="jianshenxinxi_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='yonghuming' type='text' id='yonghuming' onblur='checkform()' class="form-control" value='<%=request.getSession().getAttribute("username")%>' readonly="readonly" />&nbsp;*<label id='clabelyonghuming' /></td></tr>
<tr><td width="200">姓名:</td><td><input name='xingming' type='text' id='xingming' value='' onblur='' class="form-control" /></td></tr><script language="javascript">document.form1.xingming.value='<%=xingming%>';document.form1.xingming.setAttribute("readOnly",'true');</script>
<tr><td width="200">日期:</td><td><input name='riqi' type='text' id='riqi' value='' onblur='' class="form-control" /></td></tr>
<tr><td width="200">健身类型:</td><td><input name='jianshenleixing' type='text' id='jianshenleixing' value='' onblur='' class="form-control" /></td></tr>
<tr><td width="200">时长:</td><td><input name='shichang' type='text' id='shichang' value='' onblur='checkform()' class="form-control" />&nbsp;<label id='clabelshichang' />必需数字型</td></tr>
<tr><td width="200">效果:</td><td><textarea name='xiaoguo' id='xiaoguo' onblur='' class="form-control" style="width:600px;height:80px;" ></textarea></td></tr>
<tr>
<td>&nbsp;</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 yonghumingobj = document.getElementById("yonghuming"); if(yonghumingobj.value==""){document.getElementById("clabelyonghuming").innerHTML="&nbsp;&nbsp;<font color=red>请输入用户名</font>";return false;}else{document.getElementById("clabelyonghuming").innerHTML=" "; }
var shichangobj = document.getElementById("shichang"); if(shichangobj.value!=""){ if(/^[0-9]+.?[0-9]*$/.test(shichangobj.value)){document.getElementById("clabelshichang").innerHTML=""; }else{document.getElementById("clabelshichang").innerHTML="&nbsp;&nbsp;<font color=red>必需数字型</font>"; return false;}}
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>