Rev 12031 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
1319 | guerimand | 1 | !set wims_module_log=error: $error |
3985 | bpr | 2 | <b>$wims_name_Error</b>. |
12031 | guerimand | 3 | !if $error iswordof toomanycomp closedlivret |
4039 | bpr | 4 | !goto $error |
5 | !else |
||
16100 | bpr | 6 | !msg $error |
7 | !exit |
||
4059 | bpr | 8 | !endif |
1319 | guerimand | 9 | |
10 | :toomanycomp |
||
1326 | bpr | 11 | Vous ne pouvez plus ajouter de compétences, la limite est de $maxcomp ! |
1319 | guerimand | 12 | !exit |
12031 | guerimand | 13 | |
14 | :closedlivret |
||
15 | Le livret de compétence a été désactivé par votre enseignant. |
||
16 | !exit |