X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?p=ypp-sc-tools.db-test.git;a=blobdiff_plain;f=yarrg%2Fweb%2Fquery_route;h=53167aca883f43943d06b3acdd543dabe3ad7ac7;hp=62c2aab9ee55c664f0c19f4bf992cafcc009e552;hb=64f37d1c80bfd082dab4a11db206515890af6f44;hpb=d66f27768708df0b8ce256e2d868ff4f7060ef3f diff --git a/yarrg/web/query_route b/yarrg/web/query_route index 62c2aab..53167ac 100644 --- a/yarrg/web/query_route +++ b/yarrg/web/query_route @@ -90,50 +90,13 @@ my $goupdate= sub { $be_post ? 'Update' : 'Go' }; &> %#---------- textboxes, user enters details as strings ---------- +% my $routeparams= { EmsgRef => \$emsg }; % if (!$qa->{Dropdowns}) { Advanced options - you may leave these blank:

-
-Vessel or capacity: -<&| qtextstring, qa => $qa, dbh => $dbh, prefix => 'cs', - thingstring => 'capacitystring', emsgstore => \$emsg, - helpref => 'capacity', - onresults => sub { ($max_mass,$max_volume) = @_; } - &> - size=40 - - - -  -  - - -Expected losses: - -<&| qtextstring, qa => $qa, dbh => $dbh, prefix => 'll', - thingstring => 'lossperleague', emsgstore => \$emsg, - helpref => 'losses', - onresults => sub { ($lossperleaguepct)= @_; } - &> - size=9 - - -
- - -
Available capital: - -<&| qtextstring, qa => $qa, dbh => $dbh, prefix => 'ac', - thingstring => 'capitalstring', emsgstore => \$emsg, - helpref => 'capital', - onresults => sub { ($capital)= @_; } - &> - size=9 - - -
+<& enter_advrouteopts, qa=>$qa, dbh=>$dbh, routeparams=>$routeparams &> % } #---------- end of dropdowns, now common middle of page code ---------- @@ -162,10 +125,7 @@ foreach my $warningf (@warningfs) { islandids => \@islandids, archipelagoes => \@archipelagoes, qa => $qa, - max_mass => $max_mass, - max_volume => $max_volume, - lossperleaguepct => $lossperleaguepct, - max_capital => $capital + routeparams => $routeparams &> % }