You've already forked EasyImages2.0
mirror of
https://github.com/icret/EasyImages2.0.git
synced 2025-12-16 11:53:58 +08:00
v2.6.3
This commit is contained in:
@@ -236,7 +236,7 @@ if (isset($_GET['recycle_reimg'])) {
|
||||
header("refresh:1;url=/admin/admin.inc.php");
|
||||
}
|
||||
?>
|
||||
<div class="row" style="margin-bottom:100px">
|
||||
<div class="row">
|
||||
<div class="alert alert-primary alert-dismissable">
|
||||
<button type="button" class="close" data-dismiss="alert" aria-hidden="true">x</button>
|
||||
<h5>目录保存以 年/月/日/ 递进,非必要请勿修改! 否则会导致部分操作不可用;</h5>
|
||||
|
||||
@@ -65,7 +65,7 @@ if (is_array($char_data)) {
|
||||
box-shadow: 3px 2px 3px 2px rgba(19, 17, 36, 0.5);
|
||||
}
|
||||
</style>
|
||||
<div class="row" style="margin-bottom:100px">
|
||||
<div class="row">
|
||||
<div class="clo-md-12">
|
||||
<div class="alert alert-warning">
|
||||
<form action="chart.php" method="post">
|
||||
|
||||
@@ -133,12 +133,12 @@ if (isset($_POST['password']) and isset($_POST['user'])) {
|
||||
<input type="password" name="password" id="password" class="form-control" value="" placeholder="输入登录密码" autocomplete="off" required="required">
|
||||
<input type="hidden" name="password" id="md5_password">
|
||||
<?php if ($config['captcha']) : ?>
|
||||
<input class="form-control" type="text" name="code" value="" placeholder="输入下方4位数验证码" autocomplete="off" required="required" />
|
||||
<div class="form-group">
|
||||
<div class="col">
|
||||
<label><img src="../application/captcha.php" onClick="this.src='../application/captcha.php?nocache='+Math.random()" title="点击换一张" /></label>
|
||||
</div>
|
||||
<input class="form-control" type="text" name="code" value="" placeholder="输入下方4位数验证码" autocomplete="off" required="required" />
|
||||
<div class="form-group">
|
||||
<div class="col">
|
||||
<label><img src="../application/captcha.php" onClick="this.src='../application/captcha.php?nocache='+Math.random()" title="点击换一张" /></label>
|
||||
</div>
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
<button type="submit" class="btn btn-block btn-primary">登 录</button>
|
||||
<p class="signup">忘记账号或密码请查看<a href="#fogot" data-moveable="inside" data-remember-pos="false" data-toggle="modal" data-target="#fogot" data-position="center">帮助信息</a></p>
|
||||
|
||||
Reference in New Issue
Block a user