%%context-export-editor-txt%%
progmin : / (context #105)
2002-06-01 09:50:24

%%preprocess%%
//send text/plain header
header ("Content-type: text/plain");

if ($this->role=="") $this->role= "anonymous";

$this->header= trim($this->header);
$this->css= trim($this->css);
$this->template= trim($this->template);
$this->listrow= trim($this->listrow);
$this->nullobject= trim($this->nullobject);
$this->footer= trim($this->footer);

%%header%%
%%$this->classname-$this->method-$this->role-$this->format%%
$site->name : $folder->name (context:$this->id)
$this->updated



%%css%%
 

%%template%%
%%header%%
$this->header

%%css%%
$this->css

%%template%%
$this->template

%%listrow%%
$this->listrow 

%%nullobject%%
$this->nullobject 

%%footer%%
$this->footer

%%end of context%%

%%listrow%%
 
%%nullobject%%
 
%%footer%%
 
%%postprocess%%
 
%%end of context%%
