
%%client-list-member-html%%
chateau : /clients (context86)
2002-03-09 19:29:35


%%preprocess%%
if ($this->imageid!=0 AND $this->imageid!="") {
  $this->imagetag= "[image:$this->imageid;160,120]";
  $this->imageidtag= " | imageid=$this->imageid ";
  }
$this->beryliumToHtml();
$this->getBaseURL();







%%header%%
<table class='clienttable'>
<tr>








%%css%%
.clienttable { background-color: #ffffff; border: 0px; border-color: #999999; border-style: solid; color: #333333; margin: 20px; FONT-FAMILY: Tahoma, Geneva, sans-serif; FONT-SIZE: 12px; line-height: 18px;}
.clienttable IMG { margin: 8px; }








%%template%%
<td>$this->imagetag<b><a href='$this->baseURL'>$this->name</a></b></td>








%%listrow%%
</tr>
<tr>








%%nullobject%%
<td>no clients here</td>








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








%%postprocess%%






%%end of context%%