chiark / gitweb /
Minor HTML fixes so website validates
[ypp-sc-tools.main.git] / yarrg / web / lookup
index 1453a372145ee2989261f757481aee295e052fb1..371bbb2747c3a5f06588c4ef9b950cd4a1353306 100755 (executable)
@@ -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 {
   color: #000000;
   background: #ffffff;
 }
-tr.datarow0 { background: #ffffff; }
-tr.datarow1 { background: #e3e3e3; }
+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 |