%%document-characterSelect-writer-scene%%
2002-12-10 hhc

%%preprocess%%
// format the object for display
$this->beryliumToHtml();


 
%%header%%
<form name="addCharacter" action="$folder->baseUrl/comment-$object->frameid.scene?method=addObject" method="post">
<table class='editTable'>
<tr>
<td colspan='3'>Add something to this Scene:</td>
</tr>
<tr>
<td width='10%' align='right' valign='top'><input type='radio' class='radiostyle' name='which' value='character' checked=1></td>
<td width='40%' align='left' valign='top'>Character:
<select name='newobject' onChange="document.addCharacter.which[0].checked=1;">
<option value=''>Select one:</option>

%%css%%



%%template%%
<option value='document:$this->id'>$this->title</option>



%%listrow%%



%%nullobject%%
 



%%footer%%
<option value='new'>New Character</option>
</select>
</td>
<td width='50%' align='left' valign='middle' rowspan='2'><input type='submit' name='submit' value='Add It' class='buttonstyle'></td>
</tr>
<tr>
<td align='right' valign='top'><input type='radio' class='radiostyle' name='which' value='object'></td>
<td align='left' valign='top'>Object: <input type='text' name='objectRef' value='objtype:id' onFocus="this.value='';document.addCharacter.which[1].checked=1;"></td>
</tr>
</table>
</form>


%%postprocess%%



%%end of context%%
