%# TODO this gets called from error. but I have no idea what it might %# be used for. can we whack it? -jesse % if ($Code) { % } % if ($Refresh > 0) { % } % if ($ShowBar) {
RT <%$Title%> % if ($session{'CurrentUser'}) { Signed in as <%$session{'CurrentUser'}->Name%>.
% if ($session{'CurrentUser'}->HasSystemRight('ModifySelf')) { [Preferences] % } % unless ($RT::WebExternalAuth) { [Logout] % } % } else { Not logged in. % }

% } <%ARGS> $Title => 'WebRT' $Code => undef $Refresh => undef $Why => undef $BgColor => '#ffffff' $ShowBar => 1 <%INIT> $Title = "RT/$RT::rtname: ".$Title;