@id parameter replaced $id
[irspy-moved-to-github.git] / web / htdocs / check.html
index 6df4c1d..9d5118c 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.4 2006-09-23 07:13:12 mike Exp $
+<%args>
+@id
+</%args>
+<& /chrome/layout.mc, %ARGS, component => "/details/check.mc",
+    title => @id > 1 ? "Test targets" : "Test a target" &>