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/23 15:00:40 UTC

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

Author: jm
Date: Thu Nov 23 06:00:39 2006
New Revision: 478577

URL: http://svn.apache.org/viewvc?view=rev&rev=478577
Log:
more URL-shortening; also, make the administrivia text at EOF use the grey UI style

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=478577&r1=478576&r2=478577
==============================================================================
--- spamassassin/trunk/masses/rule-qa/automc/ruleqa.cgi (original)
+++ spamassassin/trunk/masses/rule-qa/automc/ruleqa.cgi Thu Nov 23 06:00:39 2006
@@ -600,8 +600,8 @@
     {
       my $graph_on = qq{
 
-        <p><a id="over_time_anchor" 
-          href="}.$self->gen_switch_url("s_g_over_time", "0").qq{#over_time_anchor"
+        <p><a id="over_time_anchor"></a><a id="overtime" 
+          href="}.$self->gen_switch_url("s_g_over_time", "0").qq{#overtime"
           >Hide Graph</a></p>
         <img src="}.$self->gen_switch_url("graph", "over_time").qq{" 
           width=800 height=815 />
@@ -610,8 +610,8 @@
 
       my $graph_off = qq{
 
-        <p><a id="over_time_anchor" 
-          href="}.$self->gen_switch_url("s_g_over_time", "1").qq{#over_time_anchor"
+        <p><a id="over_time_anchor"></a><a id="overtime" 
+          href="}.$self->gen_switch_url("s_g_over_time", "1").qq{#overtime"
           >Show Graph</a></p>
 
       };
@@ -633,16 +633,20 @@
 
     print qq{
 
+      <div class='ui_label'>
       <p><a href="$url_back">&lt; Back</a> to overview.</p>
+      </div>
 
     };
   }
 
   print qq{
 
-  <p>Note: the freqs tables are sortable.  Click on the headers to resort them
-  by that column.  <a
-  href="http://www.kryogenix.org/code/browser/sorttable/">(thanks!)</a></p>
+      <div class='ui_label'>
+      <p>Note: the freqs tables are sortable.  Click on the headers to resort them
+      by that column.  <a
+      href="http://www.kryogenix.org/code/browser/sorttable/">(thanks!)</a></p>
+      </div>
 
   </body></html>