Subversion Repositories wimsdev

Rev

Rev 12031 | Go to most recent revision | 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
4059 bpr 4
  !goto $error
5
!else
6
 !msg $error
7
 !exit
8
!endif
1319 guerimand 9
 
10
:toomanycomp
3945 bpr 11
No more skills can be added, the upper limit is $maxcomp !
1319 guerimand 12
!exit
13
 
12031 guerimand 14
:closedlivret
13141 czzmrn 15
 Le livret de compétence a été désactivé par votre enseignant.
12031 guerimand 16
!exit
17
 
18