Example #1
0
    $hldGlobal->fnInActiveUser($_SESSION["UID"]);
    $strLogOut = SITE_NAME . "log/1/login.htm";
    header("Location:{$strLogOut}");
}
//Creates the object for sigma template.
$hdlTpl =& new HTML_Template_Sigma(DIR_TEMPLATE, DIR_TEMPLATE . "/prepared");
//Loads index template file
$hdlTpl->loadTemplateFile("quizzes.htm", TRUE, TRUE);
$hldGlobal->fnTrackUser("Quizzes", $_SESSION["MaInId"]);
$strHeader = $hldGlobal->fnGetHeader();
//Fetches header template
$strMetatag = $hldGlobal->fnMetaTag();
//Fetches Metatag template
$strFooter = $hldGlobal->fnGetFooter();
//Fetches footer template
$strLmenu = $hldGlobal->fnMenu("quizzes", $arrMpage);
//Fetches left menu
$hdlTpl->setVariable("metatag", $strMetatag);
//Assigns Metatag
$hdlTpl->setVariable("header", $strHeader);
//Assigns header
$hdlTpl->setVariable("footer", $strFooter);
//Assigns footer
$hdlTpl->setVariable("menu", $strLmenu);
//Assigns left menu
$hdlTpl->setVariable("uname", ucfirst($_SESSION["UNAME"]));
//Assigns user name
$arrQuizzesTopic = $hldGlobal->fnFetchCourse();
if (is_array($arrQuizzesTopic) && count($arrQuizzesTopic) > 0) {
    foreach ($arrQuizzesTopic as $key => $value) {
        $hdlTpl->setVariable("topic", $value["cname"]);
Example #2
0
    $hldGlobal->fnInActiveUser($_SESSION["UID"]);
    $strLogOut = SITE_NAME . "log/1/login.htm";
    header("Location:{$strLogOut}");
}
//Creates the object for sigma template.
$hdlTpl =& new HTML_Template_Sigma(DIR_TEMPLATE, DIR_TEMPLATE . "/prepared");
//Loads index template file
$hdlTpl->loadTemplateFile("quickreview.htm", TRUE, TRUE);
$hldGlobal->fnTrackUser("Quick Review", $_SESSION["MaInId"]);
$strHeader = $hldGlobal->fnGetHeader();
//Fetches header template
$strMetatag = $hldGlobal->fnMetaTag();
//Fetches Metatag template
$strFooter = $hldGlobal->fnGetFooter();
//Fetches footer template
$strLmenu = $hldGlobal->fnMenu("quick_review", $arrMpage);
//Fetches left menu
$hdlTpl->setVariable("metatag", $strMetatag);
//Assigns Metatag
$hdlTpl->setVariable("header", $strHeader);
//Assigns header
$hdlTpl->setVariable("footer", $strFooter);
//Assigns footer
$hdlTpl->setVariable("menu", $strLmenu);
//Assigns left menu
$strSearch = $hldGlobal->fnGetSearch($_POST["search1"], "Quick Review", "quickreview", "quick_review");
$hdlTpl->setVariable("search", $strSearch);
//Assigns search
$strSearchTxt = "";
$intCid = 0;
if ($_POST["search"] == "Search") {
Example #3
0
    $hldGlobal->fnInActiveUser($_SESSION["UID"]);
    $strLogOut = SITE_NAME . "log/1/login.htm";
    header("Location:{$strLogOut}");
}
//Creates the object for sigma template.
$hdlTpl =& new HTML_Template_Sigma(DIR_TEMPLATE, DIR_TEMPLATE . "/prepared");
//Loads index template file
$hdlTpl->loadTemplateFile("advisories.htm", TRUE, TRUE);
$hldGlobal->fnTrackUser("Advisories", $_SESSION["MaInId"]);
$strHeader = $hldGlobal->fnGetHeader();
//Fetches header template
$strMetatag = $hldGlobal->fnMetaTag();
//Fetches Metatag template
$strFooter = $hldGlobal->fnGetFooter();
//Fetches footer template
$strLmenu = $hldGlobal->fnMenu("advisory", $arrMpage);
//Fetches left menu
$hdlTpl->setVariable("metatag", $strMetatag);
//Assigns Metatag
$hdlTpl->setVariable("header", $strHeader);
//Assigns header
$hdlTpl->setVariable("footer", $strFooter);
//Assigns footer
$hdlTpl->setVariable("menu", $strLmenu);
//Assigns left menu
$strSearch = $hldGlobal->fnGetSearch($_POST["search1"], "Advisories", "advisories", "advisory");
$hdlTpl->setVariable("search", $strSearch);
//Assigns search
$strSearchTxt = "";
$intCid = 0;
if ($_POST["search"] == "Search") {
Example #4
0
    $hldGlobal->fnInActiveUser($_SESSION["UID"]);
    $strLogOut = SITE_NAME . "log/1/login.htm";
    header("Location:{$strLogOut}");
}
//Creates the object for sigma template.
$hdlTpl =& new HTML_Template_Sigma(DIR_TEMPLATE, DIR_TEMPLATE . "/prepared");
//Loads index template file
$hdlTpl->loadTemplateFile("news.htm", TRUE, TRUE);
$hldGlobal->fnTrackUser("News", $_SESSION["MaInId"]);
$strHeader = $hldGlobal->fnGetHeader();
//Fetches header template
$strMetatag = $hldGlobal->fnMetaTag();
//Fetches Metatag template
$strFooter = $hldGlobal->fnGetFooter();
//Fetches footer template
$strLmenu = $hldGlobal->fnMenu("", $arrMpage);
//Fetches left menu
$hdlTpl->setVariable("metatag", $strMetatag);
//Assigns Metatag
$hdlTpl->setVariable("header", $strHeader);
//Assigns header
$hdlTpl->setVariable("footer", $strFooter);
//Assigns footer
$hdlTpl->setVariable("menu", $strLmenu);
//Assigns left menu
$arrRecordSet = $hldGlobal->fnFetchNewsLeft();
if (is_array($arrRecordSet) && count($arrRecordSet) > 0) {
    for ($i = 0; $i < count($arrRecordSet); $i++) {
        $hdlTpl->setVariable("site_name", SITE_NAME);
        $hdlTpl->setVariable("left_link", $arrRecordSet[$i]["datecreate"]);
        //Assigns left link
Example #5
0
    $hldGlobal->fnInActiveUser($_SESSION["UID"]);
    $strLogOut = SITE_NAME . "log/1/login.htm";
    header("Location:{$strLogOut}");
}
//Creates the object for sigma template.
$hdlTpl =& new HTML_Template_Sigma(DIR_TEMPLATE, DIR_TEMPLATE . "/prepared");
//Loads index template file
$hdlTpl->loadTemplateFile("moduledesc.htm", TRUE, TRUE);
$hldGlobal->fnTrackUser("Module Description", $_SESSION["MaInId"]);
$strHeader = $hldGlobal->fnGetHeader();
//Fetches header template
$strMetatag = $hldGlobal->fnMetaTag();
//Fetches Metatag template
$strFooter = $hldGlobal->fnGetFooter();
//Fetches footer template
$strLmenu = $hldGlobal->fnMenu("curriculum", $arrMpage);
//Fetches left menu
$hdlTpl->setVariable("metatag", $strMetatag);
//Assigns Metatag
$hdlTpl->setVariable("header", $strHeader);
//Assigns header
$hdlTpl->setVariable("footer", $strFooter);
//Assigns footer
$hdlTpl->setVariable("menu", $strLmenu);
//Assigns left menu
$strSearch = $hldGlobal->fnGetSearch($_POST["search1"], "Curriculum", "curriculum");
$hdlTpl->setVariable("search", $strSearch);
//Assigns search
$strSearchTxt = "";
$intCid = 0;
if ($_POST["search"] == "Search") {
Example #6
0
    $hldGlobal->fnInActiveUser($_SESSION["UID"]);
    $strLogOut = SITE_NAME . "log/1/login.htm";
    header("Location:{$strLogOut}");
}
//Creates the object for sigma template.
$hdlTpl =& new HTML_Template_Sigma(DIR_TEMPLATE, DIR_TEMPLATE . "/prepared");
//Loads index template file
$hdlTpl->loadTemplateFile("caselibrary.htm", TRUE, TRUE);
$hldGlobal->fnTrackUser("Case Library", $_SESSION["MaInId"]);
$strHeader = $hldGlobal->fnGetHeader();
//Fetches header template
$strMetatag = $hldGlobal->fnMetaTag();
//Fetches Metatag template
$strFooter = $hldGlobal->fnGetFooter();
//Fetches footer template
$strLmenu = $hldGlobal->fnMenu("case_library", $arrMpage);
//Fetches left menu
$hdlTpl->setVariable("metatag", $strMetatag);
//Assigns Metatag
$hdlTpl->setVariable("header", $strHeader);
//Assigns header
$hdlTpl->setVariable("footer", $strFooter);
//Assigns footer
$hdlTpl->setVariable("menu", $strLmenu);
//Assigns left menu
$strSearch = $hldGlobal->fnGetSearch($_POST["search1"], "Case Library", "caselibrary", "case_library");
$hdlTpl->setVariable("search", $strSearch);
//Assigns search
$strSearchTxt = "";
$intCid = 0;
if ($_POST["search"] == "Search") {
Example #7
0
    $hldGlobal->fnInActiveUser($_SESSION["UID"]);
    $strLogOut = SITE_NAME . "log/1/login.htm";
    header("Location:{$strLogOut}");
}
//Creates the object for sigma template.
$hdlTpl =& new HTML_Template_Sigma(DIR_TEMPLATE, DIR_TEMPLATE . "/prepared");
//Loads index template file
$hdlTpl->loadTemplateFile("innovation.htm", TRUE, TRUE);
$hldGlobal->fnTrackUser("Innovation", $_SESSION["MaInId"]);
$strHeader = $hldGlobal->fnGetHeader();
//Fetches header template
$strMetatag = $hldGlobal->fnMetaTag();
//Fetches Metatag template
$strFooter = $hldGlobal->fnGetFooter();
//Fetches footer template
$strLmenu = $hldGlobal->fnMenu("innovations", $arrMpage);
//Fetches left menu
$hdlTpl->setVariable("metatag", $strMetatag);
//Assigns Metatag
$hdlTpl->setVariable("header", $strHeader);
//Assigns header
$hdlTpl->setVariable("footer", $strFooter);
//Assigns footer
$hdlTpl->setVariable("menu", $strLmenu);
//Assigns left menu
$strSearch = $hldGlobal->fnGetSearch($_POST["search1"], "Innovation", "innovation", "innovation");
$hdlTpl->setVariable("search", $strSearch);
//Assigns search
$strSearchTxt = "";
$intCid = 0;
if ($_POST["search"] == "Search") {