Added more help links
[privoxy.git] / templates / edit-actions-list
index 7879240..b3e764b 100644 (file)
 #
 # Revisions   :
 #    $Log: edit-actions-list,v $
+#    Revision 1.24  2002/05/21 19:11:40  oes
+#     - Added client-side JavaScript versions of edit and add URL forms
+#     - Moved jump targets to before container table cell
+#     - Let earu determine the jump target when removing URLs via JS
+#     - Fixed broken help link
+#
+#    Revision 1.23  2002/05/12 15:53:10  jongfoster
+#    Restoring CVS log information accidentally removed in
+#    my previous commit.
+#
+#    Revision 1.22  2002/05/12 15:45:33  jongfoster
+#    Applying [Patch 552094] New templates for edit-actions-list
+#    This cleans up the templates by:
+#    - Removing the (confusing) alternating color scheme.
+#    - Making everything left-justified.
+#
+#    Revision 1.21  2002/05/03 22:58:15  jongfoster
+#    Fixing link target in all URLs section
+#
+#    Revision 1.20  2002/04/26 12:57:18  oes
+#     - Central "button" link style in cgi-style.css
+#     - Help links now dynamic
+#
 #    Revision 1.19  2002/04/24 02:19:16  oes
 #     - Show name of actions file being edited
 #     - Show context sensitive help
 #   MS Internet Explorer 4+  - Untested
 #   MS IE 3.x, NS3.x         - Untested (Don't support CSS, so everything
 #                              should work, but will look ugly).
-#   Mozilla >=0.6            - Untested
+#   Mozilla >=0.6            - Yes - everything works.
 #
 # All browsers should work, you just might not get the pretty CSS buttons.
 #
 
   <style type="text/css">
 
-table.wide {
-  padding: 5px;
-}
 table.framed {
   border: solid black 1px;
   margin: 10px 0px;
@@ -154,23 +174,16 @@ table.framed {
 tr.actions {
   background-color: #eeffee;
 }
-tr.url1 {
-  background-color: #d0d0ff;
-}
-tr.url2 {
-  background-color: #eeeeff;
-}
-tr.rule {
-  background-color: #c0c0c0;
-  height: 3px;
-  max-height: 3px;
-  font-size: 1px
+tr.url {
+  background-color: #ddddff;
 }
 tr.adv {
   background-color: #FFFFD0;
 }
 td.header {
   font-weight: bold;
+  font-size: 110%;
+  padding: 10px 15px 2px 15px;
 }
 td.url {
   font-weight: bold;
@@ -178,18 +191,18 @@ td.url {
 td.action {
   font-weight: bold;
   font-style: italic;
+  padding: 2px 30px;
 }
 td.nbr, td.buttons {
   white-space: nowrap;
 }
+td.indentbuttons {
+  padding: 2px 30px;
+}
 </style>
 
 <script type="text/javascript">
 <!--
-function not_yet()
-{
-   window.alert("The feature you are trying to use has not been implemented yet.");
-}
 
 // Non-JS capable browsers will follow the link to a HTML "are you sure?" page
 // JavaScript-capable browsers will call this function, which does a
@@ -198,7 +211,21 @@ function not_yet()
 function rm_p(pattern,curtext)
 {
    if (window.confirm("Are you sure you want to delete this URL pattern?\nPattern is: "+unescape(curtext)))
-   { window.location.href="edit-actions-remove-url?f=@f@&v=@v@&p="+pattern+"#l"+pattern; }
+   { window.location.href="edit-actions-remove-url?f=@f@&v=@v@&p="+pattern; }
+   return false;
+}
+
+function e_p(pattern,curtext)
+{
+   if(newtext=window.prompt("Edit the pattern to your needs:", unescape(curtext)))
+   { window.location.href="edit-actions-url?f=@f@&v=@v@&p="+pattern+"&u="+escape(newtext); }
+   return false;
+}
+
+function a_p(section)
+{
+   if(newtext=window.prompt("Enter the new pattern:", ""))
+   { window.location.href="edit-actions-add-url?f=@f@&v=@v@&s="+section+"&u="+escape(newtext); }
    return false;
 }
 
@@ -233,7 +260,7 @@ function rm_p(pattern,curtext)
        <h2>What is all this?</h2>
         <p>
          If you haven't already done so, it is <b>strongly recommended</b> that you at 
-         least skim <a href="@user-manual@@helplink@ACTIONS-FILE">the
+         least skim <a href="@user-manual@@actions-help-prefix@ACTIONS-FILE">the
          chapter on the actions file</a> in the <a href="@user-manual@">user manual</a>
          before making any changes. You will also find a comprehensive list of all available actions
          there.
@@ -252,7 +279,7 @@ function rm_p(pattern,curtext)
          <a href="http://www.privoxy.org/">Privoxy.org</a> on a regular basis. 
          It is therefore <b>not recommended</b> that you add your private
          rules here, since they will be lost if you install an update in the future.
-         Put your rules in a separate actions file, like user.action instead.
+         Put your rules in a separate actions file, like <tt>user.action</tt> instead.
         </p>
         <!-- @else-not-default-action@@endif-default-action@ -->
       </td>
@@ -271,56 +298,30 @@ function rm_p(pattern,curtext)
 
     <!-- @if-all-urls-present-then@ -->
     <tr>
-      <td class="container">
-        <div class="buttons">
-          <table border="0" width="100%" cellspacing="0" cellpadding="3" class="framed">
-            <tr class="actions" valign="top">
-              <td class="header" align="right">Actions:</td>
-              <td class="buttons" align="center">
-                <p><a name="l@s@" href="eafu?f=@f@&amp;v=@v@&amp;s=@all-urls-s@">Edit</a></p>
-                @all-urls-buttons@
-              </td>
-              <td class="action" align="left">@all-urls-actions@</td>
-            </tr>
-            <tr class="rule">
-              <td colspan="3"><img src="t" width="2" height="1" alt="----"></td>
-            </tr>
-            <tr class="url1" valign="top">
-              <td class="header" align="right">URL pattern:</td>
-              <td align="center">&nbsp;</td>
-              <td align="left"><b>/ (Matches all URLs!)</b></td>
-            </tr>
-            <tr class="rule">
-              <td colspan="3"><img src="t" width="2" height="1" alt="-"></td>
-            </tr>
-            <tr class="adv" valign="top">
-              <td class="header" align="right"><b>Advanced:</b></td>
-              <td colspan="2" class="buttons">
-                <table border="0" cellspacing="0" cellpadding="4">
-                  <tr valign="middle" align="center">
-                    <td class="nbr"> &nbsp; </td>
-                    <td class="nbr"> &nbsp; <a href="eafua?f=@f@&amp;v=@v@&amp;s=@all-urls-s@#l@all-urls-s-next@">Insert
-                      new section below</a> &nbsp;
-                    </td>
-                  </tr>
-                  <tr valign="middle" align="center">
-                    <td class="nbr"> &nbsp; </td>
-                    <td class="nbr"> &nbsp; </td>
-                  </tr>
-                </table>
-              </td>
-            </tr>
-          </table>
-        </div>
+      <td class="container"><a name="l@all-urls-s@"></a>
+        <table border="0" width="100%" cellspacing="2" cellpadding="3" class="framed">
+          <tr class="actions"><td class="header"><a href="@user-manual@@actions-help-prefix@ACTIONS">Actions</a>:</td></tr>
+          <tr class="actions">
+            <td class="indentbuttons">
+              <a href="eafu?f=@f@&amp;v=@v@&amp;s=@all-urls-s@">Edit</a>
+              @all-urls-buttons@
+            </td>
+          </tr>
+          <tr class="actions"><td class="action">@all-urls-actions@</td></tr>
+          <tr class="url"><td class="header"><a href="@user-manual@@actions-help-prefix@AF-PATTERNS">URL patterns</a>:</td></tr>
+          <tr class="url"><td class="indentbuttons">/ &nbsp; <i>(Matches all requests)</a></td></tr>
+          <tr class="adv"><td class="header">Advanced:</td></tr>
+          <tr class="adv">
+            <td class="indentbuttons">
+              <a href="easa?f=@f@&amp;v=@v@&amp;s=@all-urls-s@#l@all-urls-s-next@">Insert new section below</a>
+            </td>
+          </tr>
+        </table>
       </td>
     </tr>
     <!-- @else-not-all-urls-present@@endif-all-urls-present@ -->
 
-    <tr>
-      <td class="container">
-        <div class="buttons">@sections@</div>
-      </td>
-    </tr>
+@sections@
 
     <tr>
       <td class="box">