Rev 4259 | Rev 6296 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4259 | Rev 5088 | ||
---|---|---|---|
Line 28... | Line 28... | ||
28 | !exit |
28 | !exit |
29 | !endif |
29 | !endif |
30 | 30 | ||
31 | 31 | ||
32 | !if $wims_error=not_supervisor |
32 | !if $wims_error=not_supervisor |
33 | Spiacente, questa operazione non è |
33 | Spiacente, questa operazione non è valida, non siete il docente. |
34 | !exit |
34 | !exit |
35 | !endif |
35 | !endif |
36 | 36 | ||
37 | !if $wims_error iswordof nouser bad_user bad_usercls |
37 | !if $wims_error iswordof nouser bad_user bad_usercls |
38 | Strano, non è possibile trovare questo studente in questo |
38 | Strano, non è possibile trovare questo studente in questo corso ($wims_class)! |
39 | !exit |
39 | !exit |
40 | !endif |
40 | !endif |
41 | 41 | ||
42 | !if $wims_error=insert_fail |
42 | !if $wims_error=insert_fail |
43 | Il server non ha potuto |
43 | Il server non ha potuto inserire il vostro lavoro nel corso. Verificare i |
44 | dati inseriti. |
44 | dati inseriti. |
45 | !exit |
45 | !exit |
46 | !endif |
46 | !endif |
47 | 47 | ||
48 | !if bad_pass iswordof $wims_error |
48 | !if bad_pass iswordof $wims_error |
Line 55... | Line 55... | ||
55 | !if bad_auth iswordof $wims_error |
55 | !if bad_auth iswordof $wims_error |
56 | Accesso non riuscito. Riprovare. |
56 | Accesso non riuscito. Riprovare. |
57 | !exit |
57 | !exit |
58 | !endif |
58 | !endif |
59 | 59 | ||
60 | !if |
60 | !if bad_login=$wims_error |
61 | Il `login' scelto contiene dei caratteri non accettati dal server. <p> |
61 | Il `login' scelto contiene dei caratteri non accettati dal server. <p> |
62 | Utilizzate solo caratteri alfanumerici, in particolare non utilizzate |
62 | Utilizzate solo caratteri alfanumerici, in particolare non utilizzate |
63 | lettere accentate o spazi. |
63 | lettere accentate o spazi. |
64 | !exit |
64 | !exit |
65 | !endif |
65 | !endif |