Différences
Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentes Révision précédente Prochaine révision | Révision précédente | ||
etudiants:2014:bertrand:bugreport3 [2013/11/26 15:00] – [5- Contrôleurs] romain | etudiants:2014:bertrand:bugreport3 [2019/08/31 14:21] (Version actuelle) – modification externe 127.0.0.1 | ||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
- | < | + | ====== BugReport : plateforme de remontée |
- | + | ||
- | ====== BugReport : plateforme de remonté | + | |
<WRAP center round box 60%> | <WRAP center round box 60%> | ||
- | **__Documentation technique | + | **__Documentations techniques |
- | - [[etudiants: | + | - [[etudiants: |
+ | - [[etudiants: | ||
- [[etudiants: | - [[etudiants: | ||
- Gestion des groupes | - Gestion des groupes | ||
- | </ | + | - [[etudiants: |
+ | - [[etudiants: | ||
+ | - [[etudiants: | ||
+ | **__Documentations de supports- Sommaire :__** | ||
+ | - [[etudiants: | ||
+ | - [[etudiants: | ||
+ | - [[etudiants: | ||
+ | |||
+ | **__Documentations de tests - Sommaire :__** | ||
+ | - [[etudiants: | ||
+ | - [[etudiants: | ||
+ | </ | ||
===== Gestion des groupes ===== | ===== Gestion des groupes ===== | ||
==== 1- Fonctionnalités ==== | ==== 1- Fonctionnalités ==== | ||
Ligne 234: | Ligne 244: | ||
|< 100% 30% 70% >| | |< 100% 30% 70% >| | ||
+ | ^Fonctionnalité ^Descriptif ^ | ||
| Suppression | **Supprimer 1 sélection de groupes**| | | Suppression | **Supprimer 1 sélection de groupes**| | ||
|::: | < | |::: | < | ||
Ligne 284: | Ligne 295: | ||
} | } | ||
echo JsUtils:: | echo JsUtils:: | ||
+ | } | ||
+ | </ | ||
+ | |||
+ | === 5.8 cGroupe/ | ||
+ | |||
+ | |< 100% 30% 70% >| | ||
+ | ^Fonctionnalité ^Descriptif ^ | ||
+ | | Sélection | **(Dé)Sélectionner 1 groupe**| | ||
+ | |::: | < | ||
+ | |::: | < | ||
+ | |::: | < | ||
+ | |||
+ | <sxh php; | ||
+ | public function select($id){ | ||
+ | $id=str_replace(" | ||
+ | if(is_numeric($id)){ | ||
+ | SessionUtils:: | ||
+ | $nb=sizeof($_SESSION[" | ||
+ | if($nb> | ||
+ | echo JsUtils:: | ||
+ | else | ||
+ | echo JsUtils:: | ||
+ | echo Gui:: | ||
+ | } | ||
+ | } | ||
+ | </ | ||
+ | |||
+ | === 5.9 cGroupe/ | ||
+ | |||
+ | ^Fonctionnalité ^Descriptif ^ | ||
+ | | Sélection | **(Dé)Sélectionner tous les groupes**| | ||
+ | |::: | < | ||
+ | |::: | < | ||
+ | |::: | < | ||
+ | |||
+ | <sxh php; | ||
+ | public function selectAll(){ | ||
+ | $nb=0; | ||
+ | $ckAll=SessionUtils:: | ||
+ | if(!$ckAll){ | ||
+ | $_SESSION[" | ||
+ | }else{ | ||
+ | $_SESSION[" | ||
+ | $nb=sizeof($_SESSION[" | ||
+ | } | ||
+ | echo JsUtils:: | ||
+ | echo Gui:: | ||
} | } | ||
</ | </ |