// ****************************************************************** // Filename - meeting.html // Shortname - ME // Purpose - This displays the details for a particular meeting // Copyright - (C) 1996, Ingenia Communications Corporation // Authors - Kjell Wooding // - Chris Grant // Contact - kwooding@ingenia.com // ****************************************************************** CM_Authorize(); // Handlers ·|ij¸ê°T ME_Header(request.intMeetingID); IF_DisplayToolbar(false); ME_DisplayMeetingInfo(request.intMeetingID); IF_DisplayCopyright();