// // 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 // v0.1.0 $loadClasses = array(); include_once("head.php"); if($_POST) { $groupes->add($_POST[id],$_POST); $page = '

Modifications enregistrées.

'; $_GET[voir] = $_POST[id]; } $grp = $groupes->get($_GET['id']); $page.= '

Quotas par membre

(-1: illimité, 0: aucun)

'; page("Groupe: ".str2html($grp['nom']),$page); ?>