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

📄 close_dw.asp

📁 免费实用家教网整站程序(奥运特别版) v1.5
💻 ASP
字号:

<!--#include file="info.asp"-->
<!--#include file="conn.asp"-->
<html>
<%
if Request.Cookies("id")="" or Request.Cookies("ac")="" or Request.Cookies("user")<>"2" then
response.write "<script language=JavaScript>" & chr(13) & "alert('登录超时请重新登录!');"&"window.location.href = 'index.asp'"&" </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 {font-size: 14px}
.STYLE10 {font-size: 14px; color: #00659C; }
.STYLE11 {font-size: 14px; font-weight: bold; }
.STYLE12 {font-size: 14px; color: #FF0000; }
.STYLE6 {font-size: 14px; color: #FF0000; font-weight: bold; }
.STYLE9 {font-size: 14px; color: #006699; }
.STYLE13 {
	font-size: 12pt;
	font-weight: bold;
	color: #FF3399;
}
.STYLE7 {	font-size: 18pt;
	font-weight: bold;
}
-->
</style>
</head>

<body>
<!--#include file="top.asp"-->
        <div align="center">
          <table border="0" width="811" cellspacing="0" cellpadding="0" id="table1" height="421">
            <tr>
              <td style="border-left: 1px solid #ffc6bf; border-right: 1px solid #ffc6bf; border-top: 1px solid #ffc6bf" width="760" valign="top" bgcolor="#FEFBF4"><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">
                          <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"> &nbsp;<a href="control.asp">会员中心</a> → 基本资料设置 → 状态设置</td>
                              </tr>
                              <tr>
                                <td width="25%" valign="top"><!--#include file="en_menu.asp"-->                                </td>
                                <td width="75%" valign="top" align="center" style="border: 1px solid #000000"><p>&nbsp;</p>
                                  <p><span class="STYLE13">家教状态更改</span></p>
                                  <table width="434" border="0" align="center" cellspacing="0">
                                  <tr>
                                    <td width="404" height="85">&nbsp;&nbsp;&nbsp;&nbsp;教员如果接到满意的家教业务,或暂时不想接家教业务,但又不愿意注销会员的情况下,你可使用本功能,将家教状态设置为“关闭”状态,这时你的家教信息就不会显示出来;当您需要再次使用家教功能时,请更改状态为“开启”状态,这样就可正常显示了。</td>
                                  </tr>
                                  <tr>
                                    <td height="114"><%
sql="select name,dw_view from en_user where id="&clng(Request.Cookies("id"))
rs.open sql,conn,1,1
if rs.eof or rs.bof then
          rs.close 
		  response.redirect "nodata.html"
           
end if 
%>
                                      <p>教员会员 <font color=#ff0000><%=rs("name")%></font> 你好:</p>
                                      <span class="STYLE1">你当前状态是:</span>
                                      <% if rs("dw_view")="N" then 
		   Response.Write "<font color=#ff0000><strong>开启状态</strong></font>"
		    else
			 Response.Write "<font color=#ff0000><strong>关闭状态</strong></font>"
			 end if 
		 %></td>
                                  </tr>
                                  <tr>
                                    <td><hr></td>
                                  </tr>
                                  <tr>
                                    <td height="28">你将更改状态为(不变请不要设置):</td>
                                  </tr>
                                  <tr>
                                    <td height="72"><div align="center">
                                        <form method="POST" action="dw_viewdata.asp">
                                          <INPUT TYPE="radio"<%if rs("dw_view") ="N" then Response.Write "checked"%> VALUE="N" NAME="gr_view">
                                          开启状态
                                          <INPUT TYPE="radio" <%if rs("dw_view") ="Y" then Response.Write "checked"%> VALUE="Y" NAME="gr_view" >
                                          关闭状态 <br>
                                          <br>
                                          <input type="submit" value="确定更改" name="G1">
                                        </form>
                                    </div></td>
                                  </tr>
                                  <tr>
                                    <td height="76"><p>说明:
                                       状态为“开启状态”时,你的信息正常显示;</br>
                                      状态为“关闭状态”时,你的信息暂时不显示;</br>
                                    你随时可更改显示状态(VIP会员专有)。 </p></td>
                                  </tr>
                                </table>
                                  <p><br>
                                  </p>
                                <p><span class="STYLE7"><img src="images/jtou.gif" width="16" height="16"><a href="yfcb_dw.html" target="_blank"><font color=#ff0000>升级成VIP会员,享受本站超值服务!!</font></a></span> </p></td>
                              </tr>
                            </table>
                          </div>
                        <%'表格%>
                      </td>
                    </tr>
                  </table>
              </div></td>
            </tr>
          </table>
        </div>
        <!--#include file="base.asp"-->
          
		  

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -