Subversion Repositories wimsdev

Rev

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

Rev 3752 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
Il nome del file scelto non è valido: non è possibile utilizzare
5
Il nome del file scelto non è valido: non è possibile utilizzare
6
né <tt>..</tt> né <tt> / </tt> nel nome del file.
6
né <tt>..</tt> né <tt> / </tt> nel nome del file.
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>Errore.</b> Non è stato possibile comprendere i valori inviati. Errore di battitura?
13
<b>Errore.</b> Non è stato possibile comprendere i valori inviati. Errore di battitura?
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
 Scegli un modulo.
22
 Scegli un modulo.
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
Non dimenticare di compilare i campi obbligatori contrassegnati da *.
29
Non dimenticare di compilare i campi obbligatori contrassegnati da *.
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 particolare:
35
In particolare:
36
!!#@
36
!!#@