Remove inline stylesheet chrome/style.mc and replace with separate style.css file
[irspy-moved-to-github.git] / web / htdocs / check.html
index 12683a3..345d901 100644 (file)
@@ -1,3 +1,8 @@
-%# $Id: check.html,v 1.1 2006-09-18 13:37:46 mike Exp $
-<& /chrome/layout.mc, %ARGS, title => "Check a database",
-    component => "/details/check.mc" &>
+%# $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") .
+              (defined $test ? ": $test" : "")) &>