<%perl>; $m->comp('/widgets/wrappers/sharky/header.mc', title => 'ALERT LIST EXAMPLE'); $m->out("
\n"); $m->comp('/widgets/alertList/alertList.mc', mode => 'alert', event_id => 1031, recip_url => '/admin/alerts/recip' ); $m->out("
\n"); $m->comp('/widgets/alertList/alertList.mc', mode => 'recip', alert_id => 1024); $m->comp('/widgets/wrappers/sharky/footer.mc');