⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 in_control1aa.asp

📁 免费实用家教网整站程序(奥运特别版) v1.5
💻 ASP
字号:
<!--#include file="info.asp"-->
<!--#include file="conn.asp"-->
<!--#include file="unhtml.asp"-->
<html>
<%
if Request.Cookies<>"yes" then
response.write "<script language=JavaScript>" & chr(13) & "alert('您未登陆或帐号密码错误,请重登陆!');" & "history.back()" & "</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">
<!--
.STYLE2 {color: #0066FF}
.STYLE3 {font-weight: bold}
.STYLE4 {color: #FF0000; font-size: 18pt; }
.STYLE5 {color: #0033FF}
.STYLE6 {color: #990033}
.STYLE7 {
	color: #FF0000;
	font-weight: bold;
}
.STYLE8 {color: #990000}
.STYLE9 {color: #FF0000}
-->
</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 in_user where id="&request("id")
rs.open sql,conn,1,1
%>

						当 前 用 户:<font color=#FF000000><%=rs("ac")%>: <%=rs("name")%></font>
						<div align="center">
							<table border="0" width="100%" cellspacing="0" cellpadding="0" id="table3" height="250">
													<tr>
									<td width="1%" valign="top">&nbsp;</td>
									<td width="99%" valign="top" align="center" style="border: 1px solid #000000">
									<form method="POST" action="upinfo1a.asp?id=<%=rs("id")%>">
										<table border="0" width="100%" cellspacing="0" cellpadding="0" height="110" id="table5">
																					<tr>
                                              <td height="10" colspan="3" align="right" bgcolor="#FFFBF7"><p align="center" class="STYLE3">
                                                  <p align="center" class="STYLE4"><strong>特殊服务设置                                                  </strong>
                                                  <p align="center"></td>
										  </tr>
											<tr>
                                              <td width="19%" height="40" align="right" bgcolor="#FFFBF7"><span class="STYLE5">学员特殊服务申请日期:</span></td>
											  <td width="43%" 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="38%" height="40" bgcolor="#FFFBF7"><font color="#FF0000">*&nbsp; 
											    (格式为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="STYLE9">0</span></div></td>
										  </tr>
																																	
																						<tr>
												<td height="40" colspan="3" align="right" bgcolor="#FFFBF7">
												<p align="center">
											  <input type="submit" value="设置" name="B1"></td>
											</tr>
										</table>
									</form>
									<p></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 + -