From 98c172dce88467103e33086c2ae96ac9be121c57 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Thu, 14 Sep 2006 15:16:19 +0000 Subject: [PATCH] Use new framework --- web/htdocs/index.html | 24 +++--------------------- 1 file changed, 3 insertions(+), 21 deletions(-) diff --git a/web/htdocs/index.html b/web/htdocs/index.html index 1f4d032..50accca 100644 --- a/web/htdocs/index.html +++ b/web/htdocs/index.html @@ -1,21 +1,3 @@ -%# $Id: index.html,v 1.1 2006-07-27 16:20:12 mike Exp $ -<%perl> -use lib "/usr/local/src/cvs/irspy/lib"; -use ZOOM::IRSpy; -my $dbname = "localhost:1313/IR-Explain---1"; -my @targets = qw(bagel.indexdata.dk/gils - z3950.loc.gov:7090/Voyager); - -IRSpy version <% $ZOOM::IRSpy::VERSION %>
-<%perl> -my $targetList = join(" ", @targets); -my $spy = new ZOOM::IRSpy($dbname); -$spy->targets($targetList); -$spy->initialise(); -my $res = $spy->check(); -if ($res == 0) { - print "All tests were run\n"; -} else { - print "Some tests were skipped\n"; -} - +%# $Id: index.html,v 1.2 2006-09-14 15:16:19 mike Exp $ +<& /chrome/layout.mc, %ARGS, title => "Home", + component => "/details/home.mc" &> -- 1.7.10.4