Subversion Repositories wimsdev

Rev

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

Rev 15874 Rev 17237
Line 29... Line 29...
29
 
29
 
30
</head><body class="user_error">
30
</head><body class="user_error">
31
 
31
 
32
!if threshold iswordof $wims_user_error
32
!if threshold iswordof $wims_user_error
33
  <h1>We are too busy</h1>
33
  <h1>We are too busy</h1>
34
  <hr style="width:50%" />
34
  <hr style="width:50%">
35
  <p>
35
  <p>
36
      WIMS strežnik <span class="color:blue">$httpd_HTTP_HOST</span>
36
      WIMS strežnik <span class="color:blue">$httpd_HTTP_HOST</span>
37
      je trenutno preobremenjen. Prosim, vrnite se kasneje ali
37
      je trenutno preobremenjen. Prosim, vrnite se kasneje ali
38
      obišèite katerega od zrcalnih strežnikov.
38
      obišèite katerega od zrcalnih strežnikov.
39
  </p><p>
39
  </p><p>
Line 42... Line 42...
42
  !read mirror.phtml.en
42
  !read mirror.phtml.en
43
  !goto end_html
43
  !goto end_html
44
!endif
44
!endif
45
 
45
 
46
!if overload iswordof $wims_user_error
46
!if overload iswordof $wims_user_error
47
  <hr style="width:1px" />
47
  <hr style="width:1px">
48
  <h1>SORRY</h1>
48
  <h1>SORRY</h1>
49
  <p>
49
  <p>
50
    Strežnik WIMS je prepreèil izvajanje tega zahtevka: presežena dovoljena kvota povezav.
50
    Strežnik WIMS je prepreèil izvajanje tega zahtevka: presežena dovoljena kvota povezav.
51
  </p>
51
  </p>
52
  !goto end_html
52
  !goto end_html
53
!endif
53
!endif
54
 
54
 
55
!if ++++missing_ isin ++++$wims_user_error
55
!if ++++missing_ isin ++++$wims_user_error
56
  <hr width="1"/>
56
  <hr width="1">
57
  <h1>Sorry</h1>
57
  <h1>Sorry</h1>
58
  <hr style="width:50%" />
58
  <hr style="width:50%">
59
  <p>
59
  <p>
60
    Za izvedbo tega zahtevka je potrebna programska oprema
60
    Za izvedbo tega zahtevka je potrebna programska oprema
61
    !set miss=!upper $missing_software
61
    !set miss=!upper $missing_software
62
    <span class="wims_warning">$miss</span>,
62
    <span class="wims_warning">$miss</span>,
63
    ki ni namešèena na tem WIMS strežniku.
63
    ki ni namešèena na tem WIMS strežniku.
Line 69... Line 69...
69
  !goto end_html
69
  !goto end_html
70
!endif
70
!endif
71
 
71
 
72
!if trapped iswordof $wims_user_error
72
!if trapped iswordof $wims_user_error
73
  <h1>Stop!</h1>
73
  <h1>Stop!</h1>
74
  <hr />
74
  <hr>
75
  The content of
75
  The content of
76
  <a href="http://$httpd_HTTP_HOST">$httpd_HTTP_HOST</a> can't be accessed with a
76
  <a href="http://$httpd_HTTP_HOST">$httpd_HTTP_HOST</a> can't be accessed with a
77
  an offline website copier.
77
  an offline website copier.
78
  <p>
78
  <p>
79
    Please use a regular web browser.
79
    Please use a regular web browser.
Line 116... Line 116...
116
    You have asked an illegal module change.
116
    You have asked an illegal module change.
117
    Are you using an automatic program to access this site?
117
    Are you using an automatic program to access this site?
118
  </p>
118
  </p>
119
  :unblock
119
  :unblock
120
  !form new
120
  !form new
121
    <input type="hidden" name="module" value="home" />
121
    <input type="hidden" name="module" value="home">
122
    <input type="hidden" name="deblockparm" value="$[randint(10000000)+1000000]" />
122
    <input type="hidden" name="deblockparm" value="$[randint(10000000)+1000000]">
123
    If you have simply clicked on the `back' button of your browser,
123
    If you have simply clicked on the `back' button of your browser,
124
    please type the word `wims' here:
124
    please type the word `wims' here:
125
    <input size="8" name="special_parm" /> then
125
    <input size="8" name="special_parm"> then
126
    <input type="submit" value="send to the server" />.
126
    <input type="submit" value="send to the server">.
127
  !formend
127
  !formend
128
  <p>
128
  <p>
129
    Please bear in mind that pages on this site are dynamically generated.
129
    Please bear in mind that pages on this site are dynamically generated.
130
    They can therefore only be used online,
130
    They can therefore only be used online,
131
    via a normal browser. It is useless for you to gather these pages
131
    via a normal browser. It is useless for you to gather these pages
Line 286... Line 286...
286
  </p>
286
  </p>
287
  !form $cmd
287
  !form $cmd
288
  !for i in module,special_parm,worksheet
288
  !for i in module,special_parm,worksheet
289
    !if $($i)!=$empty
289
    !if $($i)!=$empty
290
      !set value=!translate " to $ $ in $($i)
290
      !set value=!translate " to $ $ in $($i)
291
      <input type="hidden" name="$i" value="$value" />
291
      <input type="hidden" name="$i" value="$value">
292
    !endif
292
    !endif
293
  !next i
293
  !next i
294
  !for i=0 to $user_var_no-1
294
  !for i=0 to $user_var_no-1
295
    !if $i!=$bad_parentheses
295
    !if $i!=$bad_parentheses
296
      !set value=!translate " to $ $ in $(value$i)
296
      !set value=!translate " to $ $ in $(value$i)
297
      <input type="hidden" name="$(name$i)" value="$value" />
297
      <input type="hidden" name="$(name$i)" value="$value">
298
    !endif
298
    !endif
299
  !next i
299
  !next i
300
  !set value=!translate " to $ $ in $(value$bad_parentheses)
300
  !set value=!translate " to $ $ in $(value$bad_parentheses)
301
  !set len=!charcnt $value
301
  !set len=!charcnt $value
302
  !if $len<55
302
  !if $len<55
Line 307... Line 307...
307
  !set input_id=$(name$bad_parentheses)
307
  !set input_id=$(name$bad_parentheses)
308
  <div class="field box">
308
  <div class="field box">
309
    <label for="$input_id">$input_id =</label>
309
    <label for="$input_id">$input_id =</label>
310
    !set n=!linecnt $value
310
    !set n=!linecnt $value
311
    !if $n<=1
311
    !if $n<=1
312
      <input size="$len" name="$input_id" id="$input_id" value="$value" />
312
      <input size="$len" name="$input_id" id="$input_id" value="$value">
313
    !else
313
    !else
314
      <textarea rows="$n" name="$input_id" id="$input_id">$(value$bad_parentheses)</textarea>
314
      <textarea rows="$n" name="$input_id" id="$input_id">$(value$bad_parentheses)</textarea>
315
    !endif
315
    !endif
316
  </div>
316
  </div>
317
  <p class="actions">
317
  <p class="actions">
318
    Puis
318
    Puis
319
    <input type="submit" value="envoyer la requête corrigée." />
319
    <input type="submit" value="envoyer la requête corrigée.">
320
  </p>
320
  </p>
321
  !formend
321
  !formend
322
  <hr />
322
  <hr>
323
  <p class="wimscenter">
323
  <p class="wimscenter">
324
    !href cmd=resume Cancel the last request
324
    !href cmd=resume Cancel the last request
325
    |
325
    |
326
    !href $ wims home
326
    !href $ wims home
327
  </p>
327
  </p>