Remove reference to 'sourceversions' in the show-status template
[privoxy.git] / templates / connection-timeout
1 ##########################################################
2 #
3 # connection-timeout Error Output template for Privoxy.
4 #
5 ##########################################################
6 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
7 <html>
8
9 <head>
10   <title>504 - Connection timeout (Privoxy@@my-hostname@)</title>
11   <meta http-equiv="Content-Style-Type" content="text/css">
12   <meta http-equiv="Content-Script-Type" content="text/javascript">
13   <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
14   <meta name="robots" content="noindex,nofollow">
15   <link rel="shortcut icon" href="@default-cgi@error-favicon.ico">
16   <style type="text/css">
17 #include cgi-style.css
18   </style>
19 </head>
20
21 <body>
22
23   <table summary="" cellpadding="20" cellspacing="10" border="0" width="100%">
24     <tr>
25       <td class="status">
26         504
27       </td>
28       <td class="title" style="width: 100%">
29
30 #include mod-title
31
32       </td>
33     </tr>
34
35 <!-- @if-unstable-start -->
36 # This will only appear if CODE_STATUS is "alpha" or "beta". See configure.in
37     <tr>
38       <td class="warning" colspan="2">
39
40 #include mod-unstable-warning
41
42       </td>
43     </tr>
44 <!-- if-unstable-end@ -->
45
46     <tr>
47       <td class="warning" colspan=2>
48         <h2>Connection timeout</h2>
49           <p>Your request for <a href="@protocol@@hostport@@path@"><b>@protocol@@hostport@@path@</b></a>
50           could not be fulfilled, because the connection to <b>@host@</b> (@host-ip@) timed out.
51           </p>
52           <p>This is often a temporary failure, so you might just
53             <a href="@protocol@@hostport@@path@">try again</a>.
54          </p>
55       </td>
56     </tr>
57
58     <tr>
59       <td class="box" colspan="2">
60         <h2>More Privoxy:</h2>
61         <ul>@menu@<li><a href="@user-manual@">Documentation</a></li></ul>
62       </td>
63     </tr>
64
65 <!-- @if-have-help-info-start -->
66     <tr>
67       <td class="info" colspan="2">
68
69 #include mod-local-help
70
71       </td>
72     </tr>
73 <!-- if-have-help-info-end@ -->
74
75     <tr>
76       <td class="info" colspan="2">
77
78 #include mod-support-and-service
79
80       </td>
81     </tr>
82
83   </table>
84
85 </body>
86 </html>