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