<!--{template header}-->
<!--{template cp_header}-->
<div class="c_form">
<form method="post" action="cp.php?ac=password&op=">
<table cellspacing="0" cellpadding="0" class="formtable">
<caption>
<h2>Change Password</h2>
<p>Once after changing password, you need to log-in again with new password</p>
</caption>
<tr>
<th width="100">Username</th>
<td>$space[username]</td>
</tr>
<tr>
<th width="100">Old Password</th>
<td><input type="password" id="password" name="password" value="" class="t_input" /></td>
</tr>
<tr>
<th>New Password</th>
<td><input type="password" id="newpasswd1" name="newpasswd1" value="" class="t_input"></td>
</tr>
<tr>
<th>Re-type New Password</th>
<td><input type="password" id="newpasswd2" name="newpasswd2" value="" class="t_input"></td>
</tr>
<tr>
<th> </th>
<td><input type="submit" name="pwdsubmit" value="Submi" class="submit" /></td>
</tr>
</table>
<input type="hidden" name="formhash" value="<!--{eval echo formhash();}-->" />
</form>
</div>
<!--{template footer}-->