%%document-stage2-member-scene%%
$Date $

%%preprocess%%
$this->hiddenvars= "<input type='hidden' name='rank' value='100'>
		<input type='hidden' name='status' value='posted'>
		<input type='hidden' name='public' value='1'>
		<input type='hidden' name='flavor' value='Scene'>";
		
$this->imageidTag= "<img src='/bicons/document$this->iconpvt.gif' align='right'>";


%%header%%

%%css%%

%%template%%

%%listrow%%

%%nullobject%%
<table class='objTable' cellspacing=5 cellpadding=5>
	<tr>
		<td>
			<table class='objHeader'>
				<tr>
					<td width='1' valign='middle'><img src='/bicons/document.gif'></td>
					<td>

						<span class='objTitle'><a href="$this->baseUrl">New Scene</a> in <a href='$folder->baseUrl'>$folder->name</a></span>
					</td>
				</tr>
			</table>
		</td>
	</tr>
</table>
<form method='post' action='$this->baseURL?method=save' class='.form'>
$this->hiddenvars
<table border='0' class='editTable'>
<tr>
	<td align='right' valign='top'>scene title:</td>
	<td valign='top'><input type='text' name='title' size='42' maxlength='255' value="$this->title"></td>
</tr>
<tr>
	<td align='right' valign='top'>scene description:</td>
	<td valign='top'>(<a href='http://berylium.org/berylium/docs/quickbml.html' target='_blank'>bml</a>)  (optional)</td>
</tr>
<tr>
	<td colspan='2' align='right'><textarea name='description' cols='60' rows='10'>$this->description</textarea></td>
</tr>
<tr>
	<td colspan=2 align='center'>
		<p>&nbsp</p>
		<table class='infoBar'>
			<tr>
				<td>Step 3: Use <tt>Save</tt> button to create this Scene.</td>
				<td align="right"><a href="#top">top</a>&nbsp;
					<input type='submit' name='submit' value='save' class='buttonstyle' title='Create, then add Characters'>
				</td>
			</tr>
		</table>
	</td>
</tr>
</table>
</form>

%%footer%%

%%postprocess%%

%%end of context%%
