%%context-view-editor-html%%
progmin : / (context #108)
2002-05-30 18:57:28

%%preprocess%%
if ($session->request->connection!="https") {
 $newlocation= "https://".$session->request->sitename."/berylium".$session->request->path;
 header("Location: $newlocation");
 exit;
 }

$parentfolder= $folder->parentfoldername;
$container1= $containers[1];
$this->beryliumToHtml(); 
$this->propertiesList= $this->getPropertiesList();







%%header%%
<table>
<tr> 
<td valign='top'>



%%css%%






%%template%%
<p><b>$this->objtype object id#$this->id ($this->name):</b></p>
<p>Classname: $this->classname<br>Method: $this->method<br>Role: $this->role<br>Format: $this->format</p>
<p>Created on $this->created by sitemember $this->sitememberid<br>Updated: $this->updated</p>
<p><a href='$this->baseURL?method=pview$session->cgi'>Detailed View</a> | 
           <a href='/berylium$folder->name$this->objtype-$this->name.txt?method=export$session->cgi'>Export</a></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>
<p><b>Other contexts</b> in $folder->name:<br>{list:SELECT * FROM context AS obj WHERE obj.folderid='$folder->id' AND obj.status='posted' ORDER BY obj.classname, obj.method, obj.role ;list}</p>








%%listrow%%






%%nullobject%%
<p><b>Not found.</b></p>
<p>That context was not found. Please select from the list below.</p>
<p><a href='$session->refreshURL'>refresh</a> | 
 <a href='$folder->baseURL/context-.html?method=create$session->cgi'>create new</a></p>
<p><a href='$session->baseUrl?method=backup'>Back up the Contexts table</a></p>
<p>Other contexts in $folder->name:<br>{list:SELECT * FROM context AS obj WHERE obj.folderid='$folder->id' AND obj.status='posted' ORDER BY obj.classname, obj.method, obj.role ;list}</p>







%%footer%%
</td>
</tr>
</table>





%%postprocess%%




%%end of context%%
