From 42ba0712765b93f652a8671269e39ca647b8d05e Mon Sep 17 00:00:00 2001 From: MW Date: Mon, 26 Mar 2007 16:51:50 +0000 Subject: Added a very very very basic Web front end for admin use - ready to be used in sandbox mode for adding new accounts. --- bin/login.htm | 5 ++ bin/newaccountform.htm | 9 ++++ bin/testadmin.htm | 124 +++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 138 insertions(+) create mode 100644 bin/login.htm create mode 100644 bin/newaccountform.htm create mode 100644 bin/testadmin.htm (limited to 'bin') diff --git a/bin/login.htm b/bin/login.htm new file mode 100644 index 0000000..2becee9 --- /dev/null +++ b/bin/login.htm @@ -0,0 +1,5 @@ +
+

Admin PassWord:

+ +
\ No newline at end of file diff --git a/bin/newaccountform.htm b/bin/newaccountform.htm new file mode 100644 index 0000000..d21b983 --- /dev/null +++ b/bin/newaccountform.htm @@ -0,0 +1,9 @@ +
+

First Name:

+

Last Name: +

+

PassWord: +

+
+ +
\ No newline at end of file diff --git a/bin/testadmin.htm b/bin/testadmin.htm new file mode 100644 index 0000000..4252ffd --- /dev/null +++ b/bin/testadmin.htm @@ -0,0 +1,124 @@ + + + + + + +
+
+

+ + + + + + + + + -- cgit v1.1