Moving all special cases to devel manual
[privoxy.git] / templates / edit-actions-list
index 24d6295..683a806 100644 (file)
 #
 # Revisions   :
 #    $Log: edit-actions-list,v $
+#    Revision 1.16  2002/04/08 17:08:14  oes
+#    Cosmetic: make status in title lowercase
+#
+#    Revision 1.15  2002/04/05 16:01:32  oes
+#    Correct HTML, external Stylesheets, eye candy, some fixes
+#
+#    Revision 1.14  2002/03/26 22:29:56  swa
+#    we have a new homepage!
+#
 #    Revision 1.13  2002/03/24 15:23:33  jongfoster
 #    Name changes
 #
 <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">
+  <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: Edit actions file</title>
+  <title>Privoxy: Edit actions file</title>
+
+  <style type="text/css">
 
-<style type="text/css">
-body {
-  font-family: Helvetica, Helv, Arial, Sans-Serif, sans-serif;
-  background-color: #ffffff;
-  color: #000000;
-}
-td.light {
-  background-color: #eeeeee;
-}
-td.dark {
-  background-color: #dddddd;
-}
 table.wide {
-  border-color: white;
-  border-style: solid;
-  border-left-width: 10px;
-  border-right-width: 10px;
-  border-top-width: 0px;
-  border-bottom-width: 0px;
+  padding: 5px;
+}
+table.framed {
+  border: solid black 1px;
+  margin: 10px 0px;
 }
 tr.actions {
   background-color: #eeffee;
@@ -216,45 +215,74 @@ function rm_p(pattern,curtext)
 
 <body>
 
-<table cellpadding="20" cellspacing="10" border="0" width="100%">
-  <tr>
-    <td class="dark">
-      <p><big><big><b>This is Privoxy (privacy enhancing proxy) @version@ on @my-hostname@ (@my-ip-address@), port @my-port@, @if-enabled-display-then@Enabled@else-not-enabled-display@Disabled@endif-enabled-display@</b></big></big></p>
-    </td>
-  </tr>
-</table>
+  <table cellpadding="20" cellspacing="10" border="0" width="100%">
+    <tr>
+      <td class="title">
+
+#include mod-title
+
+      </td>
+    </tr>
+
+<!-- @if-unstable-start -->
+# This will only appear if CODE_STATUS is "alpha" or "beta". See configure.in
+    <tr>
+      <td class="warning">
+
+#include mod-unstable-warning
+
+      </td>
+    </tr>
+<!-- if-unstable-end@ -->
+
+
+    <tr>
+      <td class="box">
+        <div class="buttons">
+          <h2>Editing Actions File</h2>
+          <p><a class="cmd" href="edit-actions-section-add?f=@f@&amp;v=@v@&amp;s=0">Insert new section at top</a></p>
+        </div>
+      </td>
+    </tr>
+
+    <tr>
+      <td class="container">
+        <div class="buttons">@sections@</div>
+      </td>
+    </tr>
+
+    <tr>
+      <td class="box">
+        <h2>More Privoxy:</h2>
+        <ul>@menu@</ul>
+      </td>
+    </tr>
 
-<div class="buttons">
+    <tr>
+      <td class="info">
 
-<table cellpadding="20" cellspacing="10" border="0" width="100%">
-  <tr>
-    <td class="light">
-      <h2>Editing Actions File</h2>
-      <p><a class="cmd" href="edit-actions-section-add?f=@f@&amp;v=@v@&amp;s=0">Insert new section at top</a></p>
-    </td>
-  </tr>
-</table>
+#include mod-support-and-service
 
-@sections@
+      </td>
+    </tr>
 
-</div>
+<!-- @if-have-help-info-start -->
+    <tr>
+      <td class="info">
 
-<table cellpadding="20" cellspacing="10" border="0" width="100%">
-  <tr>
-    <td class="dark">
-      <h2>More Privoxy:</h2>
-      <ul>@menu@</ul>
-    </td>
-  </tr>
+#include mod-local-help
 
-  <tr>
-    <td>
-      <small><small>Valid <a href="http://validator.w3.org/">HTML 4.01 Strict</a></small></small>
-    </td>
-  </tr>
+      </td>
+    </tr>
+<!-- if-have-help-info-end@ -->
 
-</table>
+    <tr>
+      <td>
+        <small><small>Valid <a href="http://validator.w3.org/">HTML 4.01 Strict</a></small></small>
+      </td>
+    </tr>
 
+  </table>
 </body>
 
 </html>