示例#1
0
//Include events file @1-8689EE4A
include_once "./access_denied_events.php";
//End Include events file
//Before Initialize @1-E870CEBC
$CCSEventResult = CCGetEvent($CCSEvents, "BeforeInitialize", $MainPage);
//End Before Initialize
//Initialize Objects @1-C784D665
$Attributes = new clsAttributes("page:");
$Attributes->SetValue("pathToRoot", $PathToRoot);
$MainPage->Attributes =& $Attributes;
// Controls
$footer = new clsfooter("./includes/", "footer", $MainPage);
$footer->Initialize();
$header_access_denied = new clsheader_access_denied("includes/", "header_access_denied", $MainPage);
$header_access_denied->Initialize();
$Label1 = new clsControl(ccsLabel, "Label1", "Label1", ccsText, "", CCGetRequestParam("Label1", ccsGet, NULL), $MainPage);
$NewRecord1 = new clsRecordNewRecord1("", $MainPage);
$MainPage->footer =& $footer;
$MainPage->header_access_denied =& $header_access_denied;
$MainPage->Label1 =& $Label1;
$MainPage->NewRecord1 =& $NewRecord1;
BindEvents();
$CCSEventResult = CCGetEvent($CCSEvents, "AfterInitialize", $MainPage);
if ($Charset) {
    header("Content-Type: " . $ContentType . "; charset=" . $Charset);
} else {
    header("Content-Type: " . $ContentType);
}
//End Initialize Objects
//Initialize HTML Template @1-F98FCA33
$CCSEventResult = CCGetEvent($CCSEvents, "OnInitializeView", $MainPage);
示例#2
0
include_once "./setup_events.php";
//End Include events file
//Before Initialize @1-E870CEBC
$CCSEventResult = CCGetEvent($CCSEvents, "BeforeInitialize", $MainPage);
//End Before Initialize
//Initialize Objects @1-003D70F1
$Attributes = new clsAttributes("page:");
$Attributes->SetValue("pathToRoot", $PathToRoot);
$MainPage->Attributes =& $Attributes;
// Controls
$footer = new clsfooter("../includes/", "footer", $MainPage);
$footer->Initialize();
$header_admin_setup = new clsheader_admin_setup("../includes/", "header_admin_setup", $MainPage);
$header_admin_setup->Initialize();
$Label1 = new clsControl(ccsLabel, "Label1", "Label1", ccsText, "", CCGetRequestParam("Label1", ccsGet, NULL), $MainPage);
$Label2 = new clsControl(ccsLabel, "Label2", "Label2", ccsText, "", CCGetRequestParam("Label2", ccsGet, NULL), $MainPage);
$department = new clsdepartment("../setup/", "department", $MainPage);
$department->Initialize();
$ward_clinic = new clsward_clinic("../setup/", "ward_clinic", $MainPage);
$ward_clinic->Initialize();
$sub_dept = new clssub_dept("../setup/", "sub_dept", $MainPage);
$sub_dept->Initialize();
$title = new clstitle("../setup/", "title", $MainPage);
$title->Initialize();
$occupation = new clsoccupation("../setup/", "occupation", $MainPage);
$occupation->Initialize();
$statistical_conclusion = new clsstatistical_conclusion("../setup/", "statistical_conclusion", $MainPage);
$statistical_conclusion->Initialize();
$MainPage->footer =& $footer;
$MainPage->header_admin_setup =& $header_admin_setup;
$MainPage->Label1 =& $Label1;
示例#3
0
//End Before Initialize
//Initialize Objects @1-BEBAAE57
$DBConnection1 = new clsDBConnection1();
$MainPage->Connections["Connection1"] =& $DBConnection1;
$Attributes = new clsAttributes("page:");
$Attributes->SetValue("pathToRoot", $PathToRoot);
$MainPage->Attributes =& $Attributes;
// Controls
$header_print_report = new clsheader_print_report("includes/", "header_print_report", $MainPage);
$header_print_report->Initialize();
$title_users_sub_dept_sex = new clsGridtitle_users_sub_dept_sex("", $MainPage);
$patID = new clsControl(ccsLabel, "patID", "patID", ccsText, "", CCGetRequestParam("patID", ccsGet, NULL), $MainPage);
$resultID = new clsControl(ccsLabel, "resultID", "resultID", ccsText, "", CCGetRequestParam("resultID", ccsGet, NULL), $MainPage);
$startDate = new clsControl(ccsLabel, "startDate", "startDate", ccsText, "", CCGetRequestParam("startDate", ccsGet, NULL), $MainPage);
$deptShort = new clsControl(ccsLabel, "deptShort", "deptShort", ccsText, "", CCGetRequestParam("deptShort", ccsGet, NULL), $MainPage);
$Label1 = new clsControl(ccsLabel, "Label1", "Label1", ccsText, "", CCGetRequestParam("Label1", ccsGet, NULL), $MainPage);
$MainPage->header_print_report =& $header_print_report;
$MainPage->title_users_sub_dept_sex =& $title_users_sub_dept_sex;
$MainPage->patID =& $patID;
$MainPage->resultID =& $resultID;
$MainPage->startDate =& $startDate;
$MainPage->deptShort =& $deptShort;
$MainPage->Label1 =& $Label1;
if (!is_array($resultID->Value) && !strlen($resultID->Value) && $resultID->Value !== false) {
    $resultID->SetText(ccgetparam('result_id', ''));
}
if (!is_array($Label1->Value) && !strlen($Label1->Value) && $Label1->Value !== false) {
    $Label1->SetText(getUsername());
}
$title_users_sub_dept_sex->Initialize();
BindEvents();
//End Before Initialize
//Initialize Objects @1-4AE75E19
$Attributes = new clsAttributes("page:");
$MainPage->Attributes =& $Attributes;
// Controls
$header = new clsheader("./", "header", $MainPage);
$header->Initialize();
$sidebar = new clssidebar("./", "sidebar", $MainPage);
$sidebar->Initialize();
$ace_settings = new clsace_settings("./", "ace_settings", $MainPage);
$ace_settings->Initialize();
$footer = new clsfooter("./", "footer", $MainPage);
$footer->Initialize();
$meta_head = new clsmeta_head("./", "meta_head", $MainPage);
$meta_head->Initialize();
$lbtab = new clsControl(ccsLabel, "lbtab", "lbtab", ccsText, "", CCGetRequestParam("lbtab", ccsGet, NULL), $MainPage);
$customers_assessment_maintcontent = new clscustomers_assessment_maintcontent("", "customers_assessment_maintcontent", $MainPage);
$customers_assessment_maintcontent->Initialize();
$MainPage->header =& $header;
$MainPage->sidebar =& $sidebar;
$MainPage->ace_settings =& $ace_settings;
$MainPage->footer =& $footer;
$MainPage->meta_head =& $meta_head;
$MainPage->lbtab =& $lbtab;
$MainPage->customers_assessment_maintcontent =& $customers_assessment_maintcontent;
BindEvents();
$CCSEventResult = CCGetEvent($CCSEvents, "AfterInitialize", $MainPage);
if ($Charset) {
    header("Content-Type: " . $ContentType . "; charset=" . $Charset);
} else {
    header("Content-Type: " . $ContentType);
$Attributes = new clsAttributes("page:");
$MainPage->Attributes =& $Attributes;
// Controls
$header = new clsheader("./", "header", $MainPage);
$header->Initialize();
$sidebar = new clssidebar("./", "sidebar", $MainPage);
$sidebar->Initialize();
$ace_settings = new clsace_settings("./", "ace_settings", $MainPage);
$ace_settings->Initialize();
$footer = new clsfooter("./", "footer", $MainPage);
$footer->Initialize();
$meta_head = new clsmeta_head("./", "meta_head", $MainPage);
$meta_head->Initialize();
$licensing_viewfilecontent = new clslicensing_viewfilecontent("", "licensing_viewfilecontent", $MainPage);
$licensing_viewfilecontent->Initialize();
$lbparams = new clsControl(ccsLabel, "lbparams", "lbparams", ccsText, "", CCGetRequestParam("lbparams", ccsGet, NULL), $MainPage);
$MainPage->header =& $header;
$MainPage->sidebar =& $sidebar;
$MainPage->ace_settings =& $ace_settings;
$MainPage->footer =& $footer;
$MainPage->meta_head =& $meta_head;
$MainPage->licensing_viewfilecontent =& $licensing_viewfilecontent;
$MainPage->lbparams =& $lbparams;
BindEvents();
$CCSEventResult = CCGetEvent($CCSEvents, "AfterInitialize", $MainPage);
if ($Charset) {
    header("Content-Type: " . $ContentType . "; charset=" . $Charset);
} else {
    header("Content-Type: " . $ContentType);
}
//End Initialize Objects
示例#6
0
//End Include events file
//Before Initialize @1-E870CEBC
$CCSEventResult = CCGetEvent($CCSEvents, "BeforeInitialize", $MainPage);
//End Before Initialize
//Initialize Objects @1-B365DBC2
$DBConnection1 = new clsDBConnection1();
$MainPage->Connections["Connection1"] =& $DBConnection1;
$Attributes = new clsAttributes("page:");
$Attributes->SetValue("pathToRoot", $PathToRoot);
$MainPage->Attributes =& $Attributes;
// Controls
$footer = new clsfooter("../includes/", "footer", $MainPage);
$footer->Initialize();
$Label1 = new clsControl(ccsLabel, "Label1", "Label1", ccsText, "", CCGetRequestParam("Label1", ccsGet, NULL), $MainPage);
$Label2 = new clsControl(ccsLabel, "Label2", "Label2", ccsText, "", CCGetRequestParam("Label2", ccsGet, NULL), $MainPage);
$Label3 = new clsControl(ccsLabel, "Label3", "Label3", ccsText, "", CCGetRequestParam("Label3", ccsGet, NULL), $MainPage);
$status_result_occupation = new clsGridstatus_result_occupation("", $MainPage);
$result = new clsRecordresult("", $MainPage);
$header_doctors_wrpt = new clsheader_doctors_wrpt("../includes/", "header_doctors_wrpt", $MainPage);
$header_doctors_wrpt->Initialize();
$MainPage->footer =& $footer;
$MainPage->Label1 =& $Label1;
$MainPage->Label2 =& $Label2;
$MainPage->Label3 =& $Label3;
$MainPage->status_result_occupation =& $status_result_occupation;
$MainPage->result =& $result;
$MainPage->header_doctors_wrpt =& $header_doctors_wrpt;
if (!is_array($Label2->Value) && !strlen($Label2->Value) && $Label2->Value !== false) {
    $Label2->SetText(getUserName());
}
$status_result_occupation->Initialize();
$MainPage->Connections["Connection1"] =& $DBConnection1;
$Attributes = new clsAttributes("page:");
$Attributes->SetValue("pathToRoot", $PathToRoot);
$MainPage->Attributes =& $Attributes;
// Controls
$footer = new clsfooter("../includes/", "footer", $MainPage);
$footer->Initialize();
$header_receptionist_sa = new clsheader_receptionist_sa("../includes/", "header_receptionist_sa", $MainPage);
$header_receptionist_sa->Initialize();
$Label1 = new clsControl(ccsLabel, "Label1", "Label1", ccsText, "", CCGetRequestParam("Label1", ccsGet, NULL), $MainPage);
$Label2 = new clsControl(ccsLabel, "Label2", "Label2", ccsText, "", CCGetRequestParam("Label2", ccsGet, NULL), $MainPage);
$Label3 = new clsControl(ccsLabel, "Label3", "Label3", ccsText, "", CCGetRequestParam("Label3", ccsGet, NULL), $MainPage);
$result = new clsRecordresult("", $MainPage);
$result_users = new clsCalendarresult_users("", $MainPage);
$Label4 = new clsControl(ccsLabel, "Label4", "Label4", ccsDate, array("LongDate"), CCGetRequestParam("Label4", ccsGet, NULL), $MainPage);
$Label5 = new clsControl(ccsLabel, "Label5", "Label5", ccsText, "", CCGetRequestParam("Label5", ccsGet, NULL), $MainPage);
$MainPage->footer =& $footer;
$MainPage->header_receptionist_sa =& $header_receptionist_sa;
$MainPage->Label1 =& $Label1;
$MainPage->Label2 =& $Label2;
$MainPage->Label3 =& $Label3;
$MainPage->result =& $result;
$MainPage->result_users =& $result_users;
$MainPage->Label4 =& $Label4;
$MainPage->Label5 =& $Label5;
if (!is_array($Label2->Value) && !strlen($Label2->Value) && $Label2->Value !== false) {
    $Label2->SetText(getUserName());
}
if (!is_array($Label4->Value) && !strlen($Label4->Value) && $Label4->Value !== false) {
    $Label4->SetValue(time());
}
$Attributes = new clsAttributes("page:");
$MainPage->Attributes =& $Attributes;
// Controls
$header = new clsheader("", "header", $MainPage);
$header->Initialize();
$sidebar = new clssidebar("", "sidebar", $MainPage);
$sidebar->Initialize();
$ace_settings = new clsace_settings("", "ace_settings", $MainPage);
$ace_settings->Initialize();
$footer = new clsfooter("", "footer", $MainPage);
$footer->Initialize();
$meta_head = new clsmeta_head("", "meta_head", $MainPage);
$meta_head->Initialize();
$changepassword_maint = new clschangepassword_maint("", "changepassword_maint", $MainPage);
$changepassword_maint->Initialize();
$lbmessage = new clsControl(ccsLabel, "lbmessage", "lbmessage", ccsText, "", CCGetRequestParam("lbmessage", ccsGet, NULL), $MainPage);
$MainPage->header =& $header;
$MainPage->sidebar =& $sidebar;
$MainPage->ace_settings =& $ace_settings;
$MainPage->footer =& $footer;
$MainPage->meta_head =& $meta_head;
$MainPage->changepassword_maint =& $changepassword_maint;
$MainPage->lbmessage =& $lbmessage;
BindEvents();
$CCSEventResult = CCGetEvent($CCSEvents, "AfterInitialize", $MainPage);
if ($Charset) {
    header("Content-Type: " . $ContentType . "; charset=" . $Charset);
} else {
    header("Content-Type: " . $ContentType);
}
//End Initialize Objects
示例#9
0
$Redirect = "";
$TemplateFileName = "templates/myaccount.html";
$BlockToParse = "main";
$PathToRoot = "./";
//End Initialize Page
//Authenticate User @1-7FED0150
CCSecurityRedirect("1;2", "login.php", $FileName, CCGetQueryString("QueryString", ""));
//End Authenticate User
//Initialize Objects @1-B4723FC9
// Controls
$Header = new clsHeader();
$Header->BindEvents();
$Header->TemplatePath = "./";
$Header->Initialize();
$usercontrol = new clsRecordusercontrol();
$Logout = new clsControl(ccsLink, "Logout", "Logout", ccsText, "", CCGetRequestParam("Logout", ccsGet));
$Logout->Parameters = CCGetQueryString("QueryString", array("ccsForm"));
$Logout->Parameters = CCAddParam($Logout->Parameters, "Logout", "True");
$Logout->Page = "login.php";
$emails = new clsGridemails();
$watchlist = new clsGridwatchlist();
$items = new clsGriditems();
$Footer = new clsFooter();
$Footer->BindEvents();
$Footer->TemplatePath = "./";
$Footer->Initialize();
$usercontrol->Initialize();
$emails->Initialize();
$watchlist->Initialize();
$items->Initialize();
$CCSEventResult = CCGetEvent($CCSEvents, "AfterInitialize");
示例#10
0
$Attributes->SetValue("pathToRoot", $PathToRoot);
$MainPage->Attributes =& $Attributes;
// Controls
$footer = new clsfooter("../includes/", "footer", $MainPage);
$footer->Initialize();
$header_doctors = new clsheader_doctors("../includes/", "header_doctors", $MainPage);
$header_doctors->Initialize();
$Label1 = new clsControl(ccsLabel, "Label1", "Label1", ccsText, "", CCGetRequestParam("Label1", ccsGet, NULL), $MainPage);
$Label2 = new clsControl(ccsLabel, "Label2", "Label2", ccsText, "", CCGetRequestParam("Label2", ccsGet, NULL), $MainPage);
$Label3 = new clsControl(ccsLabel, "Label3", "Label3", ccsText, "", CCGetRequestParam("Label3", ccsGet, NULL), $MainPage);
$status_result_occupation = new clsGridstatus_result_occupation("", $MainPage);
$nop5 = new clsControl(ccsLabel, "nop5", "nop5", ccsInteger, "", CCGetRequestParam("nop5", ccsGet, NULL), $MainPage);
$nop1 = new clsControl(ccsLabel, "nop1", "nop1", ccsInteger, "", CCGetRequestParam("nop1", ccsGet, NULL), $MainPage);
$nop2 = new clsControl(ccsLabel, "nop2", "nop2", ccsInteger, "", CCGetRequestParam("nop2", ccsGet, NULL), $MainPage);
$nop3 = new clsControl(ccsLabel, "nop3", "nop3", ccsInteger, "", CCGetRequestParam("nop3", ccsGet, NULL), $MainPage);
$nop4 = new clsControl(ccsLabel, "nop4", "nop4", ccsInteger, "", CCGetRequestParam("nop4", ccsGet, NULL), $MainPage);
$MainPage->footer =& $footer;
$MainPage->header_doctors =& $header_doctors;
$MainPage->Label1 =& $Label1;
$MainPage->Label2 =& $Label2;
$MainPage->Label3 =& $Label3;
$MainPage->status_result_occupation =& $status_result_occupation;
$MainPage->nop5 =& $nop5;
$MainPage->nop1 =& $nop1;
$MainPage->nop2 =& $nop2;
$MainPage->nop3 =& $nop3;
$MainPage->nop4 =& $nop4;
if (!is_array($Label2->Value) && !strlen($Label2->Value) && $Label2->Value !== false) {
    $Label2->SetText(getUserName());
}
$status_result_occupation->Initialize();
$Attributes = new clsAttributes("page:");
$MainPage->Attributes =& $Attributes;
// Controls
$header = new clsheader("./", "header", $MainPage);
$header->Initialize();
$sidebar = new clssidebar("./", "sidebar", $MainPage);
$sidebar->Initialize();
$ace_settings = new clsace_settings("./", "ace_settings", $MainPage);
$ace_settings->Initialize();
$footer = new clsfooter("./", "footer", $MainPage);
$footer->Initialize();
$meta_head = new clsmeta_head("./", "meta_head", $MainPage);
$meta_head->Initialize();
$globalmaint_maintcontent = new clsglobalmaint_maintcontent("", "globalmaint_maintcontent", $MainPage);
$globalmaint_maintcontent->Initialize();
$lbmodule = new clsControl(ccsLabel, "lbmodule", "lbmodule", ccsText, "", CCGetRequestParam("lbmodule", ccsGet, NULL), $MainPage);
$MainPage->header =& $header;
$MainPage->sidebar =& $sidebar;
$MainPage->ace_settings =& $ace_settings;
$MainPage->footer =& $footer;
$MainPage->meta_head =& $meta_head;
$MainPage->globalmaint_maintcontent =& $globalmaint_maintcontent;
$MainPage->lbmodule =& $lbmodule;
BindEvents();
$CCSEventResult = CCGetEvent($CCSEvents, "AfterInitialize", $MainPage);
if ($Charset) {
    header("Content-Type: " . $ContentType . "; charset=" . $Charset);
} else {
    header("Content-Type: " . $ContentType);
}
//End Initialize Objects
$MainPage->Attributes =& $Attributes;
// Controls
$header = new clsheader("./", "header", $MainPage);
$header->Initialize();
$sidebar = new clssidebar("./", "sidebar", $MainPage);
$sidebar->Initialize();
$ace_settings = new clsace_settings("./", "ace_settings", $MainPage);
$ace_settings->Initialize();
$footer = new clsfooter("./", "footer", $MainPage);
$footer->Initialize();
$meta_head = new clsmeta_head("./", "meta_head", $MainPage);
$meta_head->Initialize();
$customers_maintcontent = new clscustomers_maintcontent("", "customers_maintcontent", $MainPage);
$customers_maintcontent->Initialize();
$lbtitle = new clsControl(ccsLabel, "lbtitle", "lbtitle", ccsText, "", CCGetRequestParam("lbtitle", ccsGet, NULL), $MainPage);
$lburl = new clsControl(ccsLabel, "lburl", "lburl", ccsText, "", CCGetRequestParam("lburl", ccsGet, NULL), $MainPage);
$MainPage->header =& $header;
$MainPage->sidebar =& $sidebar;
$MainPage->ace_settings =& $ace_settings;
$MainPage->footer =& $footer;
$MainPage->meta_head =& $meta_head;
$MainPage->customers_maintcontent =& $customers_maintcontent;
$MainPage->lbtitle =& $lbtitle;
$MainPage->lburl =& $lburl;
BindEvents();
$CCSEventResult = CCGetEvent($CCSEvents, "AfterInitialize", $MainPage);
if ($Charset) {
    header("Content-Type: " . $ContentType . "; charset=" . $Charset);
} else {
    header("Content-Type: " . $ContentType);
}
//End Before Initialize
//Initialize Objects @1-6C2B4925
$Attributes = new clsAttributes("page:");
$MainPage->Attributes =& $Attributes;
// Controls
$header = new clsheader("./", "header", $MainPage);
$header->Initialize();
$sidebar = new clssidebar("./", "sidebar", $MainPage);
$sidebar->Initialize();
$ace_settings = new clsace_settings("./", "ace_settings", $MainPage);
$ace_settings->Initialize();
$footer = new clsfooter("./", "footer", $MainPage);
$footer->Initialize();
$meta_head = new clsmeta_head("./", "meta_head", $MainPage);
$meta_head->Initialize();
$lblicenselink = new clsControl(ccsLabel, "lblicenselink", "lblicenselink", ccsText, "", CCGetRequestParam("lblicenselink", ccsGet, NULL), $MainPage);
$licensing_bulkrenewalcontent = new clslicensing_bulkrenewalcontent("", "licensing_bulkrenewalcontent", $MainPage);
$licensing_bulkrenewalcontent->Initialize();
$MainPage->header =& $header;
$MainPage->sidebar =& $sidebar;
$MainPage->ace_settings =& $ace_settings;
$MainPage->footer =& $footer;
$MainPage->meta_head =& $meta_head;
$MainPage->lblicenselink =& $lblicenselink;
$MainPage->licensing_bulkrenewalcontent =& $licensing_bulkrenewalcontent;
BindEvents();
$CCSEventResult = CCGetEvent($CCSEvents, "AfterInitialize", $MainPage);
if ($Charset) {
    header("Content-Type: " . $ContentType . "; charset=" . $Charset);
} else {
    header("Content-Type: " . $ContentType);