From: Mike Taylor Date: Wed, 20 Sep 2006 16:35:21 +0000 (+0000) Subject: Refer to testing rather than checking. X-Git-Tag: CPAN-v1.02~54^2~1022 X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=commitdiff_plain;h=91f2998590c93f9bd0dbe9fa8c73f441604607c6 Refer to testing rather than checking. Title various depending on whether there is one or more ID --- diff --git a/web/htdocs/check.html b/web/htdocs/check.html index 6df4c1d..93cdc90 100644 --- a/web/htdocs/check.html +++ b/web/htdocs/check.html @@ -1,3 +1,6 @@ -%# $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: check.html,v 1.3 2006-09-20 16:35:21 mike Exp $ +<%args> +$id + +<& /chrome/layout.mc, %ARGS, component => "/details/check.mc", + title => ($id =~ / /) ? "Test targets" : "Test a target" &>