2012-04-05 00:01:51 -03:00
|
|
|
<%--@elvariable id="isHsql" type="boolean"--%>
|
2012-02-12 02:55:42 -03:00
|
|
|
|
2012-04-05 00:01:51 -03:00
|
|
|
<%@ include file="/jsp/init.jsp" %>
|
2012-02-12 02:55:42 -03:00
|
|
|
|
|
|
|
<div id="loginContent">
|
2012-04-15 08:00:51 -03:00
|
|
|
<div class="sb loginNews">
|
2012-02-12 02:55:42 -03:00
|
|
|
<h1>What is New: </h1>
|
|
|
|
<ul>
|
|
|
|
<li>Links Between Nodes</li>
|
|
|
|
<li>FreeMind 0.9 Update</li>
|
|
|
|
<li>Improved HTML 5.0 Support</li>
|
2012-04-05 00:01:51 -03:00
|
|
|
<li>Firefox 6.0 is officially supported</li>
|
2012-02-12 02:55:42 -03:00
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
<div id="login" class="sb">
|
|
|
|
<h1>
|
|
|
|
<spring:message code="SIGN_IN"/>
|
|
|
|
</h1>
|
|
|
|
|
|
|
|
<form action="<c:url value='/j_spring_security_check'/>" method="POST">
|
|
|
|
<table>
|
|
|
|
<tbody>
|
2012-04-05 00:01:51 -03:00
|
|
|
<c:if test="${not empty param.login_error}">
|
2012-02-12 02:55:42 -03:00
|
|
|
<tr>
|
|
|
|
<td>
|
|
|
|
|
|
|
|
</td>
|
|
|
|
<td class="errorMsg">
|
|
|
|
<c:choose>
|
|
|
|
<c:when test="${param.login_error == 3}">
|
|
|
|
<spring:message code="USER_INACTIVE"/>
|
|
|
|
</c:when>
|
|
|
|
<c:otherwise>
|
|
|
|
<spring:message code="LOGIN_ERROR"/>
|
|
|
|
</c:otherwise>
|
|
|
|
</c:choose>
|
|
|
|
</td>
|
|
|
|
</tr>
|
2012-04-05 00:01:51 -03:00
|
|
|
</c:if>
|
|
|
|
<tr>
|
|
|
|
<td class="formLabel">
|
2012-04-05 14:18:13 -03:00
|
|
|
<label for="email"><spring:message code="EMAIL"/>:</label>
|
2012-04-05 00:01:51 -03:00
|
|
|
</td>
|
|
|
|
<td>
|
|
|
|
<input type='text' tabindex="1" id="email" name='j_username'/>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td class="formLabel">
|
2012-04-05 14:18:13 -03:00
|
|
|
<label for="password"><spring:message code="PASSWORD"/>:</label>
|
2012-04-05 00:01:51 -03:00
|
|
|
</td>
|
|
|
|
<td>
|
|
|
|
<input type='password' tabindex="2" id="password" name='j_password'/>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td class="formLabel">
|
|
|
|
<input type="checkbox" id="rememberme" name="_spring_security_remember_me"/>
|
|
|
|
</td>
|
|
|
|
<td>
|
2012-04-05 14:18:13 -03:00
|
|
|
<label for="rememberme"><spring:message code="REMEMBER_ME"/>:</label>
|
2012-04-05 00:01:51 -03:00
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td> </td>
|
|
|
|
<td>
|
|
|
|
<input type="submit" class="btn-primary" id="submitButton"
|
|
|
|
value="<spring:message code="SIGN_IN"/>">
|
2012-02-12 02:55:42 -03:00
|
|
|
|
2012-04-15 08:00:51 -03:00
|
|
|
<div style="text-align:right;"><a href="<c:url value="/c/forgotPassword.htm"/>">
|
2012-04-05 00:01:51 -03:00
|
|
|
<spring:message code="FORGOT_PASSWORD"/>
|
|
|
|
</a></div>
|
|
|
|
</td>
|
|
|
|
</tr>
|
2012-02-12 02:55:42 -03:00
|
|
|
</tbody>
|
|
|
|
</table>
|
|
|
|
</form>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div id="register">
|
2012-04-05 14:18:13 -03:00
|
|
|
<b><spring:message code="NOT_READY_A_USER"/></b>
|
2012-02-12 02:55:42 -03:00
|
|
|
<spring:message code="NOT_READY_A_USER_MESSAGE"/>
|
2012-04-15 08:00:51 -03:00
|
|
|
<a href="c/userRegistration.htm">
|
2012-02-12 02:55:42 -03:00
|
|
|
<spring:message code="JOIN_NOW"/>
|
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<c:if test="${isHsql== 'true'}">
|
2012-04-05 00:01:51 -03:00
|
|
|
<div style="padding:10px;background-color: #E0EFFF; border-radius: 5px 5px 5px 5px;border-style:solid;border-color:gray">
|
2012-04-05 14:18:13 -03:00
|
|
|
<img src="../images/info.png" style="margin:0 4px" alt="info">
|
|
|
|
<spring:message code="NO_PRODUCTION_DATABASE_CONFIGURED"/> <a
|
2012-04-05 00:01:51 -03:00
|
|
|
href="http://www.wisemapping.org/documentation/configu">here</a>.
|
|
|
|
</div>
|
2012-02-12 02:55:42 -03:00
|
|
|
</c:if>
|