From 74afbb457aac6a1f6e2d4a2357768f710977a640 Mon Sep 17 00:00:00 2001 From: aurynn_cmd Date: Mon, 10 Sep 2007 23:02:09 +0000 Subject: Creation of next-gen admin.pl, admin.pm, and admin.sql systems. Admin.pm defines the new controller admin.pl is the direct view-backing software. POD is not completed, will be provided shortly. Full UI templates provided for the Reconciliation, Vendor, Customer, and Employee as well. UI/ is being delineated by subdirectories for Admin, Vendor, Customer and Employee, to date. Minor whitespace cleanup. git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1557 4979c152-3d1c-0410-bac9-87ea11338e46 --- UI/Admin/delete_group.html | 0 UI/Admin/delete_user.html | 0 UI/Admin/edit_group.html | 13 +++++++++++ UI/Admin/edit_user.html | 0 UI/Admin/login.html | 11 ++++++++++ UI/Admin/main.html | 55 ++++++++++++++++++++++++++++++++++++++++++++++ 6 files changed, 79 insertions(+) create mode 100644 UI/Admin/delete_group.html create mode 100644 UI/Admin/delete_user.html create mode 100644 UI/Admin/edit_group.html create mode 100644 UI/Admin/edit_user.html create mode 100644 UI/Admin/login.html create mode 100644 UI/Admin/main.html (limited to 'UI/Admin') diff --git a/UI/Admin/delete_group.html b/UI/Admin/delete_group.html new file mode 100644 index 00000000..e69de29b diff --git a/UI/Admin/delete_user.html b/UI/Admin/delete_user.html new file mode 100644 index 00000000..e69de29b diff --git a/UI/Admin/edit_group.html b/UI/Admin/edit_group.html new file mode 100644 index 00000000..11eb98dc --- /dev/null +++ b/UI/Admin/edit_group.html @@ -0,0 +1,13 @@ + + + + +
Edit User
+ + + +
Create User
+ + + +
\ No newline at end of file diff --git a/UI/Admin/edit_user.html b/UI/Admin/edit_user.html new file mode 100644 index 00000000..e69de29b diff --git a/UI/Admin/login.html b/UI/Admin/login.html new file mode 100644 index 00000000..cf48b6ec --- /dev/null +++ b/UI/Admin/login.html @@ -0,0 +1,11 @@ + + + + +
+ + + +
+ + \ No newline at end of file diff --git a/UI/Admin/main.html b/UI/Admin/main.html new file mode 100644 index 00000000..56f4b2f8 --- /dev/null +++ b/UI/Admin/main.html @@ -0,0 +1,55 @@ + +
+ + + +
+ Administration +
+ + + + +
+ + + + + + + + + + + + + + + + + + + + +
User IDUsernameActiveDate Added
+ + + + + + + + + +
+ +
+
+ + + + +
+
+
+ \ No newline at end of file -- cgit v1.2.3