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