Rev 17230 | Go to most recent revision | 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. |
||
3049 | bpr | 5 | <form action="#" name="chrono"> |
4003 | bpr | 6 | <span class="wims_warning">$wims_name_warning</span>! Aspettare 5 secondi o la password |
23 | reyssat | 7 | non sarā accettata! |
17230 | bpr | 8 | <input size="1" name="clock" disabled> </form> |
23 | reyssat | 9 | !exit |
10 | !endif |
||
11 | |||
12 | !if $error=in_exam |
||
13 | Non č possibile cambiare corso nel mezzo di un esame. |
||
14 | !exit |
||
15 | !endif |
||
16 | |||
17 | !if $error=recent_rafale |
||
18 | L'accesso č sospeso per 10 minuti a causa di attivitā irregolari. |
||
19 | !exit |
||
20 | !endif |
||
21 | |||
4360 | guerimand | 22 | !if $error=no_cgu |
4456 | czzmrn | 23 | Per accedere ai servizi di WIMS dovete accettare le condizioni generali di |
9471 | bpr | 24 | utilizzo (CGU) del server. Per proseguire č necessario accettare le CGU. |
4360 | guerimand | 25 | !form reply |
26 | !formcheckbox agreecgu list yes prompt $name_acceptcgu |
||
4367 | bpr | 27 | [ |
4360 | guerimand | 28 | !href cmd=help $name_seecgu |
29 | ] |
||
30 | !let save_logincgu=$auth_user |
||
5869 | bpr | 31 | <div class="wimscenter wimsform"> |
17230 | bpr | 32 | <input type="submit" value="$wims_name_tosave"> |
5869 | bpr | 33 | </div> |
9471 | bpr | 34 | |
5926 | bpr | 35 | !formend |
4360 | guerimand | 36 | !exit |
37 | !endif |
||
38 | |||
5351 | guerimand | 39 | !if $error=bad_loginmail |
5474 | czzmrn | 40 | 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 | 41 | <br> |
5474 | czzmrn | 42 | Contattate il docente per richiedere una nuova password. |
5351 | guerimand | 43 | <form action="#" name="chrono"> |
13870 | czzmrn | 44 | <span class="wims_warning">$wims_name_warning</span>! Questa procedura di recupero della password viene disattivata per 5 secondi! |
17230 | bpr | 45 | <input size="1" name="clock" disabled> |
13870 | czzmrn | 46 | </form> |
5351 | guerimand | 47 | !exit |
48 | !endif |
||
49 | |||
13868 | obado | 50 | !if $error=bad_cas_connexion |
13870 | czzmrn | 51 | Si č verificato un problema durante l'autenticazione CAS. |
52 | <div>$response</div> |
||
13868 | obado | 53 | !exit |
54 | !endif |
||
55 | |||
17386 | guerimand | 56 | !if $error=fullexamplecls |
57 | !! TODO_lang |
||
58 | !changeto lang/msg.phtml.fr |
||
59 | !exit |
||
60 | !endif |
||
61 | |||
23 | reyssat | 62 | !msg $error |