
%%window-create-editor-html%%
chateau : /clients (context89)
2002-03-09 19:30:33


%%preprocess%%
$this->beryliumToForm(); 
$this->flavor= "chateau";
$this->hiddenvars="<input type=hidden name='flavor' value=\"$this->flavor\">
  <input type='hidden' name='parentobjtype' value='client'>";

if ($_GET[clientid]!="") {
    $this->parentid= $_GET[clientid];
    }
if ($_GET[clientname]) {
 $this->clientname= $_GET[clientname];
 $this->name= "$this->clientname-(windowid here)";
  }
else $this->name= "(clientname here)-(windowid here)";






%%header%%



%%css%%



%%template%%



%%listrow%%



%%nullobject%%
<form method='post' action='$this->baseURL?method=savenew$session->cgi' class='.form'>
$this->hiddenvars
<table>
<tr> 
    <td colspan='2'><b>Create a new window.</b></td>
</tr>
<tr> 
    <td align='right' valign='top'>window name:</td>
    <td valign='top'><input type='text' name='name' size='42' maxlength='255' value="$this->name"></td>
</tr>
<tr> 
    <td align='right' valign='top'>client id:</td>
    <td valign='top'><input type='text' name='parentid' size='4' maxlength='4' value="$this->parentid"> ($this->clientname)<br>
    &nbsp; sorry there's no client pulldown menu yet.</td>
</tr>
<tr> 
    <td align='right' valign='top'>window geometry:</td>
    <td valign='top'><input type='text' name='geometry' size='42' maxlength='255' value="$this->geometry"><br>
	&nbsp; <i>width</i>x<i>height</i>+<i>x-offset</i>+<i>y-offset</i></td>
</tr>
<tr> 
    <td>&nbsp;</td>
    <td><input type='submit' name='Submit2' value='create new' class='buttonstyle'></td>
</tr>
</table>
</form>








%%footer%%



%%postprocess%%



%%end of context%%