%%image-save-member-html%%
progmin : / (context #132)
2002-06-05 12:08:34

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

foreach ($posto AS $property=>$value) {
 $value= htmlentities(substr($value,0,255));
 $this->propertiesList.= "posted <b>$property</b>= $value<br>";
 }

if ($this->source=="" && $this->defaultsource ) $this->source= $this->defaultsource;





%%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>
</td>
</tr>
</table>







%%listrow%%





%%nullobject%%





%%footer%%





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







%%end of context%%
