& /_shared/procs/mensagens/show_msgset.m, maxhits=>5, painel=>1, section=>'arquivo', ms_nrec=>$ms_nrec, ms_date=>$ms_date, ms_query=>$ms_query &>
|
<%"nova pesquisa"|l%>...
|
<%ARGS>
$ms_day=> undef
$ms_month=> undef
$ms_year=> undef
$ms_nrec=>undef
$ms_query=>undef
$ms_date=>undef
%ARGS>
<%init>
if (!$ms_date){
if ($ms_month && $ms_year){
$ms_date = $ms_year.'-'.$ms_month.'-'.$ms_day;
}elsif($ms_year){
$ms_date = $ms_year . "-";
}
}
my $search_args = $m->comp("/_shared/procs/utils/get_searchargs.m", delargs=>{ms_search=>1});
%init>