X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=blobdiff_plain;f=web%2Fhtdocs%2Fcheck.html;h=345d901a02b21b43f50bf8613c1a07f1fd4e6dd8;hp=6df4c1dafac860e5d69e31617333b5e712738df9;hb=5dd9c46e9bd2d6bd99a0d2aa728ed5430aeec3e8;hpb=69e79c39be36ac1857c299b720b8f16037acb694 diff --git a/web/htdocs/check.html b/web/htdocs/check.html index 6df4c1d..345d901 100644 --- a/web/htdocs/check.html +++ b/web/htdocs/check.html @@ -1,3 +1,8 @@ -%# $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.5 2006-11-13 16:48:49 mike Exp $ +<%args> +@id +$test => undef + +<& /chrome/layout.mc, %ARGS, component => "/details/check.mc", + title => ((@id > 1 ? "Test targets" : "Test a target") . + (defined $test ? ": $test" : "")) &>