mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-15 11:07:57 +01:00
Fix bug on based URL generation
This commit is contained in:
parent
abfb6b1157
commit
1da36f2595
@ -21,7 +21,7 @@
|
|||||||
<div class="row jumbotron" id="loginPanel">
|
<div class="row jumbotron" id="loginPanel">
|
||||||
<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/j_spring_security_check" method="POST" class="form-horizontal"
|
||||||
id="loginForm">
|
id="loginForm">
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label class="col-md-3 control-label" for="email"><spring:message code="EMAIL"/>: </label>
|
<label class="col-md-3 control-label" for="email"><spring:message code="EMAIL"/>: </label>
|
||||||
@ -49,7 +49,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group" style="text-align: center">
|
<div class="form-group" style="text-align: center">
|
||||||
<a href="<c:url value="/c/user/resetPassword"/>"><spring:message code="FORGOT_PASSWORD"/></a>
|
<a href="/c/user/resetPassword"><spring:message code="FORGOT_PASSWORD"/></a>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<c:if test="${not empty param.login_error}">
|
<c:if test="${not empty param.login_error}">
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
<input type="submit" value="<spring:message code="SEND_ME_A_NEW_PASSWORD"/>" class="btn btn-primary"
|
<input type="submit" value="<spring:message code="SEND_ME_A_NEW_PASSWORD"/>" class="btn btn-primary"
|
||||||
data-loading-text="<spring:message code="SENDING"/>"/>
|
data-loading-text="<spring:message code="SENDING"/>"/>
|
||||||
<input type="button" value="<spring:message code="CANCEL"/>" class="btn"
|
<input type="button" value="<spring:message code="CANCEL"/>" class="btn"
|
||||||
onclick="window.location='<c:url value="c/maps/"/>'"/>
|
onclick="window.location='/c/maps/'"/>
|
||||||
</form:form>
|
</form:form>
|
||||||
|
|
||||||
<div id="register">
|
<div id="register">
|
||||||
|
Loading…
Reference in New Issue
Block a user