. * * Vue table pour les licences * * @package vues */ $this->load->view('bs_header'); $this->load->view('bs_menu'); $this->load->view('bs_banner'); echo '
'; echo heading("Licences", 3); $attrs = array( 'controller' => $controller, 'actions' => array ('edit', 'delete'), 'fields' => array('pilote', 'year', 'type', 'date', 'comment'), // 'count' => $count, // 'first' => $premier, 'mode' => ($has_modification_rights) ? "rw" : "ro"); echo $this->gvvmetadata->table("vue_licences", $attrs, ""); echo '
'; ?>