New site-specific filters: google, yahoo, msn and blogspot.
[privoxy.git] / templates / edit-actions-url-form
index 6efed8e..2d3e0b1 100644 (file)
 #
 # Revisions   :
 #    $Log: edit-actions-url-form,v $
+#    Revision 1.14.2.2  2002/08/23 02:22:53  hal9
+#    Fix a perl brain fart with <li> in comments.
+#
+#    Revision 1.14  2002/05/21 19:14:10  oes
+#    Added button style and jumptarget "cancel" link
+#
+#    Revision 1.13  2002/04/10 13:32:53  oes
+#    Made templates modular
+#
 #    Revision 1.12  2002/04/08 17:08:14  oes
 #    Cosmetic: make status in title lowercase
 #
 # s - section
 # p - pattern
 # u - old value of URL
+# jumptarget - append to eal URL to jump to relevant section
 #
 #############################################################################
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
@@ -158,7 +168,7 @@ function validate(text)
             <input type="text" name="u" value="@u@" size="78"><br>
             <input type="submit" value="Submit"> &nbsp;
             <input type="reset" value="Reset"> &nbsp;
-            <a href="edit-actions-list?f=@f@">Cancel</a>
+            <a class="cmd" href="edit-actions-list?f=@f@@jumptarget@">Cancel</a>
           </p>
         </form>
       </td>
@@ -167,7 +177,7 @@ function validate(text)
     <tr>
       <td class="box">
         <h2>More Privoxy:</h2>
-        <ul>@menu@</ul>
+        <ul>@menu@<li><a href="@user-manual@">Documentation</a></li></ul>
       </td>
     </tr>