home *** CD-ROM | disk | FTP | other *** search
/ Freelog 115 / FreelogNo115-MaiJuin2013.iso / Internet / privoxy / privoxy_setup_3.0.21.exe / templates / connection-timeout < prev    next >
Text File  |  2013-03-08  |  2KB  |  87 lines

  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=ISO-8859-1">
  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.     <tr>
  66.       <td class="info" colspan="2">
  67.  
  68. #include mod-support-and-service
  69.  
  70.       </td>
  71.     </tr>
  72.  
  73. <!-- @if-have-help-info-start -->
  74.     <tr>
  75.       <td class="info" colspan="2">
  76.  
  77. #include mod-local-help
  78.  
  79.       </td>
  80.     </tr>
  81. <!-- if-have-help-info-end@ -->
  82.  
  83.   </table>
  84.  
  85. </body>
  86. </html>
  87.