%%comment-save-member-html%%
progmin : / (context #146)
2002-06-08 21:59:24

%%preprocess%%
$session->insertstatus= "posted";
$session->insertpublic= 1;
$session->publicwhere= "";
$GLOBALS[session]= $session;



%%header%%




%%css%%




%%template%%
<table width='90%' border='0' cellspacing='20' cellpadding='5' align='center'>
<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%%
$GLOBALS[session]->applyPolicy();
$parent= $this->getParent();
$parent->getBaseUrl();
$redirect="Location: $parent->baseURL?method=view$session->cgi#comments"; 
if ($GLOBALS[debug]) {
 print "<b>Updated!</b><br><a href='$parent->baseURL?method=view$session->cgi#comments'>Click here to continue.</a>";
 }
else {
 header($redirect); 
 exit;
 }



%%end of context%%
