From: Wolfram Schneider Date: Fri, 23 Apr 2010 15:11:54 +0000 (+0200) Subject: display more rows X-Git-Tag: CPAN-v1.02~98 X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=commitdiff_plain;h=f823e57f7856227accbb4d57ed2923573640b7a1 display more rows - up to twenty most commonly supported Bib-1 Use attributes - up to 30 'Record syntax' support by database, which means in practice all available --- diff --git a/web/htdocs/details/stats.mc b/web/htdocs/details/stats.mc index 5d93b46..97eb639 100644 --- a/web/htdocs/details/stats.mc +++ b/web/htdocs/details/stats.mc @@ -40,12 +40,12 @@ if (!defined $stats || $reload) {

Recalculating stats

% } <& table, stats => $stats, data => "bib1AccessPoints", - title => "The ten most commonly supported Bib-1 Use attributes", - headings => [ "Attribute", "Name"], + title => "The twenty most commonly supported Bib-1 Use attributes", + headings => [ "Attribute", "Name"], maxrows => 20, col3 => sub { bib1_access_point(@_) } &> <& table, stats => $stats, data => "recordSyntaxes", title => "Record syntax support by database", - headings => [ "Record Syntax"] &> + headings => [ "Record Syntax"], maxrows => 30 &> <& table, stats => $stats, data => "explain", title => "Explain Support", headings => [ "Explain Category"] &>