userAgree.jsp
上传用户:u_thks
上传日期:2022-07-31
资源大小:1910k
文件大小:2k
- <%@ page language="java" contentType="text/html;charset=UTF-8" %>
- <%@ include file="./GVinc/gvImport.jsp" %>
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <title>今晚在线 用户注册</title>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
- <link href="./GVimgs/favicon.ico" rel="Bookmark">
- <link rel="icon" href="./GVimgs/favicon.ico" type="image/x-icon" />
- <link rel="shortcut icon" href="./GVimgs/favicon.ico" type="image/x-icon" />
- <link href="./GVinc/main.css" rel="stylesheet" type="text/css" />
- </head>
- <body>
- <DIV id="waitDiv" style="LEFT: 40%; VISIBILITY: hidden; POSITION: absolute; TOP: 20%; TEXT-ALIGN: center">
- <TABLE cellPadding=6 border=0>
- <TBODY><TR><TD align=middle>
- <IMG src="GVimgs/loading.gif" alt="请稍候..." width="30" height="30">
- <BR>
- <FONT color="red">数据载入中,请稍候...</FONT></TD></TR></TBODY></TABLE></DIV>
- <script type="text/javascript" src="GVscript/GVtopCode.js"></script>
- <script type="text/javascript" src="GVscriptInc/topBar.js"></script>
- <script language="JavaScript">
- <!--
- function showInfo(){
- if (document.Gforms.infoShow.checked == true) {
- document.getElementById("div1").style.display = "";;
- document.getElementById("divTxt").innerText="关闭高级设置选项";
- }else{
- document.getElementById("div1").style.display = "none";
- document.getElementById("divTxt").innerText="显示高级设置选项";
- }
- }
- -->
- </script>
- <SCRIPT language="javascript">gv_showWait('waitDiv', 1); </SCRIPT>
- <table width="99%" border="0" align="center" cellpadding="2" cellspacing="1" class="tab">
- <tr class="tab1">
- <td>
- <strong>您的位置</strong>>><a href="default.jsp" target="_parent">社区首页</a>>><a href="main.jsp">进站画面</a>>><a href="userAgree.jsp">用户注册协议</a>
- </td>
- </tr>
- </table>
- <table width="99%" border="0" align="center" cellpadding="4" cellspacing="1" class="tab">
- <tr>
- <td class="bg2"> <div align="center"><strong>你必须确信同意本 <%=clubName%> 以下协议方可注册成为社区用户 </strong></div>
- <%@ include file="./GVfilesInc/gvRegAgree.jsp" %>
- </tr>
- <tr>
- <td align="center" class="tab1">
- <a href="userReg.jsp"><strong>我同意</strong></a>
-
- <a href="main.jsp">我不同意</a></td>
- </tr>
- </table>
- <%=Gfoot()%>
- </body>
- </html>