<!--{template header}-->
<!--{template cp_header}-->
<script type="text/javascript">
function updateavatar() {
window.location.reload();
}
</script>
<form method="post" action="cp.php?ac=avatar&ref" class="c_form">
<table cellspacing="0" cellpadding="0" class="formtable">
<caption>
<h2>My Avatar</h2>
<p>Upload image as your pofile photo,replace with system default Avatar,</p>
</caption>
<tr>
<td>
<!--{avatar($space[uid],big)}-->
</td>
</tr>
</table>
<table cellspacing="0" cellpadding="0" class="formtable">
<caption>
<h2>Change Avatar</h2>
<p>Select new image to upload/edit.</p>
</caption>
<tr>
<td>$uc_avatarflash</td>
</tr>
<tr>
<td>Note: Remember to click the <img src="image/photo_edit.jpg" align="absmiddle"> button to save your new Avatar.
<br>After the Avatar is saved, you may need to refresh this page (F5) to view the new image.</td>
</tr>
</table>
<input type="hidden" name="formhash" value="<!--{eval echo formhash();}-->" />
</form>
<!--{template footer}-->