X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=blobdiff_plain;f=web%2Fhtdocs%2Fdetails%2Fstats.mc;h=2522ede043b6a84111c47023f2e116584a6bf5b7;hp=354cb541f0904e4fa8bb0a3a87694377f534dbd1;hb=f0ec11633f30d69e38863554134dd423d5d019cb;hpb=2a16f7bee31a2074eb2ee349e8eac37831af9647 diff --git a/web/htdocs/details/stats.mc b/web/htdocs/details/stats.mc index 354cb54..2522ede 100644 --- a/web/htdocs/details/stats.mc +++ b/web/htdocs/details/stats.mc @@ -1,4 +1,4 @@ -%# $Id: stats.mc,v 1.1 2006-12-14 17:35:44 mike Exp $ +%# $Id: stats.mc,v 1.2 2006-12-15 10:37:29 mike Exp $ <%doc> Here are the headings in the Z-Spy version: The ten most commonly supported Bib-1 Use attributes @@ -19,6 +19,7 @@ least resistance and look at all the records by hand. <%perl> my $stats = new ZOOM::IRSpy::Stats("localhost:3313/IR-Explain---1"); -use Data::Dumper; -print "
", xml_encode(Dumper($stats)), "
\n"; +print "
";
+$stats->print();
+print "
\n";