]> git.ipfire.org Git - thirdparty/squid.git/blob - errors/templates/ERR_ESI
Polish template CSS
[thirdparty/squid.git] / errors / templates / ERR_ESI
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2 <html><head>
3 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
4 <title>ERROR: The requested URL could not be retrieved</title>
5 <style type="text/css"><!-- %l --></style>
6 </head><body>
7 <div id="titles">
8 <h1>ERROR</h1>
9 <h2>The requested URL could not be retrieved</h2>
10 </div>
11 <hr>
12
13 <div id="content">
14 <p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
15
16 <blockquote id="error">
17 <p><b>ESI Processing failed.</b></p>
18 </blockquote>
19
20 <p>The ESI processor returned:</p>
21 <blockquote id="data">
22 <pre>%Z</pre>
23 </blockquote>
24
25 <p>This means that the surrogate was not able to process the ESI template. Please report this error to the webmaster.</p>
26
27 <p>Your webmaster is <a href="mailto:%w">%w</a>.</p>
28 <br>
29 </div>
30
31 <hr>
32 <div id="footer">
33 <p>Generated %T by %h (%s)</p>
34 <!-- %c -->
35 </div>
36 </body></html>