Subversion Repositories wimsdev

Rev

Rev 5115 | Rev 5764 | 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
 
3
!if no_subclass iswordof $error
4
 Non sei il coordinatore. Non puoi creare corsi coordinati.
5
 !set restart=no
6
 !exit
7
!endif
8
 
9
!if no_right iswordof $error
10
 Spiacente! Non è possibile creare un corso su questo sito. È
11
 possibile
12
 !mailurl $wims_site_manager contattare il site manager\
13
Virtual class creation
14
 per maggiori dettagli.
15
 !set restart=no
16
 !exit
17
!endif
18
 
19
!if not_manager iswordof $error
20
Spiacente, ma solo il <em>site manager</em> può creare portali di sede.
21
 !exit
22
!endif
23
 
24
!if getpass iswordof $error
817 czzmrn 25
 !if $sendmail!=$empty
3049 bpr 26
  <font size="+1"><center>La password è stata inviata per email 
817 czzmrn 27
   all'indirizzo $sendmail.</center></font>
28
  <p>
29
 !endif
23 reyssat 30
 !if $regpass!=$empty
31
  Spiacente, la password è errata. Riprova.
32
 !else
33
  !set cname=!item $cltype+1 of corsi virtuali,,gruppi di corsi coordinati,,\
34
	portali di sede
35
  La creazione di $cname su questo sito è protetta da password.
36
  Inserire la password.
37
 !endif
38
 <p>
39
 !form reply
5734 bpr 40
  <input type="hidden" name="step" value=0/>
41
  Password: <input size="16" name="regpass" type="password"/> <input type="submit" name="Invia" value="$wims_name_send"/>
23 reyssat 42
 </form> <p>
43
 Attenzione. La password per la creazione di un corso virtuale va
44
 richiesta al 
45
 !mailurl $wims_site_manager manager \
46
Virtual class creation password
47
di questo sito WIMS. 
817 czzmrn 48
 !if $regpassmail!=$empty and $sendmail=$empty
49
 !form reply
50
  &Egrave; possibile ricevere la password di creazione del corso inserendo
51
  un indirizzo di posta elettronica:
5734 bpr 52
  <input type="text" name="adresse1" value="$adresse1" size="20"/>
53
  <input type="hidden" name="step" value="0"/>
817 czzmrn 54
  !let nbaddr=!itemcnt $regpassmail
55
  !if $nbaddr=1
1023 bpr 56
   <font size="+1">@$regpassmail</font>
5734 bpr 57
   <input type="hidden" name="adresse2" value="$regpassmail"/>
817 czzmrn 58
  !else
59
   @
60
   !formselect adresse2 list $regpassmail
61
  !endif
62
  &nbsp;
5734 bpr 63
  <input type="submit" value="Recevoir" name="Invia"/>
817 czzmrn 64
 </form>
65
 !else
66
  !reset sendmail
67
 !endif
23 reyssat 68
 !set restart=no
69
 !exit
70
!endif
71
 
72
!if getid iswordof $error
73
 !if $regpass$regid!=$empty
74
  Spiacente, la password non è corretta. Riprova.
75
 !else
76
  La creazione di un corso virtuale su questo sito è soggetta a registrazione.
77
  Esegui il login.
78
 !endif
79
 <p>
80
 !form reply
4940 czzmrn 81
  <p><table border="0" cellspacing="5">
3049 bpr 82
  <tr><td align="right">
5734 bpr 83
  Login:</td><td><input size="20" name="regid"/></td>
3049 bpr 84
  </tr><tr><td align="right">
5734 bpr 85
  Password:</td><td><input size="16" name="regpass" type="password"/>
86
  <input type="submit" value="$wims_name_tosave"/></td>
23 reyssat 87
  </tr></table>
88
 </form> <p>
89
 Attenzione. Per poter creare un corso contattare il 
90
 !mailurl $wims_site_manager manager\
91
Virtual class creation password
92
 di questo sito WIMS.
93
 !set restart=no
94
 !exit
95
!endif
96
 
97
!if class_quota=$error
98
 Hai raggiunto il massimo di $r_quota1 corsi che potevi creare.
99
 !set restart=no
100
 !exit
101
!endif
102
 
103
!if bad_secure=$error
4263 czzmrn 104
 Si sta cercando di accedere alle opzioni di configurazione da 
105
 un pc differente da quello che si sta configurando
5074 bpr 106
 (<tt class="wims_code_words">$secure</tt>)! Si tratta probabilmente di un errore che può portare
4263 czzmrn 107
 alla impossibilità di gestire il corso.
23 reyssat 108
 <p>
4263 czzmrn 109
 Si prega di leggere con attenzione le informazioni seguenti. Se non si
110
 è sicuri di comprenderle meglio lasciare questo campo vuoto (si sarà
111
 comunque in grado di gestire il corso grazie all'invio di codici di
5074 bpr 112
 accesso temporanei), o mettere la parola <tt class="wims_code_words">all</tt> per disabilitare
4263 czzmrn 113
 del tutto questa misura di sicurezza.
23 reyssat 114
 <p><hr><p>
115
 !read help/hosts.phtml
116
 !reset secure
117
 !exit
118
!endif
119
 
817 czzmrn 120
!if has_empty=$error
121
 Mancano dei dati indispensabili per la creazione di un nuovo corso
122
 interattivo. Torna indietro e ricomincia.
123
 !exit
124
!endif
125
 
23 reyssat 126
!if too_short=$error
5115 bpr 127
 Il campo <tt class="wims_code_words">$(wims_name_$(error_subject))</tt> sembra troppo corto.
23 reyssat 128
 !exit
129
!endif
130
 
131
!if bad_date=$error
132
 La data di termine del corso non &egrave; corretta.
133
 !exit
134
!endif
135
 
817 czzmrn 136
!if anti_date=$error
137
 La data di termine del corso &egrave; 
138
 antecedente ad oggi.
23 reyssat 139
 !exit
140
!endif
141
 
142
!if bad_level=$error
143
 Il livello scelto non &egrave; accettabile.
144
 !exit
145
!endif
146
 
817 czzmrn 147
!if bad_email=$error
148
 L'indirizzo di posta elettronica &egrave; apparentemente non valido.
149
 <p>
150
 La creazione del corso interattivo non andr&agrave; a buon fine se non
151
 si dispone di un indirizzo e-mail funzionante fin da ora.
23 reyssat 152
 !exit
153
!endif
154
 
155
!if existing=$error
156
 Il corso $classname sembra esistere gi&agrave;. Non &egrave; possibile
157
 ricreare lo stesso corso.
158
 !exit
159
!endif
160
 
161
!if pass_discord=$error
162
 La password inserita non corrisponde a quella inserita in precedenza.
163
 Il corso non &egrave; stato attivato. 
164
 Riprovare.
165
 !exit
166
!endif
167
 
168
!if bad_pass=$error
4883 guerimand 169
 $(name_$(error_subject)) contiene caratteri non accettati dal server. <p>
23 reyssat 170
 Si prega di utilizzare solo numeri o lettere non accentate e di non
171
 utilizzare spazi.
172
 !exit
173
!endif
174
 
175
!if bad_code=$error
176
 Il codice di attivazione inserito non &egrave; valido. Avete verificato
177
 la vostra casella di posta elettronica?<p>
178
 Si ricorda che ogni accesso al server viene
179
 registrato.
180
 !exit
181
!endif
182
 
183
!if define_fail=$error or abuse=$error
184
 A causa di un errore interno non &egrave; stato possibile inserire
185
 il corso nel database.
186
 <p>
187
 Si prega di riferire il problema al 
188
 !mailurl $wims_site_manager gestore del sito\
189
user registration failure
190
 Grazie!
191
 !exit
192
!endif
193
 
194
!if duplicate=$error
195
 Avete cercato di ricreare un corso gi&agrave; esistente. &Egrave; possibile
196
 che abbiate cliccato sul bottone `reload'? In ogni caso il corso
197
 $classname esiste gi&agrave; e la seconda richiesta di attivazione
198
 &egrave; stata ignorata. <p>
4814 guerimand 199
 !read adm/lang/links.phtml.$modu_lang
23 reyssat 200
 !exit
201
!endif
202
 
4940 czzmrn 203
!msg $error