<& /Elements/Header, Title => 'Schedule' &> %#init_overlib.html %foreach my $file (@files) { %} <& /Search/Calendar.html, @_, Query => "( Status = 'new' OR Status = 'open' OR Status = 'stalled') AND ( Type = 'reminder' OR 'Type' = 'ticket' )", #XXX and we have the magic custom field slots => scalar( @{ $ARGS{username} } ), Embed => 'Schedule.html', DimPast => 1, Display => 'Schedule', DisplayArgs => [ username => $ARGS{username} ], &> <%init> my @files = (); #if ( ! $initialized ) { push @files, map "overlibmws$_", ( '', qw( _iframe _draggable _crossframe ) ); push @files, map { "${_}contentmws" } qw( iframe ajax ); #%}