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
    This WIMS server <span style="color:blue">$httpd_HTTP_HOST</span>
36
    This WIMS server <span style="color:blue">$httpd_HTTP_HOST</span>
37
    is currently overloaded by a large number of requests, and
37
    is currently overloaded by a large number of requests, and
38
    can no longer satisfy further users. Please come back later,
38
    can no longer satisfy further users. Please come back later,
39
    or look for another wims mirror site.
39
    or look for another wims mirror site.
Line 44... Line 44...
44
  !read mirror.phtml.en
44
  !read mirror.phtml.en
45
  !goto end_html
45
  !goto end_html
46
!endif
46
!endif
47
 
47
 
48
!if overload iswordof $wims_user_error
48
!if overload iswordof $wims_user_error
49
  <hr style="width:1px" />
49
  <hr style="width:1px">
50
  <h1>SORRY</h1>
50
  <h1>SORRY</h1>
51
  <p>
51
  <p>
52
  Your request is blocked by this WIMS server: connection quota exceeded.
52
  Your request is blocked by this WIMS server: connection quota exceeded.
53
  </p>
53
  </p>
54
  !goto end_html
54
  !goto end_html
55
!endif
55
!endif
56
 
56
 
57
!if ++++missing_ isin ++++$wims_user_error
57
!if ++++missing_ isin ++++$wims_user_error
58
  <hr width="1"/>
58
  <hr width="1">
59
  <h1>Sorry</h1>
59
  <h1>Sorry</h1>
60
  <hr style="width:50%" />
60
  <hr style="width:50%">
61
  <p>
61
  <p>
62
    WIMS needs a software
62
    WIMS needs a software
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
    to process your request, but that software is not available (or not visible
65
    to process your request, but that software is not available (or not visible
Line 74... Line 74...
74
  !goto end_html
74
  !goto end_html
75
!endif
75
!endif
76
 
76
 
77
!if trapped iswordof $wims_user_error
77
!if trapped iswordof $wims_user_error
78
  <h1>Stop!</h1>
78
  <h1>Stop!</h1>
79
  <hr />
79
  <hr>
80
  The content of
80
  The content of
81
  <a href="http://$httpd_HTTP_HOST">$httpd_HTTP_HOST</a> can't be accessed with a
81
  <a href="http://$httpd_HTTP_HOST">$httpd_HTTP_HOST</a> can't be accessed with a
82
  an offline website copier.
82
  an offline website copier.
83
  <p>
83
  <p>
84
    Please use a regular web browser.
84
    Please use a regular web browser.
Line 122... Line 122...
122
    You have asked an illegal module change.
122
    You have asked an illegal module change.
123
    Are you using an automatic program to access this site?
123
    Are you using an automatic program to access this site?
124
  </p>
124
  </p>
125
  :unblock
125
  :unblock
126
  !form new
126
  !form new
127
    <input type="hidden" name="module" value="home" />
127
    <input type="hidden" name="module" value="home">
128
    <input type="hidden" name="deblockparm" value="$[randint(10000000)+1000000]" />
128
    <input type="hidden" name="deblockparm" value="$[randint(10000000)+1000000]">
129
    If you have simply clicked on the `back' button of your browser,
129
    If you have simply clicked on the `back' button of your browser,
130
    please type the word `wims' here:
130
    please type the word `wims' here:
131
    <input size="8" name="special_parm" /> then
131
    <input size="8" name="special_parm"> then
132
    <input type="submit" value="send to the server" />.
132
    <input type="submit" value="send to the server">.
133
  !formend
133
  !formend
134
  <p>
134
  <p>
135
    Please bear in mind that pages on this site are dynamically generated.
135
    Please bear in mind that pages on this site are dynamically generated.
136
    They can therefore only be used online,
136
    They can therefore only be used online,
137
    via a normal browser. It is useless for you to gather these pages
137
    via a normal browser. It is useless for you to gather these pages
Line 292... Line 292...
292
  </p>
292
  </p>
293
  !form $cmd
293
  !form $cmd
294
  !for i in module,special_parm,worksheet
294
  !for i in module,special_parm,worksheet
295
    !if $($i)!=$empty
295
    !if $($i)!=$empty
296
      !set value=!translate " to $ $ in $($i)
296
      !set value=!translate " to $ $ in $($i)
297
      <input type="hidden" name="$i" value="$value" />
297
      <input type="hidden" name="$i" value="$value">
298
    !endif
298
    !endif
299
  !next i
299
  !next i
300
  !for i=0 to $user_var_no-1
300
  !for i=0 to $user_var_no-1
301
    !if $i!=$bad_parentheses
301
    !if $i!=$bad_parentheses
302
      !set value=!translate " to $ $ in $(value$i)
302
      !set value=!translate " to $ $ in $(value$i)
303
      <input type="hidden" name="$(name$i)" value="$value" />
303
      <input type="hidden" name="$(name$i)" value="$value">
304
    !endif
304
    !endif
305
  !next i
305
  !next i
306
  !set value=!translate " to $ $ in $(value$bad_parentheses)
306
  !set value=!translate " to $ $ in $(value$bad_parentheses)
307
  !set len=!charcnt $value
307
  !set len=!charcnt $value
308
  !if $len<55
308
  !if $len<55
Line 313... Line 313...
313
  !set input_id=$(name$bad_parentheses)
313
  !set input_id=$(name$bad_parentheses)
314
  <div class="field box">
314
  <div class="field box">
315
    <label for="$input_id">$input_id =</label>
315
    <label for="$input_id">$input_id =</label>
316
    !set n=!linecnt $value
316
    !set n=!linecnt $value
317
    !if $n<=1
317
    !if $n<=1
318
      <input size="$len" name="$input_id" id="$input_id" value="$value" />
318
      <input size="$len" name="$input_id" id="$input_id" value="$value">
319
    !else
319
    !else
320
      <textarea rows="$n" name="$input_id" id="$input_id">$(value$bad_parentheses)</textarea>
320
      <textarea rows="$n" name="$input_id" id="$input_id">$(value$bad_parentheses)</textarea>
321
    !endif
321
    !endif
322
  </div>
322
  </div>
323
  <p class="actions">
323
  <p class="actions">
324
    Puis
324
    Puis
325
    <input type="submit" value="envoyer la requête corrigée." />
325
    <input type="submit" value="envoyer la requête corrigée.">
326
  </p>
326
  </p>
327
  !formend
327
  !formend
328
  <hr />
328
  <hr>
329
  <p class="wimscenter">
329
  <p class="wimscenter">
330
    !href cmd=resume Cancel the last request
330
    !href cmd=resume Cancel the last request
331
    |
331
    |
332
    !href $ wims home
332
    !href $ wims home
333
  </p>
333
  </p>