|
@@ -42,7 +42,7 @@
|
|
|
<div class="loginWraper">
|
|
|
<div id="loginform" class="loginBox">
|
|
|
<form onsubmit="checkLogin()" class="form form-horizontal" id="login-from" action="${pageContext.request.contextPath }/login" method="post">
|
|
|
- <h3>用户登录</h3>
|
|
|
+ <h3 style="margin-top: 20px;">用户登录</h3>
|
|
|
<input type="hidden"
|
|
|
value="<%=session.getAttribute("loginToken")%>" name="loginToken">
|
|
|
<%--<c:if test="${!empty isShowDiv}">
|