Viewing file: Header.php (7.02 KB) -rwxr-xr-x Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
class clsHeader { //Header class @1-CC982CB1
//Variables @1-1987AB94
var $FileName = "";
var $Redirect = "";
var $Tpl = "";
var $TemplateFileName = "";
var $BlockToParse = "";
var $ComponentName = "";
// Events;
var $CCSEvents = "";
var $CCSEventResult = "";
var $TemplatePath;
var $Visible;
//End Variables
//Class_Initialize Event @1-B10F6DA2
function clsHeader()
{
$this->Visible = true;
if($this->Visible)
{
$this->FileName = "Header.php";
$this->Redirect = "";
$this->TemplateFileName = "Header.html";
$this->BlockToParse = "main";
// Create Components
$this->dokumenti_list = new clsControl(ccsLink, "dokumenti_list", "dokumenti_list", ccsText, "", CCGetRequestParam("dokumenti_list", ccsGet));
$this->dokumenti_list->Page = RelativePath . "/" . "dokumenti_list.php";
$this->dokumenti_list1 = new clsControl(ccsLink, "dokumenti_list1", "dokumenti_list1", ccsText, "", CCGetRequestParam("dokumenti_list1", ccsGet));
$this->dokumenti_list1->Page = RelativePath . "/" . "dokumenti_list1.php";
$this->foto_galer_list = new clsControl(ccsLink, "foto_galer_list", "foto_galer_list", ccsText, "", CCGetRequestParam("foto_galer_list", ccsGet));
$this->foto_galer_list->Page = RelativePath . "/" . "foto_galer_list.php";
$this->groups_list = new clsControl(ccsLink, "groups_list", "groups_list", ccsText, "", CCGetRequestParam("groups_list", ccsGet));
$this->groups_list->Page = RelativePath . "/" . "groups_list.php";
$this->informacij_list = new clsControl(ccsLink, "informacij_list", "informacij_list", ccsText, "", CCGetRequestParam("informacij_list", ccsGet));
$this->informacij_list->Page = RelativePath . "/" . "informacij_list.php";
$this->korisnici_list = new clsControl(ccsLink, "korisnici_list", "korisnici_list", ccsText, "", CCGetRequestParam("korisnici_list", ccsGet));
$this->korisnici_list->Page = RelativePath . "/" . "korisnici_list.php";
$this->linkovi_list = new clsControl(ccsLink, "linkovi_list", "linkovi_list", ccsText, "", CCGetRequestParam("linkovi_list", ccsGet));
$this->linkovi_list->Page = RelativePath . "/" . "linkovi_list.php";
$this->partije_list = new clsControl(ccsLink, "partije_list", "partije_list", ccsText, "", CCGetRequestParam("partije_list", ccsGet));
$this->partije_list->Page = RelativePath . "/" . "partije_list.php";
$this->poslanici_list = new clsControl(ccsLink, "poslanici_list", "poslanici_list", ccsText, "", CCGetRequestParam("poslanici_list", ccsGet));
$this->poslanici_list->Page = RelativePath . "/" . "poslanici_list.php";
$this->predlozi_z_list = new clsControl(ccsLink, "predlozi_z_list", "predlozi_z_list", ccsText, "", CCGetRequestParam("predlozi_z_list", ccsGet));
$this->predlozi_z_list->Page = RelativePath . "/" . "predlozi_z_list.php";
$this->radna_tije_list = new clsControl(ccsLink, "radna_tije_list", "radna_tije_list", ccsText, "", CCGetRequestParam("radna_tije_list", ccsGet));
$this->radna_tije_list->Page = RelativePath . "/" . "radna_tije_list.php";
$this->rubrike_list = new clsControl(ccsLink, "rubrike_list", "rubrike_list", ccsText, "", CCGetRequestParam("rubrike_list", ccsGet));
$this->rubrike_list->Page = RelativePath . "/" . "rubrike_list.php";
$this->sjednice_list = new clsControl(ccsLink, "sjednice_list", "sjednice_list", ccsText, "", CCGetRequestParam("sjednice_list", ccsGet));
$this->sjednice_list->Page = RelativePath . "/" . "sjednice_list.php";
$this->sjednice_t_list = new clsControl(ccsLink, "sjednice_t_list", "sjednice_t_list", ccsText, "", CCGetRequestParam("sjednice_t_list", ccsGet));
$this->sjednice_t_list->Page = RelativePath . "/" . "sjednice_t_list.php";
$this->slike_list = new clsControl(ccsLink, "slike_list", "slike_list", ccsText, "", CCGetRequestParam("slike_list", ccsGet));
$this->slike_list->Page = RelativePath . "/" . "slike_list.php";
$this->spooledNew_list = new clsControl(ccsLink, "spooledNew_list", "spooledNew_list", ccsText, "", CCGetRequestParam("spooledNew_list", ccsGet));
$this->spooledNew_list->Page = RelativePath . "/" . "spooledNew_list.php";
$this->statistika_list = new clsControl(ccsLink, "statistika_list", "statistika_list", ccsText, "", CCGetRequestParam("statistika_list", ccsGet));
$this->statistika_list->Page = RelativePath . "/" . "statistika_list.php";
$this->tekstovi_z_list = new clsControl(ccsLink, "tekstovi_z_list", "tekstovi_z_list", ccsText, "", CCGetRequestParam("tekstovi_z_list", ccsGet));
$this->tekstovi_z_list->Page = RelativePath . "/" . "tekstovi_z_list.php";
}
}
//End Class_Initialize Event
//Class_Terminate Event @1-A3749DF6
function Class_Terminate()
{
$this->CCSEventResult = CCGetEvent($this->CCSEvents, "BeforeUnload");
}
//End Class_Terminate Event
//BindEvents Method @1-236CCD5D
function BindEvents()
{
$this->CCSEventResult = CCGetEvent($this->CCSEvents, "AfterInitialize");
}
//End BindEvents Method
//Operations Method @1-7E2A14CF
function Operations()
{
global $Redirect;
if(!$this->Visible)
return "";
}
//End Operations Method
//Initialize Method @1-EDD74DD5
function Initialize()
{
$this->CCSEventResult = CCGetEvent($this->CCSEvents, "OnInitializeView");
if(!$this->Visible)
return "";
}
//End Initialize Method
//Show Method @1-C05F3975
function Show($Name)
{
global $Tpl;
$block_path = $Tpl->block_path;
$this->CCSEventResult = CCGetEvent($this->CCSEvents, "BeforeShow");
if(!$this->Visible)
return "";
$Tpl->LoadTemplate($this->TemplatePath . $this->TemplateFileName, $Name);
$Tpl->block_path = $Name;
$this->dokumenti_list->Show();
$this->dokumenti_list1->Show();
$this->foto_galer_list->Show();
$this->groups_list->Show();
$this->informacij_list->Show();
$this->korisnici_list->Show();
$this->linkovi_list->Show();
$this->partije_list->Show();
$this->poslanici_list->Show();
$this->predlozi_z_list->Show();
$this->radna_tije_list->Show();
$this->rubrike_list->Show();
$this->sjednice_list->Show();
$this->sjednice_t_list->Show();
$this->slike_list->Show();
$this->spooledNew_list->Show();
$this->statistika_list->Show();
$this->tekstovi_z_list->Show();
$Tpl->Parse();
$Tpl->SetVar($Name, $Tpl->GetVar());
$Tpl->block_path = $block_path;
}
//End Show Method
} //End Header Class @1-FCB6E20C
?>
|