X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?a=blobdiff_plain;f=yarrg%2Fweb%2Fquery_route;h=9a6ca0829114c622552209991c1fb6e1901094f4;hb=555b3391b3cd9967a29b219fff242b583137d2b8;hp=ea483578d565d6df529dffcfddf7d1c6a5c1e9cf;hpb=6335baf49c849e16ae7845016d97bcb76d4b7cf6;p=ypp-sc-tools.db-test.git diff --git a/yarrg/web/query_route b/yarrg/web/query_route index ea48357..9a6ca08 100644 --- a/yarrg/web/query_route +++ b/yarrg/web/query_route @@ -97,11 +97,12 @@ Enter route (islands, or archipelagoes, separated by |s or commas; Vessel or capacity: <&| qtextstring, qa => $qa, dbh => $dbh, prefix => 'cs', thingstring => 'capacitystring', emsgstore => \$emsg, + helpref => 'capacity', perresult => sub { - ($max_volume,$max_mass) = @_; + ($max_mass,$max_volume) = @_; } &> - size=30 + size=40 @@ -113,9 +114,10 @@ Expected losses: <&| qtextstring, qa => $qa, dbh => $dbh, prefix => 'll', thingstring => 'lossperleague', emsgstore => \$emsg, + helpref => 'losses', perresult => sub { ($lossperleaguepct)= @_; } &> - size=10 + size=9