From bbf79a59703ef3ba4ed63c8143f97d9da5a73b8d Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Thu, 8 Feb 2007 21:19:24 +0000 Subject: * Initial Database Changes for 3.4, many things are now broken --- templates/show_users.inc.php | 142 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 142 insertions(+) create mode 100644 templates/show_users.inc.php (limited to 'templates/show_users.inc.php') diff --git a/templates/show_users.inc.php b/templates/show_users.inc.php new file mode 100644 index 00000000..39bf90f6 --- /dev/null +++ b/templates/show_users.inc.php @@ -0,0 +1,142 @@ +total_items; +$admin_menu = "admin/"; + +show_box_top(_('Manage Users')); + echo get_user_icon('add_user') . ' '; + echo '' . _('Add a new user') . ''; +show_box_bottom(); +?> + + + + + + + + + + + + + + + + +format_user(); + $last_seen = date("m\/d\/Y - H:i",$working_user->last_seen); + if (!$working_user->last_seen) { $last_seen = _('Never'); } + $create_date = date("m\/d\/Y - H:i",$working_user->create_date); + if (!$working_user->create_date) { $create_date = _('Unknown'); } +?> + + + + + + + + + + + + + disabled == '1') { + echo ""; + } + else { + echo ""; + } + ?> + + is_logged_in()) and ($working_user->is_online())) { + echo ""; + } elseif ($working_user->disabled == 1) { + echo ""; + } else { + echo ""; + } +?> + + +
+ offset_limit) { require (conf('prefix') . "/templates/list_header.inc"); } ?> +
+ + + + + () + + + + + + + + + + + + + +   + +
+ + fullname; ?> (username; ?>) + + + + + + + f_useage; ?> + + + ip_history; ?> + + + + + + + + + + + + + + id\">" . get_user_icon('enable') . "id\">" . get_user_icon('disable') ." + + + +      
+ -- cgit