X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=blobdiff_plain;f=web%2Fhtdocs%2Fcheck.html;h=345d901a02b21b43f50bf8613c1a07f1fd4e6dd8;hp=93cdc90656d0add44e7d591a2ceded8b3a8c85b3;hb=5dd9c46e9bd2d6bd99a0d2aa728ed5430aeec3e8;hpb=91f2998590c93f9bd0dbe9fa8c73f441604607c6 diff --git a/web/htdocs/check.html b/web/htdocs/check.html index 93cdc90..345d901 100644 --- a/web/htdocs/check.html +++ b/web/htdocs/check.html @@ -1,6 +1,8 @@ -%# $Id: check.html,v 1.3 2006-09-20 16:35:21 mike Exp $ +%# $Id: check.html,v 1.5 2006-11-13 16:48:49 mike Exp $ <%args> -$id +@id +$test => undef <& /chrome/layout.mc, %ARGS, component => "/details/check.mc", - title => ($id =~ / /) ? "Test targets" : "Test a target" &> + title => ((@id > 1 ? "Test targets" : "Test a target") . + (defined $test ? ": $test" : "")) &>