* * -------------------------------------------- * * 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$ */ $phpgw_info["flags"] = array("currentapp" => "calendar", "enable_nextmatchs_class" => True); if (isset($friendly) && $friendly){ $phpgw_info["flags"]["noheader"] = True; $phpgw_info["flags"]["nonavbar"] = True; $phpgw_info["flags"]["noappheader"] = True; $phpgw_info["flags"]["noappfooter"] = True; $phpgw_info["flags"]["nofooter"] = True; } else { $friendly = 0; } include("../header.inc.php"); $view = "year"; if ($friendly) { echo ''; } ?>
link('/'.$phpgw_info['flags']['currentapp'].'/year.php',"year=" . ($year - 1)) . "\"><<"; ?> link('/'.$phpgw_info['flags']['currentapp'].'/year.php',"year=" . ($year + 1)) . "\">>>"; ?> "; if(!$friendly) echo $phpgw->calendar->mini_calendar($i,$i,$year,"day.php"); else echo $phpgw->calendar->mini_calendar($i,$i,$year); echo ""; if($i==6) echo ""; } ?>
" align="center">
link("year.php","friendly=1&" . "&year=$year") . "\"TARGET=\"cal_printer_friendly\" onMouseOver=\"window." . "status = '" . lang("Generate printer-friendly version") . "'\">[" . lang("Printer Friendly") . "]"; } $phpgw->common->phpgw_footer(); ?>