X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?p=ypp-sc-tools.db-live.git;a=blobdiff_plain;f=yarrg%2Fweb%2Fquery_route;h=9a6ca0829114c622552209991c1fb6e1901094f4;hp=a65ef1c5723d9360e4566152d294ac0fd1350112;hb=555b3391b3cd9967a29b219fff242b583137d2b8;hpb=099cd920655c1db6da4a1a57ec3baa30d16321d7 diff --git a/yarrg/web/query_route b/yarrg/web/query_route index a65ef1c..9a6ca08 100644 --- a/yarrg/web/query_route +++ b/yarrg/web/query_route @@ -88,17 +88,21 @@ Enter route (islands, or archipelagoes, separated by |s or commas; size=80 +Advanced options - you may leave these blank: +

-Vessel capacity: +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=40 @@ -106,12 +110,14 @@ Vessel capacity:   -Estimated loss per league: +Expected losses: <&| qtextstring, qa => $qa, dbh => $dbh, prefix => 'll', thingstring => 'lossperleague', emsgstore => \$emsg, + helpref => 'losses', perresult => sub { ($lossperleaguepct)= @_; } &> + size=9