--- /dev/null
+%# $Id: all.html,v 1.1 2007-02-20 19:17:14 mike Exp $
+<& /chrome/layout.mc, %ARGS, title => "Test all targets",
+ component => "/details/check.mc", id => "" &>
--- /dev/null
+%# $Id: check.html,v 1.1 2007-02-20 19:17:14 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" : "")) &>
--- /dev/null
+%# $Id: delete.html,v 1.1 2007-02-20 19:17:14 mike Exp $
+<%args>
+$id => undef
+</%args>
+<& /chrome/layout.mc, %ARGS,
+ title => "Delete target record",
+ component => "/details/delete.mc" &>
--- /dev/null
+%# $Id: edit.html,v 1.1 2007-02-20 19:17:14 mike Exp $
+<%args>
+$op
+$id => undef
+</%args>
+<& /chrome/layout.mc, %ARGS,
+ title => ucfirst($op) . " target record",
+ component => "/details/edit.mc" &>