Move Zebra for port 3313 to 8018 (which is visible on test through its firewall)
[irspy-moved-to-github.git] / web / htdocs / check.html
index 9d5118c..345d901 100644 (file)
@@ -1,6 +1,8 @@
-%# $Id: check.html,v 1.4 2006-09-23 07:13:12 mike Exp $
+%# $Id: check.html,v 1.5 2006-11-13 16:48:49 mike Exp $
 <%args>
 @id
+$test => undef
 </%args>
 <& /chrome/layout.mc, %ARGS, component => "/details/check.mc",
-    title => @id > 1 ? "Test targets" : "Test a target" &>
+    title => ((@id > 1 ? "Test targets" : "Test a target") .
+              (defined $test ? ": $test" : "")) &>