📄 sign1.asp
字号:
<!--#include file="include/dbopenbd.asp"-->
<HTML>
<HEAD>
<TITLE>会员注册-<%=sitename%>-<%=siteurl%></TITLE>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="description" content="<%=sitedescription%>">
<meta name="keywords" content="<%=sitekeywords%>">
<link rel="stylesheet" href="include/css.css" type="text/css">
</HEAD>
<center>
<%
Set rs = conn.Execute("select * from s_config")
reg_xieyi= rs("reg_xieyi")
reg_xieyi=replace(reg_xieyi,"<BR>",vbCRLF)
reg_xieyi=replace(reg_xieyi,"<br>",vbCRLF)
set rs=nothing
if reg_xieyi="" or isnull(reg_xieyi) then reg_xieyi="您在本站注册,视为对本站各种条款、规则、协议、声明、约定、公告的无条件接受和认可。"
%>
<!--#include file="a_top.asp"-->
<TABLE width=760 border=0 cellpadding=3 cellspacing=1 align=center bgcolor=#FFFFFF height=300 class="grayline">
<tr><td height=30>目前位置:<a href=main.asp>首页</a> > 会员注册</td></tr>
<tr><td height="1" background="images/small/bgline.gif"></td></tr>
<tr><td>
<table border=0 width=547 align=center cellpadding=0 cellspacing=0 background=images/small/regbg2.gif>
<tr><td width=547 height=60 valign=middle bgcolor=#FFFFFF>
· 请仔细阅读并接受本站用户注册和服务条款<br>
· 请点击“我同意”继续<br><br>
</td></tr>
<tr><td width=547 height=12><img src=images/small/regbg1.gif border=0></td></tr>
<tr><td width=547 height=250 align=center background=images/small/regbg2.gif>
<textarea name="textarea" cols="65" rows="12" style="color:#606060">
<%=reg_xieyi%>
</textarea>
</td></tr>
<tr><td width=547 height=12><img src=images/small/regbg3.gif border=0></td></tr></table>
<table border=0 width=547 align=center cellpadding=0 cellspacing=0>
<tr><td height="100" align="center">
<form action=sign2.asp method=post name=agree>
<INPUT name="action" TYPE="hidden" value="agree">
<input type="image" src="images/small/agree.gif" title="我同意,继续注册">
<a href=main.asp><img border=0 src="images/small/agree_no.gif" title="不同意,再考虑一下"></a>
</form>
</td>
</tr>
</table>
</td></tr>
</table>
<!--#include file="a_bottom.asp"-->
</center>
</BODY>
</HTML>
<%
conn.close
set conn=nothing
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -