Exemplo n.º 1
0
 public function __construct()
 {
     parent::__construct();
     $this->setAttribute("administrationArea", true);
     $this->setAttribute("pageTitle", "Administration Page");
     $this->setAttribute("title", "ACB DB Administration Area");
 }
Exemplo n.º 2
0
 public function execute()
 {
     parent::execute();
     $this->setTemplate('Home.tpl');
     $this->setAttribute('title', 'ACB Database');
     $this->setAttribute('cssFileName', 'list');
 }
Exemplo n.º 3
0
 public function execute()
 {
     parent::execute();
     $this->setRenderTasks(false);
     $this->setTemplate('SearchHome.tpl');
     $this->setAttribute('title', 'Search ACB Database');
     $this->setAttribute('cssFileName', 'search');
 }
Exemplo n.º 4
0
 public function execute()
 {
     parent::execute();
 }
Exemplo n.º 5
0
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('Error404OurFault.tpl');
 }
Exemplo n.º 6
0
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('LoginForm.tpl');
 }
Exemplo n.º 7
0
 public function __construct()
 {
     parent::__construct();
     $this->setAttribute("membersArea", true);
     $this->setAttribute("pageTitle", "Members Page");
 }
Exemplo n.º 8
0
 public function __construct()
 {
     parent::__construct();
     $this->setAttribute("affiliatesArea", true);
     $this->setAttribute("pageTitle", "Affiliates Page");
 }
Exemplo n.º 9
0
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('Error404OtherSite.tpl');
 }
Exemplo n.º 10
0
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('AccessDenied.tpl');
 }