// // This work is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike License. // // To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-sa/1.0/ // // or send a letter to Creative Commons, 559 Nathan Abbott Way, Stanford, California 94305, USA. // // Francais (brouillon): http://creativecommons.org/projects/international/fr/translated-license // ////////////////////////////////////////////////////////////////////////////////////////////////////// // Groupes/Liste // v0.1.0 include_once("head.php"); if($_GET['act'] == "new") { $id = $groupes->nouveau(); header("location: m_groupe.php?voir=".$id); } if(isset($_GET['suppr'])) { $groupes->supprimer($_GET[suppr]); $page.= '

Groupe supprimé.

'; } $liste = $groupes->get_all($_GET[voir]); $page.= "

Nouveau groupe

'; page("Groupes",$page); ?>