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

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


 
%%header%%
<form name="addCharacter" action="$object->baseUrl?method=addCharacter" method="post" target="_top">
Add Character to Scene:
<select name='newdocumentid'>


%%css%%



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



%%listrow%%



%%nullobject%%
 



%%footer%%
<option value='new'>New Character</option>
</select> <input type='submit' name='submit' value='Add' class='buttonstyle'></form>


%%postprocess%%



%%end of context%%
