浏览代码

修改错误文字

tags/6.0.4^2
xushubieli 3 年前
父节点
当前提交
17ad2831aa
共有 1 个文件被更改,包括 6 次插入9 次删除
  1. +6
    -9
      src/dede/templets/login.htm

+ 6
- 9
src/dede/templets/login.htm 查看文件

@@ -58,11 +58,11 @@ header .logo {
<?php echo $redmsg; ?> <?php echo $redmsg; ?>
</div> </div>
<div class="login-area"> <div class="login-area">
<h2 class="text-center">管理目录</h2>
<h3 class="text-center">后台登录</h3>
<form name="form1" method="post" action="login.php"> <form name="form1" method="post" action="login.php">
<input type="hidden" name="gotopage" value="<?php if(!empty($gotopage)) echo RemoveXSS($gotopage);?>" />
<input type="hidden" name="dopost" value="login" />
<input name='adminstyle' type='hidden' value='newDedeBIZ' />
<input type="hidden" name="gotopage" value="<?php if(!empty($gotopage)) echo RemoveXSS($gotopage); ?>">
<input type="hidden" name="dopost" value="login">
<input type="hidden" name="adminstyle" value="newDedeBIZ">
<div class="form-group"> <div class="form-group">
<label for="iptUserid">用户名</label> <label for="iptUserid">用户名</label>
<input type="text" name="userid" class="form-control" id="iptUserid"> <input type="text" name="userid" class="form-control" id="iptUserid">
@@ -74,11 +74,8 @@ header .logo {
<div class="form-group"> <div class="form-group">
<label for="iptValidate">验证码</label> <label for="iptValidate">验证码</label>
<div class="input-group"> <div class="input-group">
<input type="text" name="validate" class="form-control" id="iptValidate"
style="text-transform:uppercase;">
<img src="../plus/vdimgck.php" id="validateimg" style="cursor:pointer;"
onclick="this.src='../plus/vdimgck.php?'+new Date().getTime()+Math.round(Math.random() * 10000)"
title="点击我更换图片" alt="点击我更换图片" />
<input type="text" name="validate" class="form-control" id="iptValidate" style="text-transform:uppercase">
<img src="../plus/vdimgck.php" id="validateimg" style="cursor:pointer" onclick="this.src='../plus/vdimgck.php?'+new Date().getTime()+Math.round(Math.random() * 10000)" title="验证码">
</div> </div>
</div> </div>
<button type="submit" class="btn btn-success btnLogin">登录</button> <button type="submit" class="btn btn-success btnLogin">登录</button>


正在加载...
取消
保存