installers (calendaring), RT#16584
[freeside.git] / rt / share / html / Search / Schedule.html
1 <& /Elements/Header, Title => 'Schedule' &>
2
3 %#init_overlib.html
4 %foreach my $file (@files) {
5 <SCRIPT TYPE="text/javascript" SRC="<%$fsurl%>elements/<%$file%>.js"></SCRIPT>
6 %}
7
8 <& /Search/Calendar.html,
9      @_,
10      Embed          => 'Schedule.html',
11      Display     => 'Schedule',
12      DisplayArgs => [ username => $ARGS{username} ],
13 &>
14
15 <%init>
16 my @files = ();
17 #if ( ! $initialized ) {
18   push @files, map "overlibmws$_", ( '', qw( _iframe _draggable _crossframe ) );
19   push @files, map { "${_}contentmws" } qw( iframe ajax );
20 #%}
21 </%init>