<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
  <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">
  <title>Privoxy@@my-hostname@: Add URL Pattern</title>
  <script type="text/javascript">
<!--
  function validate(text)
  {
  if (text=="")
  {
    alert("You need to type a pattern in order to continue!");
    return false;
  }
  return true;
}
//-->
  </script>
</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@ -->
    <tr>
      <td class="box">
        <h2>Add URL Pattern</h2>
        <form method="GET" action="edit-actions-add-url"
              onSubmit="return validate(u.value);">
          <p>
            <input type="hidden" name="f" value="@f@">
            <input type="hidden" name="v" value="@v@">
            <input type="hidden" name="s" value="@s@">
            <input type="text" name="u" value="" size="78"><br>
            <input type="submit" value="Submit"> &nbsp;
            <input type="reset" value="Reset"> &nbsp;
            <a class="cmd" href="edit-actions-list?f=@f@#l@s@">Cancel</a>
          </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>
