* * -------------------------------------------- * * This program is free software; you can redistribute it and/or modify it * * under the terms of the GNU General Public License as published by the * * Free Software Foundation; either version 2 of the License, or (at your * * option) any later version. * \**************************************************************************/ /* $Id$ */ if (isset($friendly) && $friendly) { $phpgw_flags = Array( 'currentapp' => 'calendar', 'enable_nextmatchs_class' => True, 'noheader' => True, 'nonavbar' => True, 'noappheader' => True, 'noappfooter' => True, 'nofooter' => True ); } else { $friendly = 0; $phpgw_flags = Array( 'currentapp' => 'calendar', 'enable_nextmatchs_class' => True ); } $phpgw_info['flags'] = $phpgw_flags; include('../header.inc.php'); $view = 'year'; if ($friendly) { echo ''; } ?>
<<'; ?> >>'; ?> '; if(!$friendly) echo $phpgw->calendar->mini_calendar($i,$i,$year,'day.php','none',False); else echo $phpgw->calendar->mini_calendar($i,$i,$year,'','none',False); echo ''; if($i % 3 == 0) echo ''; } ?>
link('/calendar/year.php','friendly=1&year='.$year) .'" target="cal_printer_friendly" onMouseOver="window.status = '."'" .lang('Generate printer-friendly version')."'".'">['.lang('Printer Friendly').']'; } if(!isset($friendly) || $friendly == False) { $phpgw->common->phpgw_footer(); } else { $phpgw->common->phpgw_exit(); } ?>