%%foldermember-view-member-html%%
progmin : / (context #124)
2002-05-27 20:29:29

%%preprocess%%
$this->beryliumToHtml(); 
$this->propertiesList= $this->getPropertiesList();







%%header%%








%%css%%
<!-- CSS info would go here, normally... -->







%%template%%
<table width='90%' border='0' cellspacing='20' cellpadding='5' align='center'>
<tr> <td> <p>$this->objtype object id#$this->id ($this->name):<br>
<b>&quot;$this->headline&quot;</b></p>
<p>Mission: $this->description</p>
<p>$this->body</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='#top'>top</a></p>
</td>
</tr>
</table>







%%listrow%%








%%nullobject%%








%%footer%%








%%postprocess%%






%%end of context%%
