// ****************************************************************** // Filename - admn_emp.html // Shortname - EM // Purpose - This code edits Employee information // Copyright - (C) 1996, Ingenia Communications Corporation // Authors - Kjell Wooding // - Chris Grant // Contact - kwooding@ingenia.com // ****************************************************************** CM_Authorize(); IF_VerifyRoutines(); empURL=addClient("admn_emp.html"); roomURL=addClient("admn_rm.html"); buildURL=addClient("admn_bdg.html"); invURL=addClient("admn_inv.html"); mapURL=addClient("admn_map.html"); quitURL=addClient("login.html?logout=1"); mainURL=addClient("admin.html"); iMeet 會議室預訂系統 - 員工資料維護作業 [ Buildings ] [ Employees ] [ Inventory ] [ Rooms ] [ Logout ] [ Main] function EM_EmpSelectOpts(empid, select) { CM_Connect(); if (empid) { // Show currently selected employee first stmt="SELECT * from Employee where Employee_ID='"+empid+"'"; csSelEmp=database.cursor(stmt); if (!csSelEmp.next()) { debug("ERROR: EM_Employee passed invalid empid:"+empid); } else { write("