@id parameter replaced $id
[irspy-moved-to-github.git] / web / htdocs / check.html
index 93cdc90..9d5118c 100644 (file)
@@ -1,6 +1,6 @@
-%# $Id: check.html,v 1.3 2006-09-20 16:35:21 mike Exp $
+%# $Id: check.html,v 1.4 2006-09-23 07:13:12 mike Exp $
 <%args>
-$id
+@id
 </%args>
 <& /chrome/layout.mc, %ARGS, component => "/details/check.mc",
-    title => ($id =~ / /) ? "Test targets" : "Test a target" &>
+    title => @id > 1 ? "Test targets" : "Test a target" &>