%%document-index-anonymous-html%%
roots.encielo.org : / (context:10)
2002-08-11 16:03:36

%%preprocess%%
// format the object for display
$this->beryliumToHtml(); 
$this->timeFormat("F j, Y");
$this->getBaseUrl();

if ($_REQUEST['documentid']!="") {
	$this->selectButton= "<input type='submit' name='select' value='select'>";
	}

%%header%%
<form action='$folder->baseUrl?method=recipientswitch$session->cgi' method='post'>
<select name="recipientid" align='absmiddle'>

%%css%%


%%template%%
<option value='$this->id'>$this->title, $this->description, $this->p_location</option>

%%listrow%%


%%nullobject%%
<option value=''>none yet</option>

%%footer%%
</select>
$this->selectButton<input type="submit" name="view" value="view">
</form>

%%postprocess%%


%%end of context%%

 
