Subversion Repositories wimsdev

Rev

Rev 7428 | Rev 11949 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7428 Rev 11943
Line 33... Line 33...
33
!if threshold iswordof $wims_user_error
33
!if threshold iswordof $wims_user_error
34
 <hr width="1"/>
34
 <hr width="1"/>
35
 <h1 class="wims_center">We are too busy</h1>
35
 <h1 class="wims_center">We are too busy</h1>
36
 <hr style="width:50%" />
36
 <hr style="width:50%" />
37
 <p>
37
 <p>
38
 WIMS strežnik <span class="color:blue">$httpd_HTTP_HOST</span> 
38
 WIMS strežnik <span class="color:blue">$httpd_HTTP_HOST</span>
39
 je trenutno preobremenjen. Prosim, vrnite se kasneje ali
39
 je trenutno preobremenjen. Prosim, vrnite se kasneje ali
40
 obišèite katerega od zrcalnih strežnikov.
40
 obišèite katerega od zrcalnih strežnikov.
41
 </p><p>
41
 </p><p>
42
 Opravièujemo se za to neprijetnost.
42
 Opravièujemo se za to neprijetnost.
43
 </p>
43
 </p>
Line 59... Line 59...
59
  <hr width="1"/>
59
  <hr width="1"/>
60
 <h1 class="wims_center">Sorry</h1>
60
 <h1 class="wims_center">Sorry</h1>
61
 <hr style="width:50%" />
61
 <hr style="width:50%" />
62
 Za izvedbo tega zahtevka je potrebna programska oprema
62
 Za izvedbo tega zahtevka je potrebna programska oprema
63
 !set miss=!upper $missing_software
63
 !set miss=!upper $missing_software
64
 <span class="wims_warning">$miss</span>, 
64
 <span class="wims_warning">$miss</span>,
65
 ki ni namešèena na tem WIMS strežniku.
65
 ki ni namešèena na tem WIMS strežniku.
66
 <p>
66
 <p>
67
 Obvestite 
67
 Obvestite
68
 <a href="mailto:$wims_site_manager?subject=$missing_software unavailable on WIMS">skrbnika strežnika</a> ali izberite drug strežnik.
68
 <a href="mailto:$wims_site_manager?subject=$missing_software unavailable on WIMS">skrbnika strežnika</a> ali izberite drug strežnik.
69
<p><a href="wims.cgi">WIMS domaèa stran</a>.
69
<p><a href="wims.cgi">WIMS domaèa stran</a>.
70
 </p>
70
 </p>
71
 !read mirror.phtml.en
71
 !read mirror.phtml.en
72
 </body></html>
72
 </body></html>
Line 77... Line 77...
77
 <h1 class="wims_center">Stop!</h1><hr/>
77
 <h1 class="wims_center">Stop!</h1><hr/>
78
!endif
78
!endif
79
 
79
 
80
<h1 class="wims_center">WIMS napaka</h1>
80
<h1 class="wims_center">WIMS napaka</h1>
81
<hr/>
81
<hr/>
-
 
82
!if no_access notwordof $wims_user_error
82
<p>
83
<p>
83
V vašem zahtevku je napaka.
84
V vašem zahtevku je napaka.
84
</p>
85
</p>
85
 
86
!endif
86
!if module_change iswordof $wims_user_error
87
!if module_change iswordof $wims_user_error
87
 !if $wims_human_access=yes
88
 !if $wims_human_access=yes
88
 <p>
89
 <p>
89
  Ne uporabljajte gumba `nazaj', saj uporabljate interaktivni strežnik..
90
  Ne uporabljajte gumba `nazaj', saj uporabljate interaktivni strežnik..
90
  </p>
91
  </p>
Line 117... Line 118...
117
 <input size="8" name="special_parm" /> then
118
 <input size="8" name="special_parm" /> then
118
 <input type="submit" value="send to the server" />.
119
 <input type="submit" value="send to the server" />.
119
 !formend
120
 !formend
120
 <p>
121
 <p>
121
 Please bear in mind that pages on this site are dynamically generated.
122
 Please bear in mind that pages on this site are dynamically generated.
122
 They can therefore only be used online, 
123
 They can therefore only be used online,
123
 via a normal browser. It is useless for you to gather these pages
124
 via a normal browser. It is useless for you to gather these pages
124
 using a robot program.
125
 using a robot program.
125
 </p>
126
 </p>
126
 !if robot_doubt iswordof $wims_user_error
127
 !if robot_doubt iswordof $wims_user_error
127
  <p class="small">
128
  <p class="small">
Line 188... Line 189...
188
  Simplify your request, please.
189
  Simplify your request, please.
189
  !goto end
190
  !goto end
190
!endif
191
!endif
191
 
192
 
192
!if double_click iswordof $wims_user_error
193
!if double_click iswordof $wims_user_error
193
 This request arrived while the process of another request from you is 
194
 This request arrived while the process of another request from you is
194
 still under way.<p>
195
 still under way.<p>
195
 If you have been double clicking, now please wait 
196
 If you have been double clicking, now please wait
196
 <span class="wims_warning">$wims_cpu_limit seconds</span>
197
 <span class="wims_warning">$wims_cpu_limit seconds</span>
197
 for the process of your old request to terminate, then
198
 for the process of your old request to terminate, then
198
 !href cmd=resume click here
199
 !href cmd=resume click here
199
 to get back to your work. (And please be more patient the next time
200
 to get back to your work. (And please be more patient the next time
200
 you ask wims to do lengthy computations.)
201
 you ask wims to do lengthy computations.)
Line 233... Line 234...
233
  !goto end
234
  !goto end
234
!endif
235
!endif
235
 
236
 
236
!if no_session iswordof $wims_user_error
237
!if no_session iswordof $wims_user_error
237
  The session number is missing.
238
  The session number is missing.
238
  !goto end
239
  !goto end
239
!endif
240
!endif
240
 
241
 
241
!if parm_too_long iswordof $wims_user_error
242
!if parm_too_long iswordof $wims_user_error
242
  Your parameter string has exceeded length limit. This is not allowed by
243
  Your parameter string has exceeded length limit. This is not allowed by
243
  security reasons, sorry.
244
  security reasons, sorry.
Line 291... Line 292...
291
, or
292
, or
292
  !href $ wims home
293
  !href $ wims home
293
.</p>
294
.</p>
294
  !exit
295
  !exit
295
!endif
296
!endif
296
  
297
 
297
!if wrong_module iswordof $wims_user_error
298
!if wrong_module iswordof $wims_user_error
298
  !set tmp=!translate "!/<>;': to $         $ in $module
299
  !set tmp=!translate "!/<>;': to $         $ in $module
299
  <p>The module <code>$tmp</code> which you asked for does not exist in this site.</p>
300
  <p>The module <code>$tmp</code> which you asked for does not exist in this site.</p>
300
  !goto end
301
  !goto end
301
!endif
302
!endif
302
 
303
 
303
!if wrong_session iswordof $wims_user_error
304
!if wrong_session iswordof $wims_user_error
304
  The session number ``$session'' is not (or no longer) valid.
305
  The session number ``$session'' is not (or no longer) valid.
305
  <a href="wims.cgi">Create a new session</a>.
306
  <a href="wims.cgi">Create a new session</a>.
306
  !goto end
307
  !goto end
307
!endif  
308
!endif
308
 
309
 
309
!if rafale iswordof $wims_user_error
310
!if rafale iswordof $wims_user_error
310
 Please don't play with the exercises!
311
 Please don't play with the exercises!
311
 <p>
312
 <p>
312
 You should take time to think carefully and try to solve the exercises
313
 You should take time to think carefully and try to solve the exercises
Line 374... Line 375...
374
 !exit
375
 !exit
375
!endif
376
!endif
376
 
377
 
377
!if no_access iswordof $wims_user_error
378
!if no_access iswordof $wims_user_error
378
  Your request is refused by the access policy of this site. Sorry.
379
  Your request is refused by the access policy of this site. Sorry.
379
  !goto end
380
  !goto end2
380
!endif  
381
!endif
381
 
382
 
382
!if class_closed iswordof $wims_user_error
383
!if class_closed iswordof $wims_user_error
383
  Sorry.
384
  Sorry.
384
  <p>
385
  <p>
385
  Access to this virtual class is temporarily closed by its supervisor.
386
  Access to this virtual class is temporarily closed by its supervisor.
Line 387... Line 388...
387
  <div class="wimscenter">
388
  <div class="wimscenter">
388
  !href cmd=close&module=home WIMS
389
  !href cmd=close&module=home WIMS
389
  </div>
390
  </div>
390
  </body></html>
391
  </body></html>
391
  !exit
392
  !exit
392
!endif  
393
!endif
393
 
394
 
394
:end
395
:end
395
<p>If you see this message after following a link given by another page, it 
396
<p>If you see this message after following a link given by another page, it
396
probably is because the link is not well-prepared. In this case, please
397
probably is because the link is not well-prepared. In this case, please
397
contact the author of that page, to inform him of the error. You may also
398
contact the author of that page, to inform him of the error. You may also
398
write to the
399
write to the
399
<a href="mailto:$wims_site_manager?subject=wims.cgi">manager of this
400
<a href="mailto:$wims_site_manager?subject=wims.cgi">manager of this
400
site</a>, with as many details as possible about the circomstances
401
site</a>, with as many details as possible about the circomstances