We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95598c8 commit 47e315fCopy full SHA for 47e315f
trunk/web/template/bshark/loginpage.php
@@ -71,6 +71,13 @@
71
<i class="iconfont icon-key"></i>
72
<input placeholder="<?php echo $MSG_PASSWORD;?>" autocomplete="new-password" type="password" name="password">
73
</div>
74
+<?php if ($OJ_VCODE) { ?>
75
+ <div class="input-o">
76
+ <input name="vcode" placeholder="验证码" type="text">
77
+ </div>
78
+ <img id="vcode-img" src="vcode.php" onclick="this.src='vcode.php?'+Math.random()" height="30px">
79
+<?php } ?>
80
+
81
<button class="button-login"><?php echo $MSG_LOGIN;?></button>
82
</form>
83
<script src="<?php echo $OJ_CDN_URL?>/include/md5-min.js"></script>
0 commit comments