%%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->preprocess= trim($this->preprocess);
$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);
$this->postprocess= trim($this->postprocess);

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

%%css%%
 
%%template%%
{percents:}preprocess{percents:}
$this->preprocess

{percents:}header{percents:}
$this->header

{percents:}css{percents:}
$this->css

{percents:}template{percents:}
$this->template

{percents:}listrow{percents:}
$this->listrow 

{percents:}nullobject{percents:}
$this->nullobject 

{percents:}footer{percents:}
$this->footer

{percents:}postprocess{percents:}
$this->postprocess

{percents:}end of context{percents:}

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