mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-22 22:27:55 +01:00
- Fix wrong redirection path.
This commit is contained in:
parent
de64764306
commit
849cb4a9ce
@ -5,8 +5,8 @@
|
|||||||
|
|
||||||
<script type="text/javascript" language="javascript">
|
<script type="text/javascript" language="javascript">
|
||||||
$(function () {
|
$(function () {
|
||||||
$('.btn-primary').click(function () {
|
$('#loginForm').submit(function () {
|
||||||
$(this).button("loading");
|
$('.btn-primary').button("<spring:message code="SIGN_IN"/> ...");
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
@ -22,7 +22,7 @@
|
|||||||
<div id="login" class="fform span6">
|
<div id="login" class="fform span6">
|
||||||
<h1><spring:message code="SIGN_IN"/></h1>
|
<h1><spring:message code="SIGN_IN"/></h1>
|
||||||
|
|
||||||
<form action="<c:url value='/c/j_spring_security_check'/>" method="POST" class="form-horizontal">
|
<form action="<c:url value='/c/j_spring_security_check'/>" method="POST" class="form-horizontal" id="loginForm">
|
||||||
<div class="control-group">
|
<div class="control-group">
|
||||||
<label class="control-label" for="email"><spring:message code="EMAIL"/></label>
|
<label class="control-label" for="email"><spring:message code="EMAIL"/></label>
|
||||||
|
|
||||||
@ -45,6 +45,7 @@
|
|||||||
<input type="checkbox" id="rememberme" name="_spring_security_remember_me"
|
<input type="checkbox" id="rememberme" name="_spring_security_remember_me"
|
||||||
tabindex="3"/> <spring:message code="REMEMBER_ME"/>
|
tabindex="3"/> <spring:message code="REMEMBER_ME"/>
|
||||||
</label>
|
</label>
|
||||||
|
|
||||||
<div style="text-align: center">
|
<div style="text-align: center">
|
||||||
<a href="<c:url value="/c/user/resetPassword"/>"><spring:message code="FORGOT_PASSWORD"/></a>
|
<a href="<c:url value="/c/user/resetPassword"/>"><spring:message code="FORGOT_PASSWORD"/></a>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user