%%folder-exitlist-anonymous-html%%
hiphopclown 2002-12-10

%%preprocess%%
// format the object for display
$this->beryliumToHtml(); 
$this->getRuntimeVars();

// convert generic flavor to objtype:
if ($this->flavor=="Generic") $this->flavor= "Folder";

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

// more tag if body exists
if ($this->body!="") $this->moreTag="<a href='$this->baseUrl'>continues</a>&raquo; |";

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


%%css%%



%%template%%
<a href="$this->baseUrl" title="$this->description">$this->title</a>



%%listrow%%
 or


%%nullobject%%
 



%%footer%%
<a href="http://$site->name/">Homepage</a>.


%%postprocess%%



%%end of context%%
