158 lines
5.6 KiB
Smarty
158 lines
5.6 KiB
Smarty
|
|
||
|
{if $VAR.verify != ""}
|
||
|
{$method->exe("account","verify")}
|
||
|
{else}
|
||
|
{assign var="verify_results" value="none"}
|
||
|
{/if}
|
||
|
|
||
|
|
||
|
{if $verify_results == "1"}
|
||
|
{translate module=account}
|
||
|
validate_success
|
||
|
{/translate}
|
||
|
{/if}
|
||
|
{if $verify_results == "0"}
|
||
|
{translate module=account}
|
||
|
validate_fail
|
||
|
{/translate}
|
||
|
{/if}
|
||
|
|
||
|
{if $verify_results == false || $VAR.verify == ""}
|
||
|
<form name="update_form" method="post" action="">
|
||
|
|
||
|
<table width=100% border="0" cellspacing="0" cellpadding="0" class="table_background">
|
||
|
<tr>
|
||
|
<td>
|
||
|
<table width="100%" border="0" cellspacing="1" cellpadding="0">
|
||
|
<tr valign="top">
|
||
|
<td width="65%" class="table_heading">
|
||
|
<div align="center">
|
||
|
{translate module=account}
|
||
|
title_verification_code
|
||
|
{/translate}
|
||
|
</div>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr valign="top">
|
||
|
<td width="65%" class="row1">
|
||
|
<table width="100%" border="0" cellspacing="3" cellpadding="1" class="row1">
|
||
|
<tr class="row1" valign="middle" align="left">
|
||
|
<td width="31%">
|
||
|
{translate module=account}
|
||
|
verification_code_instructions
|
||
|
{/translate}
|
||
|
<br>
|
||
|
<br>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr class="row1" valign="middle" align="left">
|
||
|
<td width="31%">
|
||
|
<table width="100%" border="0" cellspacing="3" cellpadding="1" class="row1">
|
||
|
<tr class="row1" valign="middle" align="left">
|
||
|
<td width="29%">
|
||
|
{translate module=account}
|
||
|
verification_code
|
||
|
{/translate}
|
||
|
</td>
|
||
|
<td width="71%">
|
||
|
<input type="text" name="verify" value="{$VAR.verify}" size="32">
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr class="row1" valign="middle" align="left">
|
||
|
<td width="29%"></td>
|
||
|
<td width="71%">
|
||
|
<input type="submit" name="Submit2" value="{translate}submit{/translate}" class="form_button">
|
||
|
</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr class="row1" valign="middle" align="left">
|
||
|
<td width="31%"></td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
<input type="hidden" name="_page" value="account:verify">
|
||
|
</form>
|
||
|
{/if}
|
||
|
|
||
|
{if $verify_results != "1"}
|
||
|
<form name="update_form" method="post" action="">
|
||
|
|
||
|
<table width=100% border="0" cellspacing="0" cellpadding="0" class="table_background">
|
||
|
<tr>
|
||
|
<td>
|
||
|
<table width="100%" border="0" cellspacing="1" cellpadding="0">
|
||
|
<tr valign="top">
|
||
|
<td width="65%" class="table_heading">
|
||
|
<div align="center">
|
||
|
{translate module=account}
|
||
|
title_verify_resend
|
||
|
{/translate}
|
||
|
</div>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr valign="top">
|
||
|
<td width="65%" class="row1">
|
||
|
<table width="100%" border="0" cellspacing="3" cellpadding="1" class="row1">
|
||
|
<tr class="row1" valign="middle" align="left">
|
||
|
<td width="31%">
|
||
|
{translate module=account}
|
||
|
verify_resend_instructions
|
||
|
{/translate}
|
||
|
<br>
|
||
|
<br>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr class="row1" valign="middle" align="left">
|
||
|
<td width="31%">
|
||
|
<table width="100%" border="0" cellspacing="3" cellpadding="1" class="row1">
|
||
|
<tr class="row1" valign="middle" align="left">
|
||
|
<td width="29%">
|
||
|
{translate module=account}
|
||
|
field_email
|
||
|
{/translate}
|
||
|
</td>
|
||
|
<td width="71%">
|
||
|
<input type="text" name="account_email" value="{$VAR.account_email}" size="22">
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr class="row1" valign="middle" align="left">
|
||
|
<td width="29%">
|
||
|
{translate module=account}
|
||
|
field_username
|
||
|
{/translate}
|
||
|
</td>
|
||
|
<td width="71%">
|
||
|
<input type="text" name="account_username">
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr class="row1" valign="middle" align="left">
|
||
|
<td width="29%"></td>
|
||
|
<td width="71%">
|
||
|
<input type="submit" name="Submit" value="{translate}submit{/translate}" class="form_button">
|
||
|
</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr class="row1" valign="middle" align="left">
|
||
|
<td width="31%"></td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
<input type="hidden" name="_page" value="account:verify">
|
||
|
<input type="hidden" name="do[]" value="account:verify_resend">
|
||
|
</form>
|
||
|
{/if}
|