Пример #1
0
//End Initialize Page
//Include events file @1-F4209B3E
include_once "./login_events.php";
//End Include events file
//Before Initialize @1-E870CEBC
$CCSEventResult = CCGetEvent($CCSEvents, "BeforeInitialize", $MainPage);
//End Before Initialize
//Initialize Objects @1-1AD8E117
$Attributes = new clsAttributes("page:");
$MainPage->Attributes =& $Attributes;
// Controls
$footer = new clsfooter("./", "footer", $MainPage);
$footer->Initialize();
$meta_head = new clsmeta_head("./", "meta_head", $MainPage);
$meta_head->Initialize();
$Login = new clsRecordLogin("", $MainPage);
$header_login = new clsheader_login("", "header_login", $MainPage);
$header_login->Initialize();
$sidebar_login = new clssidebar_login("", "sidebar_login", $MainPage);
$sidebar_login->Initialize();
$MainPage->footer =& $footer;
$MainPage->meta_head =& $meta_head;
$MainPage->Login =& $Login;
$MainPage->header_login =& $header_login;
$MainPage->sidebar_login =& $sidebar_login;
BindEvents();
$CCSEventResult = CCGetEvent($CCSEvents, "AfterInitialize", $MainPage);
if ($Charset) {
    header("Content-Type: " . $ContentType . "; charset=" . $Charset);
} else {
    header("Content-Type: " . $ContentType);
Пример #2
0
// Events;
$CCSEvents = "";
$CCSEventResult = "";
$FileName = "login.php";
$Redirect = "";
$TemplateFileName = "templates/login.html";
$BlockToParse = "main";
$PathToRoot = "./";
//End Initialize Page
//Initialize Objects @1-D6E80857
// Controls
$Header = new clsHeader();
$Header->BindEvents();
$Header->TemplatePath = "./";
$Header->Initialize();
$Login = new clsRecordLogin();
$forgottenpasswo = new clsRecordforgottenpasswo();
$Footer = new clsFooter();
$Footer->BindEvents();
$Footer->TemplatePath = "./";
$Footer->Initialize();
$forgottenpasswo->Initialize();
// Events
include "./login_events.php";
BindEvents();
$CCSEventResult = CCGetEvent($CCSEvents, "AfterInitialize");
//End Initialize Objects
//Execute Components @1-7A619BFD
$Header->Operations();
$Login->Operation();
$forgottenpasswo->Operation();