You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by jm...@apache.org on 2006/11/21 15:06:11 UTC

svn commit: r477677 - /spamassassin/trunk/masses/rule-qa/automc/ruleqa.cgi

Author: jm
Date: Tue Nov 21 06:06:10 2006
New Revision: 477677

URL: http://svn.apache.org/viewvc?view=rev&rev=477677
Log:
more UI; css style for main dashboard UI elements

Modified:
    spamassassin/trunk/masses/rule-qa/automc/ruleqa.cgi

Modified: spamassassin/trunk/masses/rule-qa/automc/ruleqa.cgi
URL: http://svn.apache.org/viewvc/spamassassin/trunk/masses/rule-qa/automc/ruleqa.cgi?view=diff&rev=477677&r1=477676&r2=477677
==============================================================================
--- spamassassin/trunk/masses/rule-qa/automc/ruleqa.cgi (original)
+++ spamassassin/trunk/masses/rule-qa/automc/ruleqa.cgi Tue Nov 21 06:06:10 2006
@@ -385,6 +385,11 @@
       background: #fea;
     }
 
+    div.ui_label {
+      font-size: 75%;
+      color: #444;
+    }
+
 
     /* Sortable tables, see http://www.kryogenix.org/code/browser/sorttable/ */
     table.sortable a.sortheader {
@@ -475,16 +480,20 @@
   <table width=100%>
   <tr>
   <td width=90%>
+  <div class='ui_label'>
     <a href="http://wiki.apache.org/spamassassin/DateRev">DateRev</a>
     to display (UTC timezone):
+  </div>
     <input type=textfield name=daterev value="!daterev!">
     <br/>
+  <div class='ui_label'>
     (Select a recent nightly mass-check by date:
     <a href='!daterev=last-night!'>last-night</a>,
     <a href='!daterev=today!'>today</a>, or
     enter 'YYYYMMDD' for a specific date.)
+  </div>
   </td>
-  <td width=10%><div align=right>
+  <td width=10%><div align=right class='ui_label'>
     <a href="!shortdatelist!">(Daterevs&nbsp;Nearby)</a><br/>
     <a href="!longdatelist!">(Full&nbsp;List)</a><br/>
   </div></td>
@@ -505,21 +514,31 @@
 -->
 
     <h4> Which Rules?</h4>
+  <div class='ui_label'>
     Show only these rules (space separated, or regexp with '/' prefix):<br/>
+  </div>
     <input type=textfield size=60 name=rule value="!rule!"><br/>
     <br/>
+  <div class='ui_label'>
     Show only rules from files whose paths contain this string:<br/>
+  </div>
     <input type=textfield size=60 name=srcpath value="!srcpath!"><br/>
     <br/>
-    <input type=checkbox name=s_zero !s_zero!> Show rules with zero hits<br/>
-    <input type=checkbox name=s_detail !s_detail!> Display full details: message age in weeks, by contributor, as score-map, overlaps with other rules, freshness graphs<br/>
+    <input type=checkbox name=s_zero !s_zero!> <div class='ui_label'>
+    Show rules with zero hits<br/>
+  </div>
+    <input type=checkbox name=s_detail !s_detail!> <div class='ui_label'>
+    Display full details: message age in weeks, by contributor, as score-map, overlaps with other rules, freshness graphs<br/>
+  </div>
     <br/>
 
     <input type=submit name=g value="Change"><br/>
 
 <p>
+  <div class='ui_label'>
     Show only rules from files modified in the
     <a href='!mtime=1!'>last day</a>, <a href='!mtime=7!'>last week</a>
+  </div>
 </p>
   </form>
   </div>