%%folder-recipientswitch-anonymous-html%%
roots.encielo.org /recipients
2002-08-16 12:41:00

%%preprocess%%

%%header%%

%%css%%

%%template%%

%%listrow%%

%%nullobject%%

%%footer%%

%%postprocess%%

if ($_POST['select']=="select" && $_GET['documentid']!="") {
    $redirect="Location: /berylium/document-".$_GET['documentid'].".html?method=addrecipient&recipientid=".$_POST['recipientid']."$session->cgi";
    }
else {
    $this->getBaseURL();
    $redirect="Location: $this->baseURL/document-".$_POST['recipientid'].".html?method=view$session->cgi";
    }
if ($GLOBALS['debug']) {
    print "<b>Switching</b><br><a href='$redirect'>Click here to continue.</a><hr>";
    }
else {
    header($redirect); 
    exit;
    }

%%end of context%%
