123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183 |
- <?php defined('IN_PHPCMS') or exit('No permission resources.'); ?><!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" />
- <meta http-equiv="X-UA-Compatible" content="IE=7" />
- <title>phpcmsV9 - <?php echo L('member','','member').L('manage_center');?></title>
- <link href="<?php echo CSS_PATH;?>reset.css" rel="stylesheet" type="text/css" />
- <link href="<?php echo CSS_PATH;?>table_form.css" rel="stylesheet" type="text/css" />
- <script type="text/javascript" src="<?php echo JS_PATH;?>jquery.min.js"></script>
- <script type="text/javascript" src="<?php echo JS_PATH;?>cookie.js"></script>
- <script type="text/javascript" src="<?php echo JS_PATH;?>member_common.js"></script>
- <script type="text/javascript" src="<?php echo JS_PATH;?>dialog.js"></script>
- <script type="text/javascript" src="<?php echo JS_PATH;?>formvalidator.js" charset="UTF-8"></script>
- <script type="text/javascript" src="<?php echo JS_PATH;?>formvalidatorregex.js" charset="UTF-8"></script>
- <script language="JavaScript">
- <!--
- $(function(){
- $.formValidator.initConfig({autotip:true,formid:"myform",onerror:function(msg){}});
- $("#username").formValidator({onshow:"<?php echo L('input').L('username');?>",onfocus:"<?php echo L('between_2_to_20');?>"}).inputValidator({min:2,max:20,onerror:"<?php echo L('between_2_to_20');?>"}).regexValidator({regexp:"ps_username",datatype:"enum",onerror:"<?php echo L('username').L('format_incorrect');?>"});
- $("#password").formValidator({onshow:"<?php echo L('input').L('password');?>",onfocus:"<?php echo L('password').L('between_6_to_20');?>"}).inputValidator({min:6,max:20,onerror:"<?php echo L('password').L('between_6_to_20');?>"});
- });
- //-->
- </script>
- <link href="<?php echo CSS_PATH;?>dialog_simp.css" rel="stylesheet" type="text/css" />
- <style type="text/css">
- .submit,.pass-logo a,.form-login .input label,.item span{display:inline-block;zoom:1;*display:inline;}
- .blue,.blue a{color:#377abe}
- .log{line-height:24px; height:24px;float:right; font-size:12px}
- .log span{color:#ced9e7}
- .log a{color:#049;text-decoration: none;}
- .log a:hover{text-decoration: underline;}
- #header{ height:94px; background:url(<?php echo IMG_PATH;?>member/h.png) repeat-x}
- #header .logo{ padding-right:100px;float:left;background:url(<?php echo IMG_PATH;?>member/login-logo.png) no-repeat right 2px;}
- #header .content{width:920px; margin:auto; height:60px;padding:10px 0 0 0}
- #content{width:920px; margin:auto; padding:36px 0 0 0}
- .form-login{ width:440px; padding-left:40px}
- .form-login h2{font-size:25px;color:#494949;border-bottom: 1px dashed #CCC;padding-bottom:3px; margin-bottom:10px}
- .form-login .input{ padding:7px 0}
- .form-login .input label{ width:84px;font-size:14px; color:#888; text-align:right}
- .take,.reg{padding:0 0 0 84px}
- .take .submit{ margin-top:10px}
- .form-login .hr{background: url(<?php echo IMG_PATH;?>member/line.png) no-repeat left center; height:50px;}
- .form-login .hr hr{ display:none}
- .submit{padding-left:3px}
- .submit,.submit input{ background: url(<?php echo IMG_PATH;?>member/but.png) no-repeat; height:29px;cursor:hand;}
- .submit input{background-position: right top; border:none; padding:0 10px 0 7px; font-size:14px}
- .reg{ color:#666; line-height:24px}
- .reg .submit{background-position: left -35px; height:35px}
- .reg .submit input{background-position: right -35px; font-weight:700; color:#fff; height:35px}
- .col-1{position:relative; float:right; border:1px solid #c4d5df; zoom:1;background: url(<?php echo IMG_PATH;?>member/member_title.png) repeat-x; width:310px; margin: auto; height:304px}
- .col-1 span.o1,
- .col-1 span.o2,
- .col-1 span.o3,
- .col-1 span.o4{position:absolute;width:3px;height:3px; overflow:hidden;background: url(<?php echo IMG_PATH;?>fillet.png) no-repeat}
- .col-1 span.o1{background-position: left -6px; top:-1px; left:-1px}
- .col-1 span.o2{background-position: right -6px; top:-1px; right:-1px}
- .col-1 span.o3{background-position: left -9px; bottom:-1px; left:-1px}
- .col-1 span.o4{background-position: right -9px; bottom:-1px; right:-1px;}
- .col-1 .title{color:#386ea8; padding:5px 10px 3px}
- .col-1 div.content{padding:0px 10px 10px}
- .col-1 div.content h5{background: url(<?php echo IMG_PATH;?>member/ext-title.png) no-repeat 2px 10px; height:34px}
- .col-1 div.content h5 strong{ visibility: hidden}
- .pass-logo{ margin:auto; width:261px; padding-top:15px}
- .pass-logo p{border-top: 1px solid #e1e4e8; padding-top:15px}
- .item{padding:10px 0; vertical-align:middle; margin-bottom:10px}
- .item span{ color:#8c8686}
- .login-list li{ float:left;height:26px; margin-bottom:14px;width:123px;background:url(<?php echo IMG_PATH;?>member/mbg.png) no-repeat}
- .login-list li a{ display:block;background-repeat:no-repeat; background-position:6px 5px;height:26px; padding-left:36px; line-height:26px}
- .login-list li a:hover{text-decoration: none;}
- #footer{color:#666; line-height:24px;width:920px; margin:auto; text-align:center; padding:12px 0; margin-top:52px; border-top:1px solid #e5e5e5}
- #footer a{color:#666;}
- </style>
- </head>
- <body>
- <div id="header">
- <div class="content">
- <div class="logo"><a href="<?php echo $siteinfo['domain'];?>"><img src="<?php echo IMG_PATH;?>v9/member_logo.jpg"/></a></div>
- <span class="rt log"></span>
- </div>
- </div>
- <div id="content">
- <div class="col-left form-login" id="logindiv">
- <form method="post" action="" onsubmit="save_username();" id="myform" name="myform">
- <input type="hidden" name="forward" id="forward" value="<?php echo $forward;?>">
- <h2><?php echo L('member').L('login');?></h2>
- <div class="input">
- <label><?php echo L('username');?>:</label><input type="text" id="username" name="username" size="22" class="input-text">
- </div>
- <div class="input">
- <label><?php echo L('password');?>:</label><input type="password" id="password" name="password" size="22" class="input-text">
- </div>
- <div class="input">
- <label><?php echo L('checkcode');?>:</label><input type="text" id="code" name="code" size="8" class="input-text"><?php echo form::checkcode('code_img', '5', '14', 120, 26);?>
- </div>
- <div class="take">
- <input type="checkbox" name="cookietime" value="2592000" id="cookietime"> <?php echo L('remember');?><?php echo L('username');?>
- <a href="index.php?m=member&c=index&a=public_get_password_type&siteid=<?php echo $siteid;?>" class="blue"><?php echo L('forgetpassword');?></a><br />
- <div class="submit"><input type="submit" name="dosubmit" id="dosubmit" value="<?php echo L('login');?>"></div></div>
- <div class="hr"><hr /></div>
- <div class="reg"><?php echo L('no_phpcms_account');?><br />
- <div class="submit"><input type="button" name="register" value="<?php echo L('immediately').L('register');?>" onclick="redirect('<?php echo APP_PATH;?>index.php?m=member&c=index&a=register&siteid=<?php echo $siteid;?>')"></div></div>
- </form>
- </div>
- <div class="col-auto">
- <?php if($setting['connect_enable']) { ?>
- <div class="col-1">
- <div class="content">
- <h5><strong><?php echo L('use_passport');?></strong></h5>
- <div class="pass-logo">
- <ul class="item login-list clear blue">
- <?php if($setting['snda_akey'] || $setting['snda_skey']) { ?>
- <li style="margin-right:14px;"><a href="javascript:;" onclick="show_login('snda');return false;" style="background-image:url(<?php echo IMG_PATH;?>member/logo/snda_16_16.png)">盛大通行证</a></li>
- <?php } ?>
- <?php if($setting['sina_akey'] || $setting['sina_skey']) { ?>
- <li><a href="javascript:;" onclick="show_login('sina');return false;" style="background-image:url(<?php echo IMG_PATH;?>member/logo/sina_16_16.png)">新浪微博登录</a></li>
- <?php } ?>
- <?php if($setting['qq_akey'] || $setting['qq_skey']) { ?>
- <li style="margin-right:14px;"><a href="javascript:;" onclick="show_login('qq');return false;" style="background-image:url(<?php echo IMG_PATH;?>member/logo/qq_16_16.png)">腾讯微博登录</a></li>
- <?php } ?>
- <?php if($setting['qq_appkey'] || $setting['qq_appid']) { ?>
- <li style="margin-right:14px;"><a href="<?php echo APP_PATH;?>index.php?m=member&c=index&a=public_qq_loginnew" target="_blank" style="background-image:url(<?php echo IMG_PATH;?>member/logo/qq_16_16.png)">腾讯QQ登录</a></li>
- <?php } ?>
- </ul>
- <p>
- <span class="blue"><?php echo L('other_passport_introduce');?></span>
- <br />
- <?php echo L('other_passport_info');?>
- </p>
- </div>
- </div>
- <span class="o1"></span><span class="o2"></span><span class="o3"></span><span class="o4"></span>
- </div>
- <?php } else { ?>
- <div class="col-1">
- <script language="javascript" src="<?php echo APP_PATH;?>index.php?m=poster&c=index&a=show_poster&id=2"></script>
- </div>
- <?php } ?>
- </div>
- </div>
- <script language="JavaScript">
- <!--
- $(function(){
- $('#username').focus();
- })
- function save_username() {
- if($('#cookietime').attr('checked')==true) {
- var username = $('#username').val();
- setcookie('username', username, 3);
- } else {
- delcookie('username');
- }
- }
- var username = getcookie('username');
- if(username != '' && username != null) {
- $('#username').val(username);
- $('#cookietime').attr('checked',true);
- }
- function show_login(site) {
- if(site == 'sina') {
- art.dialog({lock:false,title:'<?php echo L('sina_login');?>',id:'protocoliframe', iframe:'index.php?m=member&c=index&a=public_sina_login',width:'500',height:'310',yesText:'<?php echo L('close');?>'}, function(){
- });
- } else if(site == 'snda') {
- art.dialog({lock:false,title:'<?php echo L('snda_login');?>',id:'protocoliframe', iframe:'index.php?m=member&c=index&a=public_snda_login',width:'500',height:'310',yesText:'<?php echo L('close');?>'}, function(){
- });
- } else if(site == 'qq') {
- art.dialog({lock:false,title:'<?php echo L('qq_login');?>',id:'protocoliframe', iframe:'index.php?m=member&c=index&a=public_qq_login',width:'500',height:'310',yesText:'<?php echo L('close');?>'}, function(){
- });
- }
- }
- //-->
- </script>
- <?php include template('member', 'footer'); ?>
|