From cccca53949e778f2750c64cea817768a96fecc26 Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Fri, 23 Apr 2010 17:11:54 +0200 Subject: [PATCH] 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 --- web/htdocs/details/stats.mc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"] &> -- 1.7.10.4