Parcourir la source

同步

tags/6.3.2
叙述、别离 il y a 1 an
Parent
révision
aa2289fe5e
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. +1
    -1
      src/admin/templets/login.htm
  2. +1
    -1
      src/user/templets/login.htm

+ 1
- 1
src/admin/templets/login.htm Voir le fichier

@@ -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 Voir le fichier

@@ -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>


Chargement…
Annuler
Enregistrer