//Before Initialize @1-E870CEBC
$CCSEventResult = CCGetEvent($CCSEvents, "BeforeInitialize", $MainPage);
//End Before Initialize
//Initialize Objects @1-B20A34A7
$DBhrcon = new clsDBhrcon();
$MainPage->Connections["hrcon"] =& $DBhrcon;
$Attributes = new clsAttributes("page:");
$Attributes->SetValue("pathToRoot", $PathToRoot);
$MainPage->Attributes =& $Attributes;
// Controls
$MasterPage = new clsMasterPage("/admin.menu/../Designs/d01/", "MasterPage", $MainPage);
$MasterPage->Attributes = $Attributes;
$MasterPage->Initialize();
$Head = new clsPanel("Head", $MainPage);
$Head->PlaceholderName = "Head";
$Content = new clsPanel("Content", $MainPage);
$Content->PlaceholderName = "Content";
$roleForm = new clsRecordroleForm("", $MainPage);
$LovContainer = new clsPanel("LovContainer", $MainPage);
$modal_start = new clsmodal_start("../Designs/modal/", "modal_start", $MainPage);
$modal_start->Initialize();
$LovAjaxPanel = new clsPanel("LovAjaxPanel", $MainPage);
$modal_end = new clsmodal_end("../Designs/modal/", "modal_end", $MainPage);
$modal_end->Initialize();
$MainPage->Head =& $Head;
$MainPage->Content =& $Content;
$MainPage->roleForm =& $roleForm;
$MainPage->LovContainer =& $LovContainer;
$MainPage->modal_start =& $modal_start;
$MainPage->LovAjaxPanel =& $LovAjaxPanel;
$MainPage->modal_end =& $modal_end;
示例#2
0
//Before Initialize @1-E870CEBC
$CCSEventResult = CCGetEvent($CCSEvents, "BeforeInitialize", $MainPage);
//End Before Initialize
//Initialize Objects @1-5A018C54
$DBhrcon = new clsDBhrcon();
$MainPage->Connections["hrcon"] =& $DBhrcon;
$Attributes = new clsAttributes("page:");
$Attributes->SetValue("pathToRoot", $PathToRoot);
$MainPage->Attributes =& $Attributes;
// Controls
$MasterPage = new clsMasterPage("/admin.menu/../Designs/d01/", "MasterPage", $MainPage);
$MasterPage->Attributes = $Attributes;
$MasterPage->Initialize();
$Head = new clsPanel("Head", $MainPage);
$Head->PlaceholderName = "Head";
$Content = new clsPanel("Content", $MainPage);
$Content->PlaceholderName = "Content";
$roleGrid = new clsGridroleGrid("", $MainPage);
$p_module1 = new clsRecordp_module1("", $MainPage);
$Panel1 = new clsPanel("Panel1", $MainPage);
$NewPage1 = new clsNewPage1("../admin/", "NewPage1", $MainPage);
$NewPage1->Initialize();
$MainPage->Head =& $Head;
$MainPage->Content =& $Content;
$MainPage->roleGrid =& $roleGrid;
$MainPage->p_module1 =& $p_module1;
$MainPage->Panel1 =& $Panel1;
$MainPage->NewPage1 =& $NewPage1;
$Content->AddComponent("roleGrid", $roleGrid);
$Content->AddComponent("p_module1", $p_module1);
$Content->AddComponent("NewPage1", $NewPage1);
示例#3
0
//Before Initialize @1-E870CEBC
$CCSEventResult = CCGetEvent($CCSEvents, "BeforeInitialize", $MainPage);
//End Before Initialize
//Initialize Objects @1-0A3E64E4
$DBhrcon = new clsDBhrcon();
$MainPage->Connections["hrcon"] =& $DBhrcon;
$Attributes = new clsAttributes("page:");
$Attributes->SetValue("pathToRoot", $PathToRoot);
$MainPage->Attributes =& $Attributes;
// Controls
$MasterPage = new clsMasterPage("/admin.menu/../Designs/d01/", "MasterPage", $MainPage);
$MasterPage->Attributes = $Attributes;
$MasterPage->Initialize();
$Head = new clsPanel("Head", $MainPage);
$Head->PlaceholderName = "Head";
$Content = new clsPanel("Content", $MainPage);
$Content->GenerateDiv = true;
$Content->PanelId = "Content";
$Content->PlaceholderName = "Content";
$Panel1 = new clsPanel("Panel1", $MainPage);
$roleGrid = new clsGridroleGrid("", $MainPage);
$Link1 = new clsControl(ccsLink, "Link1", "Link1", ccsText, "", CCGetRequestParam("Link1", ccsGet, NULL), $MainPage);
$Link1->Parameters = CCGetQueryString("QueryString", array("roleGridPage", "p_module_id", "ccsForm"));
$Link1->Page = "p_module.php";
$Link2 = new clsControl(ccsLink, "Link2", "Link2", ccsText, "", CCGetRequestParam("Link2", ccsGet, NULL), $MainPage);
$Link2->Parameters = CCGetQueryString("QueryString", array("roleGridPage", "p_menu_id", "ccsForm"));
$Link2->Parameters = CCAddParam($Link2->Parameters, "p_module_id", CCGetFromGet("p_module_id", NULL));
$Link2->Page = "p_menu.php";
$MainPage->Head =& $Head;
$MainPage->Content =& $Content;
$MainPage->Panel1 =& $Panel1;
示例#4
0
$Attributes->SetValue("pathToRoot", $PathToRoot);
$MainPage->Attributes =& $Attributes;
// Controls
$MasterPage = new clsMasterPage("/Designs/" . $CCProjectDesign . "/", "MasterPage", $MainPage);
$MasterPage->Attributes = $Attributes;
$MasterPage->Initialize();
$Head = new clsPanel("Head", $MainPage);
$Head->PlaceholderName = "Head";
$Content = new clsPanel("Content", $MainPage);
$Content->PlaceholderName = "Content";
$p_client = new clsRecordp_client("", $MainPage);
$Menu = new clsPanel("Menu", $MainPage);
$Menu->PlaceholderName = "Menu";
$Sidebar1 = new clsPanel("Sidebar1", $MainPage);
$Sidebar1->PlaceholderName = "Sidebar1";
$HeaderSidebar = new clsPanel("HeaderSidebar", $MainPage);
$HeaderSidebar->PlaceholderName = "HeaderSidebar";
$MainPage->Head =& $Head;
$MainPage->Content =& $Content;
$MainPage->p_client =& $p_client;
$MainPage->Menu =& $Menu;
$MainPage->Sidebar1 =& $Sidebar1;
$MainPage->HeaderSidebar =& $HeaderSidebar;
$Content->AddComponent("p_client", $p_client);
$p_client->Initialize();
$ScriptIncludes = "";
$SList = explode("|", $Scripts);
foreach ($SList as $Script) {
    if ($Script != "") {
        $ScriptIncludes = $ScriptIncludes . "<script src=\"" . $PathToRoot . $Script . "\" type=\"text/javascript\"></script>\n";
    }
示例#5
0
//Before Initialize @1-E870CEBC
$CCSEventResult = CCGetEvent($CCSEvents, "BeforeInitialize", $MainPage);
//End Before Initialize
//Initialize Objects @1-C4275029
$DBhrcon = new clsDBhrcon();
$MainPage->Connections["hrcon"] =& $DBhrcon;
$Attributes = new clsAttributes("page:");
$Attributes->SetValue("pathToRoot", $PathToRoot);
$MainPage->Attributes =& $Attributes;
// Controls
$MasterPage = new clsMasterPage("/admin.menu/../Designs/d01/", "MasterPage", $MainPage);
$MasterPage->Attributes = $Attributes;
$MasterPage->Initialize();
$Head = new clsPanel("Head", $MainPage);
$Head->PlaceholderName = "Head";
$Content = new clsPanel("Content", $MainPage);
$Content->PlaceholderName = "Content";
$roleForm = new clsRecordroleForm("", $MainPage);
$NewPage1 = new clsNewPage1("../admin/", "NewPage1", $MainPage);
$NewPage1->Initialize();
$MainPage->Head =& $Head;
$MainPage->Content =& $Content;
$MainPage->roleForm =& $roleForm;
$MainPage->NewPage1 =& $NewPage1;
$Content->AddComponent("roleForm", $roleForm);
$Content->AddComponent("NewPage1", $NewPage1);
$roleForm->Initialize();
$ScriptIncludes = "";
$SList = explode("|", $Scripts);
foreach ($SList as $Script) {
    if ($Script != "") {
示例#6
0
//Before Initialize @1-E870CEBC
$CCSEventResult = CCGetEvent($CCSEvents, "BeforeInitialize", $MainPage);
//End Before Initialize
//Initialize Objects @1-868ADC6B
$DBhrcon = new clsDBhrcon();
$MainPage->Connections["hrcon"] =& $DBhrcon;
$Attributes = new clsAttributes("page:");
$Attributes->SetValue("pathToRoot", $PathToRoot);
$MainPage->Attributes =& $Attributes;
// Controls
$MasterPage = new clsMasterPage("/admin/../Designs/d01/", "MasterPage", $MainPage);
$MasterPage->Attributes = $Attributes;
$MasterPage->Initialize();
$Head = new clsPanel("Head", $MainPage);
$Head->PlaceholderName = "Head";
$Content = new clsPanel("Content", $MainPage);
$Content->PlaceholderName = "Content";
$roleForm = new clsRecordroleForm("", $MainPage);
$MainPage->Head =& $Head;
$MainPage->Content =& $Content;
$MainPage->roleForm =& $roleForm;
$Content->AddComponent("roleForm", $roleForm);
$roleForm->Initialize();
$ScriptIncludes = "";
$SList = explode("|", $Scripts);
foreach ($SList as $Script) {
    if ($Script != "") {
        $ScriptIncludes = $ScriptIncludes . "<script src=\"" . $PathToRoot . $Script . "\" type=\"text/javascript\"></script>\n";
    }
}
$Attributes->SetValue("scriptIncludes", $ScriptIncludes);
示例#7
0
//Before Initialize @1-E870CEBC
$CCSEventResult = CCGetEvent($CCSEvents, "BeforeInitialize", $MainPage);
//End Before Initialize
//Initialize Objects @1-D6EC945D
$DBhrcon = new clsDBhrcon();
$MainPage->Connections["hrcon"] =& $DBhrcon;
$Attributes = new clsAttributes("page:");
$Attributes->SetValue("pathToRoot", $PathToRoot);
$MainPage->Attributes =& $Attributes;
// Controls
$MasterPage = new clsMasterPage("/admin.menu/../Designs/d01/", "MasterPage", $MainPage);
$MasterPage->Attributes = $Attributes;
$MasterPage->Initialize();
$Head = new clsPanel("Head", $MainPage);
$Head->PlaceholderName = "Head";
$Content = new clsPanel("Content", $MainPage);
$Content->GenerateDiv = true;
$Content->PanelId = "Content";
$Content->PlaceholderName = "Content";
$Panel1 = new clsPanel("Panel1", $MainPage);
$roleGrid = new clsGridroleGrid("", $MainPage);
$Link1 = new clsControl(ccsLink, "Link1", "Link1", ccsText, "", CCGetRequestParam("Link1", ccsGet, NULL), $MainPage);
$Link1->Parameters = CCGetQueryString("QueryString", array("p_role_id", "s_keyword", "ccsForm"));
$Link1->Page = "p_user.php";
$p_module1 = new clsRecordp_module1("", $MainPage);
$NewPage1 = new clsNewPage1("../admin/", "NewPage1", $MainPage);
$NewPage1->Initialize();
$MainPage->Head =& $Head;
$MainPage->Content =& $Content;
$MainPage->Panel1 =& $Panel1;
$MainPage->roleGrid =& $roleGrid;
示例#8
0
//End Before Initialize
//Initialize Objects @1-66DDB2F9
$Attributes = new clsAttributes("page:");
$Attributes->SetValue("pathToRoot", $PathToRoot);
$MainPage->Attributes =& $Attributes;
// Controls
$MasterPage = new clsMasterPage("/Designs/d01/", "MasterPage", $MainPage);
$MasterPage->Attributes = $Attributes;
$MasterPage->Initialize();
$Head = new clsPanel("Head", $MainPage);
$Head->PlaceholderName = "Head";
$Content = new clsPanel("Content", $MainPage);
$Content->PlaceholderName = "Content";
$Menu = new clsPanel("Menu", $MainPage);
$Menu->PlaceholderName = "Menu";
$Sidebar1 = new clsPanel("Sidebar1", $MainPage);
$Sidebar1->PlaceholderName = "Sidebar1";
$TemplatePanel1 = new clsPanel("TemplatePanel1", $MainPage);
global $CCProjectDesign;
$TemplatePanel1->MasterPageInitialize("BlockTemplate", "/Designs/d01/", "BlockTemplate.html");
$Title1 = new clsPanel("Title1", $MainPage);
$Title1->PlaceholderName = "Title";
$Content1 = new clsPanel("Content1", $MainPage);
$Content1->PlaceholderName = "Content";
$TemplatePanel2 = new clsPanel("TemplatePanel2", $MainPage);
global $CCProjectDesign;
$TemplatePanel2->MasterPageInitialize("VerticalMenu", "/Designs/d01/", "VerticalMenu.html");
$Title2 = new clsPanel("Title2", $MainPage);
$Title2->PlaceholderName = "Title";
$MenuItems2 = new clsPanel("MenuItems2", $MainPage);
$MenuItems2->PlaceholderName = "MenuItems";
示例#9
0
//Before Initialize @1-E870CEBC
$CCSEventResult = CCGetEvent($CCSEvents, "BeforeInitialize", $MainPage);
//End Before Initialize
//Initialize Objects @1-61BA65A0
$DBhrcon = new clsDBhrcon();
$MainPage->Connections["hrcon"] =& $DBhrcon;
$Attributes = new clsAttributes("page:");
$Attributes->SetValue("pathToRoot", $PathToRoot);
$MainPage->Attributes =& $Attributes;
// Controls
$MasterPage = new clsMasterPage("/admin.menu/../Designs/d01/", "MasterPage", $MainPage);
$MasterPage->Attributes = $Attributes;
$MasterPage->Initialize();
$Head = new clsPanel("Head", $MainPage);
$Head->PlaceholderName = "Head";
$Content = new clsPanel("Content", $MainPage);
$Content->PlaceholderName = "Content";
$UpdatePanel = new clsPanel("UpdatePanel", $MainPage);
$UpdatePanel->GenerateDiv = true;
$UpdatePanel->PanelId = "ContentUpdatePanel";
$menuGrid = new clsGridmenuGrid("", $MainPage);
$Link1 = new clsControl(ccsLink, "Link1", "Link1", ccsText, "", CCGetRequestParam("Link1", ccsGet, NULL), $MainPage);
$Link1->Parameters = CCGetQueryString("QueryString", array("menuGridPage", "p_module_id", "p_menu_id", "parent_id", "ccsForm"));
$Link1->Page = "p_module.php";
$p_menu1 = new clsRecordp_menu1("", $MainPage);
$Menu1 = new clsMenuMenu1("", $MainPage);
$NewPage1 = new clsNewPage1("../admin/", "NewPage1", $MainPage);
$NewPage1->Initialize();
$MainPage->Head =& $Head;
$MainPage->Content =& $Content;
$MainPage->UpdatePanel =& $UpdatePanel;
示例#10
0
//Before Initialize @1-E870CEBC
$CCSEventResult = CCGetEvent($CCSEvents, "BeforeInitialize", $MainPage);
//End Before Initialize
//Initialize Objects @1-ADF01500
$DBhrcon = new clsDBhrcon();
$MainPage->Connections["hrcon"] =& $DBhrcon;
$Attributes = new clsAttributes("page:");
$Attributes->SetValue("pathToRoot", $PathToRoot);
$MainPage->Attributes =& $Attributes;
// Controls
$MasterPage = new clsMasterPage("/admin/../Designs/d01/", "MasterPage", $MainPage);
$MasterPage->Attributes = $Attributes;
$MasterPage->Initialize();
$Head = new clsPanel("Head", $MainPage);
$Head->PlaceholderName = "Head";
$Content = new clsPanel("Content", $MainPage);
$Content->PlaceholderName = "Content";
$p_role = new clsGridp_role("", $MainPage);
$p_roleSearch = new clsRecordp_roleSearch("", $MainPage);
$MainPage->Head =& $Head;
$MainPage->Content =& $Content;
$MainPage->p_role =& $p_role;
$MainPage->p_roleSearch =& $p_roleSearch;
$Content->AddComponent("p_role", $p_role);
$Content->AddComponent("p_roleSearch", $p_roleSearch);
$p_role->Initialize();
$ScriptIncludes = "";
$SList = explode("|", $Scripts);
foreach ($SList as $Script) {
    if ($Script != "") {
        $ScriptIncludes = $ScriptIncludes . "<script src=\"" . $PathToRoot . $Script . "\" type=\"text/javascript\"></script>\n";
示例#11
0
$CCSEvents["BeforeInitialize"] = "Page_BeforeInitialize";
//End BeforeInitialize Binding
//Before Initialize @1-E870CEBC
$CCSEventResult = CCGetEvent($CCSEvents, "BeforeInitialize", $MainPage);
//End Before Initialize
//Initialize Objects @1-899AB517
$Attributes = new clsAttributes("page:");
$Attributes->SetValue("pathToRoot", $PathToRoot);
$MainPage->Attributes =& $Attributes;
// Controls
$MasterPage = new clsMasterPage("/lov/../Designs/d01/", "MasterPage", $MainPage);
$MasterPage->Attributes = $Attributes;
$MasterPage->Initialize();
$Head = new clsPanel("Head", $MainPage);
$Head->PlaceholderName = "Head";
$Content = new clsPanel("Content", $MainPage);
$Content->PlaceholderName = "Content";
$NewRecord1 = new clsRecordNewRecord1("", $MainPage);
$LovContainer = new clsPanel("LovContainer", $MainPage);
$modal_start = new clsmodal_start("../Designs/modal/", "modal_start", $MainPage);
$modal_start->Initialize();
$LovAjaxPanel = new clsPanel("LovAjaxPanel", $MainPage);
$modal_end = new clsmodal_end("../Designs/modal/", "modal_end", $MainPage);
$modal_end->Initialize();
$MainPage->Head =& $Head;
$MainPage->Content =& $Content;
$MainPage->NewRecord1 =& $NewRecord1;
$MainPage->LovContainer =& $LovContainer;
$MainPage->modal_start =& $modal_start;
$MainPage->LovAjaxPanel =& $LovAjaxPanel;
$MainPage->modal_end =& $modal_end;
示例#12
0
include_once "./modul_events.php";
//End Include events file
//Before Initialize @1-E870CEBC
$CCSEventResult = CCGetEvent($CCSEvents, "BeforeInitialize", $MainPage);
//End Before Initialize
//Initialize Objects @1-97EF35D3
$Attributes = new clsAttributes("page:");
$Attributes->SetValue("pathToRoot", $PathToRoot);
$MainPage->Attributes =& $Attributes;
// Controls
$MasterPage = new clsMasterPage("/main/../Designs/d01/", "MasterPage", $MainPage);
$MasterPage->Attributes = $Attributes;
$MasterPage->Initialize();
$Head = new clsPanel("Head", $MainPage);
$Head->PlaceholderName = "Head";
$Content = new clsPanel("Content", $MainPage);
$Content->PlaceholderName = "Content";
$lModul = new clsControl(ccsLabel, "lModul", "lModul", ccsText, "", CCGetRequestParam("lModul", ccsGet, NULL), $MainPage);
$MainPage->Head =& $Head;
$MainPage->Content =& $Content;
$MainPage->lModul =& $lModul;
$Content->AddComponent("lModul", $lModul);
$ScriptIncludes = "";
$SList = explode("|", $Scripts);
foreach ($SList as $Script) {
    if ($Script != "") {
        $ScriptIncludes = $ScriptIncludes . "<script src=\"" . $PathToRoot . $Script . "\" type=\"text/javascript\"></script>\n";
    }
}
$Attributes->SetValue("scriptIncludes", $ScriptIncludes);
BindEvents();
示例#13
0
//Initialize Objects @1-A6D97347
$DBhrcon = new clsDBhrcon();
$MainPage->Connections["hrcon"] =& $DBhrcon;
$Attributes = new clsAttributes("page:");
$Attributes->SetValue("pathToRoot", $PathToRoot);
$MainPage->Attributes =& $Attributes;
// Controls
$MasterBlank = new clsMasterBlank("/lov/../Designs/d01/", "MasterBlank", $MainPage);
$MasterBlank->Attributes = $Attributes;
$MasterBlank->Initialize();
$content_blank = new clsPanel("content_blank", $MainPage);
$content_blank->PlaceholderName = "content_blank";
$lovDynamic = new clsGridlovDynamic("", $MainPage);
$p_menu = new clsRecordp_menu("", $MainPage);
$Content = new clsPanel("Content", $MainPage);
$Head = new clsPanel("Head", $MainPage);
$MainPage->content_blank =& $content_blank;
$MainPage->lovDynamic =& $lovDynamic;
$MainPage->p_menu =& $p_menu;
$MainPage->Content =& $Content;
$MainPage->Head =& $Head;
$content_blank->AddComponent("lovDynamic", $lovDynamic);
$content_blank->AddComponent("p_menu", $p_menu);
$lovDynamic->Initialize();
$p_menu->Initialize();
$ScriptIncludes = "";
$SList = explode("|", $Scripts);
foreach ($SList as $Script) {
    if ($Script != "") {
        $ScriptIncludes = $ScriptIncludes . "<script src=\"" . $PathToRoot . $Script . "\" type=\"text/javascript\"></script>\n";
    }
示例#14
0
//Before Initialize @1-E870CEBC
$CCSEventResult = CCGetEvent($CCSEvents, "BeforeInitialize", $MainPage);
//End Before Initialize
//Initialize Objects @1-1917CA4F
$DBhrcon = new clsDBhrcon();
$MainPage->Connections["hrcon"] =& $DBhrcon;
$Attributes = new clsAttributes("page:");
$Attributes->SetValue("pathToRoot", $PathToRoot);
$MainPage->Attributes =& $Attributes;
// Controls
$MasterPage = new clsMasterPage("/admin/../Designs/d01/", "MasterPage", $MainPage);
$MasterPage->Attributes = $Attributes;
$MasterPage->Initialize();
$Head = new clsPanel("Head", $MainPage);
$Head->PlaceholderName = "Head";
$Content = new clsPanel("Content", $MainPage);
$Content->GenerateDiv = true;
$Content->PanelId = "Content";
$Content->PlaceholderName = "Content";
$roleGrid = new clsGridroleGrid("", $MainPage);
$MainPage->Head =& $Head;
$MainPage->Content =& $Content;
$MainPage->roleGrid =& $roleGrid;
$Content->AddComponent("roleGrid", $roleGrid);
$roleGrid->Initialize();
$ScriptIncludes = "";
$SList = explode("|", $Scripts);
foreach ($SList as $Script) {
    if ($Script != "") {
        $ScriptIncludes = $ScriptIncludes . "<script src=\"" . $PathToRoot . $Script . "\" type=\"text/javascript\"></script>\n";
    }