<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
  <title>Privoxy@@my-hostname@ URL Info</title>
  <meta http-equiv="Content-Style-Type" content="text/css">
  <meta http-equiv="Content-Script-Type" content="text/javascript">
  <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
  <meta name="robots" content="noindex,nofollow">
  <link rel="stylesheet" type="text/css" href="@default-cgi@send-stylesheet">
</head>
<body>
  <table cellpadding="20" cellspacing="10" border="0" width="100%">
    <tr>
      <td class="title">
#include mod-title
      </td>
    </tr>
<!-- @if-unstable-start -->
    <tr>
      <td class="warning">
#include mod-unstable-warning
      </td>
    </tr>
<!-- if-unstable-end@ -->
<!-- @if-url-given-start -->
    <tr>
      <td class="box">
<!-- @if-https-start -->
        <h2>NOTE:</h2>
        <p>This is a secure (https:) URL, so the part after the "/" is ignored.
          This is a feature of the HTTPS protocol - the exact address of the
          page you're visiting is hidden.  Privoxy can only detect the host
          part of the URL.</p>
        <p>&nbsp;</p>
<!-- if-https-end@ -->
        <h2>Matches for <a href="@url@">@url@</a>:</h2>
        <p>@matches@</p>
      </td>
    </tr>
    <tr>
      <td class="box">
        <h2>Final results:</h2>
        <p><b>@final@</b></p>
      </td>
    </tr>
<!-- if-url-given-end@ -->
    <tr>
      <td class="box">
        <h2>Look up the actions for a 
<!-- @if-url-given-start -->new<!-- if-url-given-end@ -->
          URL:</h2>
        <form method="GET" action="@default-cgi@show-url-info">
          <p>
            <input type="text" name="url" size="80" value="@url@"> 
            <input type="submit" value="Go">
          </p>
        </form>
      </td>
    </tr>
    <tr>
      <td class="box">
        <h2>More Privoxy:</h2>
        <ul>@menu@<li><a href="@user-manual@">Documentation</a></li></ul>
      </td>
    </tr>
    <tr>
      <td class="info">
#include mod-support-and-service
      </td>
    </tr>
<!-- @if-have-help-info-start -->
    <tr>
      <td class="info">
#include mod-local-help
      </td>
    </tr>
<!-- if-have-help-info-end@ -->
    
     <tr>
      <td>
        <p class="small">Valid <a href="http://validator.w3.org/">HTML 4.01 Strict</a></p>
      </td>
    </tr>   
  </table>
</body>
</html>
