%%sitemember-view-anonymous-html%%
2002-07-10 23:54

%%preprocess%%
if ($this->id=="") header("HTTP/1.0 404 Not Found");

 // format the object for display
$this->beryliumToHtml(); 
$this->getBaseUrl();
$this->timeFormat();

// if no headline, create one
if ($this->headline=="" && $this->role=="member") $this->headline= "A Member";
elseif ($this->headline=="") {
	if ($this->role=="editor") $this->headline= "An Editor";
	else $this->headline= "A $this->role";
	}
	
// show default icon or alt icon from imageid
if ($this->imageid!="0") {
	$this->altIconTag= "<td rowspan=3 width=100 align=center valign=middle>".bparsebml("[image:$this->imageid;100,75]")."</td>";
	}
else $this->altIconTag= "";

$this->iconTag= "<img src='/bicons/sitemember.png' border=0 alt='icon' title='sitemember:$this->id' align=middle>";


%%header%%


%%css%%
.sitememberInfo {font-size: 12px; color: #999999; }
.sitememberInfo b {font-size: 12px; color: #aa9999; font-weight: bold; }
.sitememberTable TD {padding: 0px; margin: 0px; }
.sitememberFlavor {font-size: 12px; }
.sitememberTitle {font-size: 18px; line-height: 24px; font-weight: bold; color: #006699; }
.sitememberHeadline {font-size: 18px; line-height: 24px; font-weight: bold; color: #006699; }
.sitememberByline {font-size: 12px; line-height: 18px; }
.sitememberBody { font-family: Times New Roman, Times, serif; color: #333344; font-size: 12pt; line-height: 15pt; text-align: left; }
.sitememberBody IMG { margin-right: 10px; margin-left: 10px; margin-top: 4px; margin-bottom: 4px; }

.sitememberBody .celltable {border: 0px;}
.sitememberBody .celltable .cell { font-family: Times New Roman, Times, serif; color: #333344; font-size: 12pt; line-height: 15pt; text-align: left; }
.sitememberBody .celltable .cellodd IMG { margin-right: 0px; margin-left: 10px; margin-top: 0px; margin-bottom: 0px; border: 1px; }
.sitememberBody .celltable .celleven IMG { margin-right: 10px; margin-left: 0px; margin-top: 0px; margin-bottom: 0px; border: 1px; }


%%template%%
<table border=0 class=sitememberTable>
	<tr>
		<td width='1%'><img src='/bicons/spacer.png' border=0 alt=sitemember width=20 height=1></td>
		<td width='99%' class='sitememberFlavor'>$this->name:</td>
		$this->altIconTag
	</tr>
	<tr>
		<td colspan=2 class="sitememberHeadline">$this->iconTag $this->headline</td>
	</tr>
</table>
<table border=0 class=sitememberTable>
	<tr>
		<td width='1%'><img src='/bicons/spacer.png' border=0 alt=sitemember width=20 height=1></td>
		<td width='98%'>&nbsp;</td>
		<td width='1%'><img src='/bicons/spacer.png' border=0 alt=sitemember width=20 height=1></td>
	</tr>
	<tr>
		<td>&nbsp;</td>
		<td class='sitememberBody'>
			<p><b>Mission:</b> $this->description</p>
			<b>Bio:</b> $this->body
			<p>&nbsp;</p>
		</td>
		<td>&nbsp;</td>
	</tr>
</table>

%%listrow%%

%%nullobject%%
<p><img src='/bicons/warning.png' alt='Warning' align=left><br>
	<b>The sitemember you requested was not found.</b></p>
<p><a href='$session->scriptname/sitemember-.html?method=listall$session->cgi'>Here is a list</a> of all the sitemembers.</p> 

%%footer%%
<table border=0 class=sitememberTable>
	<tr>
		<td width='1%'><img src='/bicons/spacer.png' border=0 alt=sitemember width=20 height=1></td>
		<td width='98%'>&nbsp;</td>
		<td width='1%'><img src='/bicons/spacer.png' border=0 alt=sitemember width=20 height=1></td>
	</tr>
</table>

%%postprocess%%


%%end of context%%
