* * http://www.radix.net/~cknudsen * * -------------------------------------------- * * 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 (!$friendly){ $phpgw_flags["noheader"]="True"; } $phpgw_flags["currentapp"] = "calendar"; include("../header.inc.php"); if (! $friendly) { $phpgw->common->header(); } else echo ""; $view = "week"; ?> 0) { $thisyear = substr($date, 0, 4); $thismonth = substr($date, 4, 2); $thisday = substr($date, 6, 2); } else { if ($month == 0) $thismonth = date("m"); else $thismonth = $month; if ($year == 0) $thisyear = date("Y"); else $thisyear = $year; if ($day == 0) $thisday = date("d"); else $thisday = $day; } $next = mktime(2, 0, 0, $thismonth, $thisday + 7, $thisyear); $nextyear = date("Y", $next); $nextmonth = date("m", $next); $nextday = date("d", $next); $prev = mktime(2, 0, 0, $thismonth, $thisday - 7, $thisyear); $prevyear = date("Y", $prev); $prevmonth = date("m", $prev); $prevday = date("d", $prev); // We add 2 hours on to the time so that the switch to DST doesn't // throw us off. So, all our dates are 2AM for that day. $sun = get_sunday_before($thisyear, $thismonth, $thisday) + 7200; $sat = $sun + (3600 * 24 * 7); ?> session->id . "&year=$nextyear&month=$nextmonth&day=$nextday\">>>"; } ?>
<< db->query("SELECT lastname, firstname FROM accounts WHERE loginid='" . $phpgw->session->loginid . "'"); echo "
\n"; if ($phpgw->db->next_record()) { if (strlen($phpgw->db->f(0)) || strlen($phpgw->db->f(1))) { if (strlen($phpgw->db->f(1))) echo $phpgw->db->f(1) . " "; if (strlen($phpgw->db->f(0))) echo $phpgw->db->f(0) . " "; } else echo $user; } ?>
session->loginid); $today = mktime(2,0,0,date("m"), date("d"), date("Y")); for ($j = 0; $j < 7; $j++) { $date = $sun + ($j * 24 * 3600); $CELLBG = $phpgw->nextmatchs->alternate_row_color($CELLBG); echo "\n"; } ?>
"> "> "> "> "> "> ">
"; else echo "BGCOLOR=\"$CELLBG\">"; print_date_entries($date,$hide_icons,$phpgw->session->id); echo "
 link("week.php","$yeartext&friendly=1"); } ?>" TARGET="cal_printer_friendly" onMouseOver="window.status = ''">[]