?? 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 + -