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

📄 checkidpath.asp

📁 . 缓存处理技术
💻 ASP
字号:
<!-- #include file="top_Cnbbr.asp" -->

<!--#include file="Cnbbr_UserCenter_Left.asp" -->
<%
Response.Write Cnbbr_Head
  With Response
	.Write "<table width="""& Sys_BodyCenterWidth &""" border=""0"" cellspacing=""0"" cellpadding=""0""  align=""center"" class=""td"">" & Vbcrlf
	.Write "  <tr>" & Vbcrlf
	.Write "   <td width=""150"" align=""left"" valign=""top"" class=td>" & Vbcrlf
	 Disp_CnbbrCenterLeft
	.Write "   </td>" & Vbcrlf
	.Write "   <td align=""left"" valign=""top"" class=td>" & Vbcrlf

	Dim SiteMenu_Width,SiteMenu_Left,SiteMenu_Right
	SiteMenu_Width="98%"
	SiteMenu_Left="BBRhome.asp|[menu]|个人面板||[menu]||CheckIDPath.asp|[menu]|查看系统身份认证方式"
	SiteMenu_Right=""
	Response.Write CnbbrSiteMenu(SiteMenu_Width,SiteMenu_Left,SiteMenu_Right)

       .Write"<BR>"& Vbcrlf
       .Write"<TABLE cellSpacing=0 cellPadding=0 width=""68%"" align=center border=0 class=td>"& Vbcrlf
       .Write"<TR>"& Vbcrlf
       .Write"  <td colspan=3 width=100% height=1 align=center class=menutdbg_1> </td>"& Vbcrlf
       .Write"</TR>"& Vbcrlf
       .Write"<TR>"& Vbcrlf
       .Write"  <td colspan=3 width=100% height=23 align=center background=""SKINS/"&SKINS_FOLDER&"/GrayBg.Gif""> <span class=menufont_1><b>"&SYS_WEBNAME&"——现已开通以下身份确认方式:</b></span> </td>"& Vbcrlf
       .Write"</TR>"& Vbcrlf
       .Write"<TR height=1>"& Vbcrlf
       .Write"  <td width=10% align=center></td><td width=80% align=center class=menutdbg_2> </td><td width=10% align=center></td>"& Vbcrlf
       .Write"</TR>"& Vbcrlf
       .Write"<TR>"& Vbcrlf
       .Write"  <td colspan=3 width=100% height=100 align=left style=""Line-height: 26px;"">"& Vbcrlf
       .Write"	<br>"& Vbcrlf
       .Write"	&nbsp;&nbsp;&nbsp;&nbsp;<font color=""#ef0000"" style=""font-size: 10pt"">1.<b>身份证复印件:</b></font> 请将你的身份证复印件通过网络或者实地审核寄给我们,我们将在最短的时间内为你进行身份确认!(推荐使用)<br>"& Vbcrlf
       .Write"	&nbsp;&nbsp;&nbsp;&nbsp;<font color=""#ef0000"" style=""font-size: 10pt"">2.<b>朋友推荐认证:</b></font> 如果你已经有朋友成为我们的会员,那么你可以采用这种方式进行身份确认,会员以担保人的形式推荐会员加入,此新注册会员的身份确认和交易风险由担保人负责!"& Vbcrlf
       .Write"  </td>"& Vbcrlf
       .Write"</TR>"& Vbcrlf
       .Write"</Table>"& Vbcrlf
	.Write "  </td>" & Vbcrlf
	.Write " </tr>" & Vbcrlf
	.Write "</table>" & Vbcrlf
  End With

Response.Write Cnbbr_Bottom 
%>

⌨️ 快捷键说明

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