X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?a=blobdiff_plain;f=yarrg%2Fweb%2Flookup;fp=yarrg%2Fweb%2Flookup;h=a2ccc8de0a80df6b3659fafc95bdc41976888deb;hb=f7c3c04f684b0e9cac4518beeece11853ef75109;hp=2f67760c487d6f1281b37bcb819ca6a7b2dd3d01;hpb=fdf4e5538945f9d058f3ad54ddfe707b0977e1d4;p=ypp-sc-tools.main.git diff --git a/yarrg/web/lookup b/yarrg/web/lookup index 2f67760..a2ccc8d 100755 --- a/yarrg/web/lookup +++ b/yarrg/web/lookup @@ -146,6 +146,7 @@ tr.datarow1 { background: #ffffff; } +% if (!printable($m)) { YARRG - Yet Another Revenue Research Gatherer | @@ -155,6 +156,7 @@ tr.datarow1 { background: #ffffff; } | development

+% } <%perl> foreach my $var (@vars) { @@ -186,6 +188,7 @@ my $quri= sub { my $prselector_core= sub { my ($var)= @_; + return if printable($m); my $name= $var->{Name}; my $lname= lc $var->{Name}; my $delim= $var->{Before}; @@ -251,7 +254,9 @@ my $someresults= sub { $debug => 0 +% if (!printable($m)) {


+% } <& "query_$styles{Query}", %baseqf, %queryqf, %styles, quri => $quri, dbh => $dbh, queryqf => \%queryqf, allargs => \%ARGS,