. * * Vue affichant les stats des événements * * @package vues */ $this->load->view('header'); $this->load->view('banner'); $this->load->view('sidebar'); $this->load->view('menu'); $this->load->library('DataTable'); $this->lang->load('events'); echo '
'; echo heading($this->lang->line($title_key), 3); echo form_hidden('controller_url', controller_url($controller), '"id"="controller_url"'); // -------------------------------------------------------------------------------------------------- // Filtre // echo form_hidden('filter_active', $filter_active); // $tab = 3; // echo form_fieldset("Filtre", array('class' => 'coolfieldset filtre', // 'title' => 'Cliquez pour afficher/masquer les critères de selection')); // echo "
"; // echo form_open(controller_url($controller) . "/filterValidation/" . $action, array('name' => 'saisie') ); // echo "
\n"; // echo "Menbres: " . enumerate_radio_fields(array(0 => 'Tous', 1 => 'inactifs', 2 => 'actifs'), 'filter_membre_actif', $filter_membre_actif); // echo "
"; // echo form_input(array('type' => 'submit', 'name' => 'button', 'value' => 'Filtrer')); // echo nbs(); // echo form_input(array('type' => 'submit', 'name' => 'button', 'value' => 'Afficher tout')); // echo "
\n"; // echo form_close(); // echo "
"; // echo form_fieldset_close(); $formation[0][0] = $this->lang->line("gvv_events_field_emlogin"); $table = new DataTable(array( 'title' => "", 'values' => $formation, 'controller' => '', 'class' => "datatable", 'create' => "", 'first' => 0)); $table->display(); $bar = array( array('label' => "Excel", 'url' =>"$controller/csv/$type"), array('label' => "Pdf", 'url' =>"$controller/pdf/$type"), ); echo br() . button_bar4($bar); echo '
'; echo ''; ?>