Synced with stable branch
[privoxy.git] / templates / show-status
index ccc4252..9769781 100644 (file)
   <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">
-  <style type="text/css">
-    td.cmd {
-      padding: 2px;
-    }
-    td.cmd a {
-      white-space: nowrap;
-      width: auto;
-      padding: 1px;
-      background-color: #dddddd;
-      color:            #000000;
-      text-decoration: none;
-      border-top:    1px solid #ffffff;
-      border-left:   1px solid #ffffff;
-      border-bottom: 1px solid #000000;
-      border-right:  1px solid #000000;
-    }
-    td.cmd a:hover {
-      background-color: #eeeeee;
-    }
-    td.cmd a:active {
-      border-top:    1px solid #000000;
-      border-left:   1px solid #000000;
-      border-bottom: 1px solid #ffffff;
-      border-right:  1px solid #ffffff;
-    }
-
-      
-  </style>
 </head>
 
 <body>
         <p>
           <table class="transparent">
             <tr>
-              <th colspan="2">Actions Files:</th>
+              <th colspan="2"><a href="@user-manual@@actions-help-prefix@ACTIONS-FILE">Actions Files:</a></th>
             </tr>
               @actions-filenames@
            <tr>
-              <th colspan="2">Filter File:</th>
+              <th colspan="2"><a href="@user-manual@filter-file.html">Filter File:</a></th>
            </tr>
            <tr>
              <td>
                @re-filter-filename@
              </td>
-             <td class="cmd">
+             <td class="buttons">
                <!-- @if-have-filterfile-start -->
                <a href="show-status?file=filter">View</a>
                <!-- if-have-filterfile-end@ -->
            </tr>
 <!-- @if-trust-support-start -->
            <tr>
-              <th colspan="2">Trust File:</th>
+              <th colspan="2"><a href="@user-manual@config.html#TRUSTFILE">Trust File:</a></th>
            </tr>
             <td>
                @trust-filename@
              </td>
-             <td class="cmd">
+             <td class="buttons">
                <!-- @if-have-trustfile-start -->
                <a href="show-status?file=trust">View</a>
                <!-- if-have-trustfile-end@ -->
 
     <tr>
       <td class="box">
-        <h2>Privoxy was invoked as follows:</h2>
+        <h2>Privoxy was <a href="@user-manual@startup.html#CMDOPTIONS">invoked</a> as follows:</h2>
         <p>@invocation@</p>
       </td>
     </tr>
 
     <tr>
       <td class="box">
-        <h2>The following options were given in the config file:</h2>
+        <h2>The following options were given in the <a href="@user-manual@config.html">config file</a>:</h2>
         <p>@options@</p>
       </td>
     </tr>
     <tr>
       <td class="box">
         <h2>More Privoxy:</h2>
-        <ul>@menu@</ul>
+        <ul>@menu@<li><a href="@user-manual@">Documentation</a></li></ul>
       </td>
     </tr>