%%folder-exitlist-anonymous-html%%
$Date: 2003/02/25 16:56:29 $

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

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

global $session;
if ($session->currentListIndex < $session->currentListSize) {
	$this->orTag= " or ";
	}
else $this->orTag= ".";
$this->shortdescription= strip_tags(addslashes($this->description));
 
%%header%%
Exit to

%%css%%

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

%%listrow%%

%%nullobject%%

%%footer%%

%%postprocess%%

%%end of context%%
