<& /Elements/Header, Title=>"Login" , &>
<& /Elements/TitleBoxStart, width=> "40%", titleright => "RT for $RT::rtname", title => 'Login' , contentbg=>"#cccccc" &>
Username:
Password:

% # Preserving all the old parameters % my @z=$r->args; while (1) { my ($k, $v)=(shift @z, shift @z); last unless $k; % }
<&/Elements/TitleBoxEnd&> <& /Elements/Footer, SuppressAuthString => 1 &> <% $m->abort() %> <%ARGS> $user => "" $pass => undef $goto => undef <%INIT>