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%2Flookup;h=15c52067f45cfeb40d090a8c86e63903f9d83ff2;hp=6021531c39b6b631fcf0c638db27ac2de0dca8f8;hb=27c23298aea5653ffba93b5a9c41bfa321b478d7;hpb=29010a75143814a91b4f5200454bea879280e7c1 diff --git a/yarrg/web/lookup b/yarrg/web/lookup index 6021531..15c5206 100755 --- a/yarrg/web/lookup +++ b/yarrg/web/lookup @@ -78,12 +78,16 @@ my %styles; Before => '', Values => [ [ 0, 'Show total quantity at each price' ], [ 1, 'Show individual stalls' ], + [ 2, "Also be cautious about stalls'". + " poe reserves", + '[?]' ] ], QuerySpecific => 1, }, { Name => 'RouteSearchType', Before => 'Type of routes to search for: ', Values => [ [ 0, 'Open-ended' ], [ 1, 'Circular' ], + [ 2, 'Specific destination' ], ], QuerySpecific => 1, }); @@ -128,12 +132,13 @@ $ours <% ucfirst $ahtml{Query} %> - YARRG <&| script &> function register_onload(f) { @@ -148,14 +153,7 @@ $ours % if (!printable($m)) { %#---------- debugging and epilogue ----------