X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=blobdiff_plain;f=web%2Fhtdocs%2Fdetails%2Fstats.mc;h=e5db7ebbd138243dfb4349fa8a83312bb77a2273;hp=a1871cf9ea1b70b6bdf792ec9c33a16f15c5e267;hb=3f62972e9c6f2c307e1a32c18de36860c47cffa2;hpb=995c5be6913ecb0e8bf957573f6ce17b1444e1b0 diff --git a/web/htdocs/details/stats.mc b/web/htdocs/details/stats.mc index a1871cf..e5db7eb 100644 --- a/web/htdocs/details/stats.mc +++ b/web/htdocs/details/stats.mc @@ -1,4 +1,4 @@ -%# $Id: stats.mc,v 1.5 2006-12-18 15:38:09 mike Exp $ +%# $Id: stats.mc,v 1.7 2007-10-31 16:42:26 mike Exp $ <%doc> Here are the headings in the Z-Spy version: The ten most commonly supported Bib-1 Use attributes @@ -27,7 +27,7 @@ my $from_cache = 1; my $stats = $m->cache->get($key); if (!defined $stats || $reload) { $from_cache = 0; - $stats = new ZOOM::IRSpy::Stats("localhost:3313/IR-Explain---1", $query); + $stats = new ZOOM::IRSpy::Stats("localhost:8018/IR-Explain---1", $query); $m->cache->set($key, $stats, "10 minutes"); } @@ -55,6 +55,9 @@ if (!defined $stats || $reload) { <& table, stats => $stats, data => "domains", title => "Top Domains", headings => [ "Top Domain"] &> +<& table, stats => $stats, data => "implementation", + title => "Implementation", + headings => [ "Name" ] &> %# %# <%def table>