Rev 11943 | Rev 11990 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 11943 | Rev 11949 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | Status: 450 WIMS User Error |
1 | Status: 450 WIMS User Error |
2 | Server: WIMS $wims_version (WWW Interactive Multipurpose Server) |
2 | Server: WIMS $wims_version (WWW Interactive Multipurpose Server) |
3 | Content-type: text/html; |
3 | Content-type: text/html; charset=windows-1252 |
4 | Cache-Control: no-cache |
4 | Cache-Control: no-cache |
5 | Pragma: no-cache |
5 | Pragma: no-cache |
6 | 6 | ||
7 | <html> |
7 | <!DOCTYPE html> |
8 |
|
8 | <html><head> |
9 | <meta http-equiv=expires content="1 Jan 1990"> |
9 | <meta http-equiv=expires content="1 Jan 1990"> |
10 | <meta HTTP-EQUIV="Pragma" CONTENT="no-cache"> |
10 | <meta HTTP-EQUIV="Pragma" CONTENT="no-cache"> |
11 | <meta HTTP-EQUIV="Cache-Control" CONTENT="no-cache"> |
11 | <meta HTTP-EQUIV="Cache-Control" CONTENT="no-cache"> |
12 | <!- |
12 | <!-- General theme style --> |
13 | <link rel="stylesheet" href="html/themes/$wims_theme/css.css" type="text/css"> |
13 | <link rel="stylesheet" href="html/themes/$wims_theme/css.css" type="text/css"> |
14 | <style type="text/css"> |
14 | <style type="text/css"> |
15 | input[type="submit"],input[type="button"],.wims_button{ background-color:$wims_ref_button_bgcolor;color:$wims_ref_button_color;} |
15 | input[type="submit"],input[type="button"],.wims_button{ background-color:$wims_ref_button_bgcolor;color:$wims_ref_button_color;} |
16 | .wims_button_help{ background-color:$wims_ref_button_help_bgcolor;color:$wims_ref_button_help_color;} |
16 | .wims_button_help{ background-color:$wims_ref_button_help_bgcolor;color:$wims_ref_button_help_color;} |
17 | </style> |
17 | </style> |
18 | 18 | ||
19 | !if exam_ isin $wims_user_error |
19 | !if exam_ isin $wims_user_error |
20 | <style type="text/css"><!-- |
20 | <style type="text/css"><!-- |
21 | body {text-align: justify; |
21 | body {text-align: justify; |
22 | padding-left: 3%; padding-right: 3%;} |
22 | padding-left: 3%; padding-right: 3%;} |
23 | --></style> |
23 | --></style> |
24 | </head> |
24 | </head> |
25 | <body onload="window.resizeTo(500,200);window.moveTo(250,300);" class="user_error"> |
25 | <body onload="window.resizeTo(500,200);window.moveTo(250,300);" class="user_error"> |
26 | <h1 class="wimscenter">ERRORE</h1> |
26 | <h1 class="wimscenter">ERRORE</h1> |
27 | !goto examerr |
27 | !goto examerr |
28 | !endif |
28 | !endif |
29 | 29 | ||
30 | </head> |
- | |
31 | <body class="user_error"> |
30 | </head><body class="user_error"> |
32 | 31 | ||
33 | !if threshold iswordof $wims_user_error |
32 | !if threshold iswordof $wims_user_error |
34 | <hr width="1"/> |
33 | <hr width="1"/> |
35 | <h1>We are too busy</h1> |
34 | <h1>We are too busy</h1> |
36 | <hr style="width:50%"/> |
35 | <hr style="width:50%"/> |
Line 43... | Line 42... | ||
43 | Siamo molto desolati e speriamo di poter essere di nuovo utili |
42 | Siamo molto desolati e speriamo di poter essere di nuovo utili |
44 | in futuro. |
43 | in futuro. |
45 | </p> |
44 | </p> |
46 | 45 | ||
47 | !read mirror.phtml.it |
46 | !read mirror.phtml.it |
48 | </body> |
- | |
49 | </html> |
- | |
50 |
|
47 | !goto end_html |
51 | !endif |
48 | !endif |
52 | 49 | ||
53 | !if overload iswordof $wims_user_error |
50 | !if overload iswordof $wims_user_error |
54 | <hr style="width:1px" /> |
51 | <hr style="width:1px" /> |
55 | <h1>SPIACENTI</h1> |
52 | <h1>SPIACENTI</h1> |
56 | <p>La vostra richiesta ha causato un blocco di questo server WIMS: |
53 | <p>La vostra richiesta ha causato un blocco di questo server WIMS: |
57 | è stata raggiunta la quota massima di connessioni.</p> |
54 | è stata raggiunta la quota massima di connessioni.</p> |
58 |
|
55 | !goto end_html |
59 | !exit |
- | |
60 | !endif |
56 | !endif |
61 | 57 | ||
62 | !if ++++missing_ isin ++++$wims_user_error |
58 | !if ++++missing_ isin ++++$wims_user_error |
63 | <hr width="1"/> |
59 | <hr width="1"/> |
64 | <h1>Spiacenti</h1> |
60 | <h1>Spiacenti</h1> |
Line 74... | Line 70... | ||
74 | <a href="mailto:$wims_site_manager?subject=$missing_software unavailable on WIMS">scrivere |
70 | <a href="mailto:$wims_site_manager?subject=$missing_software unavailable on WIMS">scrivere |
75 | al webmaster</a> per comunicare il problema, o scegliere un altro sito WIMS |
71 | al webmaster</a> per comunicare il problema, o scegliere un altro sito WIMS |
76 | nella tabella qui sotto.</p> |
72 | nella tabella qui sotto.</p> |
77 | <p><a href="wims.cgi">WIMS homepage</a>.</p> |
73 | <p><a href="wims.cgi">WIMS homepage</a>.</p> |
78 | !read mirror.phtml.it |
74 | !read mirror.phtml.it |
79 |
|
75 | !goto end_html |
80 | !exit |
- | |
81 | !endif |
76 | !endif |
82 | 77 | ||
83 | !if trapped iswordof $wims_user_error |
78 | !if trapped iswordof $wims_user_error |
84 | <h1>Stop!</h1> |
79 | <h1>Stop!</h1> |
85 | <hr/> |
80 | <hr/> |
Line 92... | Line 87... | ||
92 | </p> |
87 | </p> |
93 | <p> |
88 | <p> |
94 | Sachez que les pages WIMS sont générées de façon dynamique. Elles ne peuvent |
89 | Sachez que les pages WIMS sont générées de façon dynamique. Elles ne peuvent |
95 | qu'être utilisées en ligne de toute façon. |
90 | qu'être utilisées en ligne de toute façon. |
96 | </p> |
91 | </p> |
97 |
|
92 | !goto end_html |
98 | !exit |
- | |
99 | !endif |
93 | !endif |
100 | 94 | ||
101 | <h1>Errore WIMS</h1> |
95 | <h1>Errore WIMS</h1> |
102 | <hr/> |
96 | <hr/> |
103 | !if no_access notwordof $wims_user_error |
97 | !if no_access notwordof $wims_user_error |
Line 124... | Line 118... | ||
124 | <p> |
118 | <p> |
125 | <span class="small">Se state cercando di uscire da WIMS, ignorate questo |
119 | <span class="small">Se state cercando di uscire da WIMS, ignorate questo |
126 | messaggio e continuate a selezionare il tasto `Back/Indietro'. |
120 | messaggio e continuate a selezionare il tasto `Back/Indietro'. |
127 | </span></p> |
121 | </span></p> |
128 | !endif |
122 | !endif |
129 |
|
123 | !goto end_html |
130 | !endif |
124 | !endif |
131 | <p> Richiesta di cambio modulo non valida. |
125 | <p> Richiesta di cambio modulo non valida. |
132 | State forse utilizzando un programma automatico |
126 | State forse utilizzando un programma automatico |
133 | per accedere a questo sito?</p> |
127 | per accedere a questo sito?</p> |
134 | :unblock |
128 | :unblock |
Line 149... | Line 143... | ||
149 | !if robot_doubt iswordof $wims_user_error |
143 | !if robot_doubt iswordof $wims_user_error |
150 | <p class="small">A tentativi di intrusione nel sistema si risponderà |
144 | <p class="small">A tentativi di intrusione nel sistema si risponderà |
151 | limitando le possibilità di accesso. |
145 | limitando le possibilità di accesso. |
152 | </p> |
146 | </p> |
153 | !endif |
147 | !endif |
154 |
|
148 | !goto end_html |
155 | !endif |
149 | !endif |
156 | 150 | ||
157 | !if robot_doubt iswordof $wims_user_error |
151 | !if robot_doubt iswordof $wims_user_error |
158 | <p>Spiacente: accesso negato perché sei sospettato di utilizzare, |
152 | <p>Spiacente: accesso negato perché sei sospettato di utilizzare, |
159 | contrariamente alle nostre richieste, un programma automatico copiare le pagine.</p> |
153 | contrariamente alle nostre richieste, un programma automatico copiare le pagine.</p> |
Line 194... | Line 188... | ||
194 | !if need_https iswordof $wims_user_error |
188 | !if need_https iswordof $wims_user_error |
195 | Per connettersi è necessario un browser che supporti il |
189 | Per connettersi è necessario un browser che supporti il |
196 | protocollo https e connettersi con una richiesta https. |
190 | protocollo https e connettersi con una richiesta https. |
197 | !set refname=!replace http:// by https:// in $wims_ref_name |
191 | !set refname=!replace http:// by https:// in $wims_ref_name |
198 | <a href="$refname?session=$wims_session&module=home&cmd=new">Riprova</a>. |
192 | <a href="$refname?session=$wims_session&module=home&cmd=new">Riprova</a>. |
199 |
|
193 | !goto end_html |
200 | !endif |
194 | !endif |
201 | 195 | ||
202 | !if bad_insnum iswordof $wims_user_error |
196 | !if bad_insnum iswordof $wims_user_error |
203 | !if $cmd=getfile |
197 | !if $cmd=getfile |
204 | <p> |
198 | <p> |
Line 236... | Line 230... | ||
236 | </p> |
230 | </p> |
237 | <p> |
231 | <p> |
238 | Se state cercando di uscire da WIMS, ignorate questo |
232 | Se state cercando di uscire da WIMS, ignorate questo |
239 | messaggio e continuate a selezionare il tasto `Back/Indietro'. |
233 | messaggio e continuate a selezionare il tasto `Back/Indietro'. |
240 | </p> |
234 | </p> |
241 |
|
235 | !goto end_html |
242 | !endif |
236 | !endif |
243 | 237 | ||
244 | !if invalid_char_in_query_string iswordof $wims_user_error |
238 | !if invalid_char_in_query_string iswordof $wims_user_error |
245 | <p> |
239 | <p> |
246 | La sostituzione ``$wims_error_data'' nei parametri non è |
240 | La sostituzione ``$wims_error_data'' nei parametri non è |
Line 273... | Line 267... | ||
273 | !endif |
267 | !endif |
274 | 268 | ||
275 | !if no_module_name iswordof $wims_user_error |
269 | !if no_module_name iswordof $wims_user_error |
276 | <p> |
270 | <p> |
277 | Richiesta di una sessione senza indicare un modulo. |
271 | Richiesta di una sessione senza indicare un modulo. |
278 | </p> |
272 | </p> |
279 | !endif |
273 | !endif |
280 | 274 | ||
281 | !if no_session iswordof $wims_user_error |
275 | !if no_session iswordof $wims_user_error |
282 | <p> |
276 | <p> |
283 | Manca il codice della sessione. |
277 | Manca il codice della sessione. |
284 | </p> |
278 | </p> |
Line 340... | Line 334... | ||
340 | <p class="wimscenter"> |
334 | <p class="wimscenter"> |
341 | !href cmd=resume Annullare |
335 | !href cmd=resume Annullare |
342 | , oppure |
336 | , oppure |
343 | !href $ [WIMS home] |
337 | !href $ [WIMS home] |
344 | .</p> |
338 | .</p> |
345 |
|
339 | !goto end_html |
346 | !endif |
340 | !endif |
347 | 341 | ||
348 | !if wrong_module iswordof $wims_user_error |
342 | !if wrong_module iswordof $wims_user_error |
349 | !set tmp=!translate "!/<>;': to $ $ in $module |
343 | !set tmp=!translate "!/<>;': to $ $ in $module |
350 | <p>Il modulo <code>$tmp</code> richiesto non esiste su questo server.</p> |
344 | <p>Il modulo <code>$tmp</code> richiesto non esiste su questo server.</p> |
Line 406... | Line 400... | ||
406 | !set pses=!translate _ to , in $wims_session |
400 | !set pses=!translate _ to , in $wims_session |
407 | !set pses=!item 1 of $pses |
401 | !set pses=!item 1 of $pses |
408 | !set pser=!randint 1,999 |
402 | !set pser=!randint 1,999 |
409 | !set wims_opener=window.opener.location='$wims_ref_name?session=$pses.$pser&cmd=reply&job=student'; |
403 | !set wims_opener=window.opener.location='$wims_ref_name?session=$pses.$pser&cmd=reply&job=student'; |
410 | <p class="wimscenter"> |
404 | <p class="wimscenter"> |
411 | <a |
405 | <a href="#" onclick="window.close();$wims_opener">Chiudi questa finestra</a>. |
412 | </p> |
406 | </p> |
413 |
|
407 | !goto end_html |
414 | !endif |
408 | !endif |
415 | 409 | ||
416 | !if exam_closed iswordof $wims_user_error |
410 | !if exam_closed iswordof $wims_user_error |
417 | <p>L'esame non è più accessibile.</p> |
411 | <p>L'esame non è più accessibile.</p> |
418 | <p>Contattare il docente del corso.</p> |
412 | <p>Contattare il docente del corso.</p> |
419 | !goto examend |
413 | !goto examend |
420 | !endif |
414 | !endif |
421 | 415 | ||
422 | !if bad_ident iswordof $wims_user_error |
416 | !if bad_ident iswordof $wims_user_error |
423 | <p>Your request contains a user identification error.</p> |
417 | <p>Your request contains a user identification error.</p> |
424 | <p>Are you trying to connect |
418 | <p>Are you trying to connect |
425 | to somebody else's session?</p> |
419 | to somebody else's session?</p> |
426 | <p> |
420 | <p> |
427 | Please |
421 | Please |
428 | <a href="wims.cgi?special_parm=ignorecookie&special_parm2=$[randint(10^8)]">make a new connection</a>.</p> |
422 | <a href="wims.cgi?special_parm=ignorecookie&special_parm2=$[randint(10^8)]">make a new connection</a>.</p> |
429 |
|
423 | !goto end_html |
430 | !exit |
- | |
431 | !endif |
424 | !endif |
432 | 425 | ||
433 | !if no_access iswordof $wims_user_error |
426 | !if no_access iswordof $wims_user_error |
434 | <p> |
427 | <p>Your request is refused by the access policy of this site. Sorry.</p> |
435 | !goto end2 |
428 | !goto end2 |
436 | !endif |
429 | !endif |
437 | 430 | ||
438 | !if class_closed iswordof $wims_user_error |
431 | !if class_closed iswordof $wims_user_error |
439 | <h2>Spiacente.</h2> |
432 | <h2>Spiacente.</h2> |
440 | <p> |
433 | <p> |
441 | L'accesso a questo corso virtuale è stato temporaneamente chiuso dal docente. |
434 | L'accesso a questo corso virtuale è stato temporaneamente chiuso dal docente. |
442 | Si prega di riprovare più tardi! |
435 | Si prega di riprovare più tardi! |
443 | </p> |
436 | </p> |
444 | <p class="wimscenter"> |
437 | <p class="wimscenter"> |
445 | !href cmd=close&module=home WIMS |
438 | !href cmd=close&module=home WIMS |
446 | </p> |
439 | </p> |
447 |
|
440 | !goto end_html |
448 | !exit |
- | |
449 | !endif |
441 | !endif |
450 | 442 | ||
451 | :end |
443 | :end |
452 | <p>Se questo messaggio vi appare dopo aver seguito un link in una pagina. |
444 | <p>Se questo messaggio vi appare dopo aver seguito un link in una pagina. |
453 | probabilmente si tratta di un errore nella pagina. In questo caso |
445 | probabilmente si tratta di un errore nella pagina. In questo caso |
454 | contattatene l'autore per informarlo dell'errore. |
446 | contattatene l'autore per informarlo dell'errore. |
455 | </p> |
447 | </p> |
456 | <p> |
448 | <p>È possibile |
457 | contattare il |
449 | contattare il |
458 | <a href="mailto:$wims_site_manager?subject=wims.cgi">webmaster</a>, precisando quanti più dettagli possibili per ricostruire |
450 | <a href="mailto:$wims_site_manager?subject=wims.cgi">webmaster</a>, precisando quanti più dettagli possibili per ricostruire |
459 | l'errore.</p> |
451 | l'errore.</p> |
460 | 452 | ||
461 | :end2 |
453 | :end2 |
Line 464... | Line 456... | ||
464 | !set wims_ref_class=wims_button home |
456 | !set wims_ref_class=wims_button home |
465 | !href module=home&cmd=new [WIMS home] |
457 | !href module=home&cmd=new [WIMS home] |
466 | !reset wims_ref_class |
458 | !reset wims_ref_class |
467 | </p> |
459 | </p> |
468 | 460 | ||
- | 461 | :end_html |
|
469 | </body></html> |
462 | </body></html> |
470 | 463 |