From 69e79c39be36ac1857c299b720b8f16037acb694 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Tue, 19 Sep 2006 16:30:07 +0000 Subject: [PATCH] Refer to targets rather than databases. --- web/htdocs/all.html | 4 ++-- web/htdocs/check.html | 4 ++-- web/htdocs/details/all.mc | 4 ++-- web/htdocs/find.html | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/web/htdocs/all.html b/web/htdocs/all.html index b510693..76a2c32 100644 --- a/web/htdocs/all.html +++ b/web/htdocs/all.html @@ -1,3 +1,3 @@ -%# $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" &> diff --git a/web/htdocs/check.html b/web/htdocs/check.html index 12683a3..6df4c1d 100644 --- a/web/htdocs/check.html +++ b/web/htdocs/check.html @@ -1,3 +1,3 @@ -%# $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" &> diff --git a/web/htdocs/details/all.mc b/web/htdocs/details/all.mc index 4ec2d82..3a42f7c 100644 --- a/web/htdocs/details/all.mc +++ b/web/htdocs/details/all.mc @@ -1,9 +1,9 @@ -%# $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
\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)); } diff --git a/web/htdocs/find.html b/web/htdocs/find.html index e8e940a..49f32ad 100644 --- a/web/htdocs/find.html +++ b/web/htdocs/find.html @@ -1,3 +1,3 @@ -%# $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" &> -- 1.7.10.4