%%document-index-anonymous-html%%
progmin : / (context #157)
2002-06-11 18:19:35

%%preprocess%%
// format the object for display
$this->beryliumToHtml(); 
$this->timeFormat("F j, Y \a\\t g:ia");
$this->getBaseUrl();

// get proper icon for private object
if (!$this->public) $this->iconpvt= "-pvt";

// show anonymous if no author defined
if ($this->author== "") $this->author=$site->name;
	
// show default icon or alt icon from imageid
if ($this->imageid!="0") {
	$this->iconTag= bparsebml("[image:$this->imageid;25,25;middle]");
	}
else $this->iconTag= "<img src='/bicons/document$this->iconpvt.png' border=0 alt='document:$this->id' title='document:$this->id' align=middle>";

if ($this->title=="" && $this->headline=="") $this->title= "Untitled ($this->name)";
elseif ($this->title=="") $this->title= $this->headline;


%%header%%



%%css%%
.documentInfo {font-size: 12px; color: #999999; }
.documentInfo b {font-size: 12px; color: #aa9999; font-weight: bold; }
.documentHeader TD {padding: 3px; margin: 0px; }
.documentTable TD {padding: 0px; margin: 0px; }
.documentFlavor {font-size: 12px; line-height: 14px; }
.documentTitle {font-size: 18px; line-height: 18px; font-weight: bold; color: #006699; }
.documentDescription { color: #333344; font-size: 12px; line-height: 18px; }
.documentHeadline {font-size: 18px; line-height: 24px; font-weight: bold; color: #006699; }
.documentByline {font-face: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 14px; color: green; }



%%template%%
<table class=documentHeader>
	<tr>
		<td width=1% class='documentFlavor' valign='top'><br>$this->iconTag</td>
		<td width=99% valign='top'><span class='documentFlavor'>$this->flavor:<br></span><span class="documentTitle"><a href="$this->baseUrl">$this->title</a></span><span class="documentByline"><br>
			&nbsp;By $this->author on $this->created.</span></td>
	</tr>
</table>
<table class=documentTable>
	<tr>
		<td class='documentDescription'>&nbsp;</td>
		<td class='documentDescription'>$this->description</td>
		<td class='documentDescription'>&nbsp;</td>
	</tr>
	<tr>
		<td width=1%><img src='/bicons/spacer.gif' border=0 alt='' width=45 height=15></td>
		<td width=98%>&nbsp;</td>
		<td width=1%><img src='/bicons/spacer.gif' border=0 alt='' width=40 height=15></td>
	</tr>
</table>



%%listrow%%
 



%%nullobject%%
 



%%footer%%



%%postprocess%%



%%end of context%%
