Subversion Repositories wimsdev

Rev

Rev 4360 | Rev 4456 | 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!
3049 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
4367 bpr 25
 Vous n'avez pas accepté les conditions générales d'utilisation de ce serveur (CGU).
4360 guerimand 26
 Vous devez d'abord accepter les CGU avant de pouvoir vous identifier.
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
4367 bpr 33
  <center>
4360 guerimand 34
  <input type="submit" value="$wims_name_tosave">
4367 bpr 35
  </center>
4360 guerimand 36
 </form>
37
 !exit
38
!endif
39
 
23 reyssat 40
!msg $error
41