www.gusucode.com > CC校友录贴吧 CCBar源码程序asp编程 > template_c/page_user_announce.html.asp

    <!-- #include file="page_sub_header.html.asp" -->             
<!-- ##### 主栏目开始 ##### --->
<%Call ActionView(CONST_ACTION_FUNC)%>

<form action="./user_reg_form.asp?action=FormUserRegister" method="post" id="frmShowAnnounce" name="frmShowAnnounce">
	<table cellpadding="3" class="form_table"cellspacing="1" width="90%" align="center" >
		<tr>
			<td align=left class="form_td">
				<div class="mainNav">注册条款和声明</div>
			</td>
		</tr>
		<tr >
			<td  align="left" class="form_td">
			<%=GBL_strWebReg%>
			</td>
		</tr>
		<tr >
			<td align="center" class="form_td">
			<br>
			<input class="submit" type="submit" value="同 意" name="subShowAnnounce"  >
			</td>
		</tr>
	</table>
	</form>

<!-- ##### 主栏目结束 ##### -->   
<!-- #include file="page_sub_footer.html.asp" -->