Refer to testing rather than checking.
[irspy-moved-to-github.git] / web / htdocs / check.html
index 6df4c1d..93cdc90 100644 (file)
@@ -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
+</%args>
+<& /chrome/layout.mc, %ARGS, component => "/details/check.mc",
+    title => ($id =~ / /) ? "Test targets" : "Test a target" &>