wisemapping-open-source/wise-webapp/src/main/webapp/jsp/userRegistrationSuccess.jsp

28 lines
728 B
Plaintext
Raw Normal View History

2012-06-30 02:26:21 -03:00
<%@page pageEncoding="UTF-8" %>
<%@include file="/jsp/init.jsp" %>
2009-06-07 18:59:43 +00:00
2012-05-24 00:58:42 -03:00
<div>
2012-06-30 14:20:09 -03:00
<h2 style="font-weight:bold;"><spring:message code="THANKS_FOR_SIGN_UP"/></h2>
2011-03-12 19:10:44 -03:00
<c:if test="${confirmByEmail==true}">
<p>
2012-06-30 14:20:09 -03:00
<spring:message code="SIGN_UP_CONFIRMATION_EMAIL"/>
2011-03-12 19:10:44 -03:00
</p>
<br/>
2011-03-12 19:10:44 -03:00
<p>
Thanks so much for your interest in WiseMapping.
</p>
<br/>
2011-03-12 19:10:44 -03:00
<p>
If you have any questions or have any feedback, please don't hesitate to use the on line form.
We'd love to hear from you.
</p>
</c:if>
<c:if test="${confirmByEmail==false}">
2011-03-12 19:10:44 -03:00
<p>
2012-06-30 14:20:09 -03:00
<spring:message code="SIGN_UP_SUCCESS"/>
2011-03-12 19:10:44 -03:00
</p>
</c:if>
2009-06-07 18:59:43 +00:00
</div>