Refer to testing rather than checking.
authorMike Taylor <mike@indexdata.com>
Wed, 20 Sep 2006 16:35:21 +0000 (16:35 +0000)
committerMike Taylor <mike@indexdata.com>
Wed, 20 Sep 2006 16:35:21 +0000 (16:35 +0000)
Title various depending on whether there is one or more ID

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" &>