Rev 16125 | Rev 17181 | Go to most recent revision | 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,,\ |
13345 | obado | 9 | un portale del sito. |
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 |
15291 | czzmrn | 17 | Non sei il coordinatore. Non puoi creare moduli nel coordinamento. |
13076 | bpr | 18 | !set restart=no |
19 | !exit |
||
23 | reyssat | 20 | !endif |
21 | |||
22 | !if no_right iswordof $error |
||
13076 | bpr | 23 | Spiacente! Non è possibile creare un corso su questo sito. È |
24 | possibile |
||
25 | !mailurl $wims_site_manager contattare il responsabile del sito\ |
||
23 | reyssat | 26 | Virtual class creation |
13076 | bpr | 27 | per maggiori dettagli. |
28 | !set restart=no |
||
29 | !exit |
||
23 | reyssat | 30 | !endif |
31 | |||
32 | !if not_manager iswordof $error |
||
16125 | bpr | 33 | Spiacente, solo il responsabile del sito può creare $cname. |
34 | !exit |
||
23 | reyssat | 35 | !endif |
36 | |||
37 | !if getpass iswordof $error |
||
16125 | bpr | 38 | !if $sendmail!=$empty |
39 | La password è stata inviata per email |
||
40 | all'indirizzo $sendmail. |
||
17180 | bpr | 41 | <br class="spacer"> |
16125 | bpr | 42 | !endif |
43 | !if $regpass!=$empty |
||
44 | <div class="wims_msg warning"> |
||
45 | Spiacente, la password è errata. Riprova. |
||
46 | </div> |
||
47 | !else |
||
48 | !if $sendmail=$empty |
||
49 | La creazione di $cname su questo sito è protetta da password. |
||
50 | Inserire la password. |
||
51 | !endif |
||
52 | !endif |
||
53 | !form reply |
||
17180 | bpr | 54 | <input type="hidden" name="step" value="0"> |
16125 | bpr | 55 | <label for="regpass"> |
56 | Password: |
||
57 | </label> |
||
17180 | bpr | 58 | <input size="16" name="regpass" type="password" id="regpass" required> |
59 | <input type="submit" value="$wims_name_send"> |
||
13345 | obado | 60 | !formend |
16125 | bpr | 61 | </div> |
62 | <div class="wims_msg info"> |
||
23 | reyssat | 63 | Attenzione. La password per la creazione di un corso virtuale va |
10603 | bpr | 64 | richiesta al |
10643 | czzmrn | 65 | !mailurl $wims_site_manager responsabile \ |
13117 | czzmrn | 66 | Password di creazione di un corso |
10603 | bpr | 67 | di questo sito WIMS. |
817 | czzmrn | 68 | !if $regpassmail!=$empty and $sendmail=$empty |
69 | !form reply |
||
10643 | czzmrn | 70 | È possibile ricevere la password di creazione del corso inserendo |
817 | czzmrn | 71 | un indirizzo di posta elettronica: |
17180 | bpr | 72 | <input type="text" name="adresse1" value="$adresse1" size="20"> |
73 | <input type="hidden" name="step" value="0"> |
||
817 | czzmrn | 74 | !let nbaddr=!itemcnt $regpassmail |
75 | !if $nbaddr=1 |
||
1023 | bpr | 76 | <font size="+1">@$regpassmail</font> |
17180 | bpr | 77 | <input type="hidden" name="adresse2" value="$regpassmail"> |
817 | czzmrn | 78 | !else |
79 | @ |
||
80 | !formselect adresse2 list $regpassmail |
||
81 | !endif |
||
82 | |
||
17180 | bpr | 83 | <input type="submit" value="$wims_name_send"> |
10603 | bpr | 84 | |
5926 | bpr | 85 | !formend |
817 | czzmrn | 86 | !else |
87 | !reset sendmail |
||
88 | !endif |
||
10643 | czzmrn | 89 | </div> |
23 | reyssat | 90 | !set restart=no |
91 | !exit |
||
92 | !endif |
||
93 | |||
94 | !if getid iswordof $error |
||
13345 | obado | 95 | !if $regpass$regid!=$empty |
96 | Spiacente, la password non è corretta. Riprova. |
||
97 | !else |
||
98 | La creazione di un corso virtuale su questo sito è soggetta a registrazione. |
||
99 | Esegui il login. |
||
100 | !endif |
||
101 | </div> |
||
102 | !form reply |
||
103 | <fieldset class="property_fields halfwidth blockcenter"> |
||
104 | <div class="field box"> |
||
105 | <label for="regid"> |
||
106 | Login: |
||
107 | </label> |
||
17180 | bpr | 108 | <input size="20" name="regid" id="regid" required> |
13345 | obado | 109 | </div> |
110 | <div class="field box"> |
||
111 | <label for="regpass"> |
||
112 | Password: |
||
113 | </label> |
||
17180 | bpr | 114 | <input size="16" name="regpass" id="regpass" type="password" required> |
13345 | obado | 115 | </div> |
116 | <div class="wimscenter"> |
||
17180 | bpr | 117 | <input type="submit" value="$wims_name_send"> |
13345 | obado | 118 | </div> |
119 | </fieldset> |
||
120 | !formend |
||
16125 | bpr | 121 | <p> |
13345 | obado | 122 | Attenzione. Per poter creare un corso contattare il |
123 | !mailurl $wims_site_manager responsabile\ |
||
13117 | czzmrn | 124 | Password per creazione di un corso |
13345 | obado | 125 | di questo sito WIMS. |
16125 | bpr | 126 | </p> |
13345 | obado | 127 | !set restart=no |
128 | !exit |
||
23 | reyssat | 129 | !endif |
130 | |||
131 | !if class_quota=$error |
||
13345 | obado | 132 | Hai raggiunto il massimo di $r_quota1 corsi che potevi creare. |
133 | !set restart=no |
||
134 | !exit |
||
23 | reyssat | 135 | !endif |
136 | |||
137 | !if bad_secure=$error |
||
13345 | obado | 138 | Si sta cercando di accedere alle opzioni di configurazione da |
139 | un pc differente da quello che si sta configurando |
||
140 | (<span class="tt wims_code_words">$secure</span>)! Si tratta probabilmente di un errore che può portare |
||
141 | alla impossibilità di gestire il corso. |
||
142 | <p> |
||
143 | Si prega di leggere con attenzione le informazioni seguenti. Se non si |
||
144 | è sicuri di comprenderle meglio lasciare questo campo vuoto (si sarà |
||
145 | comunque in grado di gestire il corso grazie all'invio di codici di |
||
146 | accesso temporanei), o mettere la parola <span class="tt wims_code_words">all</span> per disabilitare |
||
147 | del tutto questa misura di sicurezza. |
||
17180 | bpr | 148 | </p><hr> |
13345 | obado | 149 | !read help/hosts.phtml |
150 | !reset secure |
||
151 | !exit |
||
23 | reyssat | 152 | !endif |
153 | |||
817 | czzmrn | 154 | !if has_empty=$error |
13345 | obado | 155 | Mancano dei dati indispensabili per la creazione di un nuovo corso |
17180 | bpr | 156 | interattivo. Torna indietro e ricomincia.<br> |
13345 | obado | 157 | <span class="tt wims_code_words">$(wims_name_$error_subject) required.</span> |
158 | !exit |
||
817 | czzmrn | 159 | !endif |
160 | |||
23 | reyssat | 161 | !if too_short=$error |
13345 | obado | 162 | Il campo <span class="tt wims_code_words">$(wims_name_$(error_subject))</span> sembra troppo corto. |
163 | !exit |
||
23 | reyssat | 164 | !endif |
165 | |||
166 | !if bad_date=$error |
||
13345 | obado | 167 | La data di termine del corso non è corretta. |
168 | !exit |
||
23 | reyssat | 169 | !endif |
170 | |||
817 | czzmrn | 171 | !if anti_date=$error |
13345 | obado | 172 | La data di termine del corso è |
173 | antecedente ad oggi. |
||
174 | !exit |
||
23 | reyssat | 175 | !endif |
176 | |||
177 | !if bad_level=$error |
||
13345 | obado | 178 | Il livello scelto non è accettabile. |
179 | !exit |
||
23 | reyssat | 180 | !endif |
181 | |||
817 | czzmrn | 182 | !if bad_email=$error |
13345 | obado | 183 | L'indirizzo di posta elettronica è apparentemente non valido. |
184 | <p> |
||
185 | La creazione del corso interattivo non andrà a buon fine se non |
||
186 | si dispone di un indirizzo e-mail funzionante fin da ora. |
||
187 | </p> |
||
188 | !exit |
||
23 | reyssat | 189 | !endif |
190 | |||
191 | !if existing=$error |
||
13345 | obado | 192 | Il corso $classname sembra esistere già. Non è possibile |
193 | ricreare lo stesso corso. |
||
194 | !exit |
||
23 | reyssat | 195 | !endif |
196 | |||
15928 | guerimand | 197 | !if pass_discord isin $error |
15931 | czzmrn | 198 | La/le password ( |
199 | !if sup isin $error |
||
200 | di gestione del corso |
||
201 | !if class isin $error |
||
202 | e di iscrizione al corso |
||
203 | !endif |
||
204 | !else |
||
205 | !if class isin $error |
||
206 | di iscrizione al corso |
||
207 | !endif |
||
208 | !endif |
||
16125 | bpr | 209 | ) inserite ora non corrispondono a quelle inserite in precedenza. |
13345 | obado | 210 | Il corso non è stato attivato. |
15931 | czzmrn | 211 | Riprova. |
13345 | obado | 212 | !exit |
23 | reyssat | 213 | !endif |
214 | |||
215 | !if bad_pass=$error |
||
13345 | obado | 216 | $(wims_name_$(error_subject)) contiene caratteri non accettati dal server. |
217 | Si prega di utilizzare solo numeri o lettere non accentate e di non |
||
218 | utilizzare spazi. |
||
219 | !exit |
||
23 | reyssat | 220 | !endif |
221 | |||
222 | !if bad_code=$error |
||
13345 | obado | 223 | Il codice di attivazione inserito non è valido. Avete verificato |
224 | la vostra casella di posta elettronica? |
||
225 | <p> |
||
226 | Si ricorda che ogni accesso al server viene |
||
227 | registrato. |
||
228 | </p> |
||
229 | !exit |
||
23 | reyssat | 230 | !endif |
231 | |||
232 | !if define_fail=$error or abuse=$error |
||
13345 | obado | 233 | A causa di un errore interno non è stato possibile inserire |
234 | il corso nel database. |
||
235 | <p> |
||
236 | Si prega di riferire il problema al |
||
237 | !mailurl $wims_site_manager responsabile del sito\ |
||
23 | reyssat | 238 | user registration failure |
13345 | obado | 239 | Grazie! |
240 | </p> |
||
241 | !exit |
||
23 | reyssat | 242 | !endif |
243 | |||
244 | !if duplicate=$error |
||
13345 | obado | 245 | Avete cercato di ricreare un corso già esistente. È possibile |
246 | che abbiate cliccato sul bottone `reload'? In ogni caso il corso |
||
247 | $classname esiste già e la seconda richiesta di attivazione |
||
248 | è stata ignorata. |
||
249 | <div> |
||
16125 | bpr | 250 | !read adm/lang/links.phtml.$modu_lang |
13345 | obado | 251 | </div> |
252 | !exit |
||
23 | reyssat | 253 | !endif |
254 | |||
9447 | guerimand | 255 | !if classdontexists=$error |
13345 | obado | 256 | Questo corso non esiste. |
257 | !exit |
||
9447 | guerimand | 258 | !endif |
259 | |||
260 | !if notexempleclass=$error |
||
13345 | obado | 261 | Questo corso non è un corso aperto: non è possibile copiarlo. |
262 | !exit |
||
9447 | guerimand | 263 | !endif |
264 | |||
265 | !if badcpmethod=$error |
||
13345 | obado | 266 | Unidentifiable copy method. Repeat the operation. |
267 | If the error persists, contact the server administrator. |
||
268 | !exit |
||
9447 | guerimand | 269 | !endif |
270 | |||
9461 | guerimand | 271 | !if cloningnotallow=$error |
13345 | obado | 272 | La duplicazione di questo corso non è stata autorizzata dal docente. |
273 | !exit |
||
9461 | guerimand | 274 | !endif |
275 | |||
276 | !if badcloningpwd=$error |
||
13345 | obado | 277 | Password di duplicazione errata. |
278 | !exit |
||
9461 | guerimand | 279 | !endif |
280 | |||
281 | !if disallowcloning=$error |
||
13345 | obado | 282 | Non è possibile duplicare questo corso. |
283 | !exit |
||
9461 | guerimand | 284 | !endif |
16124 | guerimand | 285 | |
286 | !if subclasslimit=$error |
||
287 | Vous avez atteint le nombre maximum de sous-classes ($max_subclasses). Il n'est pas possible d'en créer d'autres. |
||
288 | !exit |
||
289 | !endif |
||
290 | |||
6374 | bpr | 291 | !msg $error |