CINXE.COM
U展讯 - 展会信息网- 会员登录
<!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=utf-8" /> <title>U展讯 - 展会信息网- 会员登录</title> <meta name="author" content="http://www.qimiweb.com" /> <link href="templets/style/login.css" rel="stylesheet" type="text/css" /> <script src="templets/js/j.js" language="javascript" type="text/javascript"></script> <script src="templets/js/base.js" language="javascript" type="text/javascript"></script> <script type="text/javascript"> function changeAuthCode() { var num = new Date().getTime(); var rand = Math.round(Math.random() * 10000); num = num + rand; $('#ver_code').css('visibility','visible'); if ($("#vdimgck")[0]) { $("#vdimgck")[0].src = "../include/vdimgck.php?tag=" + num; } return false; } </script> </head> <body> <div id="login" class="bor"> <h1>U展讯会员登录</h1> <a class="back" href="/">返回首页>></a> <div class="theme"> <form name='form1' method='POST' action='index_do.php'> <input type="hidden" name="fmdo" value="login"> <input type="hidden" name="dopost" value="login"> <input type="hidden" name="gourl" value=""> <ul> <li> <span>用户名:</span> <input id="txtUsername" class="intxt login_from" type="text" name="userid"/> </li> <li> <span>密 码:</span> <input id="txtPassword" class="intxt login_from2" type="password" name="pwd"/> <a href="resetpassword.php">忘记密码?</a> </li> <li><span>验证码:</span> <input type="text" class="intxt w200" style="width: 50px; text-transform: uppercase;" id="vdcode" name="vdcode"/> <img id="vdimgck" align="absmiddle" onclick="this.src=this.src+'?'" style="cursor: pointer;" alt="看不清?点击更换" src="../include/vdimgck.php"/> 看不清? <a href="javascript:void(0)" onclick="changeAuthCode();">点击更换</a></li> <li> <span>有效期:</span> <input type="radio" value="2592000" name="keeptime" id="ra1"/> <label for="ra1">一个月</label> <input type="radio" checked="checked" value="604800" name="keeptime" id="ra2"/> <label for="ra2">一周</label> <input type="radio" value="86400" name="keeptime" id="ra3"/> <label for="ra3">一天</label> <input type="radio" value="0" name="keeptime" id="ra4"/> <label for="ra4">即时</label> </li> <li> <span> </span> <button id="btnSignCheck" class="login-btn" type="submit">登 录</button> <a class="regbt" href="reg.php" rel="nofollow">注册账号</a></li> </ul> </form> </div> <br class="clear"/> </div> <div class="footer">Copyright © 2012-2017 uzhanxun.com <a href="http://www.uzhanxun.com">U展讯 - 展会信息网</a> 版权所有 </div> </body> </html>