X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=blobdiff_plain;f=web%2Fhtdocs%2Findex.html;h=fed9825c8387f4c80fe2d79e1f3e4ae809eed8e2;hp=1f4d032c19ef66847340e81a33655bb50188a9f5;hb=f0030d177f58f280c6cd1019f9e26b81f9f8cbda;hpb=1b0d05ba73f0a9c09a811549887540b6130dbd78 diff --git a/web/htdocs/index.html b/web/htdocs/index.html index 1f4d032..fed9825 100644 --- a/web/htdocs/index.html +++ b/web/htdocs/index.html @@ -1,21 +1,2 @@ -%# $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"; -} - +<& /chrome/layout.mc, %ARGS, title => "Welcome", + component => "/details/home.mc" &>