
%%window-view-member-html%%
chateau : /clients (context92)
2002-03-09 19:31:29


%%preprocess%%
if ($this->imageid!=0 AND $this->imageid!="") {
  $this->imagetag= "[link:$session->scriptname$folder->name/image-$this->imageid.html?method=view$session->cgi;[image:$this->imageid;200,200;right]]";
  $this->imageidtag= " | imageid=$this->imageid ";
  }

$this->beryliumToHtml(); 
$this->timeFormat();
$this->propertiesList= $this->getPropertiesList();

// this should be hardcoded...
if ($sitemember->id==$this->sitememberid OR $foldermember->role=="editor") $this->editextras= "| <a href='$this->url?method=edit$session->cgi'>edit this window<a/> ";
if ($foldermember->role=="editor") {
  if ($this->public) $ispublic= "| <b>this item is public</b>";
  $this->editorinfo= "<br><span class='editorinfo'>status: $this->status | rank: $this->rank $ispublic $this->imageidtag</span>";
  }
if ($this->canCreate) {
  $this->createextras= "| <a href='$session->scriptname$folder->name/window-.html?method=create$session->cgi'>create new window</a>";
  }









%%header%%




%%css%%
.editorinfo {font-size: 12px; font-color: #999999; }
.editorinfo b {font-size: 12px; font-color: #999999; font-weight: bold; }











%%template%%
<table>
<tr> 
<td><p>$this->imagetag
    <b>window (#$this->id): $this->name</b> is on the client named $this->clientname (#$this->parentid)</p>
    <p>$this->description</p>
    <p>Geometry: $this->geometry ( <i>width</i>x<i>height</i>+<i>x-offset</i>+<i>y-offset</i> )</p>
    <p>Last updated on $this->updated. $this->editorinfo</p>
    <p><a href='$session->refreshURL'>refresh</a> $this->editextras $this->createextras
        | <a href='#top'>top</a></p></td>
</tr>
</table>











%%listrow%%




%%nullobject%%
Sorry, window not found.










%%footer%%




%%postprocess%%




%%end of context%%