| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127 |
- <!DOCTYPE html>
- <html lang=zh-cn>
- <head>
- <meta charset=utf-8>
- <title>纵横通行帐号</title>
- <meta name=description content=一个帐号通用纵横旗下所有网络产品。>
- <meta name=copyright content=smartcost.com.cn>
- <link href="<?php echo $data['rootUrl_IMG']; ?>favicon.ico" rel="shortcut icon">
- <link rel=stylesheet href=<?php echo $data['rootUrl_CSS']; ?>global.css>
- <script src=<?php echo $data['rootUrl_JS']; ?>jquery-1.7.1.min.js></script>
- <script src=<?php echo $data['rootUrl_JS']; ?>global.js></script>
- <script src=<?php echo $data['rootUrl_JS']; ?>jquery.validate.min.js></script>
- <script type="text/javascript">
- $(function(){
- $("#loginform").validate({
- rules: {
- zhusername: {
- required: true
- },
- zhuserpasswd: {
- required: true,
- minlength: 6
- }
- },
- messages: {
- zhusername:{
- required:"请填写您的邮箱/手机号"
- },
- zhuserpasswd:{
- required:"请输入密码",
- minlength: "密码长度不能小于6"
- }
- },
- errorElement: "span",// 错误信息容器标签
- errorClass: "erroT",
- validClass: "inputSus",
- onkeyup: false
- });
- });
- </script>
- </head>
- <body>
- <?php include Doo::conf()->SITE_PATH . Doo::conf()->PROTECTED_FOLDER . "viewc/v2/_header.php"; ?>
- <div class="width950 userInfoPanel clearfix">
- <a href="http://sso.smartcost.com.cn" title="返回通行帐号首页"><img src="<?php echo $data['rootUrl_IMG']; ?>mainlogo.png" class="fL"></a>
- </div>
- <div class="indexBanner">
- <div class="width950 clearfix">
- <div class="loginPanel">
- <?php if( $data['userid'] ): ?>
- <div class="warpLogin">
- <h2>您已经登录</h2>
- <div class="formLine clearfix">
- <p class="userName"><?php echo $data['username']; ?></p>
- <a href="<?php echo $data['rootUrl']; ?>profile" class="button btn-blue">进入个人中心</a><a href="<?php echo $data['rootUrl']; ?>deposit" class="button btn-red">充值</a>
- </div>
- <div class="formLine clearfix">
- <p class="formLink"><a href="<?php echo $data['rootUrl']; ?>logout">退出</a></p>
- </div>
- </div>
- <?php else: ?>
- <div class="warpLogin">
- <h2>登录通行帐号</h2>
- <form method="post" name="loginform" id="loginform">
- <div class="formLine">
- <label class="textTips">邮箱/手机号</label>
- <input class="text" type="text" id="zhusername" name="zhusername">
- </div>
- <div class="formLine">
- <label class="textTips">登录密码</label>
- <input class="text" type="password" name="zhuserpasswd" id="zhuserpasswd">
- </div>
- <div class="formLine clearfix">
- <input type="submit" class="button btn-blue " value="登录" /><span class="submitSus"><?php echo $data['messages']; ?></span>
- </div>
- </form>
- <div class="formLine">
- <p class="formLink"><a href="<?php echo $data['rootUrl']; ?>getpasswd">忘记密码</a> | <a href="http://help.smartcost.com.cn/hc/kb/category/23097/" target="_blank">使用帮助</a></p>
- <a href="<?php echo $data['rootUrl']; ?>reg" class="button btn-green" style="width:190px">注册纵横通行帐号</a>
- </div>
- </div>
- <?php endif; ?>
- </div>
- </div>
- </div>
- <div class="proList">
- <div class="width950">
- <h2 class="proTitle"></h2>
- <div class="listItem clearfix">
- <div class="entry">
- <div class="eImg zhzdimg"></div>
- <div class="links"><a href="http://zhzdwd.com" target="_blank">问答</a> | <a href="http://zhzdwk.com" target="_blank">文库</a> | <a href="http://zhzdjg.com" target="_blank">价格信息</a></div>
- </div>
- <div class="entry">
- <div class="eImg wsoftimg"></div>
- <div class="links"><a href="http://ol.smartcost.com.cn" target="_blank">立即下载免费网络版</a></a></div>
- </div>
- <div class="entry">
- <div class="eImg qyimg"></div>
- <div class="links"><a href="http://tk.smartcost.com.cn" target="_blank">立即登录纵横工程题库</a></a></div>
- </div>
- </div>
- </div>
- </div>
- <div class="helpList width950 clearfix">
- <div class="fL">
- <h2 class="helpTitle1"></h2>
- <div class="helpLinks">
- <a href="http://help.smartcost.com.cn/hc/kb/article/161201/" target="_blank">注册通行帐号</a> <a href="http://help.smartcost.com.cn/hc/kb/article/161204/" target="_blank">无法收取激活邮件</a> <a href="http://help.smartcost.com.cn/hc/kb/section/90393/" target="_blank">帐号充值</a>
- </div>
- </div>
- <div class="fL">
- <h2 class="helpTitle2"></h2>
- <div class="helpLinks">
- <a href="http://zhzdwk.com/user/vip" target="_blank">开通年费会员,文库全站免费下载</a>
- </div>
- </div>
- <div class="fL">
- <h2 class="helpTitle3"></h2>
- <div class="helpLinks">
- <a href="http://weibo.com/smartcost" target="_blank" class="sina"><img src="<?php echo $data['rootUrl_IMG']; ?>sina.png"> 纵横新浪微博</a> <a href="http://t.qq.com/smartcost" target="_blank" class="qq"><img src="<?php echo $data['rootUrl_IMG']; ?>qq.png"> 纵横腾讯微博</a>
- </div>
- </div>
- </div>
- <?php include Doo::conf()->SITE_PATH . Doo::conf()->PROTECTED_FOLDER . "viewc/v2/_footer.php"; ?>
- </body>
- </html>
|