"); HTMLFORMAT_echo_push_nl(""); HTMLFORMAT_echo_noop_nl("FBO-Prime Inadequate User Permissions"); HTMLFORMAT_echo_pull_nl(""); HTMLFORMAT_echo_push_nl(""); HTMLFORMAT_echo_push_nl(""); HTMLFORMAT_echo_push_nl(""); HTMLFORMAT_echo_push_nl(""); HTMLFORMAT_echo_pull_nl(""); HTMLFORMAT_echo_pull_nl("
"); HTMLFORMAT_echo_noop_nl("FBO-Prime Inadequate User Permissions"); HTMLFORMAT_echo_noop_nl("




You do not have adequate user permissions to use the "); HTMLFORMAT_echo_noop_nl($pagetitle . " page.

"); HTMLFORMAT_echo_noop_nl("

Click "); $baseurl = "index.php"; if (($sddt === FALSE) && ($sdtim === FALSE)) { //No adjustment to the base URL needed. } else if (($sddt === FALSE) && ($sdtim !== FALSE)) { $baseurl = $baseurl . "?sdtim=" . $sdtim; } else if (($sddt !== FALSE) && ($sdtim === FALSE)) { $baseurl = $baseurl . "?sddt=" . $sddt; } else { $baseurl = $baseurl . "?sddt=" . $sddt . "&sdtim=" . $sdtim; } HTMLFORMAT_echo_noop_nl("here to return to the day view scheduler.






"); HTMLFORMAT_echo_pull_nl("
"); STDFORMAT_stdfooter_tabular(FALSE, $sddt, $sdtim); HTMLFORMAT_echo_pull_nl(""); HTMLFORMAT_echo_pull_nl(""); } // //-------------------------------------------------------------------------------------------------------------- //Emits the standard page when the client page requires that a user be logged in but there is no user logged in. // function STDFORMAT_underconstructionpage($desc_in, $curuserinfo_in, $cursessioninfo_in, $sddt_in, $sdtim_in) { HTMLFORMAT_echo_push_nl(""); HTMLFORMAT_echo_push_nl(""); HTMLFORMAT_echo_noop_nl("FBO-Prime Page Under Construction"); HTMLFORMAT_echo_pull_nl(""); HTMLFORMAT_echo_push_nl(""); HTMLFORMAT_echo_push_nl(""); HTMLFORMAT_echo_push_nl(""); HTMLFORMAT_echo_push_nl(""); HTMLFORMAT_echo_pull_nl(""); HTMLFORMAT_echo_pull_nl("
"); HTMLFORMAT_echo_noop_nl("




This page (" . $desc_in . ") is under construction.

"); HTMLFORMAT_echo_noop_nl("

Please click "); $baseurl = "index.php"; if (($sddt_in === FALSE) && ($sdtim_in === FALSE)) { //No adjustment to the base URL needed. } else if (($sddt_in === FALSE) && ($sdtim_in !== FALSE)) { $baseurl = $baseurl . "?sdtim=" . $sdtim_in; } else if (($sddt_in !== FALSE) && ($sdtim_in === FALSE)) { $baseurl = $baseurl . "?sddt=" . $sddt_in; } else { $baseurl = $baseurl . "?sddt=" . $sddt_in . "&sdtim=" . $sdtim_in; } HTMLFORMAT_echo_noop_nl("here to return to the day view scheduler.






"); HTMLFORMAT_echo_pull_nl("
"); STDFORMAT_stdfooter_tabular($curuserinfo_in, $sddt_in, $sdtim_in); HTMLFORMAT_echo_pull_nl(""); HTMLFORMAT_echo_pull_nl(""); } // //-------------------------------------------------------------------------------------------------------------- //End of $RCSfile: stdformatx.inc,v $. //-------------------------------------------------------------------------------------------------------------- ?>