/* $Log: admin.html,v $ Revision 1.17 1996/08/21 17:53:45 kimberly rename index.html to index.html; break long lines; add comments Revision 1.16 1996/08/09 18:08:48 kimberly add language=JavaScript in script tags Revision 1.15 1996/08/09 02:04:42 kimberly change version number Revision 1.14 1996/08/08 17:47:49 kimberly use backslashQuote for status message Revision 1.13 1996/08/08 01:13:47 kimberly layout and copy stuff Revision 1.12 1996/08/05 21:42:38 kimberly add parameter when redirecting to initial.html because of an error to prevent loading frames again Revision 1.11 1996/08/03 00:32:05 kimberly remove inactive projects list from project object and replace with all projects list Revision 1.10 1996/08/02 02:19:40 kimberly changes for flattened directory s structure Revision 1.9 1996/08/01 19:01:36 kimberly add status line info after add, edit, or delete Revision 1.8 1996/08/01 01:06:28 kimberly merge changes Revision 1.7 1996/07/31 22:22:57 staal admin interface update Revision 1.5 1996/07/26 02:17:53 regan interface Revision 1.4 1996/07/25 16:26:49 kimberly remove absolute paths Revision 1.3 1996/07/23 18:54:54 kimberly Change hours_ims to tock_ims Revision 1.2 1996/07/23 18:52:55 kimberly Add Log tag */ checkPrevPage("admin.html"); if (lookupAdminStatus(client.id) != "Y") redirect("initial.html?err=1"); loadEmployees(); loadGroups(); loadAllProjects(); loadCategories(); if (client.status_msg != null && client.status_msg != "null") write(""); else write(""); client.status_msg = null; Administration

Click on one of the following to ADD a new:

| | |




To EDIT current Users, Groups, Projects & Types of Work:
Make a selection from one of the select lists and then click on the corresponding submit button.

writeHiddenList(project.group_list,"group_");

writeHiddenList(project.all_projects_list,"proj_");

writeHiddenList(project.category_list,"cat_");