Browse Source

同步

adminstyle
叙述、别离 1 week ago
parent
commit
aa2289fe5e
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      src/admin/templets/login.htm
  2. +1
    -1
      src/user/templets/login.htm

+ 1
- 1
src/admin/templets/login.htm View File

@@ -48,7 +48,7 @@
<div id="vdimgck" class="form-group" style="display:none">
<div class="input-group">
<input type="text" name="validate" id="iptValidate" class="form-control text-uppercase" placeholder="请输入验证码">
<img src="<?php echo $cfg_phpurl;?>/vdimgck.php" onclick="this.src='<?php echo $cfg_phpurl;?>/vdimgck.php?'+new Date().getTime()+Math.round(Math.random() * 10000)" title="验证码" id="validateimg">
<div class="input-group-append"><img src="<?php echo $cfg_phpurl;?>/vdimgck.php" onclick="this.src='<?php echo $cfg_phpurl;?>/vdimgck.php?'+new Date().getTime()+Math.round(Math.random() * 10000)" title="验证码" id="validateimg"></div>
</div>
<div class="form-icon">
<i class="fa fa-code"></i>


+ 1
- 1
src/user/templets/login.htm View File

@@ -31,7 +31,7 @@
<label for="iptValidate">验证码</label>
<div class="input-group">
<input type="text" name="vdcode" id="iptValidate" class="form-control text-uppercase" placeholder="请输入验证码">
<img src="<?php echo $cfg_phpurl;?>/vdimgck.php" id="validateimg" onclick="this.src='<?php echo $cfg_phpurl;?>/vdimgck.php?'+new Date().getTime()+Math.round(Math.random() * 10000)" title="验证码">
<div class="input-group-append"><img src="<?php echo $cfg_phpurl;?>/vdimgck.php" id="validateimg" onclick="this.src='<?php echo $cfg_phpurl;?>/vdimgck.php?'+new Date().getTime()+Math.round(Math.random() * 10000)" title="验证码"></div>
</div>
</div>
<div class="form-group"><a href="<?php echo $cfg_memberurl;?>/resetpassword.php">忘记密码?</a></div>


Loading…
Cancel
Save