display more rows
authorWolfram Schneider <wosch@indexdata.dk>
Fri, 23 Apr 2010 15:11:54 +0000 (17:11 +0200)
committerWolfram Schneider <wosch@indexdata.dk>
Fri, 23 Apr 2010 15:11:54 +0000 (17:11 +0200)
- 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

index 5d93b46..97eb639 100644 (file)
@@ -40,12 +40,12 @@ if (!defined $stats || $reload) {
      <p>Recalculating stats</p>
 % }
 <& 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"] &>