<& /RG/Elements/Header, Title=>loc("Login"), ShowBar => 1 &>

<DIV ALIGN=CENTER>
% if ($Error) {
<& /RG/Elements/TitleBoxStart, title => loc('Error') &>
<% $Error %>
<& /RG/Elements/TitleBoxEnd &>
% }
<BR>
<& /RG/Elements/TitleBoxStart, width=> "40%", title => loc('Login') ,
contentbg=>"#cccccc" &>


<FORM METHOD=POST >
<TABLE BORDER=0 WIDTH=100%>
<TR ALIGN=RIGHT>
<TD ALIGN=RIGHT><&|/l&>Username</&>:</TD><TD ALIGN=LEFT><input name=user value="<%$user%>"></TD></TR>
<TR><TD ALIGN=RIGHT><&|/l&>Password</&>:</TD><TD ALIGN=LEFT><input type=password name=pass></TD></TR>
<TR><TD colspan=2 align=right>
<input type=submit Value="<&|/l&>Login</&>">
</TD></TR>
</TABLE>
<&/Elements/TitleBoxEnd&>
</FORM>
</DIV>

<BR>
<!-- TODO: not yet implemented
If you've forgotten your username or password, RT can <A
href="/NoAuth/Reminder.html">send you a reminder</a>.
-->
<BR>
<HR>
<& /RG/Elements/Footer &>


<%ARGS>
$user => ""
$pass => undef
$Error => undef
</%ARGS>

<%INIT>
</%INIT>
