📄 articleedit.jsp
字号:
<%@ page language="java" contentType="text/html; charset=gb2312" pageEncoding="gb2312"%>
<%@ page import="com.record.publicCode.PrintModifyValue"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Language" content="zh-CN" />
<meta name="robots" content="all" />
<meta name="author" content="WanfuZheng | www.52ay.com" />
<meta name="Copyright" content="Copyright (c) 2000-2005 www.52ay.com" />
<link rel="icon" href="/favicon.ico" type="image/x-icon" media="screen" />
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" media="screen" />
<link rel="stylesheet" href="css/style.css" type="text/css" media="all" />
<meta name="description" content="网页制作" />
<meta name="keywords" content="e266@163.com,http://blog.46com.com,郑万福(qq:30401653),制作,卧龙工作室,天翼数码,网站制作,Falsh,下载,成都,多媒体制作,asp,jsp,php,sql,mssql,mysql,酷网站,图标,音乐,mp3" />
<style>
input{border:1px solid #999; height:30px;width:60px;padding:4px 0px 4px 0px;font-size:18px;margin:2px;}
.inp1{border:1px solid #999; height:25px;width:150px;padding:4px 0px 4px 0px;font-size:18px;margin:2px;}
.inp2{border:1px solid #999; height:25px;width:100px;padding:4px 0px 4px 0px;font-size:18px;margin:2px;}
.btn{}
</style>
<title>Insert title here</title>
<script language="javascript" src="/pages/js/command.js"></script>
<script>
function doSubmit()
{
if(formObj.s_name.value==""){
alert("姓名必须填写!");
formObj.s_name.focus();
return false;
}
if(formObj.s_sex.value=="" || formObj.s_sex.value.length>=3){
alert("性别填写有误!");
formObj.s_sex.focus();
return false;
}
return true;
}
</script>
<%
String action;
int id;
action=request.getParameter("action");
id=Integer.parseInt(request.getParameter("id"));
if(null==action){
response.sendRedirect("UserList.jsp");
return;
}
//out.print(action);
PrintModifyValue printModifyValue=new PrintModifyValue();
%>
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<form name="formObj" action="ArticleEditCharge.jsp?action=<%=action%>&id=<%=id%>" method="post" onsubmit="return doSubmit();">
<table id="bd" border="0" cellpadding="0" cellspacing="1" width="95%" height="25" align="center" bgcolor="#999999">
<tr bgcolor="#EEEEEE">
<td align="left">管理首页 >> 报名交费登记表</td>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="1" width="95%" align="center" bgcolor="#4881B7">
<tr>
<td height="30" bgcolor="#FFFFFF" class="white_12_b" style="padding:1px 1px 0px 1px;"><table width="100%" height="30" border="0" cellpadding="0" cellspacing="0" bgcolor="#75AACF">
<tr>
<td>>>编辑页面</td>
</tr>
</table></td>
</tr>
<tr>
<td align="center" bgcolor="#FFFFFF" style="padding:3px 0px 3px 0px;"><table width="98%" border="0" cellpadding="0" cellspacing="1" bgcolor="#CCCCCC">
<tr>
<td height="30" align="right" bgcolor="#FFFFFF">专业:</td>
<td align="left" bgcolor="#FFFFFF"><input type="text" name="s_no" class="inp1" value="<%=printModifyValue.getModifyValue("modify",id,"s_no","student") %>"/> </td>
<td align="right" bgcolor="#FFFFFF">班级:</td>
<td align="left" bgcolor="#FFFFFF"><input type="text" name="s_class" class="inp1" value="<%=printModifyValue.getModifyValue("modify",id,"s_class","student") %>"/> </td>
<td align="right" bgcolor="#FFFFFF">编号:</td>
<td align="left" bgcolor="#FFFFFF"><input type="text" name="s_code" class="inp1" value="<%=printModifyValue.getModifyValue("modify",id,"s_code","student") %>"/> </td>
</tr>
<tr>
<td height="30" align="right" bgcolor="#FFFFFF">姓名:</td>
<td align="left" bgcolor="#FFFFFF"><input type="text" name="s_name" class="inp1" value="<%=printModifyValue.getModifyValue("modify",id,"s_name","student") %>"/> <font color="#FF0000"></font></td>
<td align="right" bgcolor="#FFFFFF">出生年月:</td>
<td align="left" bgcolor="#FFFFFF"><input type="text" name="s_birthday" class="inp1" onfocus="SelectDate.show(this,false,this.value);" value="<%=printModifyValue.getModifyValue("modify",id,"s_birthday","student") %>"/> </td>
<td align="right" bgcolor="#FFFFFF">性别:</td>
<td align="left" bgcolor="#FFFFFF"><input type="text" name="s_sex" class="inp1" value="<%=printModifyValue.getModifyValue("modify",id,"s_sex","student") %>"/> </td>
</tr>
<tr>
<td height="30" align="right" bgcolor="#FFFFFF">文化程度:</td>
<td align="left" bgcolor="#FFFFFF"><input type="text" name="s_knowledge" class="inp1" value="<%=printModifyValue.getModifyValue("modify",id,"s_knowledge","student") %>"/> </td>
<td align="right" bgcolor="#FFFFFF">电话:</td>
<td align="left" bgcolor="#FFFFFF"><input type="text" name="s_tel" class="inp1" value="<%=printModifyValue.getModifyValue("modify",id,"s_tel","student") %>"/> </td>
<td align="right" bgcolor="#FFFFFF">身份证号:</td>
<td align="left" bgcolor="#FFFFFF"><input type="text" name="s_card" class="inp1" value="<%=printModifyValue.getModifyValue("modify",id,"s_card","student") %>"/> </td>
</tr>
<tr>
<td height="30" align="right" bgcolor="#FFFFFF">家庭住址:</td>
<td align="left" bgcolor="#FFFFFF"><input type="text" name="s_address" class="inp1" value="<%=printModifyValue.getModifyValue("modify",id,"s_address","student") %>"/> </td>
<td align="right" bgcolor="#FFFFFF">报名地点:</td>
<td align="left" bgcolor="#FFFFFF"><input type="text" name="s_signaddress" class="inp1" value="<%=printModifyValue.getModifyValue("modify",id,"s_signaddress","student") %>"/> </td>
<td align="right" bgcolor="#FFFFFF">学习地点:</td>
<td align="left" bgcolor="#FFFFFF"><input type="text" name="s_studyaddress" class="inp1" value="<%=printModifyValue.getModifyValue("modify",id,"s_studyaddress","student") %>"/> </td>
</tr>
</table></td>
</tr>
<tr>
<td height="40" colspan="10" align="center" bgcolor="#FFFFFF"><input type="submit" name="Submit" value="下一步" class="btn"/>
<input type="reset" name="Submit2" value="重置" class="btn"/></td>
</tr>
</table>
</form>
<div style="margin:3px 0px 0px 0px;">
<table width="95%" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#CCCCCC">
<tr>
<td bgcolor="#FFFFFF" style="line-height:25px;color:#200000;" align="center"> 技术支持:红侠工作室 电话:13219047747 电子邮件:e266@163.com
<br/>Ropyright2006 四川新华电脑学校 All Rights Reserved
</td>
</tr>
</table>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -