mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-20 03:26:10 +00:00
62d6e19ee9
It's still a work in progress, there are a lot of things that will change in the final release
48 lines
1.4 KiB
Smarty
48 lines
1.4 KiB
Smarty
<div id="content" class="activate">
|
|
<h1>
|
|
<img src="assets/img/x.gif" class="anmelden" alt="register for the game">
|
|
</h1>
|
|
|
|
<h6>No email received?</h6>
|
|
In order to play Travian you need a valid email address to which the
|
|
activation code can be send. There are exceptional cases when this
|
|
email might not arrive.
|
|
<p class="f10 e b">Following causes are possible:</p>
|
|
<div class="f10">
|
|
<ul>
|
|
<li>Typos in the email address</li>
|
|
<li>The email account`s storage limit is reached</li>
|
|
<li>Wrong domain: There is e.g. no @aol.de, only @aol.com</li>
|
|
<li>The email has been moved to the spam/junk folder</li>
|
|
</ul>
|
|
<br />
|
|
<br />You can undo the registration and re-register with a <u>different
|
|
email address</u>. Then the activation code will be send again
|
|
</div>
|
|
<form action="activate.php" method="POST">
|
|
<input type="hidden" name="del" value="{$del}"/>
|
|
<table>
|
|
<tr class="top">
|
|
<th>Nickname</th>
|
|
<td class="Username">
|
|
{$del}
|
|
<span class="error">{$delError}</span>
|
|
</td>
|
|
</tr>
|
|
<tr class="btm">
|
|
<th>Password</th>
|
|
<td>
|
|
<input class="text" type="password" name="Password" maxlength="20" value="{$Password}"/>
|
|
<span class="error">{$PasswordError}</span>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<p class="btn">
|
|
<button class="trav_buttons" id="btn_delete" value="deleteActivation" name="action">Delete</button>
|
|
</p>
|
|
</form>
|
|
{if $del}
|
|
|
|
{/if}
|
|
</div>
|