Rev 5394 | Rev 5755 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 5394 | Rev 5395 | ||
---|---|---|---|
Line 18... | Line 18... | ||
18 | !if exam_ isin $wims_user_error |
18 | !if exam_ isin $wims_user_error |
19 | <style type="text/css"><!-- |
19 | <style type="text/css"><!-- |
20 | body {text-align: justify; |
20 | body {text-align: justify; |
21 | padding-left: 3%; padding-right: 3%;} |
21 | padding-left: 3%; padding-right: 3%;} |
22 | --></style> |
22 | --></style> |
23 | </head><body onload="window.resizeTo(500,200);window.moveTo(250,300);"> |
23 | </head><body onload="window.resizeTo(500,200);window.moveTo(250,300);" class="user_error"> |
24 | <h1 align="center">ERROR</h1> |
24 | <h1 align="center">ERROR</h1> |
25 | !goto examerr |
25 | !goto examerr |
26 | !endif |
26 | !endif |
- | 27 | ||
27 | </head><body> |
28 | </head><body class="user_error"> |
28 | !if threshold iswordof $wims_user_error |
29 | !if threshold iswordof $wims_user_error |
29 | <hr width="1"> |
30 | <hr width="1"/> |
30 | <h1 align="center">We are too busy</h1> |
31 | <h1 align="center">We are too busy</h1> |
31 | <hr width="50%"><p> |
32 | <hr width="50%"/><p> |
32 | This WIMS server <font color="blue">$httpd_HTTP_HOST</font> |
33 | This WIMS server <font color="blue">$httpd_HTTP_HOST</font> |
33 | is currently overloaded by a large number of requests, and |
34 | is currently overloaded by a large number of requests, and |
34 | can no longer satisfy further users. Please come back later, |
35 | can no longer satisfy further users. Please come back later, |
35 | or look for another wims mirror site. |
36 | or look for another wims mirror site. |
36 | <p>We are very sorry for this inconvenience to you, and hope to be able |
37 | <p>We are very sorry for this inconvenience to you, and hope to be able |
Line 39... | Line 40... | ||
39 | </body></html> |
40 | </body></html> |
40 | !exit |
41 | !exit |
41 | !endif |
42 | !endif |
42 | 43 | ||
43 | !if overload iswordof $wims_user_error |
44 | !if overload iswordof $wims_user_error |
44 | <hr width="1"> |
45 | <hr width="1"/> |
45 | <h1 align="center">SORRY</h1> |
46 | <h1 align="center">SORRY</h1> |
46 | Your request is blocked by this WIMS server: connection quota exceeded. |
47 | Your request is blocked by this WIMS server: connection quota exceeded. |
47 | </body></html> |
48 | </body></html> |
48 | !exit |
49 | !exit |
49 | !endif |
50 | !endif |
50 | 51 | ||
51 | !if ++++missing_ isin ++++$wims_user_error |
52 | !if ++++missing_ isin ++++$wims_user_error |
52 | <hr width="1"> |
53 | <hr width="1"/> |
53 | <h1 align="center">Sorry</h1> |
54 | <h1 align="center">Sorry</h1> |
54 | <hr width="50%"><p> |
55 | <hr width="50%"/><p> |
55 | WIMS needs a software |
56 | WIMS needs a software |
56 | !set miss=!upper $missing_software |
57 | !set miss=!upper $missing_software |
57 | <span class="wims_warning">$miss</span> |
58 | <span class="wims_warning">$miss</span> |
58 | to process your request, but that software is not available (or not visible |
59 | to process your request, but that software is not available (or not visible |
59 | to WIMS) on this server. |
60 | to WIMS) on this server. |