Subversion Repositories wimsdev

Rev

Rev 2701 | Rev 6235 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2701 Rev 5894
Line 1... Line 1...
1
!!@# translate between !!@# et !!#@
1
!!@# translate between !!@# et !!#@
2
!if nom_fichier iswordof $error
2
!if nom_fichier iswordof $error
3
  <font color="red">
3
  <span class="wims_warning">
4
!!@#
4
!!@#
5
the file name you have given is not valid, a file name cannot contain
5
the file name you have given is not valid, a file name cannot contain
6
  <tt>..</tt> nor <tt> / </tt> .
6
  <tt>..</tt> nor <tt> / </tt> .
7
!!#@
7
!!#@
8
</font>
8
</span>
9
  !exit
9
  !exit
10
!endif
10
!endif
11
!if bad_data iswordof $error
11
!if bad_data iswordof $error
12
!!@#
12
!!@#
13
<b>Error.</b> I do not understand what you have entered. Typing error?
13
<b>Error.</b> I do not understand what you have entered. Typing error?
Line 15... Line 15...
15
 !exit
15
 !exit
16
!endif
16
!endif
17
 
17
 
18
!if $error!=$empty
18
!if $error!=$empty
19
  !if target iswordof error
19
  !if target iswordof error
20
    <font color="red">
20
    <span class="wims_warning">
21
!!@#
21
!!@#
22
 Choose a module.
22
 Choose a module.
23
!!#@
23
!!#@
24
</font> 
24
</span> 
25
    !exit
25
    !exit
26
  !endif
26
  !endif
27
<font color="red">
27
<span class="wims_warning">
28
!!@#
28
!!@#
29
Remember to fill in the boxes marked by *. 
29
Remember to fill in the boxes marked by *. 
30
!!#@
30
!!#@
31
</font>
31
</span>
32
!endif
32
!endif
33
!if type_exo iswordof $error or file iswordof $error
33
!if type_exo iswordof $error or file iswordof $error
34
!!@#
34
!!@#
35
In particular : 
35
In particular : 
36
!!#@
36
!!#@