Rev 5926 | Rev 9471 | 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 | |||
4003 | bpr | 3 | <span class="wims_warning">$wims_name_Error</span>. |
23 | reyssat | 4 | |
5 | !if $error=bad_password |
||
6 | Password errata. Riprova tra qualche secondo. |
||
3049 | bpr | 7 | <form action="#" name="chrono"> |
4003 | bpr | 8 | <span class="wims_warning">$wims_name_warning</span>! Aspettare 5 secondi o la password |
23 | reyssat | 9 | non sarā accettata! |
6235 | bpr | 10 | <input size="1" name="clock" /> </form> |
23 | reyssat | 11 | !exit |
12 | !endif |
||
13 | |||
14 | !if $error=in_exam |
||
15 | Non č possibile cambiare corso nel mezzo di un esame. |
||
16 | !exit |
||
17 | !endif |
||
18 | |||
19 | !if $error=recent_rafale |
||
20 | L'accesso č sospeso per 10 minuti a causa di attivitā irregolari. |
||
21 | !exit |
||
22 | !endif |
||
23 | |||
4360 | guerimand | 24 | !if $error=no_cgu |
4456 | czzmrn | 25 | Per accedere ai servizi di WIMS dovete accettare le condizioni generali di |
26 | utilizzo (CGU) del server. Per proseguire č necessario accettare le CGU. |
||
4360 | guerimand | 27 | !form reply |
28 | !formcheckbox agreecgu list yes prompt $name_acceptcgu |
||
4367 | bpr | 29 | [ |
4360 | guerimand | 30 | !href cmd=help $name_seecgu |
31 | ] |
||
32 | !let save_logincgu=$auth_user |
||
5869 | bpr | 33 | <div class="wimscenter wimsform"> |
6235 | bpr | 34 | <input type="submit" value="$wims_name_tosave" /> |
5869 | bpr | 35 | </div> |
5926 | bpr | 36 | |
37 | !formend |
||
4360 | guerimand | 38 | !exit |
39 | !endif |
||
40 | |||
5351 | guerimand | 41 | !if $error=bad_loginmail |
5474 | czzmrn | 42 | 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). |
6235 | bpr | 43 | <br /> |
5474 | czzmrn | 44 | Contattate il docente per richiedere una nuova password. |
5351 | guerimand | 45 | <form action="#" name="chrono"> |
5474 | czzmrn | 46 | <span class="wims_warning">$wims_name_warning</span>! Questa procedura di recupero della password viene disattivata per 5 secondi! |
6235 | bpr | 47 | <input size="1" name="clock" /> </form> |
5351 | guerimand | 48 | !exit |
49 | !endif |
||
50 | |||
23 | reyssat | 51 | !msg $error |
52 |