Rev 5894 | Go to most recent revision | Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
3752 | czzmrn | 1 | !!@# translate between !!@# et !!#@ |
2 | !if nom_fichier iswordof $error |
||
3 | <font color="red"> |
||
4 | !!@# |
||
5 | Il nome del file scelto non è valido: non è possibile utilizzare |
||
6 | né <tt>..</tt> né <tt> / </tt> nel nome del file. |
||
7 | !!#@ |
||
8 | </font> |
||
9 | !exit |
||
10 | !endif |
||
11 | !if bad_data iswordof $error |
||
12 | !!@# |
||
13 | <b>Errore.</b> Non è stato possibile comprendere i valori inviati. Errore di battitura? |
||
14 | !!#@ |
||
15 | !exit |
||
16 | !endif |
||
17 | |||
18 | !if $error!=$empty |
||
19 | !if target iswordof error |
||
20 | <font color="red"> |
||
21 | !!@# |
||
22 | Scegli un modulo. |
||
23 | !!#@ |
||
24 | </font> |
||
25 | !exit |
||
26 | !endif |
||
27 | <font color="red"> |
||
28 | !!@# |
||
29 | Non dimenticare di compilare i campi obbligatori contrassegnati da *. |
||
30 | !!#@ |
||
31 | </font> |
||
32 | !endif |
||
33 | !if type_exo iswordof $error or file iswordof $error |
||
34 | !!@# |
||
35 | In particolare: |
||
36 | !!#@ |
||
37 | <dl> |
||
38 | !if type_exo iswordof $error |
||
39 | <dt> |
||
40 | !!@# |
||
41 | Scegliere il tipo di quesito a risposta multipla. |
||
42 | !!#@ |
||
43 | </dt> |
||
44 | !endif |
||
45 | |||
46 | !if file iswordof $error |
||
47 | <dt> |
||
48 | !!@# |
||
49 | Questo esercizio dipende da dati che voi dovete inserire in un file seguendo il |
||
50 | formato indicato nell'help on line, altrimenti non potrà funzionare. |
||
51 | In questa fase dovete indicare il nome del file con conterrà tali dati. |
||
52 | !!#@ |
||
53 | </dt> |
||
54 | !endif |
||
55 | </dl> |
||
56 | !if oefempty iswordof $error and $transfert=yes |
||
57 | !!@# |
||
58 | Come prima cosa è necessario creare un modulo OEF nel vostro account Modtool. |
||
59 | !!#@ |
||
60 | !endif |
||
61 | !exit |
||
62 | |||
63 | |||
64 | !msg $error |
||
65 | |||
66 |