|
|
|
@ -20,33 +20,33 @@ |
|
|
|
|
<div style="margin-bottom:1em;max-width:50em;text-align:left;"><sub:wiki text="${model.loginMessage}"/></div> |
|
|
|
|
|
|
|
|
|
<table> |
|
|
|
|
<tr> |
|
|
|
|
<td colspan="2" align="left" style="padding-bottom:10px"> |
|
|
|
|
<img src="<spring:theme code="logoImage"/>" alt=""> |
|
|
|
|
</td> |
|
|
|
|
</tr> |
|
|
|
|
<tr> |
|
|
|
|
<td align="left" style="padding-right:10px"><fmt:message key="login.username"/></td> |
|
|
|
|
<td align="left"><input type="text" id="j_username" name="j_username" style="width:12em" tabindex="1"></td> |
|
|
|
|
</tr> |
|
|
|
|
<tr> |
|
|
|
|
<td colspan="2" align="left" style="padding-bottom:10px"> |
|
|
|
|
<img src="<spring:theme code="logoImage"/>" alt=""> |
|
|
|
|
</td> |
|
|
|
|
</tr> |
|
|
|
|
<tr> |
|
|
|
|
<td align="left" style="padding-right:10px"><fmt:message key="login.username"/></td> |
|
|
|
|
<td align="left"><input type="text" id="j_username" name="j_username" style="width:12em" tabindex="1"></td> |
|
|
|
|
</tr> |
|
|
|
|
|
|
|
|
|
<tr> |
|
|
|
|
<td align="left" style="padding-bottom:10px"><fmt:message key="login.password"/></td> |
|
|
|
|
<td align="left" style="padding-bottom:10px"><input type="password" name="j_password" style="width:12em" tabindex="2"></td> |
|
|
|
|
</tr> |
|
|
|
|
<tr> |
|
|
|
|
<td align="left" style="padding-bottom:10px"><fmt:message key="login.password"/></td> |
|
|
|
|
<td align="left" style="padding-bottom:10px"><input type="password" name="j_password" style="width:12em" tabindex="2"></td> |
|
|
|
|
</tr> |
|
|
|
|
|
|
|
|
|
<tr> |
|
|
|
|
<td align="left"><input name="submit" type="submit" value="<fmt:message key="login.login"/>" tabindex="4"></td> |
|
|
|
|
<td align="left" class="detail"> |
|
|
|
|
<input type="checkbox" name="remember-me" id="remember" class="checkbox" tabindex="3"> |
|
|
|
|
<label for="remember"><fmt:message key="login.remember"/></label> |
|
|
|
|
</td> |
|
|
|
|
</tr> |
|
|
|
|
<tr> |
|
|
|
|
<td align="left"><input name="submit" type="submit" value="<fmt:message key="login.login"/>" tabindex="4"></td> |
|
|
|
|
<td align="left" class="detail"> |
|
|
|
|
<input type="checkbox" name="remember-me" id="remember" class="checkbox" tabindex="3"> |
|
|
|
|
<label for="remember"><fmt:message key="login.remember"/></label> |
|
|
|
|
</td> |
|
|
|
|
</tr> |
|
|
|
|
<tr> |
|
|
|
|
<td></td> |
|
|
|
|
<td align="left" class="detail"><a href="recover.view"><fmt:message key="login.recover"/></a></td> |
|
|
|
|
</tr> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<c:if test="${model.logout}"> |
|
|
|
|
<tr><td colspan="2" style="padding-top:10px"><b><fmt:message key="login.logout"/></b></td></tr> |
|
|
|
|
</c:if> |
|
|
|
|