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

31 lines
972 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>
2011-03-12 23:10:44 +01:00
<h2 style="font-weight:bold;">Thanks for signing up!</h2>
<c:if test="${confirmByEmail==true}">
<p>
You will receive a confirmation message shortly from WiseMapping. This message will ask you to activate your
WiseMapping account.
2011-03-12 23:10:44 +01:00
Please select the link to activate and start creating and sharing maps.
</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>
Your account has been created successfully, click <a href="c/login">here</a> to sign in and start enjoying
WiseMapping.
2011-03-12 23:10:44 +01:00
</p>
</c:if>
2009-06-07 20:59:43 +02:00
</div>