Rev 17414 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
13136 | obado | 1 | !set lang_exists=yes |
23 | reyssat | 2 | |
11217 | obado | 3 | !default wims_name_passsup=$wims_name_Password ($name_sup) |
4 | !default wims_name_password=$wims_name_Password ($name_classesss) |
||
10929 | bpr | 5 | !default wims_name_institution=$name_Name_portal |
6 | !default wims_name_description=$wims_name_name $name_classesss |
||
7 | |||
15291 | czzmrn | 8 | !set cname=!item $cltype+1 of un corso virtuale,,un coordinamento di corsi,,\ |
17439 | czzmrn | 9 | un portale di sede. |
13345 | obado | 10 | |
13076 | bpr | 11 | !if noagreecgu iswordof $error |
13136 | obado | 12 | $noagreecgu_msg |
13076 | bpr | 13 | !exit |
14 | !endif |
||
15 | |||
23 | reyssat | 16 | !if no_subclass iswordof $error |
17439 | czzmrn | 17 | Non siete autorizzati a creare nuovi moduli nel coordinamento. |
13076 | bpr | 18 | !set restart=no |
19 | !exit |
||
23 | reyssat | 20 | !endif |
21 | |||
22 | !if no_right iswordof $error |
||
17439 | czzmrn | 23 | Spiacente! Non è possibile creare un corso su questo server. È |
13076 | bpr | 24 | possibile |
17439 | czzmrn | 25 | !mailurl $wims_site_manager contattare il responsabile del server\ |
17414 | czzmrn | 26 | Creazione di un corso virtuale |
13076 | bpr | 27 | per maggiori dettagli. |
28 | !set restart=no |
||
29 | !exit |
||
23 | reyssat | 30 | !endif |
31 | |||
32 | !if not_manager iswordof $error |
||
17439 | czzmrn | 33 | Spiacente, solo il responsabile del server può creare $cname. |
16125 | bpr | 34 | !exit |
23 | reyssat | 35 | !endif |
36 | |||
37 | !if getpass iswordof $error |
||
17260 | guerimand | 38 | <div class="wims_msg warning"> |
17414 | czzmrn | 39 | La password di creazione del corso che vi è stata comunicata |
17439 | czzmrn | 40 | dal responsabile del server non deve essere comunicata ad altri. |
17260 | guerimand | 41 | !if $cltype=2 |
17414 | czzmrn | 42 | Come pure la password di registrazione per i docenti deve essere |
43 | comunicata solo agli effettivi docenti del coordinamento, in modo |
||
44 | che possano registrarsi al coordinamento. In nessun caso deve essere |
||
45 | diffusa pubblicamente. |
||
17439 | czzmrn | 46 | Il responsabile del server si riserva il diritto di cancellare i corsi |
17414 | czzmrn | 47 | nel caso non venga rispettata questa richiesta. |
17260 | guerimand | 48 | !endif |
49 | </div> |
||
16125 | bpr | 50 | !if $sendmail!=$empty |
51 | La password è stata inviata per email |
||
52 | all'indirizzo $sendmail. |
||
17180 | bpr | 53 | <br class="spacer"> |
16125 | bpr | 54 | !endif |
55 | !if $regpass!=$empty |
||
56 | <div class="wims_msg warning"> |
||
57 | Spiacente, la password è errata. Riprova. |
||
58 | </div> |
||
59 | !else |
||
60 | !if $sendmail=$empty |
||
17439 | czzmrn | 61 | La creazione di $cname su questo server è protetta da password. |
16125 | bpr | 62 | Inserire la password. |
63 | !endif |
||
64 | !endif |
||
65 | !form reply |
||
17200 | guerimand | 66 | <input type="hidden" name="step" value="$step"> |
17181 | guerimand | 67 | <input type="hidden" name="job" value="$job"> |
16125 | bpr | 68 | <label for="regpass"> |
69 | Password: |
||
70 | </label> |
||
17180 | bpr | 71 | <input size="16" name="regpass" type="password" id="regpass" required> |
72 | <input type="submit" value="$wims_name_send"> |
||
17261 | bpr | 73 | !formend |
16125 | bpr | 74 | </div> |
75 | <div class="wims_msg info"> |
||
17261 | bpr | 76 | Attenzione. La password per la creazione di un corso virtuale va |
77 | richiesta al |
||
78 | !mailurl $wims_site_manager responsabile \ |
||
13117 | czzmrn | 79 | Password di creazione di un corso |
17439 | czzmrn | 80 | di questo server WIMS. |
17261 | bpr | 81 | !if $regpassmail!=$empty and $sendmail=$empty |
82 | !form reply |
||
83 | È possibile ricevere la password di creazione del corso inserendo |
||
84 | un indirizzo di posta elettronica: |
||
85 | <div class="wimscenter"> |
||
86 | <input type="text" id="adresse1" name="adresse1" value="$adresse1" size="20"> |
||
87 | <input type="hidden" name="step" value="0"> |
||
88 | !let nbaddr=!itemcnt $regpassmail |
||
89 | !if $nbaddr=1 |
||
90 | @$regpassmail |
||
91 | <input type="hidden" name="adresse2" value="$regpassmail"> |
||
92 | !else |
||
93 | @ |
||
94 | !formselect adresse2 list $regpassmail |
||
95 | !endif |
||
96 | <input type="submit" value="$wims_name_send"> |
||
97 | </div> |
||
98 | !formend |
||
99 | !else |
||
100 | !reset sendmail |
||
101 | !endif |
||
102 | </div> |
||
103 | !set restart=no |
||
104 | !exit |
||
23 | reyssat | 105 | !endif |
106 | |||
107 | !if getid iswordof $error |
||
13345 | obado | 108 | !if $regpass$regid!=$empty |
109 | Spiacente, la password non è corretta. Riprova. |
||
110 | !else |
||
17439 | czzmrn | 111 | La creazione di un corso virtuale su questo server è soggetta a registrazione. |
13345 | obado | 112 | Esegui il login. |
113 | !endif |
||
114 | </div> |
||
115 | !form reply |
||
116 | <fieldset class="property_fields halfwidth blockcenter"> |
||
117 | <div class="field box"> |
||
118 | <label for="regid"> |
||
119 | Login: |
||
120 | </label> |
||
17180 | bpr | 121 | <input size="20" name="regid" id="regid" required> |
13345 | obado | 122 | </div> |
123 | <div class="field box"> |
||
124 | <label for="regpass"> |
||
125 | Password: |
||
126 | </label> |
||
17180 | bpr | 127 | <input size="16" name="regpass" id="regpass" type="password" required> |
13345 | obado | 128 | </div> |
129 | <div class="wimscenter"> |
||
17180 | bpr | 130 | <input type="submit" value="$wims_name_send"> |
13345 | obado | 131 | </div> |
132 | </fieldset> |
||
133 | !formend |
||
16125 | bpr | 134 | <p> |
13345 | obado | 135 | Attenzione. Per poter creare un corso contattare il |
136 | !mailurl $wims_site_manager responsabile\ |
||
13117 | czzmrn | 137 | Password per creazione di un corso |
17439 | czzmrn | 138 | di questo server WIMS. |
16125 | bpr | 139 | </p> |
13345 | obado | 140 | !set restart=no |
141 | !exit |
||
23 | reyssat | 142 | !endif |
143 | |||
144 | !if class_quota=$error |
||
13345 | obado | 145 | Hai raggiunto il massimo di $r_quota1 corsi che potevi creare. |
146 | !set restart=no |
||
147 | !exit |
||
23 | reyssat | 148 | !endif |
149 | |||
150 | !if bad_secure=$error |
||
13345 | obado | 151 | Si sta cercando di accedere alle opzioni di configurazione da |
152 | un pc differente da quello che si sta configurando |
||
153 | (<span class="tt wims_code_words">$secure</span>)! Si tratta probabilmente di un errore che può portare |
||
154 | alla impossibilità di gestire il corso. |
||
155 | <p> |
||
156 | Si prega di leggere con attenzione le informazioni seguenti. Se non si |
||
157 | è sicuri di comprenderle meglio lasciare questo campo vuoto (si sarà |
||
17439 | czzmrn | 158 | comunque in grado di gestire il corso grazie all'invio via mail di codici di |
13345 | obado | 159 | accesso temporanei), o mettere la parola <span class="tt wims_code_words">all</span> per disabilitare |
160 | del tutto questa misura di sicurezza. |
||
17180 | bpr | 161 | </p><hr> |
13345 | obado | 162 | !read help/hosts.phtml |
163 | !reset secure |
||
164 | !exit |
||
23 | reyssat | 165 | !endif |
166 | |||
817 | czzmrn | 167 | !if has_empty=$error |
13345 | obado | 168 | Mancano dei dati indispensabili per la creazione di un nuovo corso |
17180 | bpr | 169 | interattivo. Torna indietro e ricomincia.<br> |
13345 | obado | 170 | <span class="tt wims_code_words">$(wims_name_$error_subject) required.</span> |
171 | !exit |
||
817 | czzmrn | 172 | !endif |
173 | |||
23 | reyssat | 174 | !if too_short=$error |
13345 | obado | 175 | Il campo <span class="tt wims_code_words">$(wims_name_$(error_subject))</span> sembra troppo corto. |
176 | !exit |
||
23 | reyssat | 177 | !endif |
178 | |||
179 | !if bad_date=$error |
||
13345 | obado | 180 | La data di termine del corso non è corretta. |
181 | !exit |
||
23 | reyssat | 182 | !endif |
183 | |||
817 | czzmrn | 184 | !if anti_date=$error |
13345 | obado | 185 | La data di termine del corso è |
186 | antecedente ad oggi. |
||
187 | !exit |
||
23 | reyssat | 188 | !endif |
189 | |||
190 | !if bad_level=$error |
||
17439 | czzmrn | 191 | Il livello scelto non è corretto. |
13345 | obado | 192 | !exit |
23 | reyssat | 193 | !endif |
194 | |||
817 | czzmrn | 195 | !if bad_email=$error |
17439 | czzmrn | 196 | L'indirizzo di posta elettronica inserito non sembra valido. |
13345 | obado | 197 | <p> |
17261 | bpr | 198 | La creazione del corso interattivo non andrà a buon fine se non |
13345 | obado | 199 | si dispone di un indirizzo e-mail funzionante fin da ora. |
200 | </p> |
||
201 | !exit |
||
23 | reyssat | 202 | !endif |
203 | |||
204 | !if existing=$error |
||
13345 | obado | 205 | Il corso $classname sembra esistere già. Non è possibile |
206 | ricreare lo stesso corso. |
||
207 | !exit |
||
23 | reyssat | 208 | !endif |
209 | |||
15928 | guerimand | 210 | !if pass_discord isin $error |
15931 | czzmrn | 211 | La/le password ( |
212 | !if sup isin $error |
||
213 | di gestione del corso |
||
214 | !if class isin $error |
||
215 | e di iscrizione al corso |
||
216 | !endif |
||
217 | !else |
||
218 | !if class isin $error |
||
219 | di iscrizione al corso |
||
220 | !endif |
||
221 | !endif |
||
16125 | bpr | 222 | ) inserite ora non corrispondono a quelle inserite in precedenza. |
13345 | obado | 223 | Il corso non è stato attivato. |
17439 | czzmrn | 224 | Ripetere la procedura. |
13345 | obado | 225 | !exit |
23 | reyssat | 226 | !endif |
227 | |||
228 | !if bad_pass=$error |
||
17439 | czzmrn | 229 | <strong>$(wims_name_$(error_subject))</strong> contiene caratteri non |
230 | accettati dal server.<br> |
||
13345 | obado | 231 | Si prega di utilizzare solo numeri o lettere non accentate e di non |
232 | utilizzare spazi. |
||
233 | !exit |
||
23 | reyssat | 234 | !endif |
235 | |||
236 | !if bad_code=$error |
||
13345 | obado | 237 | Il codice di attivazione inserito non è valido. Avete verificato |
238 | la vostra casella di posta elettronica? |
||
239 | <p> |
||
240 | Si ricorda che ogni accesso al server viene |
||
241 | registrato. |
||
242 | </p> |
||
243 | !exit |
||
23 | reyssat | 244 | !endif |
245 | |||
246 | !if define_fail=$error or abuse=$error |
||
13345 | obado | 247 | A causa di un errore interno non è stato possibile inserire |
248 | il corso nel database. |
||
249 | <p> |
||
250 | Si prega di riferire il problema al |
||
17439 | czzmrn | 251 | !mailurl $wims_site_manager responsabile del server\ |
23 | reyssat | 252 | user registration failure |
17439 | czzmrn | 253 | . Grazie! |
13345 | obado | 254 | </p> |
255 | !exit |
||
23 | reyssat | 256 | !endif |
257 | |||
258 | !if duplicate=$error |
||
13345 | obado | 259 | Avete cercato di ricreare un corso già esistente. È possibile |
260 | che abbiate cliccato sul bottone `reload'? In ogni caso il corso |
||
261 | $classname esiste già e la seconda richiesta di attivazione |
||
262 | è stata ignorata. |
||
263 | <div> |
||
16125 | bpr | 264 | !read adm/lang/links.phtml.$modu_lang |
13345 | obado | 265 | </div> |
266 | !exit |
||
23 | reyssat | 267 | !endif |
268 | |||
9447 | guerimand | 269 | !if classdontexists=$error |
13345 | obado | 270 | Questo corso non esiste. |
271 | !exit |
||
9447 | guerimand | 272 | !endif |
273 | |||
274 | !if notexempleclass=$error |
||
13345 | obado | 275 | Questo corso non è un corso aperto: non è possibile copiarlo. |
276 | !exit |
||
9447 | guerimand | 277 | !endif |
278 | |||
279 | !if badcpmethod=$error |
||
17439 | czzmrn | 280 | Metodo di duplicazione non riconosciuto. Ripetere la procedura. |
281 | Se l'errore persiste, contattare il responsabile del server. |
||
13345 | obado | 282 | !exit |
9447 | guerimand | 283 | !endif |
284 | |||
9461 | guerimand | 285 | !if cloningnotallow=$error |
13345 | obado | 286 | La duplicazione di questo corso non è stata autorizzata dal docente. |
287 | !exit |
||
9461 | guerimand | 288 | !endif |
289 | |||
290 | !if badcloningpwd=$error |
||
13345 | obado | 291 | Password di duplicazione errata. |
292 | !exit |
||
9461 | guerimand | 293 | !endif |
294 | |||
295 | !if disallowcloning=$error |
||
13345 | obado | 296 | Non è possibile duplicare questo corso. |
297 | !exit |
||
9461 | guerimand | 298 | !endif |
16124 | guerimand | 299 | |
300 | !if subclasslimit=$error |
||
17439 | czzmrn | 301 | Avete raggiunto il numero massimo di moduli possibili ($max_subclasses). Non è possibile creare un altro modulo. |
16124 | guerimand | 302 | !exit |
303 | !endif |
||
304 | |||
17204 | guerimand | 305 | !if bad_file iswordof $error |
306 | Spiacenti ma il file <em>$wims_deposit</em> non è stato riconosciuto |
||
307 | come un file di backup valido di un corso. Verificare di aver inviato |
||
308 | il file corretto o che il file che si vuole inviare non sia |
||
309 | danneggiato. |
||
310 | !exit |
||
311 | !endif |
||
312 | |||
6374 | bpr | 313 | !msg $error |