Rev 17386 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
23 | reyssat | 1 | !set wims_module_log=ERROR $error |
2 | |||
3 | !if $error=bad_password |
||
4 | Password errata. Riprova tra qualche secondo. |
||
4003 | bpr | 5 | <span class="wims_warning">$wims_name_warning</span>! Aspettare 5 secondi o la password |
23 | reyssat | 6 | non sarā accettata! |
17426 | guerimand | 7 | <span id="badpwd"></span>. |
23 | reyssat | 8 | !exit |
9 | !endif |
||
10 | |||
11 | !if $error=in_exam |
||
12 | Non č possibile cambiare corso nel mezzo di un esame. |
||
13 | !exit |
||
14 | !endif |
||
15 | |||
16 | !if $error=recent_rafale |
||
17 | L'accesso č sospeso per 10 minuti a causa di attivitā irregolari. |
||
18 | !exit |
||
19 | !endif |
||
20 | |||
4360 | guerimand | 21 | !if $error=no_cgu |
4456 | czzmrn | 22 | Per accedere ai servizi di WIMS dovete accettare le condizioni generali di |
9471 | bpr | 23 | utilizzo (CGU) del server. Per proseguire č necessario accettare le CGU. |
4360 | guerimand | 24 | !form reply |
25 | !formcheckbox agreecgu list yes prompt $name_acceptcgu |
||
4367 | bpr | 26 | [ |
4360 | guerimand | 27 | !href cmd=help $name_seecgu |
28 | ] |
||
29 | !let save_logincgu=$auth_user |
||
5869 | bpr | 30 | <div class="wimscenter wimsform"> |
17230 | bpr | 31 | <input type="submit" value="$wims_name_tosave"> |
5869 | bpr | 32 | </div> |
9471 | bpr | 33 | |
5926 | bpr | 34 | !formend |
4360 | guerimand | 35 | !exit |
36 | !endif |
||
37 | |||
5351 | guerimand | 38 | !if $error=bad_loginmail |
5474 | czzmrn | 39 | L'username inserito non č stato riconosciuto o in fase di iscrizione non č stato inserito un indirizzo di posta elettronica (e quindi non č possibile inviare una nuova password). |
17230 | bpr | 40 | <br> |
5474 | czzmrn | 41 | Contattate il docente per richiedere una nuova password. |
17426 | guerimand | 42 | <span class="wims_warning">$wims_name_warning</span>! Questa procedura di recupero della password viene disattivata per 5 secondi! |
43 | <span id="badpwd"></span>. |
||
5351 | guerimand | 44 | !exit |
45 | !endif |
||
46 | |||
13868 | obado | 47 | !if $error=bad_cas_connexion |
13870 | czzmrn | 48 | Si č verificato un problema durante l'autenticazione CAS. |
49 | <div>$response</div> |
||
13868 | obado | 50 | !exit |
51 | !endif |
||
52 | |||
17386 | guerimand | 53 | !if $error=fullexamplecls |
54 | !! TODO_lang |
||
55 | !changeto lang/msg.phtml.fr |
||
56 | !exit |
||
57 | !endif |
||
58 | |||
23 | reyssat | 59 | !msg $error |