Beispiel #1
0
 public function __construct()
 {
     $this->BASE_FILE = ROOT_URL . "Carte.php";
     $this->map = map::getinstance();
     $this->lng = language::getinstance()->GetLngBlock('carte');
     parent::__construct();
 }
 public function __construct()
 {
     $this->BASE_FILE = ROOT_URL . 'Membre.php';
     $this->lng = language::getinstance()->GetLngBlock('membre');
     parent::__construct();
     $this->page_title = $this->lng['page_title'];
 }
 public function __construct()
 {
     $this->BASE_FILE = ROOT_URL . 'pillage.php';
     $this->ress = DataEngine::a_ressources();
     $this->lng = language::getinstance()->GetLngBlock('pillage');
     parent::__construct();
 }
 public function __construct()
 {
     $this->BASE_FILE = ROOT_URL . 'cartographie.php';
     $this->BASE_GET = Get_string();
     $this->lng = language::getinstance()->GetLngBlock('cartographie');
     $this->SetheaderInput();
     parent::__construct();
 }
 public function __construct()
 {
     $this->BASE_FILE = ROOT_URL . 'Cartedetail.php';
     $this->lng = language::getinstance()->GetLngBlock('cartedetails');
     $this->bulle1 = bulle($this->lng['bulle1']);
     $this->bulle2 = bulle($this->lng['bulle2']);
     $this->lngtype = language::getinstance()->GetLngBlock('dataengine');
     $this->lngtype = $this->lngtype['types']['imgurl'];
     parent::__construct();
 }
Beispiel #6
0
    public function __construct()
    {
        $this->BASE_FILE = ROOT_URL . "stats.php";
        $this->lng = language::getinstance()->GetLngBlock('stats');
        $this->lngtype = language::getinstance()->GetLngBlock('dataengine');
        $this->lngtype = $this->lngtype['types']['dropdown'];
        parent::__construct();
        $this->total = array_fill(-1, 8, 0);
        $actived_pts = isset($_GET['act']) ? 'titre' : 'header link';
        $actived_de = !isset($_GET['act']) ? 'titre' : 'header link';
        $out = <<<h
        <br/>
<table class="table_center table_nospacing" width="900px">
<tr class="spacing_header">
<td class="color_{$actived_de} text_center" width="450px" OnClick="location.href='{$this->BASE_FILE}';">{$this->lng['eude_stats']}</td>
<td class="color_{$actived_pts} text_center spacing_row" width="450px" OnClick="location.href='{$this->BASE_FILE}?act=pts';">{$this->lng['pts_stats']}</td></tr>
<tr><td colspan="2">
h;
        $this->PushOutput($out);
    }
    public function __construct()
    {
        $this->BASE_FILE = ROOT_URL . 'EAdmin.php';
        $this->lng = language::getinstance()->GetLngBlock('admin');
        parent::__construct();
        $out = <<<o
   <style>
       /* Redéfinition du style de base */
address, a:link, a:active, a:visited {
    color: blue;
    text-decoration: none;
}
a:hover {
    color: darkorange;
}
   </style>
   <br/>
o;
        $this->PushOutput($out);
    }
 /**
  * Constructor
  *
  * @access	public
  * @param	object		ipsRegistry reference
  * @return	void
  */
 public function __construct(ipsRegistry $registry)
 {
     parent::__construct($registry, TRUE);
     $_app = $this->request['app'] ? $this->request['app'] : IPS_APP_COMPONENT;
     /* Update paths and such */
     $this->settings['base_url'] = $this->settings['_original_base_url'];
     $this->settings['public_url'] = $this->settings['_original_base_url'] . '/index.php?';
     $this->settings['base_acp_url'] = $this->settings['base_url'] . '/' . CP_DIRECTORY;
     $this->settings['skin_acp_url'] = $this->settings['base_url'] . '/' . CP_DIRECTORY . "/skin_cp";
     $this->settings['skin_app_url'] = $this->settings['skin_acp_url'];
     $this->settings['js_main_url'] = $this->settings['base_url'] . '/' . CP_DIRECTORY . '/js/';
     $this->settings['js_app_url'] = $this->settings['base_url'] . '/' . CP_DIRECTORY . '/' . IPSLib::getAppFolder($_app) . '/' . $_app . '/js/';
     if (ipsRegistry::$request['app']) {
         $this->settings['skin_app_url'] = $this->settings['base_url'] . '/' . CP_DIRECTORY . '/' . IPSLib::getAppFolder($_app) . '/' . $_app . "/skin_cp/";
     }
     /* Update base URL */
     if ($this->member->session_type == 'cookie') {
         $this->settings['base_url'] = $this->settings['base_url'] . '/' . CP_DIRECTORY . '/index.php?';
     } else {
         $this->settings['base_url'] = $this->settings['base_url'] . '/' . CP_DIRECTORY . '/index.php?adsess=' . $this->request['adsess'] . '&amp;';
     }
     $this->settings['_base_url'] = $this->settings['base_url'];
     $this->settings['base_url'] = $this->settings['base_url'] . 'app=' . IPS_APP_COMPONENT . '&amp;';
     $this->settings['extraJsModules'] = '';
 }
 public function __construct()
 {
     parent::__construct();
 }
 public function __construct()
 {
     $this->BASE_FILE = ROOT_URL . "Recherche.php";
     $this->lng = language::getinstance()->GetLngBlock('recherche');
     parent::__construct();
 }
Beispiel #11
0
 public function __construct($steps, $controller)
 {
     $this->steps = $steps;
     $this->controller = $controller;
     parent::__construct(ipsRegistry::instance(), FALSE);
 }
Beispiel #12
0
 public function __construct()
 {
     $this->BASE_FILE = ROOT_URL . 'register.php';
     $this->lng = language::getinstance()->GetLngBlock('login');
     parent::__construct();
 }
Beispiel #13
0
 public function __construct()
 {
     $this->BASE_FILE = ROOT_URL . 'sample.php';
     parent::__construct();
 }
 public function __construct()
 {
     $this->BASE_FILE = ROOT_URL . 'Mafiche.php';
     $this->lng = language::getinstance()->GetLngBlock('personal');
     parent::__construct();
 }