📄 en_control1aa.asp
字号:
<!--#include file="conn.asp"-->
<html>
<%
if Request.Cookies("login")<>"yes" then
response.write "<script language=JavaScript>" & chr(13) & "alert('您还未登陆或者超时,请重登陆!');"&"window.location.href = '../'"&" </script>"
response.end
end if
%>
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="css.css" type="text/css">
<title><%=webname%> - 会员中心 - 资料设置</title>
<style type="text/css">
<!--
.STYLE1 {color: #FF0000}
.STYLE2 {font-weight: bold}
.STYLE3 {color: #993366}
.STYLE4 {color: #990000}
-->
</style>
</head>
<body>
<div align="center">
<table border="0" width="760" cellspacing="0" cellpadding="0" id="table1" height="421">
<tr>
<td >
<div align="center">
<table border="0" width="705" cellspacing="0" cellpadding="0" id="table2" height="379">
<tr>
<td height="86" width="214">
<img border="0" src="images/control.gif" width="282" height="90"></td>
<td height="86" width="237"> </td>
<td height="86" width="128">
<img border="0" src="images/controltop1.gif" width="128" height="90"></td>
<td height="86" width="58"> </td>
</tr>
<tr>
<td width="705" colspan="4" valign="top">
<%
sql="select * from en_user where id="&request("id")
rs.open sql,conn,1,1
%>
<div align="center">
<table border="0" width="100%" cellspacing="0" cellpadding="0" id="table3" height="272">
<tr>
<td height="27" colspan="2">
<p align="left">
会员中心 → 资料设置-当 前 用 户:<font color=#FF000000><%=rs("ac")%>: <%=rs("name")%></font></td>
</tr>
<tr>
<td width="2%" valign="top"> </td>
<td width="98%" valign="top" align="center" style="border: 1px solid #000000">
<form method="POST" action="upinfo_en1.asp?id=<%=rs("id")%>">
<table border="0" width="97%" cellspacing="0" cellpadding="0" id="table5">
<tr>
<td height="34" colspan="3">
<p align="center" class="STYLE1"><b>特殊服务设置</b></td>
</tr>
<tr>
<td width="21%" height="40" align="right" bgcolor="#FFFBF7"><span class="STYLE5">教员特殊服务申请日期:</span></td>
<td width="42%" height="40" bgcolor="#FFFBF7"><input type="text" name="picdate" size="40" style="border-style: solid; border-width: 1px; padding-left: 4px; padding-right: 4px; padding-top: 1px; padding-bottom: 1px" value="<%=rs("picdate")%>"></td>
<td width="37%" height="40" bgcolor="#FFFBF7"><font color="#FF0000">*
(格式为1984-01-09)</font></td>
</tr>
<tr>
<td height="20" align="right" bgcolor="#FFFBF7"><span class="STYLE5">服务有效期:</span></td>
<td height="20" align="right" bgcolor="#FFFBF7"><input type="text" name="picdays" size="40" style="border-style: solid; border-width: 1px; padding-left: 4px; padding-right: 4px; padding-top: 1px; padding-bottom: 1px" value="<%=rs("picdays")%>"></td>
<td height="20" align="right" bgcolor="#FFFBF7"><div align="left">单位:天,不能为空,不用请填<span class="STYLE1">0</span></div></td>
</tr>
<tr>
<td height="40" colspan="3">
<p align="center">
<input type="submit" value="设置" name="B1"></td>
</tr>
</table>
</form>
</td>
</tr>
</table>
</div>
<%'表格%></td>
</tr>
</table>
</div>
</td>
</tr>
</table>
</div>
<%
rs.close
set rs=nothing
set conn=nothing
%>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -