%%comment-edit-writer-scene%%
2002-12-29 20:00

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

$sstatus= "status".$this->status;
$this->{$sstatus}= "selected";
$ppublic= "public".$this->public;
$this->{$ppublic}= "checked";

%%header%%

%%css%%

%%template%%
<form method='post' action='$this->idUrl?method=save$session->cgi' class=commentForm>
        <input type=hidden name='id' value='$this->id'>
	<input type=hidden name='parentobjtype' value='$this->parentobjtype'>
	<input type=hidden name='parentid' value='$this->parentid'>
	<input type=hidden name='flavor' value='Frame'>
	<table border='0' align='center'>
		<tr> 
			<td colspan='2' class=commentTitle><img src='/bicons/comment.png' align=absmiddle>&nbsp;Change Frame settings:</td>
		</tr>
		<tr valign='top'> 
			<td align='right'>status:</td>
			<td> 
				<select name='status'>
				<option value='new' $this->statusnew>new</option>
				<option value='posted' $this->statusposted>posted</option>
				<option value='hidden' $this->statushidden>hidden</option>
				<option value='deleted' $this->statusdeleted>deleted</option>
				</select>
			</td>
		</tr>
		<tr valign='top'>
			<input type=hidden name=public value=0>
			<td align='right'>public:</td>
			<td><input type='checkbox' name='public' value='1' $this->public1></td>
		</tr>
		<tr valign='top'>
			<td align='right'>rank:</td>
			<td><input type='text' name='rank' size='6' maxlength='6' value="$this->rank">
				<br />&nbsp; Higher rank is rendered first...</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%%
