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=ee457f57abd41502ad3d54f58385b16638e8ced5;hp=be1196e899ab3fa8e99c8c9b975a59b4ff6ebc10;hb=f3fdcfd6d9e7d88fbc97f9294c302c338d2500b5;hpb=34203ee3033aeaa10eff8848ad869f5eeb1c789a diff --git a/yarrg/web/query_route b/yarrg/web/query_route index be1196e..ee457f5 100644 --- a/yarrg/web/query_route +++ b/yarrg/web/query_route @@ -49,6 +49,16 @@ my @islandids; my %islandid2; my $qa= \%ARGS; + +my $be_post; +my $startform= sub { + ($be_post)= @_; + +
+<%perl> +}; +my $goupdate= sub { $be_post ? 'Update' : 'Go' }; +

Specify route

@@ -61,7 +71,7 @@ my $qa= \%ARGS; Enter route (islands, or archipelagoes, separated by |s or commas; abbreviations are OK):
- +% $startform->($routestring =~ m/\S/); <&| qtextstring, qa => $qa, dbh => $dbh, thingstring => 'routestring', emsgstore => \$emsg, @@ -76,6 +86,11 @@ Enter route (islands, or archipelagoes, separated by |s or commas; % } else { #---------- dropdowns, user selects from menus ---------- +$startform->(grep { + defined %ARGS{"archipelago$dd"} || + defined %ARGS{"islandid$dd"} + } (0..$qa->{Dropdowns}-1)); + <%perl> my ($sth,$row); my @archlistdata; @@ -165,7 +180,7 @@ function ms_Setarch(dd) { % } #---------- end of dropdowns, now common middle of page code ---------- - + % my $ours= sub { $_[0] =~ m/^island|^archipelago|^routestring|^[RT]/; }; <& "lookup:formhidden", ours => $ours &>