+++ /dev/null
-%# $Id: all.html,v 1.3 2006-09-23 07:12:53 mike Exp $
-<& /chrome/layout.mc, %ARGS, title => "Test all targets",
- component => "/details/check.mc", id => "" &>
+++ /dev/null
-%# $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" : "")) &>
+++ /dev/null
-%# $Id: delete.html,v 1.1 2007-01-02 17:26:53 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.5 2006-11-29 16:05:26 mike Exp $
-<%args>
-$op
-$id => undef
-</%args>
-<& /chrome/layout.mc, %ARGS,
- title => ucfirst($op) . " target record",
- component => "/details/edit.mc" &>