%%comment-edit-member-html%%
2002-07-18 17:58

%%preprocess%%
$this->beryliumToForm(); 
$this->getRuntimeVars();

%%header%%

%%css%%

%%template%%
<form method='post' action='$this->baseUrl?method=save$session->cgi' class=commentForm>
        <input type=hidden name='id' value='$this->id'>
	<input type=hidden name='flavor' value='Pose'>
	<table border='0' align='center'>
		<tr> 
			<td colspan='2' class=objTitle><img src='/bicons/comment.png' align=absmiddle>&nbsp;Edit this Pose:</td>
		</tr>
		<tr>
			<td align='right' valign='top'>Image Url:</td>
			<td valign='top'><input type='text' name='title' size='42' maxlength='255' value='$this->title'></td>
		</tr>
		<tr>
			<td align='right' valign='top'>Pose Name:</td>
			<td><input type='text' name='description' size='42' maxlength='255' value='$this->description'></td>
		</tr>
		<tr> 
			<td>&nbsp;</td>
			<td><input type='submit' name='submit' value='post' class='buttonstyle'></td>
		</tr>
	</table>
</form>

%%listrow%%

%%nullobject%%

%%footer%%

%%postprocess%%

%%end of context%%
