The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
<%init>
RT::Interface::Web::Redirect( RT->Config->Get('WebURL') ."Minimal/Search.html");
</%init>

%#<& /Minimal/Elements/Header, Title => loc('Home') &>
%#<& /Minimal/Elements/MyRequests,
%#    %ARGS,
%#    BaseURL => RT->Config->Get('WebPath') ."/Minimal/?",
%#    Page    => $Page, 
%#&>

%#<& /Minimal/Elements/RecentlyReportedData,
%#    %ARGS,
%#    BaseURL => RT->Config->Get('WebPath') ."/Minimal/?",
%#    Page    => $Page,
%#&>

<%ARGS>
$Page => 1
</%ARGS>