Rev 7428 | Rev 11943 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
19 | reyssat | 1 | Status: 450 WIMS User Error |
2 | Server: WIMS $wims_version (WWW Interactive Multipurpose Server) |
||
3 | Content-type: text/html; charset=iso-8859-1 |
||
4 | Cache-Control: no-cache |
||
5 | Pragma: no-cache |
||
6 | |||
5474 | czzmrn | 7 | <html> |
8 | <head> |
||
19 | reyssat | 9 | <meta http-equiv=expires content="1 Jan 1990"> |
3570 | bpr | 10 | <meta HTTP-EQUIV="Pragma" CONTENT="no-cache"> |
11 | <meta HTTP-EQUIV="Cache-Control" CONTENT="no-cache"> |
||
5474 | czzmrn | 12 | <!-- Style general du theme --> |
13 | <link rel="stylesheet" href="html/themes/$wims_theme/css.css" 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;} |
||
16 | .wims_button_help{ background-color:$wims_ref_button_help_bgcolor;color:$wims_ref_button_help_color;} |
||
17 | </style> |
||
18 | |||
19 | reyssat | 19 | !if exam_ isin $wims_user_error |
3570 | bpr | 20 | <style type="text/css"><!-- |
19 | reyssat | 21 | body {text-align: justify; |
22 | padding-left: 3%; padding-right: 3%;} |
||
3570 | bpr | 23 | --></style> |
5474 | czzmrn | 24 | </head> |
25 | <body onload="window.resizeTo(500,200);window.moveTo(250,300);" class="user_error"> |
||
7610 | czzmrn | 26 | <h1 class="wimscenter">ERRORE</h1> |
19 | reyssat | 27 | !goto examerr |
28 | !endif |
||
5474 | czzmrn | 29 | |
30 | </head> |
||
31 | <body class="user_error"> |
||
32 | |||
19 | reyssat | 33 | !if threshold iswordof $wims_user_error |
5474 | czzmrn | 34 | <hr width="1"/> |
7610 | czzmrn | 35 | <h1>We are too busy</h1> |
5474 | czzmrn | 36 | <hr style="width:50%"/> |
37 | <p> |
||
7610 | czzmrn | 38 | Questo server WIMS <span class="color:blue">$httpd_HTTP_HOST</span> |
3570 | bpr | 39 | è sovraccarico e non è in grado di accettare altri |
40 | utenti. Si prega di ritornare più tardi o di utilizzare un |
||
19 | reyssat | 41 | altro server WIMS. |
7610 | czzmrn | 42 | </p><p> |
43 | Siamo molto desolati e speriamo di poter essere di nuovo utili |
||
44 | in futuro. |
||
5474 | czzmrn | 45 | </p> |
46 | |||
19 | reyssat | 47 | !read mirror.phtml.it |
5474 | czzmrn | 48 | </body> |
49 | </html> |
||
19 | reyssat | 50 | !exit |
51 | !endif |
||
52 | |||
53 | !if overload iswordof $wims_user_error |
||
7610 | czzmrn | 54 | <hr style="width:1px" /> |
55 | <h1>SPIACENTI</h1> |
||
5474 | czzmrn | 56 | <p>La vostra richiesta ha causato un blocco di questo server WIMS: |
57 | è stata raggiunta la quota massima di connessioni.</p> |
||
19 | reyssat | 58 | </body></html> |
59 | !exit |
||
60 | !endif |
||
61 | |||
62 | !if ++++missing_ isin ++++$wims_user_error |
||
5474 | czzmrn | 63 | <hr width="1"/> |
7610 | czzmrn | 64 | <h1>Spiacenti</h1> |
5474 | czzmrn | 65 | <hr style="width:50%"/> |
66 | <p> |
||
7610 | czzmrn | 67 | WIMS ha bisogno del programma |
19 | reyssat | 68 | !set miss=!upper $missing_software |
4747 | bpr | 69 | <span class="wims_warning">$miss</span> |
7610 | czzmrn | 70 | per completare la richiesta inviata, ma tale programma non è disponibile (o |
71 | non è utilizzabile da WIMS) su questo server.</p> |
||
19 | reyssat | 72 | <p> |
7610 | czzmrn | 73 | Potete |
74 | <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 |
||
76 | nella tabella qui sotto.</p> |
||
5474 | czzmrn | 77 | <p><a href="wims.cgi">WIMS homepage</a>.</p> |
3749 | czzmrn | 78 | !read mirror.phtml.it |
19 | reyssat | 79 | </body></html> |
80 | !exit |
||
81 | !endif |
||
82 | |||
83 | !if trapped iswordof $wims_user_error |
||
7610 | czzmrn | 84 | <h1>Stop!</h1> |
5474 | czzmrn | 85 | <hr/> |
3749 | czzmrn | 86 | Le contenu de |
87 | <a HREF="http://$httpd_HTTP_HOST">$httpd_HTTP_HOST</a> n'est pas compatible |
||
88 | avec un programme de ramassage de pages web ou un `accélérateur d'accès'. |
||
89 | <p> |
||
90 | Pour accéder aux activités WIMS de ce site, veuillez utiliser un navigateur |
||
91 | ordinaire sans `accélérateur d'accès' installé derrière. |
||
5474 | czzmrn | 92 | </p> |
3749 | czzmrn | 93 | <p> |
94 | 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. |
||
5474 | czzmrn | 96 | </p> |
3749 | czzmrn | 97 | </body></html> |
98 | !exit |
||
19 | reyssat | 99 | !endif |
100 | |||
7610 | czzmrn | 101 | <h1>Errore WIMS</h1> |
5474 | czzmrn | 102 | <hr/> |
7610 | czzmrn | 103 | <p> |
104 | C'è un errore nella richiesta effettuata. |
||
105 | </p> |
||
19 | reyssat | 106 | |
107 | !if module_change iswordof $wims_user_error |
||
108 | !if $wims_human_access=yes |
||
5474 | czzmrn | 109 | <p> |
3570 | bpr | 110 | L'uso del tasto `Back' è incompatibile con WIMS. |
19 | reyssat | 111 | Le pagine sono generate interattivamente a richiesta. |
5474 | czzmrn | 112 | </p> |
7610 | czzmrn | 113 | <p class="wimscenter"> |
19 | reyssat | 114 | !set tit=!module title $module |
115 | !default tit=$module |
||
116 | !href module=$module $tit |
||
117 | |
||
3570 | bpr | 118 | !href $ WIMS home |
19 | reyssat | 119 | !if $httpd_HTTP_REFERER!=$empty |
120 | <a href="$httpd_HTTP_REFERER">Esci da WIMS</a> |
||
121 | !else |
||
5474 | czzmrn | 122 | </p> |
123 | <p> |
||
7610 | czzmrn | 124 | <span class="small">Se state cercando di uscire da WIMS, ignorate questo |
125 | messaggio e continuate a selezionare il tasto `Back/Indietro'. |
||
126 | </span></p> |
||
19 | reyssat | 127 | !endif |
128 | !exit |
||
129 | !endif |
||
5474 | czzmrn | 130 | <p> Richiesta di cambio modulo non valida. |
19 | reyssat | 131 | State forse utilizzando un programma automatico |
5474 | czzmrn | 132 | per accedere a questo sito?</p> |
19 | reyssat | 133 | :unblock |
134 | !form new |
||
5755 | bpr | 135 | <input type="hidden" name="module" value="home"/> |
136 | <input type="hidden" name="deblockparm" value="$[randint(10000000)+1000000]"/> |
||
19 | reyssat | 137 | Se avete semplicemente cliccato erroneamente sul tasto `Back' del browser |
138 | scrivete la parola `wims' qui |
||
5755 | bpr | 139 | <input size="8" name="special_parm"/> e quindi |
7610 | czzmrn | 140 | <input type="submit" value="Procedete" />. |
141 | !formend |
||
19 | reyssat | 142 | <p> |
143 | Ricordiamo che le pagine WIMS sono generate dinamicamente a richiesta e |
||
3570 | bpr | 144 | il loro utilizzo off line non è di alcuna utilità. |
7610 | czzmrn | 145 | È del tutto inutile scaricare le pagine con un programma |
146 | automatico. |
||
147 | </p> |
||
19 | reyssat | 148 | !if robot_doubt iswordof $wims_user_error |
7610 | czzmrn | 149 | <p class="small">A tentativi di intrusione nel sistema si risponderà |
150 | limitando le possibilità di accesso. |
||
151 | </p> |
||
19 | reyssat | 152 | !endif |
153 | !exit |
||
154 | !endif |
||
155 | |||
156 | !if robot_doubt iswordof $wims_user_error |
||
5474 | czzmrn | 157 | <p>Spiacente: accesso negato perché sei sospettato di utilizzare, |
7610 | czzmrn | 158 | contrariamente alle nostre richieste, un programma automatico copiare le pagine.</p> |
19 | reyssat | 159 | !goto unblock |
160 | !endif |
||
161 | |||
162 | !if allow_violation iswordof $wims_user_error |
||
7610 | czzmrn | 163 | <p> |
164 | Non è permesso definire la variabile ``$wims_error_data'' |
||
165 | tramite il comando ``$cmd''. |
||
166 | </p> |
||
19 | reyssat | 167 | !endif |
168 | |||
169 | !if bad_command iswordof $wims_user_error |
||
7610 | czzmrn | 170 | <p> |
171 | Il comando ``$cmd'' non è valido. |
||
172 | </p> |
||
173 | <p> |
||
174 | I comandi validi sono: |
||
175 | </p> |
||
5474 | czzmrn | 176 | <pre>new, renew, reply, help, hint, config </pre> |
19 | reyssat | 177 | !endif |
178 | |||
179 | !if bad_host iswordof $wims_user_error |
||
5474 | czzmrn | 180 | <p> |
7610 | czzmrn | 181 | State cercando di accedere a una sessione che è stata creata da un'altra |
182 | postazione. Per ragioni di sicurezza, WIMS non permette di cambiare la |
||
183 | postazione da cui ci si connette a metà di una sessione di lavoro. |
||
184 | </p> |
||
185 | <p> |
||
19 | reyssat | 186 | Sfortunatamente alcuni internet provider forniscono ip dinamici che |
187 | POTREBBERO cambiare a connessione attiva. |
||
7610 | czzmrn | 188 | In questo caso, se incorrete spesso in questo inconveniente, dovete |
189 | chiedere al docente di cambiare la modalità di accesso al corso. |
||
5474 | czzmrn | 190 | </p> |
19 | reyssat | 191 | !endif |
192 | |||
193 | !if need_https iswordof $wims_user_error |
||
3570 | bpr | 194 | Per connettersi è necessario un browser che supporti il |
5474 | czzmrn | 195 | protocollo https e connettersi con una richiesta https. |
19 | reyssat | 196 | !set refname=!replace http:// by https:// in $wims_ref_name |
197 | <a href="$refname?session=$wims_session&module=home&cmd=new">Riprova</a>. |
||
198 | !exit |
||
199 | !endif |
||
200 | |||
201 | !if bad_insnum iswordof $wims_user_error |
||
202 | !if $cmd=getfile |
||
7610 | czzmrn | 203 | <p> |
204 | Il file non esiste. |
||
205 | </p> |
||
19 | reyssat | 206 | !else |
7610 | czzmrn | 207 | <p> |
208 | Il nome del file da inserire dinamicamente non è valido. |
||
209 | </p> |
||
19 | reyssat | 210 | !endif |
211 | !endif |
||
212 | |||
213 | !if cmd_output_too_long iswordof $wims_user_error |
||
7610 | czzmrn | 214 | <p> |
215 | È stato raggiunto il limite di potenza di calcolo utilizzabile. |
||
3570 | bpr | 216 | La richiesta è eccessivamente complicata e laboriosa. |
7610 | czzmrn | 217 | Si prega di rivedere i dati inseriti. |
218 | </p> |
||
19 | reyssat | 219 | !endif |
220 | |||
221 | !if double_click iswordof $wims_user_error |
||
5474 | czzmrn | 222 | <p> |
7610 | czzmrn | 223 | Questa richiesta è arrivata mentre si stava già |
224 | analizzando un'altra vostra richiesta. |
||
225 | </p> |
||
226 | <p> |
||
227 | È inutile continuare a cliccare, ma è necessario aspettare |
||
4747 | bpr | 228 | <span class="wims_warning">$wims_cpu_limit secondi</span> |
3570 | bpr | 229 | perché la richiesta precedente vada a termine, dopo di che |
19 | reyssat | 230 | !href cmd=resume cliccando qui |
7610 | czzmrn | 231 | si può riprendere a lavorare. |
5474 | czzmrn | 232 | </p> |
233 | <p>(E si prega di essere più |
||
19 | reyssat | 234 | pazienti quando si sottopongono a WIMS conti laboriosi.) |
5474 | czzmrn | 235 | </p> |
19 | reyssat | 236 | <p> |
237 | Se state cercando di uscire da WIMS, ignorate questo |
||
238 | messaggio e continuate a selezionare il tasto `Back/Indietro'. |
||
5474 | czzmrn | 239 | </p> |
19 | reyssat | 240 | !exit |
241 | !endif |
||
242 | |||
243 | !if invalid_char_in_query_string iswordof $wims_user_error |
||
7610 | czzmrn | 244 | <p> |
245 | La sostituzione ``$wims_error_data'' nei parametri non è |
||
246 | ammessa. |
||
247 | </p> |
||
19 | reyssat | 248 | !endif |
249 | |||
250 | !if name_conflict iswordof $wims_user_error |
||
7610 | czzmrn | 251 | <p> |
252 | ``$wims_error_data'' è un nome riservato per WIMS. |
||
253 | </p> |
||
19 | reyssat | 254 | !endif |
255 | |||
256 | !if no_command iswordof $wims_user_error |
||
7610 | czzmrn | 257 | <p> |
258 | Non è un comando. |
||
259 | </p> |
||
19 | reyssat | 260 | !endif |
261 | |||
262 | !if no_insnum iswordof $wims_user_error |
||
263 | !if $cmd=getfile |
||
7610 | czzmrn | 264 | <p> |
265 | Manca il nome del file. |
||
266 | </p> |
||
19 | reyssat | 267 | !else |
7610 | czzmrn | 268 | <p> |
269 | Richiesta di inserimento automatico senza indicarne il numero. |
||
270 | </p> |
||
19 | reyssat | 271 | !endif |
272 | !endif |
||
273 | |||
274 | !if no_module_name iswordof $wims_user_error |
||
7610 | czzmrn | 275 | <p> |
276 | Richiesta di una sessione senza indicare un modulo. |
||
277 | </p> |
||
19 | reyssat | 278 | !endif |
279 | |||
280 | !if no_session iswordof $wims_user_error |
||
7610 | czzmrn | 281 | <p> |
282 | Manca il codice della sessione. |
||
283 | </p> |
||
19 | reyssat | 284 | !endif |
285 | |||
286 | !if parm_too_long iswordof $wims_user_error |
||
7610 | czzmrn | 287 | <p> |
288 | Si sono inseriti troppi parametri. Questo non è permesso |
||
289 | per ragioni di sicurezza. |
||
290 | </p> |
||
19 | reyssat | 291 | !endif |
292 | |||
293 | !if string_too_long iswordof $wims_user_error |
||
7610 | czzmrn | 294 | <p> |
295 | La definizione di una variabile è troppo lunga. |
||
296 | </p> |
||
19 | reyssat | 297 | !endif |
298 | |||
299 | !if too_many_variables iswordof $wims_user_error |
||
7610 | czzmrn | 300 | <p> |
301 | Il numero di paramtri inseriti eccede il limite massimo permesso |
||
302 | da questa installazione di WIMS. |
||
303 | </p> |
||
19 | reyssat | 304 | !endif |
305 | |||
306 | !if unmatched_parentheses iswordof $wims_user_error |
||
7610 | czzmrn | 307 | <p> |
308 | C'è un errore nelle parentesi. È possibile correggere |
||
309 | l'errore in questo spazio. |
||
310 | </p> |
||
19 | reyssat | 311 | !form $cmd |
312 | $(name$bad_parentheses) = |
||
313 | !for i in module,special_parm,worksheet |
||
314 | !if $($i)!=$empty |
||
315 | !set value=!translate " to $ $ in $($i) |
||
5755 | bpr | 316 | <input type="hidden" name="$i" value="$value"/> |
19 | reyssat | 317 | !endif |
318 | !next i |
||
319 | !for i=0 to $user_var_no-1 |
||
320 | !if $i!=$bad_parentheses |
||
321 | !set value=!translate " to $ $ in $(value$i) |
||
5755 | bpr | 322 | <input type="hidden" name="$(name$i)" value="$value"/> |
19 | reyssat | 323 | !endif |
324 | !next i |
||
325 | !set value=!translate " to $ $ in $(value$bad_parentheses) |
||
326 | !set len=!charcnt $value |
||
327 | !if $len<55 |
||
328 | !set len=$[$len+3] |
||
329 | !else |
||
330 | !set len=59 |
||
331 | !endif |
||
5755 | bpr | 332 | <input size="$len" name="$(name$bad_parentheses)" value="$value"/> |
5474 | czzmrn | 333 | <p> |
19 | reyssat | 334 | Quindi |
5755 | bpr | 335 | <input type="submit" value="inviare la risposta corretta."/> |
5474 | czzmrn | 336 | </p> |
7610 | czzmrn | 337 | !formend |
5474 | czzmrn | 338 | <hr/> |
7610 | czzmrn | 339 | <p class="wimscenter"> |
19 | reyssat | 340 | !href cmd=resume Annullare |
341 | , oppure |
||
342 | !href $ [WIMS home] |
||
5474 | czzmrn | 343 | .</p> |
19 | reyssat | 344 | !exit |
345 | !endif |
||
346 | |||
347 | !if wrong_module iswordof $wims_user_error |
||
7428 | obado | 348 | !set tmp=!translate "!/<>;': to $ $ in $module |
349 | <p>Il modulo <code>$tmp</code> richiesto non esiste su questo server.</p> |
||
19 | reyssat | 350 | !endif |
351 | |||
352 | !if wrong_session iswordof $wims_user_error |
||
5474 | czzmrn | 353 | <p>La sessione numero ``$session'' non è (più) valida. |
354 | <a href="wims.cgi">Comincia una nuova sessione</a>.</p> |
||
19 | reyssat | 355 | !endif |
356 | |||
357 | !if rafale iswordof $wims_user_error |
||
7610 | czzmrn | 358 | <p>Per favore, non giocate con gli esercizi!</p> |
19 | reyssat | 359 | <p> |
7610 | czzmrn | 360 | Dovete prendervi il tempo che vi serve per pensare alla risoluzione degli |
361 | esercizi, invece di continuare a chiederne di nuovi. |
||
5474 | czzmrn | 362 | </p> |
363 | !set wims_ref_class=wims_button |
||
7610 | czzmrn | 364 | !href cmd=resume Annullare l'ultima richiesta |
5474 | czzmrn | 365 | !reset wims_ref_class |
19 | reyssat | 366 | . |
367 | !if $wims_user!=$empty and $wims_user!=supervisor |
||
4747 | bpr | 368 | <p><span class="wims_warning">$wims_name_warning.</span>! Non ripetere questo errore! |
3570 | bpr | 369 | Le attività possono attribuire punteggi negativi anche quando la |
7610 | czzmrn | 370 | registrazione dei voti per le altre attività è chiusa. |
371 | </p> |
||
19 | reyssat | 372 | !endif |
373 | !goto end2 |
||
374 | !endif |
||
375 | |||
376 | :examerr |
||
377 | |||
378 | !if exam_dep iswordof $wims_user_error |
||
5474 | czzmrn | 379 | <p>Puoi cominciare a lavorare su questo esercizio solo quando hai ottenuto |
7610 | czzmrn | 380 | un punteggio sufficiente |
19 | reyssat | 381 | !if , isin $dep_list |
7610 | czzmrn | 382 | negli esercizi $dep_list. |
19 | reyssat | 383 | !else |
7610 | czzmrn | 384 | nell'esercizio $dep_list. |
19 | reyssat | 385 | !endif |
5474 | czzmrn | 386 | </p> |
387 | <p>Comincia da quest'ultimo!</p> |
||
19 | reyssat | 388 | !goto examend |
389 | !endif |
||
390 | |||
391 | !if bad_exam iswordof $wims_user_error |
||
5474 | czzmrn | 392 | <p>Richiesta non valida in una sessione d'esame.</p> |
19 | reyssat | 393 | !goto examend |
394 | !endif |
||
395 | |||
396 | !if exam_exo_finished iswordof $wims_user_error |
||
7610 | czzmrn | 397 | <p>Hai già completato questo esercizio ottenendo un il punteggio di $wims_exo_lastscore.</p> |
398 | <p>Durante un esame non è possibile ripetere lo stesso esercizio.</p> |
||
19 | reyssat | 399 | !goto examend |
400 | !endif |
||
401 | |||
402 | !if expired_exam iswordof $wims_user_error |
||
5474 | czzmrn | 403 | <p>Il tempo è scaduto.</p> |
19 | reyssat | 404 | :examend |
405 | !set pses=!translate _ to , in $wims_session |
||
406 | !set pses=!item 1 of $pses |
||
407 | !set pser=!randint 1,999 |
||
408 | !set wims_opener=window.opener.location='$wims_ref_name?session=$pses.$pser&cmd=reply&job=student'; |
||
7610 | czzmrn | 409 | <p class="wimscenter"> |
19 | reyssat | 410 | <a href=# onclick="window.close();$wims_opener">Chiudi questa finestra</a>. |
5474 | czzmrn | 411 | </p> |
19 | reyssat | 412 | !exit |
413 | !endif |
||
414 | |||
415 | !if exam_closed iswordof $wims_user_error |
||
5474 | czzmrn | 416 | <p>L'esame non è più accessibile.</p> |
417 | <p>Contattare il docente del corso.</p> |
||
19 | reyssat | 418 | !goto examend |
419 | !endif |
||
420 | |||
421 | !if bad_ident iswordof $wims_user_error |
||
5474 | czzmrn | 422 | <p>Your request contains a user identification error.</p> |
423 | <p>Are you trying to connect |
||
424 | to somebody else's session?</p> |
||
19 | reyssat | 425 | <p> |
426 | Please |
||
5474 | czzmrn | 427 | <a href="wims.cgi?special_parm=ignorecookie&special_parm2=$[randint(10^8)]">make a new connection</a>.</p> |
19 | reyssat | 428 | </body></html> |
429 | !exit |
||
430 | !endif |
||
431 | |||
432 | !if no_access iswordof $wims_user_error |
||
5474 | czzmrn | 433 | <p> Your request is refused by the access policy of this site. Sorry.</p> |
19 | reyssat | 434 | !goto end |
435 | !endif |
||
436 | |||
437 | !if class_closed iswordof $wims_user_error |
||
5474 | czzmrn | 438 | <h2>Spiacente.</h2> |
19 | reyssat | 439 | <p> |
440 | L'accesso a questo corso virtuale è stato temporaneamente chiuso dal docente. |
||
441 | Si prega di riprovare più tardi! |
||
5474 | czzmrn | 442 | </p> |
7610 | czzmrn | 443 | <p class="wimscenter"> |
19 | reyssat | 444 | !href cmd=close&module=home WIMS |
5474 | czzmrn | 445 | </p> |
19 | reyssat | 446 | </body></html> |
447 | !exit |
||
448 | !endif |
||
449 | |||
450 | :end |
||
451 | <p>Se questo messaggio vi appare dopo aver seguito un link in una pagina. |
||
452 | probabilmente si tratta di un errore nella pagina. In questo caso |
||
5474 | czzmrn | 453 | contattatene l'autore per informarlo dell'errore. |
454 | </p> |
||
7610 | czzmrn | 455 | <p> È possibile |
19 | reyssat | 456 | contattare il |
7610 | czzmrn | 457 | <a href="mailto:$wims_site_manager?subject=wims.cgi">webmaster</a>, precisando quanti più dettagli possibili per ricostruire |
5474 | czzmrn | 458 | l'errore.</p> |
19 | reyssat | 459 | |
460 | :end2 |
||
5474 | czzmrn | 461 | <hr/> |
7610 | czzmrn | 462 | <p class="wimscenter"> |
5474 | czzmrn | 463 | !set wims_ref_class=wims_button home |
19 | reyssat | 464 | !href module=home&cmd=new [WIMS home] |
5474 | czzmrn | 465 | !reset wims_ref_class |
466 | </p> |
||
19 | reyssat | 467 | |
468 | </body></html> |
||
469 |