Moved into new password-protected admin directory
authorMike Taylor <mike@indexdata.com>
Tue, 20 Feb 2007 19:16:58 +0000 (19:16 +0000)
committerMike Taylor <mike@indexdata.com>
Tue, 20 Feb 2007 19:16:58 +0000 (19:16 +0000)
web/htdocs/all.html [deleted file]
web/htdocs/check.html [deleted file]
web/htdocs/delete.html [deleted file]
web/htdocs/edit.html [deleted file]

diff --git a/web/htdocs/all.html b/web/htdocs/all.html
deleted file mode 100644 (file)
index 6dddef7..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-%# $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 => "" &>
diff --git a/web/htdocs/check.html b/web/htdocs/check.html
deleted file mode 100644 (file)
index 345d901..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-%# $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" : "")) &>
diff --git a/web/htdocs/delete.html b/web/htdocs/delete.html
deleted file mode 100644 (file)
index 7485e71..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-%# $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" &>
diff --git a/web/htdocs/edit.html b/web/htdocs/edit.html
deleted file mode 100644 (file)
index 722b5ab..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-%# $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" &>