-%# $Id: all.html,v 1.1 2006-09-15 16:51:50 mike Exp $
-<& /chrome/layout.mc, %ARGS, title => "Test all databases",
+%# $Id: all.html,v 1.2 2006-09-19 16:30:49 mike Exp $
+<& /chrome/layout.mc, %ARGS, title => "Test all targets",
component => "/details/all.mc" &>
-%# $Id: check.html,v 1.1 2006-09-18 13:37:46 mike Exp $
-<& /chrome/layout.mc, %ARGS, title => "Check a database",
+%# $Id: check.html,v 1.2 2006-09-19 16:30:35 mike Exp $
+<& /chrome/layout.mc, %ARGS, title => "Check a target",
component => "/details/check.mc" &>
-%# $Id: all.mc,v 1.1 2006-09-15 16:51:51 mike Exp $
+%# $Id: all.mc,v 1.2 2006-09-19 16:30:07 mike Exp $
<%perl>
print "IRSpy version $ZOOM::IRSpy::VERSION<br/>\n";
my $spy = new ZOOM::IRSpy("localhost:1313/IR-Explain---1");
if (1) {
- # Testing all databases would take much too long for testing
+ # Testing all targets would take much too long for testing
my @targets = qw(bagel.indexdata.dk/gils z3950.loc.gov:7090/Voyager);
$spy->targets(join(" ", @targets));
}
-%# $Id: find.html,v 1.1 2006-09-15 16:51:50 mike Exp $
-<& /chrome/layout.mc, %ARGS, title => "Find a database",
+%# $Id: find.html,v 1.2 2006-09-19 16:30:25 mike Exp $
+<& /chrome/layout.mc, %ARGS, title => "Find a target",
component => "/details/find.mc" &>