%%comment-edit-member-html%%
roots.encielo.org : / (context:14)
2002-08-11 20:31:06

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

%%header%%


%%css%%


%%template%%
<form method='post' action='$this->baseUrl?method=save$session->cgi'>
<input type=hidden name='id' value='$this->id'>
<tt>
<b>Edit your comment:</b>
<br>
<blockquote>
Subject: 
<br>
<input type='text' name='title' size='42' maxlength='255' value="$this->title">
<br>
<br>
Comment:
<br>
<textarea name='body' cols='66' wrap='VIRTUAL' rows='8'>$this->body</textarea>
<br>
<br>
<input type='submit' name='submit' value='update'>
</blockquote>
</tt>
</form>

%%listrow%%
 

%%nullobject%%
 

%%footer%%


%%postprocess%%


%%end of context%%

 
