From 2389d66da849798f8d4ec5f10e3b07c11da49185 Mon Sep 17 00:00:00 2001 From: Michael Francis Date: Sat, 28 May 2011 13:28:16 -0400 Subject: Initial Commit --- views/Admin/index.html.php | 99 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 99 insertions(+) create mode 100644 views/Admin/index.html.php (limited to 'views/Admin/index.html.php') diff --git a/views/Admin/index.html.php b/views/Admin/index.html.php new file mode 100644 index 0000000..35cc451 --- /dev/null +++ b/views/Admin/index.html.php @@ -0,0 +1,99 @@ +flashMessage->output(); ?> +
+
+
+
+
+ + + +
+
+
+

Users

+ +
+ + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ActiveUsernameReal NameEmailJoin DateAccess Level
+ active ? "checked" : ""; ?> > + + username ?> + + Some Filler + + email ?> + + joinedOn->sec) ?> + + level)) ? $user->level : "Not Set"; ?> + + Edit + + Delete +
+ +
+ +
+
\ No newline at end of file -- cgit v1.2.3