Skip to content

Commit

Permalink
Update loginpage.php
Browse files Browse the repository at this point in the history
  • Loading branch information
zhblue authored Dec 12, 2022
1 parent 95598c8 commit 47e315f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions trunk/web/template/bshark/loginpage.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,13 @@
<i class="iconfont icon-key"></i>
<input placeholder="<?php echo $MSG_PASSWORD;?>" autocomplete="new-password" type="password" name="password">
</div>
<?php if ($OJ_VCODE) { ?>
<div class="input-o">
<input name="vcode" placeholder="验证码" type="text">
</div>
<img id="vcode-img" src="vcode.php" onclick="this.src='vcode.php?'+Math.random()" height="30px">
<?php } ?>

<button class="button-login"><?php echo $MSG_LOGIN;?></button>
</form>
<script src="<?php echo $OJ_CDN_URL?>/include/md5-min.js"></script>
Expand Down

0 comments on commit 47e315f

Please sign in to comment.