Subversion Repositories wimsdev

Rev

Rev 4360 | Rev 4400 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2770 bpr 1
!set wims_module_log=ERROR $error
23 reyssat 2
 
4003 bpr 3
<span class="wims_warning">$wims_name_Error</span>.
23 reyssat 4
 
5
!if $error=bad_password
400 mquerol 6
 Contrasenya no reconeguda. Sisplau torna a provar passats uns segons.
3049 bpr 7
 <form action="#" name="chrono">
4003 bpr 8
 <span class="wims_warning">$wims_name_warning</span>! Qualsevol contrasenya enviada els propers 5
400 mquerol 9
 segons serà rebutjada!
3049 bpr 10
 <input size=1 name="clock"> </form>
23 reyssat 11
 !exit
12
!endif
13
 
14
!if $error=in_exam
400 mquerol 15
 No pots canviar de classe quan estàs fent exàmens.
23 reyssat 16
 !exit
17
!endif
18
 
19
!if $error=recent_rafale
400 mquerol 20
 Aquest compte està bloquejat durant 10 minuts per activitats irregulars.
23 reyssat 21
 !exit
22
!endif
23
 
4360 guerimand 24
 
25
!if $error=no_cgu
4367 bpr 26
 Vous n'avez pas encore accepté les conditions générales d'utilisation de ce serveur (CGU).
4360 guerimand 27
 Vous devez d'abord accepter les CGU avant de pouvoir vous identifier.
28
 !form reply
29
  !formcheckbox agreecgu list yes prompt $name_acceptcgu
4367 bpr 30
  [
4360 guerimand 31
  !href cmd=help $name_seecgu
32
  ]
33
  !let save_logincgu=$auth_user
4367 bpr 34
  <center>
4360 guerimand 35
  <input type="submit" value="$wims_name_tosave">
4367 bpr 36
  </center>
4360 guerimand 37
 </form>
38
 !exit
39
!endif
40
 
23 reyssat 41
!msg $error
42