%%generic-logout-anonymous-html%%
2002-06-28 07:25

%%preprocess%%
$object->getBaseUrl();

if ($GLOBALS[session]->logout() AND !$GLOBALS[debug]) {
       $newlocation= "http://$site->name$object->uri?method=view$session->cgi";
       berror("Logout done, connection should be http. Trying to redirect to $newlocation.",1);
       header("Location: $newlocation");
       exit;
       }

%%header%%

%%css%%

%%template%%
<form method='post' action='$this->baseURL?method=login$session->cgi' class='.form'>
$this->hiddenvars
        <table width='400' border='0' cellspacing='0' cellpadding='5' align='center'>
<tr> <td colspan=2><b>$session->alert</b></td>
</tr><tr>
<td align='right' valign='top'>email:</td>
<td valign='top'> <input type='text' name='email' size='42' maxlength='255' value="$sitemember->email">
</td> </tr>
<tr> <td align='right' valign='top'>password:</td>
<td valign='top'> <input type='password' name='password' size='42' maxlength='255' value="">
</td> </tr>
<tr> <td>&nbsp;</td>
<td> <input type='submit' name='Submit' value='login' class='buttonstyle'>
</td>
</tr>
</table>
</form>

%%listrow%%

%%nullobject%%

%%footer%%

%%postprocess%%

%%end of context%%
