
%%window-save-editor-html%%
chateau : /clients (context91)
2002-03-09 19:31:16


%%preprocess%%
$posto= $GLOBALS[HTTP_POST_VARS];










%%header%%









%%css%%









%%template%%
<table>
<tr> 
    <td><p><b>UPDATED! $this->objtype object id#$this->id ($this->name):</b></p>
    <p>$this->propertiesList</p>
    <p><a href='$session->refreshURL'>refresh</a> | <a href='$this->baseURL?method=edit$session->cgi'>edit</a> | <a href='$this->baseURL?method=create$session->cgi'>create new</a> | <a href='$this->baseURL?method=addchild$session->cgi'>add child</a> | <a href='#top'>top</a></p>
    </td>
</tr>
</table>











%%listrow%%









%%nullobject%%









%%footer%%









%%postprocess%%
$this->getBaseURL();
$redirect="Location: ".$this->baseURL."?method=view".$session->cgi; 
if ($GLOBALS[debug]) {
 print "<b>Updated!</b><br><a href='$this->baseurl?method=view$session->cgi'>Click here to continue.</a>";
 }
else {
 header($redirect); 
 exit;
 }









%%end of context%%