\n"; if ( ! empty ( $cat_id ) && $categories_enabled == "Y" && ( ! $user || $user == $login ) ) echo "\n"; ?> \n"; if ( ! empty ( $cat_id ) && $categories_enabled == "Y" && ( ! $user || $user == $login ) ) echo "\n"; ?> \n"; if ( ! empty ( $cat_id ) && $categories_enabled == "Y" && ( ! $user || $user == $login ) ) echo "\n"; ?>
: ">
: ">
: ">

: " . translate("Back to My Calendar") . ""; else echo "" . translate("My Calendar") . ""; if ( $login != '__public__' ) echo " | " . translate("Admin") . ""; if ( ! $use_http_auth ) { if ( empty ( $login_return_path ) ) $login_url = "login.php"; else $login_url = "login.php?return_path=$login_return_path"; echo " | " . translate("Login") . "/" . translate("Logout") . ""; } if ( $login != "__public__" && $readonly == "N" && ( $require_approvals == "Y" || $public_access == "Y" ) ) { $url = 'list_unapproved.php'; if ($is_nonuser_admin) $url .= "?user=$user"; echo " | " . translate("Unapproved Events") . ""; } if ( $login == "__public__" && $public_access_others != "Y" ) { // don't allow them to see other people's calendar } else if ( $allow_view_other == "Y" || $is_admin ) echo " | " . translate("Another User's Calendar") . ""; } else { echo "" . translate("My Calendar") . ""; echo " | " . translate("Admin") . ""; } // only display some links if we're viewing our own calendar. if ( empty ( $user ) || $user == $login ) { echo " | " . translate("Search") . ""; echo " | " . translate("Export") . ""; echo " | " . translate("Import") . ""; if ( $can_add ) { echo " | " . translate("Add New Entry") . ""; } } echo " | " . translate("Help") . ""; ?>
: 0 ) echo " | "; echo "" . $views[$i]['cal_name'] . ""; } if ( $readonly != "Y" ) { if ( count ( $views ) > 0 ) echo " | "; echo "" . translate("Manage Views") . ""; } ?>
: " . htmlentities ( $row[0] ) . ""; $found_report = true; } dbi_free_result ( $res ); } if ( $login != "__public__" ) { if ( $found_report ) echo " | "; echo "" . translate("Manage Reports") . "\n"; } ?>
" . translate("Current User") . ":$fullname
\n"; } if ($nonuser_enabled == "Y" ) $admincals = get_nonuser_cals ($login); if ( $has_boss || $admincals[0] ) { echo ""; etranslate("Manage calendar of"); echo ": "; $grouplist = user_get_boss_list ($login); $grouplist = array_merge($admincals,$grouplist); $groups = ""; for ( $i = 0; $i < count ( $grouplist ); $i++ ) { $l = $grouplist[$i]['cal_login']; $f = $grouplist[$i]['cal_fullname']; if ( $i > 0) $groups .= ", "; $groups .= "$f"; } print $groups; } ?>