%%document-scenelist-anonymous-html%%
hiphopclown 2002-12-28 11:05

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

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

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

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


%%css%%



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



%%listrow%%
,


%%nullobject%%
 



%%footer%%
or <a href="#scenes" style="font-weight: normal">view scene list</a>


%%postprocess%%



%%end of context%%
