|
|
@ -104,14 +104,14 @@
|
|
|
|
<input type="text" name="username" class="form-control uname" placeholder="用户名" value="admin" />
|
|
|
|
<input type="text" name="username" class="form-control uname" placeholder="用户名" value="admin" />
|
|
|
|
<input type="password" name="password" class="form-control pword" placeholder="密码" value="admin123" />
|
|
|
|
<input type="password" name="password" class="form-control pword" placeholder="密码" value="admin123" />
|
|
|
|
<div class="row m-t" th:if="${captchaEnabled==true}">
|
|
|
|
<div class="row m-t" th:if="${captchaEnabled==true}">
|
|
|
|
<div class="col-xs-6">
|
|
|
|
<!--<div class="col-xs-6">
|
|
|
|
<input type="text" name="validateCode" class="form-control code" placeholder="验证码" maxlength="5" />
|
|
|
|
<input type="text" name="validateCode" class="form-control code" placeholder="验证码" maxlength="5" />
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="col-xs-6">
|
|
|
|
<div class="col-xs-6">
|
|
|
|
<a href="javascript:void(0);" title="点击更换验证码">
|
|
|
|
<a href="javascript:void(0);" title="点击更换验证码">
|
|
|
|
<img th:src="@{captcha/captchaImage(type=${captchaType})}" class="imgcode" width="85%"/>
|
|
|
|
<img th:src="@{captcha/captchaImage(type=${captchaType})}" class="imgcode" width="85%"/>
|
|
|
|
</a>
|
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
</div>-->
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="checkbox-custom" th:classappend="${captchaEnabled==false} ? 'm-t'">
|
|
|
|
<div class="checkbox-custom" th:classappend="${captchaEnabled==false} ? 'm-t'">
|
|
|
|
<input type="checkbox" id="rememberme" name="rememberme"> <label for="rememberme">记住我</label>
|
|
|
|
<input type="checkbox" id="rememberme" name="rememberme"> <label for="rememberme">记住我</label>
|
|
|
|