www.gusucode.com > 528人才招聘网整站源代码-蓝色经典 精简版 2.0源码程序 > register.asp

    <!--#include file="info.asp"-->
<!--#include file="conn.asp"-->
<html>
<%
sql="select * from service where id=1"
rs.open sql,conn,1,1
%>
<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;
	font-weight: bold;
}
.STYLE2 {
	font-size: 14pt;
	color: #006633;
}
-->
</style>
</head>

<body>
<!--#include file="top.asp"-->
<div align="center">
	<table border="0" width="760" cellspacing="0" cellpadding="0" id="table1" height="518">
		<tr>
			<td style="border-left: 1px solid #0086DF; border-right: 1px solid #0086DF" width="760" valign="top" bgcolor="#FEFBF4">
			<div align="center">
				<table border="0" width="705" cellspacing="0" cellpadding="0" id="table2" height="543">
					<tr>
						<td height="86">
						  <div align="center"><img border="0" src="images/regtop.gif"> </div> </td>
					</tr>
					<tr>
						<td width="705">
						<p align="center"> <span class="STYLE2">【<font color=#ff0000>Job528(杰博528)招聘网</font>】用户服务协议书</span></td>
					</tr>
					<tr>
						<td width="705" height="150">
						<p align="center">
						<textarea rows="30" name="S1" cols="82"><%=rs("service")%></textarea></td>
					</tr>
					
					<tr>
					  <td height="12">&nbsp;</td>
					</tr>
					<tr>
						<td width="705" height="73">
						<p align="center">
						<a href="register_sy.asp">
						<img src="images/regist_agree.gif" alt="同意进入" width="50" height="34" border="0"></a>&nbsp;&nbsp;
						<a href="index.asp">
						<img src="images/regist_unagree.gif" alt="不同意退出" width="52" height="34" border="0"></a></td>
					</tr>
				</table>
			</div>
			</td>
		</tr>
	</table>
</div>
<%
rs.close
set rs=nothing
set conn=nothing
%>
<!--#include file="base.asp"-->
</body>

</html>