|
|
@@ -2,9 +2,8 @@ |
|
|
|
<html> |
|
|
|
<head> |
|
|
|
<meta charset="utf-8"> |
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> |
|
|
|
<meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"> |
|
|
|
<meta name="robots" content="noindex,nofollow"> |
|
|
|
<meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"> |
|
|
|
<title><?php echo $cfg_webname;?>后台登录</title> |
|
|
|
<link rel="stylesheet" href="/static/web/css/font-awesome.min.css"> |
|
|
|
<link rel="stylesheet" href="/static/web/css/bootstrap.min.css"> |
|
|
@@ -44,11 +43,11 @@ |
|
|
|
<input type="hidden" name="adminstyle" value="newDedeBIZ"> |
|
|
|
<div class="form-group"> |
|
|
|
<label for="iptUserid">管理员账号</label> |
|
|
|
<input type="text" name="userid" id="iptUserid" class="form-control" placeholder="请输入管理员账号" required="required"> |
|
|
|
<input type="text" name="userid" id="iptUserid" class="form-control" placeholder="请输入管理员账号" required> |
|
|
|
</div> |
|
|
|
<div class="form-group"> |
|
|
|
<label for="iptPwd">管理员密码</label> |
|
|
|
<input type="password" name="pwd" id="iptPwd" class="form-control" placeholder="请输入管理员密码" required="required"> |
|
|
|
<input type="password" name="pwd" id="iptPwd" class="form-control" placeholder="请输入管理员密码" autocomplete="off" required> |
|
|
|
</div> |
|
|
|
<div id="vdimgck" class="form-group" style="display:none"> |
|
|
|
<label for="iptValidate">验证码</label> |
|
|
|