|
|
@ -42,9 +42,9 @@
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="col-sm-5">
|
|
|
|
<div class="col-sm-5">
|
|
|
|
<form id="signupForm" autocomplete="off">
|
|
|
|
<form id="signupForm" autocomplete="off">
|
|
|
|
<h3><strong>保密业务辅助后台管理系统</strong></h3>
|
|
|
|
<h3><strong>保密业务综合管理系统</strong></h3>
|
|
|
|
<input type="text" name="username" class="form-control uname" placeholder="用户名" value="admin" />
|
|
|
|
<input type="text" name="username" class="form-control uname" placeholder="用户名" value="" />
|
|
|
|
<input type="password" name="password" class="form-control pword" placeholder="密码" value="admin123" />
|
|
|
|
<input type="password" name="password" class="form-control pword" placeholder="密码" value="" />
|
|
|
|
<div class="checkbox-custom m-t" th:if="${isRemembered}">
|
|
|
|
<div class="checkbox-custom m-t" th:if="${isRemembered}">
|
|
|
|
<input type="checkbox" id="rememberme" name="rememberme"> <label for="rememberme">记住我</label>
|
|
|
|
<input type="checkbox" id="rememberme" name="rememberme"> <label for="rememberme">记住我</label>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|