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