%%sitemember-list-anonymous-html%%
progmin : / (context #111)
2002-05-27 20:29:29

%%preprocess%%
$this->beryliumToHtml();
$this->getBaseURL();
if ($this->imageid!=0 AND $this->imageid!="") {
  $this->imagetag= bparsebml("[image:$this->imageid;25,25;left]");
  $this->imageidtag= " | imageid=$this->imageid ";
  }
 else $this->imagetag= "<img src='/bicons/sitemember.png' alt='sitemember: $this->id' title='sitemember: $this->id' align=absmiddle>";














%%header%%
<table border=0 cellpadding=5 class='sitememberList'><tr>












%%css%%
.sitememberList { margin-left: 18px; }
.sitememberName { font-family: serif; color: #555555; font-size: 18px; line-height: 24px; font-style: italic; font-weight: bold; }
.sitememberName A { color: #555555;  text-decoration: underline; }
.sitememberByline { font-family: serif; color: #555555; font-size: 14px; line-height: 18px; font-style: italic; }
.sitememberDescription { color: #555588; font-size: 14px; line-height: 20px; margin-left: 12px; }




%%template%%
<td>
$this->imagetag&nbsp;<span class='sitememberName'><a href='$this->idUrl'>$this->name</a><br></span> 
<span class='sitememberDescription'>$this->description</span>
</td>













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













%%nullobject%%
<td>nothing here</td>













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













%%postprocess%%





%%end of context%%
