Subversion Repositories wimsdev

Rev

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