chiark / gitweb /
Minor HTML fixes so website validates
[ypp-sc-tools.main.git] / yarrg / web / lookup
index 2f4c5c44e1da805232b5d78aa646083e0e5915f1..371bbb2747c3a5f06588c4ef9b950cd4a1353306 100755 (executable)
@@ -74,7 +74,7 @@ my %styles;
                QuerySpecific => 1,
        }, {    Name => 'ShowStalls',
                Before => '',
-               Values => [     [ 0, 'Show amount at each price' ],
+               Values => [     [ 0, 'Show total quantity at each price' ],
                                [ 1, 'Show individual stalls' ],
                        ],
                QuerySpecific => 1,
@@ -118,20 +118,33 @@ $ours
 % }
 </%method>
 
-<html><head><title><% ucfirst $ahtml{Query} %> - YARRG</title>
+<html lang="en"><head><title><% ucfirst $ahtml{Query} %> - YARRG</title>
 <style type="text/css">
 body {
-  foreground: #000000;
+  color: #000000;
   background: #ffffff;
 }
-tr.datarow0 { background: #ffffff; }
-tr.datarow1 { background: #eeeeee; }
+tr.datarow0 { background: #e3e3e3; }
+tr.datarow1 { background: #ffffff; }
 </style>
+<&| script &>
+  function register_onload(f) {
+    var previous_onload= window.onload;
+    window.onload= function() {
+      if (previous_onload) previous_onload();
+      f();
+    };
+  }
+</&script>
 </head><body>
 
 <a href="<% $m->current_comp()->name() |u %>">YARRG</a> -
  Yet Another Revenue Research Gatherer
 |
+<a href="devel">development</a>
+|
+<a href="intro">introduction</a>
+|
 <a href="docs">documentation</a>
 <p>
 <%perl>
@@ -144,7 +157,9 @@ foreach my $var (@vars) {
 
 foreach my $var (keys %ARGS) {
        next unless $var =~
-               m/^(?: (?:route|commod)string |
+               m/^(?: (?:route|commod|capacity|capital)string |
+                       lossperleague |
+                       commodid |
                        islandid \d |
                        archipelago \d |
                        debug |