www.gusucode.com > 仿51.com的php源码 1.1 > rz/rzphoto.php

    <?php include("../include/dbclass.php");
$dbc=new DbConn();
$user=$_GET["user"];
 ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>视频认证照</title>
<style type="text/css">
<!--
*{font-size:12px}body{margin:0px;TEXT-ALIGN:center;background-color:#FFFFFF;height:100%}body div{margin-right:auto;margin-left:auto;text-align:center}form,h2,ul,table,p{margin:0;padding:0}li{list-style:none}img{border:0px}a{color:#0000CC; text-decoration:underline}a:hover{color:#CC0000}
.renk {width:468px;height:315px; border:1px solid #808080}
.pink{width:456px;height:303px;margin-top:5px}
.top{
	height:22px;
	width:456px;
	background-image: url(images/logo_new.gif);
	background-repeat: no-repeat;
	background-position: 38px center;
}
.url{float:right;height:22px;width:148px;background:#6d97d1;line-height:22px; font-family:Arial;color:#FFFFFF}
.spzk{width:19px;height:281px;float:left;clear:left;background:url(images/bj.gif)}
.photo{width:437px;height:281px;float:right;}
.ph{margin:10px}
.ph img{border:1px solid #000000;}
-->
</style>
</head>

<body>
<div class="renk">
  <div class="pink">
    <div class="top">
      <div class="url">http://www.wu-liao.com</div>
    </div>
    <div class="spzk"></div>
    <div class="photo"><table width="437" height="279" border="0" cellpadding="0" cellspacing="1" bgcolor="#d8d8d8">
  <tr>
    <td width="171" height="146" bgcolor="#FFFFFF"><div class="ph"><?php $sql="select videorzImage from userdata where User_Account='$user' and videorz='1'";$rs=$dbc->getRs($sql);?><img src="<?php echo $rs["videorzImage"];?>" /></div></td>
    <td width="263" align="center" bgcolor="#FFFFFF"><img src="images/pass.gif" width="194" height="29" /></td>
  </tr>
  <tr>
    <td height="132" colspan="2" bgcolor="#f0f0f0"><div  style="line-height:20px;text-align:left;width:90%"><strong>关于视频认证</strong><br />
      &nbsp;&nbsp;&nbsp;&nbsp;为避免用户上传他人照片冒充自己,wu-liao.com对用户实行视频认证制。<br />
      &nbsp;&nbsp;&nbsp;&nbsp;进入视频认证系统,先拍一张您自己的照片,然后工作人员通过视频判断该照片与您本人是否一致, 确认一致后将该照片作为视频认证照存档。<a href="/rz/join.php" target="_blank"><strong>申请视频认证</strong></a></div></td>
    </tr>
</table>
</div>
  </div>
</div>

</body>
</html>