Rev 2955 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2955 | Rev 13649 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 |
|
1 | !set wims_module_log=error: $error |
2 |
|
2 | <b>$wims_name_Error</b>. |
- | 3 | !if $error iswordof toomanycomp closedlivret |
|
- | 4 | !goto $error |
|
- | 5 | !else |
|
- | 6 | !msg $error |
|
- | 7 | !exit |
|
- | 8 | !endif |
|
- | 9 | ||
- | 10 | :toomanycomp |
|
- | 11 | Non è possibile inserire ulteriori competenze, il numero massimo è $maxcomp! |
|
- | 12 | !exit |
|
- | 13 | ||
- | 14 | :closedlivret |
|
- | 15 | Il docente non ha reso disponibile il registro delle competenze. |
|
- | 16 | !exit |