mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-23 22:47:57 +01:00
25 lines
690 B
Plaintext
25 lines
690 B
Plaintext
|
<%@ include file="/jsp/init.jsp" %>
|
||
|
|
||
|
<div class="modalDialog">
|
||
|
|
||
|
<h1>
|
||
|
<spring:message code="USER_REGISTRATION"/>
|
||
|
</h1>
|
||
|
|
||
|
<h2 style="font-weight:bold;">Thanks for signing up!</h2>
|
||
|
|
||
|
<p>
|
||
|
You will receive a confirmation message shortly from WiseMapping. This message will ask you to activate your WiseMapping account.
|
||
|
Please select the link to activate and start creating and sharing maps.
|
||
|
</p>
|
||
|
<br/>
|
||
|
<p>
|
||
|
Thanks so much for your interest in WiseMapping.
|
||
|
</p>
|
||
|
<br/>
|
||
|
<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>
|
||
|
</div>
|