📄 updateapc.jsp
字号:
<%@ page contentType="text/html; charset=gb2312" language="java" import="java.sql.*" errorPage="" %>
<html>
<head>
<link href="Inc/student_com.css" type="text/css" rel="stylesheet">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>更新奖励、处罚和变动标准</title>
</head>
<body bgcolor="#0099FF" text="#FFFFFF" link="#00FF00">
<%String admin_id = (String)session.getAttribute("id");
if(admin_id==null){response.sendRedirect("login.jsp");}
String code=new String(request.getParameter("code").getBytes("ISO8859_1"));
String description=new String(request.getParameter("description").getBytes("ISO8859_1"));
%>
<p align="center"><font color="#00FF00" size="+3" face="华文行楷">更新</font></p>
<form id="form1" method="post" action="APCSvlt">
<input type="hidden" name="action" value="update">
<input type="hidden" name="code" value="<%=code%>">
<table width="420" border="0" align="center" cellpadding="2" cellspacing="1" bgcolor="#DEDFDE">
<tr>
<td width="48%" bgcolor="#FFFFFF"><div align="right">代号</div></td>
<td width="52%" bgcolor="#FFFFFF"><%=code%></td>
</tr>
<tr>
<td bgcolor="#FFFFFF"><div align="right">描述</div></td>
<td bgcolor="#FFFFFF"><input type="text" id="description" name="description" value="<%=description%>"></td>
</tr>
</table>
<p align="center"> <input name="Submit" type="submit" value="确定"></p>
</form>
<p> </p>
<p align="center"><a href="getAPC.jsp">返回</a></p>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -