%%policy-view-editor-html%%
progmin : / (context #140)
2002-06-13 22:33:47

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







%%header%%




%%css%%




%%template%%
<table width='90%' border='0' cellspacing='20' cellpadding='5' align='center'>
  <tr>    
    <td valign='top'>Other policies in $folder->name:<br>{list:SELECT obj.* FROM policy AS obj WHERE obj.folderid='$folder->id' AND obj.status='posted' ORDER BY obj.classname, obj.method, obj.role ;list1}</td> 
    <td valign='top'> 
      <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></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>
  </tr>
</table>







%%listrow%%




%%nullobject%%
<table width='90%' border='0' cellspacing='20' cellpadding='5' align='center'>
  <tr>
    <td valign='top'>Other policies in $folder->name:<br>{list:SELECT * FROM policy WHERE siteid=$site->id AND folderid='$folder->id' AND status!='deleted' ORDER BY name;list}</td> 
    <td valign='top'> 
      <p><b>Not found.</b></p>
      <p>That policy was not found. Please select from one of the contexts at the left.</p>
  </tr>
  <tr>
    <td colspan=2>
      <p><a href='$session->refreshURL'>refresh</a> | <a href='$this->baseURL?method=edit$session->cgi'>edit</a> 
        | <a href='$folder->baseURL/context-.html?method=create$session->cgi'>create new</a> 
        | <a href='$this->baseURL?method=addchild$session->cgi'>add child</a> 
	| <a href='#top'>top</a></p>
      </td>
  </tr>
</table>







%%footer%%




%%postprocess%%




%%end of context%%
