.=< { Star Gans Tq } >=.

  • Home

  • Killme
  • Download
  • Current Path : /home/m/e/h/meharicl/home2/meharicl/www/recensement2/
    Upload File
    @Command ~ $  
    Current File : /home/m/e/h/meharicl/home2/meharicl/www/recensement2/test.php

    <?php
    //Include Common Files @1-2F565C79
    define("RelativePath", ".");
    define("PathToCurrentPage", "/");
    define("FileName", "test.php");
    include_once(RelativePath . "/Common.php");
    include_once(RelativePath . "/Template.php");
    include_once(RelativePath . "/Sorter.php");
    include_once(RelativePath . "/Navigator.php");
    //End Include Common Files
    
    //Initialize Page @1-2D3238CA
    // Variables
    $FileName = "";
    $Redirect = "";
    $Tpl = "";
    $TemplateFileName = "";
    $BlockToParse = "";
    $ComponentName = "";
    $Attributes = "";
    
    // Events;
    $CCSEvents = "";
    $CCSEventResult = "";
    $TemplateSource = "";
    
    $FileName = FileName;
    $Redirect = "";
    $TemplateFileName = "test.html";
    $BlockToParse = "main";
    $TemplateEncoding = "UTF-8";
    $ContentType = "text/html";
    $PathToRoot = "./";
    $PathToRootOpt = "";
    $Scripts = "|";
    $Charset = $Charset ? $Charset : "utf-8";
    //End Initialize Page
    
    //Before Initialize @1-E870CEBC
    $CCSEventResult = CCGetEvent($CCSEvents, "BeforeInitialize", $MainPage);
    //End Before Initialize
    
    //Initialize Objects @1-EC146B92
    $Attributes = new clsAttributes("page:");
    $Attributes->SetValue("pathToRoot", $PathToRoot);
    $MainPage->Attributes = & $Attributes;
    $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);
    
    $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-28F2FDD6
    $CCSEventResult = CCGetEvent($CCSEvents, "OnInitializeView", $MainPage);
    $Tpl = new clsTemplate($FileEncoding, $TemplateEncoding);
    if (strlen($TemplateSource)) {
        $Tpl->LoadTemplateFromStr($TemplateSource, $BlockToParse, "UTF-8");
    } else {
        $Tpl->LoadTemplate(PathToCurrentPage . $TemplateFileName, $BlockToParse, "UTF-8");
    }
    $Tpl->SetVar("CCS_PathToRoot", $PathToRoot);
    $Tpl->block_path = "/$BlockToParse";
    $CCSEventResult = CCGetEvent($CCSEvents, "BeforeShow", $MainPage);
    $Attributes->SetValue("pathToRoot", "");
    $Attributes->Show();
    //End Initialize HTML Template
    
    //Go to destination page @1-FBA93089
    if($Redirect)
    {
        $CCSEventResult = CCGetEvent($CCSEvents, "BeforeUnload", $MainPage);
        header("Location: " . $Redirect);
        unset($Tpl);
        exit;
    }
    //End Go to destination page
    
    //Show Page @1-133CB8EF
    $Tpl->block_path = "";
    $Tpl->Parse($BlockToParse, false);
    if (!isset($main_block)) $main_block = $Tpl->GetVar($BlockToParse);
    $CCSEventResult = CCGetEvent($CCSEvents, "BeforeOutput", $MainPage);
    if ($CCSEventResult) echo $main_block;
    //End Show Page
    
    //Unload Page @1-74A7C1E7
    $CCSEventResult = CCGetEvent($CCSEvents, "BeforeUnload", $MainPage);
    unset($Tpl);
    //End Unload Page
    
    
    ?>