// Administrative console help mapping file
//
// Updated 4/24/2003 CTD  4:00 p.m.
// V5.0 Help information
//
// The HelpCoord reads this file to correlate a helpId to a help file
// <helpID>$<help file name>
//
// This is not quite like the mapping files for AAT and other Java GUIs.
// You do NOT need the path information in front of the help file names.
// The delimiter is dollar sign instead of pound sign.
// Do not confuse the two file formats.
//
// This is a really persnickety file!
//
// Every line of this file must either be valid input,
// or a comment line beginning with two forward slashes.
//
// There can be NO blank lines.
//
// The last non-blank line in the file cannot have a return
// at the end of it. To test, place cursor at end of last
// non-blank line and press down arrow on keyboard. The
// cursor should not move.
//
// Violations can cause the GUI not to start!
//
// This file does not require translation.
//
// MIDDLEWARE SERVER
//
// collection
MiddlewareServer.collection$mws_collection.html
// detail
MiddlewareServer.detail$mws_other_detail.html
//wizard
MiddlewareServer.create.wizard.new$mws_detail_main_new.html
// Middleware Server Template collection
MiddlewareServerTemplate$servertemplate_collection.html
// Middleware Server template detail view
MiddlewareServer.selectserver$servertemplate_settings.html
// Middleware Server Operations collection
MiddlewareServerOperations$mws_srvoperations.html
// Middleware Server Operations detail view
MiddlewareServerOperations.selectoperations$mws_srvoperations_detail.html
// Middleware Server External Configuration Service
MiddlewareServer.ExternalConfigService$mws_detail_configsrv.html 
// Middleware Server External Log Service
MiddlewareServer.ExternalLogService$mws_detail_logsrv.html
// Middleware Server External Config File Editor
MiddlewareServer.ExternalConfigFile.editor$mws_detail_editor.html
// Middleware Server External Log File Viewer
MiddlewareServer.ExternalLogFile.viewer$mws_detail_viewfile.html
