%%sitemember-list-anonymous-html%%
2002-09-19 16:12:00

%%preprocess%%
$this->beryliumToHtml();
$this->getRuntimeVars();

// alternating rows
$session=$GLOBALS[session];
if ($session->row=="" || $session->row=="odd") {
	$this->rowclass="oddrow";
	}
else {
	$this->rowclass="evenrow";
	}
	
if ($this->headline=="") $this->headline= $this->role;

%%header%%


%%css%%


%%template%%
<table class='objTable' cellspacing=5 cellpadding=5>
	<tr class='$this->rowclass'>
		<td>
			<table class='objHeader'>
				<tr>
					<td width='1' valign='middle'>$this->iconTag</td>
					<td>
						<span class='objFlavor'>$this->headline:<br></span>
						<span class='objTitle'><a href="$this->idUrl">$this->name</a>
					</td>
				</tr>
			</table>
		</td>
	</tr>
</table>

%%listrow%%


%%nullobject%%
<p align="center">Sorry, no sitemembers match that criteria.</p>
<p>&nbsp;</p>

%%footer%%


%%postprocess%%


%%end of context%%
