16 lines
541 B
Smarty
16 lines
541 B
Smarty
$header
|
|
<form method="post" action="$filename">
|
|
<input type="hidden" name="s" value="$s" />
|
|
<input type="hidden" name="page" value="$page" />
|
|
<input type="hidden" name="action" value="$action" />
|
|
<input type="hidden" name="id" value="$id" />
|
|
<table cellpadding="5" cellspacing="4" border="0" align="center" class="maintable_60">
|
|
<tr>
|
|
<td class="maintitle" colspan="2"><b><img src="images/Classic/title.gif" alt="{$title}" /> {$title}</b></td>
|
|
</tr>
|
|
{$account_changepw}
|
|
</table>
|
|
</form>
|
|
<br />
|
|
<br />
|
|
$footer |