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

28 lines
728 B
Plaintext
Raw Normal View History

2012-06-30 07:26:21 +02:00
<%@page pageEncoding="UTF-8" %>
<%@include file="/jsp/init.jsp" %>
2009-06-07 20:59:43 +02:00
2012-05-24 05:58:42 +02:00
<div>
2012-06-30 19:20:09 +02:00
<h2 style="font-weight:bold;"><spring:message code="THANKS_FOR_SIGN_UP"/></h2>
2011-03-12 23:10:44 +01:00
<c:if test="${confirmByEmail==true}">
<p>
2012-06-30 19:20:09 +02:00
<spring:message code="SIGN_UP_CONFIRMATION_EMAIL"/>
2011-03-12 23:10:44 +01:00
</p>
<br/>
2011-03-12 23:10:44 +01:00
<p>
Thanks so much for your interest in WiseMapping.
</p>
<br/>
2011-03-12 23:10:44 +01: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 23:10:44 +01:00
<p>
2012-06-30 19:20:09 +02:00
<spring:message code="SIGN_UP_SUCCESS"/>
2011-03-12 23:10:44 +01:00
</p>
</c:if>
2009-06-07 20:59:43 +02:00
</div>