certificate.asp
上传用户:jisenq
上传日期:2014-06-29
资源大小:7216k
文件大小:3k
源码类别:

数据库编程

开发平台:

ASP/ASPX

  1. <% Option Explicit %>
  2. <!--#include file="../FS_Inc/Const.asp" -->
  3. <!--#include file="../FS_InterFace/MF_Function.asp" -->
  4. <!--#include file="../FS_Inc/Function.asp" -->
  5. <!--#include file="lib/strlib.asp" -->
  6. <!--#include file="../FS_Inc/Md5.asp" -->
  7. <!--#include file="lib/UserCheck.asp" -->
  8. <%
  9. %>
  10. <html xmlns="http://www.w3.org/1999/xhtml">
  11. <title>资料认证-网站内容管理系统</title>
  12. <meta name="keywords" content="风讯cms,cms,FoosunCMS,FoosunOA,FoosunVif,vif,风讯网站内容管理系统">
  13. <meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
  14. <meta content="MSHTML 6.00.3790.2491" name="GENERATOR" />
  15. <meta name="Keywords" content="Foosun,FoosunCMS,Foosun Inc.,风讯,风讯网站内容管理系统,风讯系统,风讯新闻系统,风讯商城,风讯b2c,新闻系统,CMS,域名空间,asp,jsp,asp.net,SQL,SQL SERVER" />
  16. <link href="images/skin/Css_<%=Request.Cookies("FoosunUserCookies")("UserLogin_Style_Num")%>/<%=Request.Cookies("FoosunUserCookies")("UserLogin_Style_Num")%>.css" rel="stylesheet" type="text/css">
  17. <head>
  18. <body>
  19. <table width="98%" border="0" align="center" cellpadding="1" cellspacing="1" class="table">
  20.   <tr>
  21.     <td>
  22.       <!--#include file="top.asp" -->
  23.     </td>
  24.   </tr>
  25. </table>
  26. <table width="98%" height="135" border="0" align="center" cellpadding="1" cellspacing="1" class="table">
  27.   
  28.     <tr class="back"> 
  29.       <td   colspan="2" class="xingmu" height="26"> <!--#include file="Top_navi.asp" --> </td>
  30.     </tr>
  31.     <tr class="back"> 
  32.       <td width="18%" valign="top" class="hback"> <div align="left"> 
  33.           <!--#include file="menu.asp" -->
  34.         </div></td>
  35.       <td width="82%" valign="top" class="hback"><table width="98%" border="0" align="center" cellpadding="5" cellspacing="1" class="table">
  36.         <tr class="hback"> 
  37.           <td class="hback"><strong>位置:</strong><a href="../">网站首页</a> &gt;&gt; 
  38.             <a href="main.asp">会员首页</a> &gt;&gt; 资料认证</td>
  39.         </tr>
  40.       </table> 
  41.       
  42.         
  43.       
  44.       <form name="form1" method="post" action="">
  45.         <table width="98%" height="98" border="0" align="center" cellpadding="5" cellspacing="1" class="table">
  46.           <tr> 
  47.             <td class="hback"> <SPAN class="tx">注意:<br>
  48.               ·请上传您的身份证扫描件,新版IC卡身份证请把正面和反面拼到一张图上上传。上传大小为:200K<br>
  49.               ·图片格式只支持:bmp,jpg,gif,png。其他不支持 <br>
  50.               ·请认真上传,上传图片不清楚,不通过认证<br>
  51.               ·上传的证件名称必须与注册的姓名一致</span> <br> <br>
  52.               上传图片 
  53.               <input name="CertPic" type="file" id="CertPic" size="40"> </td>
  54.           </tr>
  55.           <tr>
  56.             <td class="hback"><input type="submit" name="Submit" value="上传资料"></td>
  57.           </tr>
  58.         </table>
  59.       </form> </td>
  60.     </tr>
  61.     <tr class="back"> 
  62.       <td height="20"  colspan="2" class="xingmu"> <div align="left"> 
  63.           <!--#include file="Copyright.asp" -->
  64.         </div></td>
  65.     </tr>
  66.  
  67. </table>
  68. </body>
  69. </html>
  70. <%
  71. Set Fs_User = Nothing
  72. %>
  73. <!--Powsered by Foosun Inc.,Product:FoosunCMS V4.0系列-->