Subversion Repositories wimsdev

Rev

Rev 4003 | Rev 4362 | 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
 ÃÜÂë²»±»ÈÏ¿É. Çë¹ý¼¸ÃëºóÔÙÊÔÒ»´Î.
3049 bpr 7
 <form action="#" name="chrono">
4003 bpr 8
 <span class="wims_warning">$wims_name_warning</span>! ²»µ½ 5 ÃëÖÓÄÚÊäÈëµÄÈκÎÃÜÂë¾ù²»Ó迼ÂÇ!
9
 <input size="1" name="clock"> </form>
23 reyssat 10
 !exit
11
!endif
12
 
13
!if $error=in_exam
14
 ÄãÔڲμӿ¼ÊÔʱ²»Äܸıä°à¼¶.
15
 !exit
16
!endif
17
 
18
!if $error=recent_rafale
19
 ÓÉÓÚ²»Õý³£µÄ»î¶¯, ´ËÕʺŽ«±ÕËø 10 ·ÖÖÓ.
20
 !exit
21
!endif
22
 
4360 guerimand 23
!if $error=no_cgu
24
 Vous n'avez pas accepté les confitions générales d'utilisation de ce serveur.
25
 Vous devez d'abord accepter les CGU avant de pouvoir vous identifier.
26
 !form reply
27
  !formcheckbox agreecgu list yes prompt $name_acceptcgu
28
  .[
29
  !href cmd=help $name_seecgu
30
  ]
31
  !let save_logincgu=$auth_user
32
  <br>
33
  <input type="submit" value="$wims_name_tosave">
34
 </form>
35
 !exit
36
!endif
37
 
38
 
23 reyssat 39
!msg $error
40