// ------------------ wizBank Course object ---------------------------------------- 
// Convention:
//   public functions : use "wb_utils" prefix 
//   private functions: use "_wb_utils" prefix
// Dependency:
//   gen_utils.js
// ---------------------------------------------------------------------------------
// Index:
// A. Servlet
// B. Navigation Name
// C.0 XSL
// C.1 XSL
// D. Alert Message
// E. Navigation Label
// F. Invoke Servlet Functions
// G. Navigation Functions
// H. Generic Functions
// I. Classified Functions
// X1. Mirgate from ae_utils.js
// X2. Depreciated Item

// --------------------- A. Servlet ------------------------------------------------
wb_utils_servlet_url = '../servlet/qdb.qdbAction'
wb_utils_ae_servlet_url = '../servlet/cw.ae.aeAction'
wb_utils_disp_servlet_url = '../servlet/Dispatcher'
wb_utils_jsp_root_url = '../jsp/'

// --------------------- B. Navigation Name ----------------------------------------
wb_nav = 'wb_navigation_'

// ---------------------- C.0 JSP --------------------------------------------------
wb_utils_jsp_home = 'home.jsp'

// --------------------- C.1 XSL ----------------------------------------------------
// *** generic XSL ***
wb_utils_xsl_gen_pick_cos_module = 'gen_pick_cos_module.xsl'
wb_utils_xsl_search_result = 'search_result.xsl'
wb_utils_xsl_node_lst = 'itm_node_lst.xsl'
wb_utils_xsl_go_jsp_home = 'wb_go_home.xsl'
wb_utils_install_flash = 'install_flash.xsl'
wb_utils_detect_flash ='detect_flash.xsl'


//*** Course Authoring
wb_utils_xsl_save_cos_struct_success = 'saveCosStructSuccess.xsl'
wb_utils_xsl_save_cos_struct_failure = 'saveCosStructFailure.xsl'
wb_utils_xsl_save_cos_struct_xml = 'saveCosStructXML.xsl'
wb_utils_xsl_cos_struct_del_module = 'delModule.xsl'
wb_utils_xsl_cos_get_cos_timestamp = 'get_cos_timestamp.xsl'
wb_utils_xsl_ca_navigation_ns = 'ca_navigation_ns.xsl'

// *** for wb_criteria.js ***
wb_utils_xsl_crit_lst = 'crit_lst.xsl'
wb_utils_xsl_crit_dur_upd = 'crit_dur_upd.xsl'
wb_utils_xsl_crit_mod_status_upd = 'crit_mod_status_upd_lst.xsl'

// *** for wb_syllabus.js ***
wb_utils_xsl_ins_syb = 'ins_syb.xsl'

// *** for wb_course.js ***
wb_utils_xsl_course_upd = 'cos_upd.xsl' 
wb_utils_xsl_ins_mod = 'tst_ins.xsl'
wb_utils_xsl_course_mod_picker = 'course_mod_picker.xsl'

// ** for wb_credits.js
wb_utils_xsl_credits_lst = 'credits_lst.xsl'
wb_utils_xsl_credits_run_lst = 'credits_run_lst.xsl'
wb_utils_xsl_credits_ins = 'credits_ins.xsl'
wb_utils_xsl_credits_upd = 'credits_upd.xsl'
wb_utils_xsl_credits_ins_flag_confirm = 'credits_ins_flag_confirm.xsl'
wb_utils_xsl_credits_upd_flag_confirm = 'credits_upd_flag_confirm.xsl'
wb_utils_xsl_credits_run_upd = 'credits_run_upd.xsl'

// ** for wb_message.js ***
wb_utils_xsl_msg_notify = 'msg_notify.xsl'
wb_utils_xsl_msg_lnk_notify = 'msg_lnk_notify.xsl'
wb_utils_xsl_msg_ji = 'msg_ji.xsl'
wb_utils_xsl_msg_ji_preview = 'msg_ji_preview.xsl'
wb_utils_xsl_msg_ji_ins = 'msg_ji_ins.xsl'
wb_utils_xsl_msg_ji_edit = 'msg_ji_edit.xsl'
wb_utils_xsl_msg_ji_status = 'msg_ji_status_lst.xsl'
wb_utils_xsl_msg_preview_notify = 'notify_preview.xsl'
wb_utils_xsl_msg_preview_link_notify = 'preview_link_notify.xsl'
wb_utils_xsl_msg_preview_course_approval_request = 'course_approval_request_preview.xsl'
wb_utils_xsl_msg_preview_invite_target_learner = 'invite_target_learner_preview.xsl'
wb_utils_xsl_msg_export_address = 'msg_export_address.xsl'
wb_utils_xsl_course_tna_notify = 'course_tna_notify.xsl'
wb_utils_xsl_course_tna_notify_pick_cata_usr = 'course_tna_notify_pick_usr.xsl'
wb_utils_xsl_course_tna_notify_remove_cata_usr = 'course_tna_notify_remove_usr.xsl'
wb_utils_xsl_course_tna_notified_usr_lst = 'course_tna_notified_usr_lst.xsl'
wb_utils_xsl_course_tna_notify_preview_notes = 'tna_notes_htm.xsl'
wb_utils_xsl_course_tna_notify_preview_notes_stylesheet = 'svy_utils.xsl'
wb_utils_xsl_course_message_notify_preview_notes = 'message_notes_htm.xsl'
wb_utils_xsl_course_tna_notify_export_addr = 'course_tna_notify_export_addr.xsl'
wb_utils_xsl_notify_pick_usr = 'tna_notify_pick_usr.xsl'
wb_utils_xsl_notify_preview_prep = 'msg_notify_preview_prep.xsl'

// *** for wb_module.js ***
wb_utils_xsl_ist_ins_mod_frameset = 'ist_ins_mod_frameset.xsl'
wb_utils_xsl_ins_mod_select ='ins_mod_prep.xsl'
wb_utils_xsl_course_enrol_lst = 'course_enrol_lst.xsl'
wb_utils_xsl_ins_course = 'ins_cos.xsl'
wb_utils_xsl_ist_course_lst = 'ist_course_lst.xsl'
wb_utils_xsl_edit_course ='course_authoring_ns.xsl'
wb_utils_xsl_ass_enter_file_desc = 'ass_enter_file_desc.xsl'
wb_utils_xsl_view_course = 	'ist_tst_lst.xsl'
wb_utils_xsl_ist_view_cos_info = 'ist_view_cos_info.xsl'
wb_utils_xsl_start_course = 'lrn_tst_lst.xsl'
wb_utils_xsl_upd_mod = 'tst_upd.xsl'
wb_utils_xsl_upd_tst_mod= 'tst_info_frame.xsl'
wb_utils_xsl_upd_mod_sts = 'tst_sts_upd.xsl'
wb_utils_xsl_obj_add_syb = 'tst_obj_add_syb.xsl'
wb_utils_xsl_reorder = 'tst_info_menu_reorder.xsl'
wb_utils_xsl_tst_info_nav = 'tst_info_nav.xsl'
wb_utils_xsl_tst_info_menu = 'tst_info_menu.xsl'
wb_utils_xsl_tst_info_content = 'tst_info_content.xsl'
wb_utils_xsl_que_prompt = 'tst_que_prompt.xsl'
wb_utils_xsl_que_add_nav = 'tst_que_add_nav.xsl'
wb_utils_xsl_gen_info = 'gen_info.xsl'
wb_utils_xsl_ist_type_lst = 'ist_type_lst.xsl'
wb_utils_xsl_lrn_type_lst = 'lrn_type_lst.xsl'
wb_utils_xsl_stx_wizard = 'stx_wizard.xsl'
wb_utils_xsl_stx_que_parm = 'stx_que_parm.xsl'
wb_utils_xsl_enrol_grp_lst = 'ist_tst_enrol_grp_lst.xsl'
wb_utils_xsl_glo_edit = 'glo_edit.xsl'
wb_utils_xsl_glo_key_edit = 'glo_edit_key.xsl'
wb_utils_xsl_glo_key_add = 'glo_add_key.xsl'
wb_utils_xsl_glo_preview = 'glo_preview.xsl'
wb_utils_xsl_grp_rpt = 'ist_tst_enrol_lst.xsl'
wb_utils_xsl_preview_module = 'preview_module.xsl'
wb_utils_xsl_ist_view_mod_info = 'ist_view_module.xsl' 
wb_utils_xsl_start_module = 'start_module.xsl'
wb_utils_xsl_lrn_tst_rpt_usr = 'lrn_tst_rpt_usr_header.xsl'
wb_utils_xsl_lrn_tst_lst_det = 'lrn_tst_lst_det.xsl'
wb_utils_xsl_lrn_cos_lrn_lst = 'lrn_cos_lrn_lst.xsl'	
wb_utils_xsl_wizpack_tree = 'wizpack_tree.xsl'
wb_utils_xsl_wizpack_header = 'wizpack_header.xsl'
wb_utils_xsl_wizpack_footer = 'wizpack_footer.xsl'
wb_utils_xsl_course_tna_lst = 'course_tna_lst.xsl'
wb_utils_xsl_course_run_evn_lst = 'course_run_evn_lst.xsl'
wb_utils_xsl_course_run_lst = 'course_run_lst.xsl'
wb_utils_xsl_course_tna_topframe = 'course_tna_topframe.xsl'
wb_utils_xsl_course_evn_topframe = 'course_evn_topframe.xsl'
wb_utils_xsl_course_mod_frameset = 'course_mod_frameset.xsl'
wb_utils_xsl_course_mod_picker = 'course_module_picker.xsl'
	
// *** for wb_objective.js ***
wb_utils_xsl_add_syb_objective_lst = 'tst_syb_obj_add_lst.xsl'
wb_utils_xsl_add_objective_lst = 'tst_obj_add_lst.xsl'
wb_utils_xsl_get_objective_lst = 'objList.xsl'
wb_utils_xsl_show_objective = 'qFra.xsl'
wb_utils_xsl_get_res_lst = 'qList.xsl'
wb_utils_xsl_mag_obj_lst = 'obj_manager.xsl' 
wb_utils_xsl_upd_obj_lst = 'obj_upd.xsl'
wb_utils_xsl_tst_obj_prompt = 'tst_obj_prompt.xsl'
wb_utils_xsl_ins_obj = 'obj_ins.xsl'
wb_utils_xsl_tst_que_parm = 'tst_que_parm.xsl'
wb_utils_xsl_get_pick_res_lst = 'tst_res_add_menu.xsl'
wb_utils_xsl_get_pick_que_lst = 'tst_que_add_menu.xsl'
wb_utils_xsl_tst_ins_gen = 'tst_ins_gen.xsl'
wb_utils_xsl_mag_ass = 'ass_manager.xsl'
wb_utils_xsl_tst_que_upd_parm = 'tst_que_upd_parm.xsl'
wb_utils_xsl_show_objective_Header = 'objListHdr.xsl'
// recycle bin xsl
wb_utils_xsl_show_trash_objective = 'obj_trash_fra.xsl'
wb_utils_xsl_show_trash_objective_Header = 'obj_lst_trash_hdr.xsl'
wb_utils_xsl_get_trash_res_lst = 'res_trash_lst.xsl'

// *** for wb_question.js ***
wb_utils_xsl_get_que = 'que_get.xsl'
wb_utils_xsl_add = 'que_ins.xsl'
wb_utils_xsl_edit_que =  'que_upd.xsl'
wb_utils_xsl_paste_que = 'que_pst.xsl'
wb_utils_xsl_edit_in_mod = 'cm_que_upd.xsl' 
wb_utils_xsl_read_in_mod = 'cm_que_get_upd.xsl'
wb_utils_xsl_read_in_select_que = 'cm_que_get_ins.xsl'
wb_utils_xsl_tst_que_add_frame = 'tst_que_add_frame.xsl'
wb_utils_xsl_read_in_search  = 'search_result_ind.xsl'
wb_utils_xsl_edit_que_in_search = 'search_result_upd.xsl'

// *** for wb_resource.js ***
wb_utils_xsl_get_res = 'res_get.xsl'
wb_utils_xsl_ins_res = 'res_ins.xsl'
wb_utils_xsl_paste_res = 'res_pst.xsl'
wb_utils_xsl_ins_res_prep_inst = 'ins_res_prep_inst.xsl'
wb_utils_xsl_ins_res_prep = 'ins_res_prep.xsl'
wb_utils_xsl_upd_res = 'res_upd.xsl'
wb_utils_xsl_read_in_select_res ='cm_res_get_ins.xsl'
wb_utils_xsl_get_annotation_res ='tpl_annotated_web_browser_left.xsl'
wb_utils_xsl_read_res_in_search = 'search_result_res_ind.xsl'
//wb_utils_xsl_read_res_in_search = 'res_get.xsl'
wb_utils_xsl_edit_res_in_search = 'search_result_res_upd.xsl'
wb_utils_xsl_pick_res_from_rm = 'pick_res_from_rm.xsl'
wb_utils_xsl_trash_res_prep_inst = 'trash_res_prep_inst.xsl'
wb_utils_xsl_resource_wizpack = 'resource_wizpack.xsl'

// *** for wb_enrolment.js ***
wb_utils_xsl_get_ent_lst = 'course_enrol_lst2.xsl'
wb_utils_xsl_ins_enrol = 'course_enrol_ins.xsl'
wb_utils_xsl_get_ent_lst_ins = 'course_enrol_ins.xsl'

// *** for wb_usergrop.js ***
wb_utils_xsl_man_grp = 'usr_manager.xsl'
wb_utils_xsl_upd_usr_info_admin = 'usr_upd_admin.xsl'
wb_utils_xsl_upd_usr_info = 'usr_detail_upd.xsl'
wb_utils_xsl_upd_usr_info_trim = 'usr_detail_upd_trim.xsl'
wb_utils_xsl_upd_usr_info_ist = 'ist_usr_upd.xsl'
wb_utils_xsl_upd_usr_info_lrn = 'usr_detail_upd_trim.xsl'
wb_utils_xsl_upd_usr_info_lrn_reg = 'usr_detail_upd_trim_reg.xsl'
wb_utils_xsl_ins_usr = 'usr_detail_ins.xsl' 
wb_utils_xsl_ins_grp = 'usr_ins_grp.xsl'
wb_utils_xsl_upd_grp = 'usr_grp_upd.xsl'
wb_utils_xsl_usr_detail = 'usr_detail.xsl'
wb_utils_xsl_usr_search_result = 'usr_search_result.xsl'
wb_utils_xsl_usr_popup_search_result = 'usr_sim_search_result.xsl'
wb_utils_xsl_usr_adv_search = 'usr_adv_search.xsl'
wb_utils_xsl_usr_adv_search_export = 'usr_search_result_export.xsl'
wb_utils_xsl_usr_popup_search = 'usr_simple_search.xsl'
wb_utils_xsl_usr_del_detail = 'usr_detail.xsl'

// *** for wb_report.js
wb_utils_xsl_tst_enrol_lst = 'ist_tst_enrol_lst.xsl'
wb_utils_xsl_tst_rpt_usg = 'tst_rpt_usg_header.xsl'
wb_utils_xsl_tst_rpt_usr = 'tst_rpt_usr_header.xsl'
wb_utils_xsl_tst_usg_detail = 'tst_rpt_usg_detail.xsl'
wb_utils_xsl_tst_usr_detail = 'tst_rpt_usr_detail.xsl'
wb_utils_xsl_lrn_tst_usr_detail = 'lrn_tst_rpt_usr_detail.xsl'
wb_utils_xsl_ist_lrn_rpt_cos = 'ist_lrn_rpt_cos.xsl'
wb_utils_xsl_ist_lrn_rpt_mod = 'ist_lrn_rpt_mod.xsl'
wb_utils_xsl_ist_lrn_rpt_pack = 'ist_lrn_rpt_pack.xsl'
wb_utils_xsl_ist_rpt_pack = 'ist_rpt_pack.xsl'
wb_utils_xsl_ist_rpt_mod = 'ist_rpt_mod.xsl'
wb_utils_xsl_ist_lrn_rpt_cos_upd = 'ist_lrn_rpt_cos_upd.xsl' 
wb_utils_xsl_ist_rpt_ass = 'ist_rpt_ass.xsl'
wb_utils_xsl_ist_lrn_rpt_ass =  'ist_lrn_rpt_ass.xsl'
wb_utils_xsl_ist_lrn_rpt_skillsort = 'ist_lrn_rpt_skilsoft.xsl'
wb_utils_xsl_lrn_rpt_skillsort = 'lrn_rpt_skillsoft.xsl'

// *** for wb_search.js
wb_utils_xsl_adv_search = 'adv_search.xsl'

//  *** for wb_media.js
wb_utils_xsl_get_media = 'get_media.xsl'
wb_utils_xsl_get_media_success = 'get_media_success.xsl'
wb_utils_xsl_get_media_failure = 'get_media_failure.xsl'

// *** for wb_assignment.js
wb_utils_xsl_ass_submit = 'ass_submit.xsl'
wb_utils_xsl_ass_submit1 = 'ass_submit1.xsl'
wb_utils_xsl_ass_submit_step_2 = 'ass_submit2.xsl'
wb_utils_xsl_ass_submit_finish = 'ass_submit_finish.xsl'
wb_utils_xsl_ass_view_result = 'ass_result.xsl'
wb_utils_xsl_view_submission_graded = 'ass_sub_graded.xsl'
wb_utils_xsl_ass_grade = 'ass_grading.xsl'
wb_utils_xsl_view_submission_ungraded = 'ass_sub_ungraded.xsl'
wb_utils_xsl_view_submission_all = 'ass_sub_all.xsl'
wb_utils_xsl_view_submission_not_submit = 'ass_not_submit.xsl'

// *** calendar.js
wb_utils_xsl_cal_day_details = 'cal_day_details.xsl'
wb_utils_xsl_ist_calendar = 'ist_calendar.xsl'
wb_utils_xsl_lrn_calendar = 'lrn_calendar.xsl'
wb_utils_xsl_lrn_cal_day_details = 'lrn_calendar_details.xsl'
wb_utils_xsl_ist_cal_day_details= 'ist_calendar_details.xsl'

// *** annoucement.js
wb_utils_xsl_announcement_lst = 'announ_lst.xsl'
wb_utils_xsl_announcement_job_lst = 'fsdc_announ_job_lst.xsl'
wb_utils_xsl_announcement_lst_popup = 'announ_lst_popup.xsl'
wb_utils_xsl_announcement_dtl = 'announ_dtl.xsl'
wb_utils_xsl_announcement_upd = 'announ_upd_rte.xsl'
wb_utils_xsl_announcement_add = 'announ_ins_rte.xsl'

// instructor
wb_utils_xsl_ist_Announcement = 'ist_announcement.xsl'
wb_utils_xsl_ist_add_Announcement = 'ist_ins_announce.xsl'
wb_utils_xsl_ist_upd_Announcement = 'ist_upd_announce.xsl'
wb_utils_xsl_sys_Announcement = 'sys_announcement.xsl'
//learner
wb_utils_xsl_lrn_Announcement = 'lrn_announcement.xsl'
//admin
wb_utils_xsl_adm_res_Announcement = 'adm_res_announcement.xsl'
wb_utils_xsl_adm_sys_Announcement = 'adm_announcement.xsl'
wb_utils_xsl_adm_add_Announcement = 'announ_ins.xsl'
wb_utils_xsl_adm_upd_Announcement = 'announ_upd.xsl'
wb_utils_xsl_adm_sel_res_id = 'adm_sel_res_id.xsl'

// *** wb_forum.js
wb_utils_xsl_get_forum_lst = 'forum_get_lst.xsl'
wb_utils_xsl_maintain_forum ='forum_maintain.xsl'
wb_utils_xsl_ins_forum ='forum_insert.xsl'
wb_utils_xsl_upd_forum ='forum_update.xsl'
wb_utils_xsl_forum = 'forum.xsl'
wb_utils_xsl_forum_lst = 'forum2.xsl'
wb_utils_xsl_forum_ins_topic = 'forum_ins_topic.xsl'
wb_utils_xsl_view_msg = 'forum_view_msg.xsl'
wb_utils_xsl_reply = 'forum_reply.xsl'
wb_utils_xsl_forum_msg_lst = 'forum_msg_lst.xsl'
wb_utils_xsl_forum_search_topic = 'forum_search_topic.xsl'
wb_utils_xsl_forum_search_msg = 'forum_search_msg.xsl'
wb_utils_xsl_forum_search_topic_result = 'forum_search_top_result.xsl'
wb_utils_xsl_forum_search_msg_result = 'forum_search_msg_result.xsl'
wb_utils_xsl_reply = 'forum_reply.xsl'

// *** wb_faq.js
wb_utils_xsl_ist_faq_lst = 'ist_faq2.xsl'
wb_utils_xsl_lrn_faq_lst = 'lrn_faq2.xsl'
wb_utils_xsl_ist_faq_ins_topic = 'ist_faq_ins_topic.xsl'
wb_utils_xsl_lrn_faq_view_que = 'lrn_faq_view_que.xsl'
wb_utils_xsl_ist_faq_view_que = 'ist_faq_view_que.xsl'
wb_utils_xsl_ist_faq = 'ist_faq.xsl'
wb_utils_xsl_lrn_faq = 'lrn_faq.xsl'
wb_utils_xsl_ist_faq_ins_que = 'ist_faq_ins_que.xsl'
wb_utils_xsl_lrn_faq_ins_que = 'lrn_faq_ins_que.xsl'
wb_utils_xsl_ist_faq_search_topic = 'ist_faq_search_topic.xsl'
wb_utils_xsl_lrn_faq_search_topic = 'lrn_faq_search_topic.xsl'
wb_utils_xsl_ist_faq_search_topic_result = 'ist_faq_search_top_result.xsl'
wb_utils_xsl_ist_faq_search_que_result = 'ist_faq_search_que_result.xsl'
wb_utils_xsl_lrn_faq_search_topic_result = 'lrn_faq_search_top_result.xsl'
wb_utils_xsl_lrn_faq_search_que_result = 'lrn_faq_search_que_result.xsl'
wb_utils_xsl_ist_faq_ins_ans = 'ist_faq_ins_ans.xsl'
wb_utils_xsl_ist_faq_ins_comment = 'ist_faq_ins_comment.xsl'
wb_utils_xsl_lrn_faq_ins_comment = 'lrn_faq_ins_comment.xsl'

// *** wb_mote.js ***
wb_utils_xsl_mote_lst = 'mote_lst.xsl'
wb_utils_xsl_mote_itm_lst = 'mote_itm_lst.xsl'
wb_utils_xsl_mote_dtl = 'mote_dtl.xsl'
wb_utils_xsl_mote_ins = 'mote_ins.xsl'
wb_utils_xsl_mote_upd = 'mote_upd.xsl'

//*** 2nd Home ***
wb_utils_xsl_adm_enrol = 'adm_enrol.xsl'
wb_utils_xsl_help = 'help.xsl'
wb_utils_xsl_ist_create_course_lst ='ist_create_course_lst.xsl'
wb_utils_xsl_ist_course_lst = 'ist_course_lst.xsl'
wb_utils_xsl_syb_list = 'syb_list.xsl'
wb_utils_xsl_syb_manager = 'syb_manager.xsl'
wb_utils_xsl_syb_upd = 'syb_upd.xsl'
wb_utils_xsl_lrn_payment = 'ae_lrn_pay.xsl'
wb_utils_xsl_lrn_course_lst = 'lrn_course_lst.xsl'
wb_utils_xsl_lrn_item_details = 'lrn_item_details.xsl'
wb_utils_xsl_lrn_prog_details = 'lrn_prog_details.xsl'
wb_utils_xsl_lrn_cata_lst = 'ae_lrn_cata_lst.xsl'
wb_utils_xsl_web_browser_main = 'tpl_web_browser_main.xsl'
wb_utils_xsl_syb_obj_lst = 'syb_obj_lst.xsl'
wb_utils_xsl_objective_lst = 'objective_lst.xsl'

// *** for wb_bookmark.js ***
wb_utils_xsl_lrn_bkmark_lst = 'lrn_bookmark_lst.xsl'
wb_utils_xsl_web_browser_bm = 'tpl_web_browser_bm.xsl' 
wb_utils_xsl_web_browser_bm_top = 'tpl_web_browser_bm_top.xsl' 
wb_utils_xsl_web_browser_bm_top_prep = 'tpl_web_browser_bm_prep.xsl' 

// *** for wb_track.js ***
wb_utils_xsl_module_tacking = 'module_track.xsl'
wb_utils_xsl_wizpack_tacking = 'wizpack_track.xsl'
wb_utils_xsl_wizpack_send_last_prog = 'wizpack_last_track.xsl'
wb_utils_xsl_wizpack_module_track = 'wizpack_module_track.xsl'

// *** wb_application.js ***
wb_utils_xsl_pending_items = 'adm_pending_items.xsl'
wb_utils_xsl_pending_applicants = 'adm_pending_appn.xsl'
wb_utils_xsl_process_queue = 'adm_process_queue.xsl'
wb_utils_xsl_usr_process = 'adm_usr_process.xsl'
wb_utils_xsl_itm_lrn_history = 'enrollment_history.xsl'

// *** wb_wizard.js ***
wb_utils_xsl_wizard_step_one = 'cos_wizard_step1.xsl'
wb_utils_xsl_wizard_step_two = 'cos_wizard_step2.xsl'
wb_utils_xsl_wizard_step_three = 'cos_wizard_step3.xsl'

// *** for course authoring tool ***
wb_utils_xsl_ca_ins_folder = 'ca_ins_folder.xsl'
wb_utils_xsl_ca_edit_folder = 'ca_edit_folder.xsl'
wb_utils_xsl_ca_view_folder_info = 'ca_view_folder.xsl'

// *** for Course wazard tool ***
wb_utils_xsl_cos_wizard_step_lesson = 'cos_wizard_lesson.xsl'
wb_utils_xsl_cos_wizard_step_module = 'cos_wizard_module.xsl'
wb_utils_xsl_cos_wizard_step_frame = 'cos_wizard_frame.xsl'
wb_utils_xsl_cos_wizard_step_form = 'cos_wizard_form.xsl'
wb_utils_xsl_cos_wizard_step_title = 'cos_wizard_title.xsl'
wb_utils_xsl_cos_wizard_step_date = 'cos_wizard_date.xsl'
wb_utils_xsl_import_aicc_course = 'cos_wizard_import_aicc_cos.xsl'

// *** wb_nav_center.js ***
wb_utils_xsl_nav_center = 'lrn_nav_center.xsl'

// *** VCR ***
wb_utils_xsl_vcr_console = 'lrn_vcr_console.xsl'
wb_utils_xsl_vcr_content_curtain = 'lrn_vcr_content_curtain.xsl'
wb_utils_xsl_vcr_content_stage = 'lrn_vcr_content_stage.xsl'

// *** wb_ind_code.js ***
wb_utils_xsl_cdata_indcode_lst = 'cdata_indcode_lst.xsl'
wb_utils_xsl_cdata_indcode_add = 'cdata_indcode_add.xsl'
wb_utils_xsl_cdata_indcode_edit = "cdata_indcode_edit.xsl"

// *** wb_itm_lst.js ***

wb_utils_xsl_add_itm_done = 'ae_adm_add_item_done.xsl'
wb_utils_xsl_evn_lst = 'evn_lst.xsl'
wb_utils_xsl_itm_tna_dtl = 'ae_itm_tna_dtl.xsl'
wb_utils_xsl_itm_dtl_ass_node = 'ae_adm_itm_dtl_ass_node.xsl'
wb_utils_xsl_adm_itm_pick_cata_lst = 'ae_adm_itm_pick_cata_lst.xsl'
wb_utils_xsl_adm_itm_pick_node_lst = 'ae_adm_itm_pick_node_lst.xsl'


// *** wb_item.js ***
wb_utils_xsl_select_add_item_type_prep = 'ls_add_prep.xsl'
wb_utils_xsl_add_item = 'itm_add.xsl'
wb_utils_xsl_itm_details = 'itm_details.xsl'
wb_utils_xsl_itm_upd = 'itm_upd.xsl'
wb_utils_xsl_itm_upd_req_appr = 'itm_upd_req_appr.xsl'
wb_utils_xsl_itm_run_lst = 'itm_run_lst.xsl'
wb_utils_xsl_srh_itm = 'itm_search.xsl'
wb_utils_xsl_srh_itm_result = 'itm_search_result.xsl'
wb_utils_xsl_itm_lst = 'itm_lst.xsl'
wb_utils_xsl_attd_itm_lst = 'attendance_itm_lst.xsl'
wb_utils_xsl_add_item_run = 'itm_add_run.xsl'
wb_utils_xsl_itm_new_ver = 'itm_new_ver.xsl'
wb_utils_xsl_approved_itm_details = 'itm_approved_detail.xsl'
wb_utils_xsl_itm_cancel_run = 'itm_cancel_run.xsl'
wb_utils_xsl_itm_run_cancel_details = 'itm_run_view_cancel.xsl'
wb_utils_xsl_itm_run_details = 'itm_run_view.xsl'
wb_utils_xsl_itm_lrn_details = 'itm_lrn_details.xsl'
wb_utils_xsl_itm_add_itm_prep = 'add_itm_prep.xsl'
wb_utils_xsl_orphan_itm_lst = 'orphan_itm_lst.xsl'
wb_utils_xsl_edit_prog_itm = 'edit_prog_itm.xsl'
wb_utils_xsl_pick_prog_itm_cata_lst = 'pick_prog_itm_cata_lst.xsl'
wb_utils_xsl_pick_prog_itm_all_itm_lst = 'pick_prog_itm_all_itm_lst.xsl'
wb_utils_xsl_pick_prog_itm_node_lst = 'pick_prog_itm_node_lst.xsl'
wb_utils_xsl_pick_prog_itm_core = 'pick_prog_itm_core.xsl'
wb_utils_xsl_invite_target_lrn = 'target_participants.xsl'
wb_utils_xsl_num_target_lrn = 'target_participants_num.xsl'


// *** wb_application.js
wb_utils_xsl_application_frm = 'application_form.xsl'
wb_utils_xsl_application_frm_confirm ='application_form_confirm.xsl'
wb_utils_xsl_application_lst = 'application_lst.xsl'
wb_utils_xsl_application_process = 'application_process.xsl'
wb_utils_xsl_appr_application_lst = 'appr_application_lst.xsl'
wb_utils_xsl_app_ins_comment = 'application_ins_comment.xsl'
wb_utils_xsl_application_lrn_process = 'lrn_application_process.xsl'
wb_utils_xsl_application_new_enrollment = 'application_new_enrollment.xsl'
wb_utils_xsl_application_download_report = 'application_dl_report.xsl'
wb_utils_xsl_app_enrol_ass_cos_lst = 'enrol_assignment_cos_lst.xsl'
wb_utils_xsl_app_enrol_ass_app_lst = 'enrol_assignment_app_lst.xsl'

// *** wb_attendance.js
wb_utils_xsl_attendance = 'attendance_lst.xsl'
wb_utils_xsl_attendance_usr_remark = 'attendance_usr_rmk.xsl'
wb_utils_xsl_attendance_usr_status = 'attendance_usr_status.xsl'

// *** wb_goldenman.js ***
wb_utils_xsl_gen_tree = 'gen_tree.xsl'
wb_utils_xsl_item_add_itm_acc = 'itm_usr_add_list.xsl'
wb_utils_xsl_item_add_itm_acc_search_result = 'itm_usr_srh_result.xsl'

// *** wb_cata_lst.js ***
wb_utils_xsl_cata_lst = 'catalog_lst.xsl'
wb_utils_xsl_cata_order_lst = 'catalog_order_lst.xsl'
wb_utils_xsl_adm_edit_cata = "ae_adm_edit_cata.xsl"
wb_utils_xsl_adm_itm_lst = "ae_adm_itm_lst.xsl"
wb_utils_xsl_assign_cata_usr = 'ae_adm_assign_cata_usr.xsl'
wb_utils_xsl_append_cata_usr = 'ae_adm_append_cata_usr.xsl'
wb_utils_xsl_add_cata_done = 'ae_adm_add_cata_done.xsl'

// *** wb_mgt_rpt.js ***
wb_utils_xsl_rpt_get_all = "rpt_all.xsl"
wb_utils_xsl_rpt_cos_res = "rpt_cos_res.xsl"
wb_utils_xsl_rpt_dl_cos = "rpt_dl_cos.xsl"
wb_utils_xsl_rpt_lrn_res = "rpt_lrn_res.xsl"
wb_utils_xsl_rpt_dl_lrn = "rpt_dl_lrn.xsl"

// *** wb_lrn_soln.js ***
wb_utils_xsl_lrn_solu_view_cos = 'lrn_soln_view_cos.xsl'
wb_utils_xsl_lrn_solu_res_rpt = 'rpt_lrn_res.xsl'
wb_utils_xsl_lrn_solu_srh_rpt = 'rpt_lrn_srh.xsl'
wb_utils_xsl_lrn_solu_run_more = 'lrn_plan_run_more.xsl'
wb_utils_xsl_lrn_solu_more = 'lrn_plan_more.xsl'
wb_utils_xsl_lrn_solu_plan_cos = 'lrn_soln_plan_cos.xsl'
wb_utils_xsl_lrn_solu_itm_dtl = 'itm_lrn_details.xsl'

// *** wb_competence.js ***
wb_utils_xsl_cpty_all_scale = "all_scale.xsl"
wb_utils_xsl_cpty_manage_scale = "manage_scale.xsl"
wb_utils_xsl_cpty_ins_scale = "ins_scale.xsl"
wb_utils_xsl_cpty_edit_scale = "edit_scale.xsl"
wb_utils_xsl_cpty_scale_srh_simple_res = "scale_srh_simple_res.xsl"
wb_utils_xsl_cpty_scale_srh_advanced = "scale_srh_advanced.xsl"
wb_utils_xsl_cpty_all_comp = "all_comp.xsl"
wb_utils_xsl_cpty_manage_comp = "manage_comp.xsl"
wb_utils_xsl_cpty_ins_comp = "ins_comp.xsl"
wb_utils_xsl_cpty_upd_comp = "upd_comp.xsl"
wb_utils_xsl_cpty_edit_skill_que = "edit_skill_que.xsl"
wb_utils_xsl_cpty_view_skill_que = "view_skill_que.xsl"
wb_utils_xsl_cpty_sk_srh_simple_res = "sk_srh_simple_res.xsl"
wb_utils_xsl_cpty_sk_srh_advanced = "sk_srh_advanced.xsl"
wb_utils_xsl_cpty_view_skill = "view_skill.xsl"
wb_utils_xsl_cpty_upd_skill = "upd_skill.xsl"
wb_utils_xsl_cpty_view_scale = "view_scale.xsl"
wb_utils_xsl_cpty_upd_scale = "upd_scale.xsl"
wb_utils_xsl_cpty_edit_skill_frame = "edit_skill_frame.xsl"
wb_utils_xsl_cpty_ins_skill_frame = "ins_skill_frame.xsl"
wb_utils_xsl_cpty_ins_skill = "ins_skill.xsl"
wb_utils_xsl_cpty_ins_skill_scale = "ins_skill_scale.xsl"
wb_utils_xsl_cpty_edit_skill_scale = "edit_skill_scale.xsl"
wb_utils_xsl_cpty_manage_trash = "manage_trash.xsl"
wb_utils_xsl_cpty_sks_get_list = "sks_get_list.xsl"
wb_utils_xsl_cpty_sks_add_set = "sks_add_set.xsl"
wb_utils_xsl_cpty_sks_get_set = "sks_get_set.xsl"
wb_utils_xsl_cpty_sks_upd_set = "sks_upd_set.xsl"
wb_utils_xsl_cpty_sks_pick_list = "sks_pick_list.xsl"
wb_utils_xsl_cpty_sks_pick_sub_list = "sks_pick_sub_list.xsl"
wb_utils_xsl_cpty_comp_svy_get_list = "comp_svy_get_list.xsl"
wb_utils_xsl_cpty_comp_svy_pick_list = "comp_svy_pick_list.xsl"
wb_utils_xsl_cpty_comp_svy_pick_sub_list = "comp_svy_pick_sub_list.xsl"
wb_utils_xsl_cpty_comp_svy_edit_svy = "comp_svy_edit_svy.xsl"
wb_utils_xsl_cpty_comp_svy_preview_svy = "comp_svy_preview_svy.xsl"
wb_utils_xsl_cpty_comp_svy_ins_svy = "comp_svy_ins_svy.xsl"
wb_utils_xsl_cpty_comp_svy_view_svy = "comp_svy_view_svy.xsl"
wb_utils_xsl_cpty_comp_svy_view_sks = "comp_svy_view_sks.xsl"
wb_utils_xsl_cpty_comp_svy_edit_que = "comp_svy_edit_que.xsl"
wb_utils_xsl_cpty_comp_ass_get_list = "comp_ass_get_list.xsl"
wb_utils_xsl_cpty_comp_ass_ins_ass = "comp_ass_ins_ass.xsl"
wb_utils_xsl_cpty_comp_ass_get_ass = "comp_ass_get_ass.xsl"
wb_utils_xsl_cpty_comp_ass_pick_usr = "comp_ass_pick_usr.xsl"
wb_utils_xsl_cpty_comp_ass_upd_usr = "comp_ass_upd_usr.xsl"
wb_utils_xsl_cpty_comp_ass_pick_svy = "comp_ass_pick_svy.xsl"
wb_utils_xsl_cpty_comp_ass_view_ass = "comp_ass_view_ass.xsl"
wb_utils_xsl_cpty_comp_ass_get_res = "comp_ass_get_res.xsl"
wb_utils_xsl_cpty_comp_ass_get_usr_ass = "comp_ass_get_usr_ass.xsl"
wb_utils_xsl_cpty_comp_ass_submit_ass = "comp_ass_submit_ass.xsl"
wb_utils_xsl_cpty_comp_ass_view_res = "comp_ass_view_res.xsl"
wb_utils_xsl_cpty_comp_ass_upd_usr_info = "comp_ass_upd_usr_info.xsl"
wb_utils_xsl_cpty_sk_ana_get_prof = "sk_ana_get_prof.xsl"
wb_utils_xsl_cpty_sk_ana_usr_prof = "sk_ana_usr_prof.xsl"
wb_utils_xsl_cpty_sk_ana_usr_grp = "sk_ana_usr_grp.xsl"
wb_utils_xsl_cpty_sk_ana_prof_prof = "sk_ana_prof_prof.xsl"
wb_utils_xsl_cpty_sk_ana_pick_usr = "sk_ana_pick_usr.xsl"
wb_utils_xsl_cpty_sk_ana_compare = "sk_ana_compare.xsl"
wb_utils_xsl_cpty_sk_ana_show_comp = "sk_ana_show_comp.xsl"
wb_utils_xsl_cpty_sk_ana_get_itm = "sk_ana_get_itm.xsl"
wb_utils_xsl_cpty_sk_srh_pick_sk = "sk_srh_pick_sk.xsl"
wb_utils_xsl_cpty_sk_srh_get_res = "sk_srh_get_res.xsl"
wb_utils_xsl_cpty_sk_srh_pick_lst = "sk_srh_pick_lst.xsl"
wb_utils_xsl_cpty_sk_srh_pick_sub_lst = "sk_srh_pick_sub_lst.xsl"
wb_utils_xsl_cpty_sk_srh_get_usr_sk = "sk_srh_get_usr_sk.xsl"

// *** wb_fm.js (facility management) ***
wb_utils_xsl_fm_frame = 'fm_frame.xsl'
wb_utils_xsl_frm_itm_frame = 'fm_itm_frame.xsl'
wb_utils_xsl_frm_rsv_return_url = 'fm_rsv_return_url.xsl'

wb_utils_xsl_fm_facility_list = 'fm_facility_list.xsl'
wb_utils_xsl_fm_rsv_cal_prep = 'fm_calendar_prep.xsl'
wb_utils_xsl_fm_rsv_rec_srh = 'fm_rsv_record_srh.xsl'
wb_utils_xsl_fm_cart_add = 'fm_cart_add.xsl'
wb_utils_xsl_fm_rsv_rec = 'fm_rsv_record.xsl'
wb_utils_xsl_fm_calendar = 'fm_calendar.xsl'
wb_utils_xsl_fm_rsv_add = 'fm_rsv_add.xsl'
wb_utils_xsl_fm_rsv_cancel = 'fm_rsv_cancel.xsl'
wb_utils_xsl_fm_rsv_details = 'fm_rsv_details.xsl'
wb_utils_xsl_fm_rsv_upd = 'fm_rsv_update.xsl'
wb_utils_xsl_fm_rsv_csv = 'fm_rsv_record_csv.xsl'
wb_utils_xsl_fm_fs_cancel = 'fm_fs_cancel.xsl'

wb_utils_xsl_fm_clash_list = 'fm_cart_clash_list.xsl'
wb_utils_xsl_fm_cart_avail = 'fm_cart_availability_list.xsl'
wb_utils_xsl_fm_cart_conflicts = 'fm_cart_conflicts_list.xsl'
wb_utils_xsl_fm_blank = 'fm_blank.xsl'
wb_utils_xsl_fm_flush_cart = 'fm_flush.xsl'




// --------------------- D. Alert Message ------------------------------------------
// Big5 ============================================================================
wb_msg_ch_add  = '·s¼W'
wb_msg_ch_add_code  = 'Add Code (ch)'
wb_msg_ch_add_evn  = 'ch Add Course Evaluation'
wb_msg_ch_ado_not_support  = 'Án­µÀÉ®×¤£¨ü¤ä´©¡A¤ä´©ªºÀÉ®×¦³¡GASF, RA, RM, MOV¤ÎWAV'
wb_msg_ch_aicc_file_not_input  = '½Ð¿é¤JAICCÀÉ®×¦WºÙ'
wb_msg_ch_aicc_file_not_support  = 'AICCÀÉ®×Ãþ«¬¤£¨ü¤ä´©¡A¤ä´©ªºÀÉ®×¦³'
wb_msg_ch_aicc_same_filename  = '©Ò¤W¶ÇªºAICCÀÉ®×¦WºÙ¥²¶·¬Û¦P.'
wb_msg_ch_ann_begin_datetime  = '¶}©l¤é´Á'
wb_msg_ch_ann_end_datetime  = 'µ²§ô¤é´Á'
wb_msg_ch_annonation_too_long  = 'µùÄÀ¤Óªø¡A½Ð¿é¤J¤@­Ó¸ûµuªºµùÄÀ'
wb_msg_ch_ans_val  = 'µª®×À³¬O¤@­Ó¼Æ­È'
wb_msg_ch_answer  = 'µª®×'
wb_msg_ch_app_ass_full  = 'Not enough seat available'
wb_msg_ch_app_comment_content  = '·N¨£'
wb_msg_ch_app_waiting_list  = '§A¤w³Q¦C¤J«á¸É¦W³æ¤¤'
wb_msg_ch_appn_date  = 'À³¥Î¤é´Á'
wb_msg_ch_ass_due_datetime  = 'ºI¤î¤é´Á'
wb_msg_ch_ass_inst  = '½Ð¿é¤J¤@­Ó«ü¥Ü'
wb_msg_ch_ass_max_upload  = '´£¥æ¥\½ÒÀÉ®×¼Æ¥Ø'
wb_msg_ch_ass_submission_too_long  = '´£¥æ¥\½Òµ²«á»y¤Óªø¡A½Ð¿é¤J¤@­Ó¸ûµuªºµ²«á'
wb_msg_ch_assign_node  = 'Assign Categories (ch)'
wb_msg_ch_at_least_two_lvl  = 'Please enter at least 2 levels (ch)'
wb_msg_ch_attd_remark  = 'Please input a valid Remark (ch)'
wb_msg_ch_attempted  = '¹ï¤£°_¡A¦¹³æ¤¸¤w³Q¨Ï¥Î¡A§A¤£¯à¶i¦æ¥ô¦óÅÜ§ó'
wb_msg_ch_bday  = '¥X¥Í¤é´Á'
wb_msg_ch_bkmark_cos_eff  = '®ÑÅÒ§@¥ÎµL®Ä. ¦¹½Òµ{¤£¦b¦³®Äªº¤é´Á¤§¤º.'
wb_msg_ch_bkmark_cos_exist  = '®ÑÅÒ§@¥ÎµL®Ä. ¦¹½Òµ{¤w¸g³Q§R°£.'
wb_msg_ch_bkmark_cos_status  = '®ÑÅÒ§@¥ÎµL®Ä. ¦¹½Òµ{¼È®É¤£¯à¶i¤J.'
wb_msg_ch_bkmark_mod_eff  = '®ÑÅÒ§@¥ÎµL®Ä. ¦¹³æ¤¸¤£¦b¦³®Äªº¤é´Á¤§¤º.'
wb_msg_ch_bkmark_mod_exist  = '®ÑÅÒ§@¥ÎµL®Ä. ¦¹³æ¤¸¤w¸g³Q§R°£.'
wb_msg_ch_bkmark_mod_status  = '®ÑÅÒ§@¥ÎµL®Ä. ¦¹³æ¤¸¼È®É¤£¯à¶i¤J.'
wb_msg_ch_bkmark_title  = '®ÑÅÒ¦WºÙ'
wb_msg_ch_can_not_early_than  = 'cannot be earlier than'
wb_msg_ch_cannot_be_earlier  = '¤£¥i¦­©ó'
wb_msg_ch_cannot_be_larger  = 'cannot be larger than (ch)'
wb_msg_ch_cannot_paste  = '§A¤£¥i¦b¦¹¤p²Õ¤W¶K¤W¥Î¤á'
wb_msg_ch_cata_nm  = '¥Ø¿ý¦WºÙ'
wb_msg_ch_cdata_indcode  = '¦æ·~¥N¸¹'
wb_msg_ch_change_lang_confirm  = '(CH)You are trying to change the Language of the module.\n As a result, any question you have previously added in original language may become unvisiable. Are you sure?'
wb_msg_ch_change_offline  = '¦¹³æ¤¸¥¿¦b¦b½u¡A§A»Ý­nÂ÷½u«á¤~¯à¶i¦æ¥ô¦óÅÜ§ó'
wb_msg_ch_characters  = 'characters.'
wb_msg_ch_choose_blank  = '½Ð¥ý¿ï¾ÜªÅ¥Õ³¡¤À'
wb_msg_ch_choose_correct_answer  = '½Ð¿ï¾Ü¤@­Ó¥¿½Tµª®×'
wb_msg_ch_code  = 'Code (ch)'
wb_msg_ch_code_data  = 'Maintain Code Data (ch)'
wb_msg_ch_code_id  = 'Please enter the code id (ch)'
wb_msg_ch_comment  = 'Comment'
wb_msg_ch_confirm  = '¬O§_½T©w?'
wb_msg_ch_confirm_change_offline  = '¦¹³æ¤¸¥¿¦b¦b½u¡A§A»Ý­n±N¥¦Âà¬°Â÷½u«á¤~¯à¶i¦æ¥ô¦óÅÜ§ó¡A»Ý­n²{¦b±N¥¦Âà¬°Â÷½u¶Ü¡H'
wb_msg_ch_confirm_del  = '¦¹³æ¤¸±N·|¥Ã¤[§R°£¡A¬O§_½T©w¡H'
wb_msg_ch_confirm_del_cata  = '¦¹¥Ø¿ý±N·|¥Ã¤[§R°£¡A¬O§_½T©w¡H'
wb_msg_ch_confirm_del_forum  = 'This action will permanently remove the forum. Are you sure? (ch)'
wb_msg_ch_confirm_del_ind_code  = 'This will permanently delete the industry code. Are you sure? (ch)'
wb_msg_ch_confirm_del_itm  = '¦¹¶µ¥Ø±N·|³Q§R°£¡A¬O§_½T©w¡H'
wb_msg_ch_confirm_del_mote  = 'This action will permanently remove the MOTE report. Are you sure? (ch)'
wb_msg_ch_confirm_del_node  = '¦¹Ãþ§O±N·|¥Ã¤[§R°£¡A¬O§_½T©w¡H'
wb_msg_ch_confirm_del_usr  = 'This action will permanently remove the user from the system. Are you sure? (ch)'
wb_msg_ch_confirm_remove_itm  = '¦¹¶µ¥Ø±N·|³Q²¾°£¡A¬O§_½T©w¡H'
wb_msg_ch_contain_none  = '¨Ó·½/¥Ø¼Ð¥²¶·­n¦³¤å¦r©Î´CÅé'
wb_msg_ch_content  = '¤º®e'
wb_msg_ch_copy_ent  = '¸ê®Æ¤w¦¨¥\½Æ»s¡A§A¥i¿ï¾Ü¾A¦Xªº¦ì¸m¡AµM«á«ö¡u¶K¤W¡v'
wb_msg_ch_cut_ent  = '¸ê®Æ¤w¦¨¥\°Å¤U¡A§A¥i¿ï¾Ü¾A¦Xªº¦ì¸m¡AµM«á«ö¡u¶K¤W¡v'
wb_msg_ch_copy_que  = '°ÝÃD¤w¦¨¥\½Æ»s\n§A¥i¿ï¾Ü¾A¦Xªº¦ì¸m¡AµM«á«ö¡u¶K¤W¡v'
wb_msg_ch_copy_que_first  = '½Ð¥ý½Æ»s°ÝÃD'
wb_msg_ch_copy_res  = '¸ê·½¤w¦¨¥\½Æ»s\n§A¥i¿ï¾Ü¾A¦Xªº¦ì¸m¡AµM«á«ö¡u¶K¤W¡v'
wb_msg_ch_copy_res_first  = '½Ð¥ý½Æ»s¸ê·½'
wb_msg_ch_copy_skgrp_first  = 'Please copy a skill/category first(ch)'
wb_msg_ch_copy_usr_grp  = '½Ð¥ý½Æ»s¥Î¤á'
wb_msg_ch_cut_usr_grp  = '½Ð¥ý°Å¤U¥Î¤á'
wb_msg_ch_cost_actual  = 'Cost Budget Actual(ch)'
wb_msg_ch_cost_target  = 'Cost Budget Target(ch)'
wb_msg_ch_course_name  = '½Òµ{¦WºÙ'
wb_msg_ch_create_time  = '¨î©w®É¶¡'
wb_msg_ch_crit_mod_added  = 'Module has already been added in the criteria (ch)'
wb_msg_ch_crit_valid_dur  = 'Please input a valid duration (ch)'
wb_msg_ch_cut_obj  = '½Òµ{¤jºô/µû¦ô¸ê®Æ¤w¦¨¥\½Æ»s\n§A¥i¿ï¾Ü¾A¦Xªº¦ì¸m¡AµM«á«ö¡u¶K¤W¡v'
wb_msg_ch_cut_res  = '¸ê·½¤w¦¨¥\°Å¤U\n§A¥i¿ï¾Ü¾A¦Xªº¦ì¸m¡AµM«á«ö¡u¶K¤W¡v'
wb_msg_ch_cw_num_of_module  = '½Òµ{¼Æ¶q'
wb_msg_ch_cw_select_action  = '½Ð¿ï¾Ü¤@­Ó¤è®×'
wb_msg_ch_def  = '©w¸q'
wb_msg_ch_default_page  = '­º­¶'
wb_msg_ch_del_forum_msg  = '³o·|¦P®É§R°£³o¤å³¹¤Î¨ä¥H¤U¦^ÂÐªº¤å³¹¡A¬O§_½T©w¡H'
wb_msg_ch_del_it  = '§A¬O§_ªÖ©w­n±N¥¦§R°£?'
wb_msg_ch_del_source  = '¨Ó·½¥¿»P¨Ó¥Ø¼Ð¤W,§A¬O§_ªÖ©w­n±N¥¦§R°£?'
wb_msg_ch_del_target  = '¥Ø¼Ð¥¿»P¨Ó·½³s¤W,§A¬O§_ªÖ©w­n±N¥¦§R°£?'
wb_msg_ch_desc  = '¤º®eÂ²¤¶'
wb_msg_ch_desc_too_long  = 'Â²¤¶¤Óªø¡A½Ð¿é¤J¤@­Ó¸ûµuªºÂ²¤¶'
wb_msg_ch_diff_role  = '§A¤£¥i¦b¤£¦P¨­¥÷ªº¤p²Õ¤W¶K¤W'
wb_msg_ch_disp_name  = 'Åã¥Ü¦WºÙ'
wb_msg_ch_due_date  = 'Due Date(ch)'
wb_msg_ch_dur_que  = '¨C±øÃD¥Ø­­®É'
wb_msg_ch_duration  = '©Ò»Ý®É¶¡'
wb_msg_ch_edit  = '­×§ï'
wb_msg_ch_edit_code  = 'Edit Code (ch)'
wb_msg_ch_eff_date  = '½Òµ{¤é´Á'
wb_msg_ch_eff_end_date  = 'Effective End Date(ch)'
wb_msg_ch_eff_start_date  = 'Effective Start Date(ch)'
wb_msg_ch_end_date  = 'End Date(ch)'
wb_msg_ch_end_datetime  = 'µ²§ô®É¶¡'
wb_msg_ch_end_time  = '§¹¦¨®É¶¡'
wb_msg_ch_enter_answer  = '½Ð¿é¤Jµª®×'
wb_msg_ch_enter_ass_max_upload_no  = '½Ð¿é¤J³Ì¦h¤W¶ÇÀÉ®×¼Æ¥Ø'
wb_msg_ch_enter_score  = '½Ð¿é¤J¤À¼Æ'
wb_msg_ch_enter_title  = '½Ð¿é¤J¤@­Ó¼ÐÃD'
wb_msg_ch_enter_telephone = '½Ð¿é¤J¤@­Ó¹q¸Ü(¤é¶¡)'
wb_msg_ch_enter_vaild_birthday  = '½Ð¿é¤J¤@­Ó¥¿½Tªº¥Í¤é¤é´Á'
wb_msg_ch_enter_valid  = '½Ð¿é¤J¥¿½Tªº'
wb_msg_ch_enter_valid_addr  = '½Ð¿é¤J¤@­Ó¤Ö©ó 150 ­Ó¦ì¤¸©Î 70 ­ÓÂù¦ì¤¸ªº¦a§}'
wb_msg_ch_enter_valid_day  = '½Ð¿é¤J¥¿½T¤é´Á'
wb_msg_ch_enter_valid_fax  = '½Ð¿é¤J¥¿½Tªº³Å¯u¸¹½X'
wb_msg_ch_enter_valid_hkid  = '½Ð¿é¤J¥¿½Tªº¨­¥÷µý¸¹'
wb_msg_ch_enter_valid_br_number  = '½Ð¿é¤J¥¿½Tªº°Ó·~µn°OÃÒ¸¹½X'
wb_msg_ch_enter_valid_hour  = '½Ð¿é¤J¥¿½T¤p®É'
wb_msg_ch_enter_valid_minute  = '½Ð¿é¤J¥¿½T¤ÀÄÁ'
wb_msg_ch_enter_valid_month  = '½Ð¿é¤J¥¿½T¤ë¥÷'
wb_msg_ch_enter_valid_postal  = '½Ð¿é¤J¥¿½Tªº¶l¬F½s½X'
wb_msg_ch_enter_valid_pwd  = '½Ð¿é¤J¦³®Äªº±K½X'
wb_msg_ch_enter_valid_telephone  = '½Ð¿é¤J¥¿½Tªº¹q¸Ü¸¹½X'
wb_msg_ch_enter_valid_year  = '½Ð¿é¤J¥¿½T¦~¥÷'
wb_msg_ch_enter_value  = '½Ð¿é¤J'
wb_msg_ch_enter_email_address_bil = '½Ð¿é¤J¹q¤l¶l¥ó©ÎÁpµ¸¦a§}'
wb_msg_ch_error_no_target   = '¿ù»~¡A°t¹ï¨S¦³¥Ø¼Ð'
wb_msg_ch_error_no_score  = '¿ù»~¡A°t¹ï¨S¦³¨Ó·½'
wb_msg_ch_evn  = 'ch Course Evaluation'
wb_msg_ch_evt_datetime  = '®É¶¡'
wb_msg_ch_evt_venue_too_long  = '¦aÂI¤Óªø¡A½Ð¿é¤J¤@­Ó¸ûµuªº¦aÂI'
wb_msg_ch_faq_answer  = 'µª®×'
wb_msg_ch_faq_comment  = '·N¨£'
wb_msg_ch_faq_que  = '°ÝÃD¤º®e'
wb_msg_ch_file_height  = '´CÅéÀÉ°ª«×'
wb_msg_ch_file_not_support  = 'ÀÉ®×Ãþ«¬¤£¨ü¤ä´©¡A¤ä´©ªºÀÉ®×¦³¡GDOC,PPT¤ÎTXT'
wb_msg_ch_file_width  = '´CÅéÀÉ¼e«×'
wb_msg_ch_filename  = 'ÀÉ®×¦WºÙ'
wb_msg_ch_first_name  = '¦W  '
wb_msg_ch_fm_capacity_too_long  = 'Capacity is too long. \nPlease specify a shorter Capacity not longer than 1000 characters.'
wb_msg_ch_fm_date_range_too_large  = 'Date range is too large. Please enter the date range within 90 days'
wb_msg_ch_fm_des_too_long  = 'Description is too long. \nPlease specify a shorter Description not longer than 1000 characters.'
wb_msg_ch_fm_desc  = 'Venue'
wb_msg_ch_fm_desc_too_long  = 'Venue is too long. Please specify Venue not longer than '
wb_msg_ch_fm_no_of_participant  = 'No. of Participants'
wb_msg_ch_fm_other_fac_too_long  = 'The description of the Other facilities is too long. \nPlease specify a shorter description in Other facilities not longer than 1000 characters.'
wb_msg_ch_fm_purpose  = 'Event'
wb_msg_ch_fm_purpose_too_long  = 'Event is too long. Please specify Event not longer than '
wb_msg_ch_fm_reason  = 'Reason'
wb_msg_ch_fm_remarks_too_long  = 'Remarks is too long. \nPlease specify a shorter Remarks not longer than 1000 characters.'
wb_msg_ch_fm_select_cancellation_type  = 'Please specify a cancellation type'
wb_msg_ch_fm_time_intervals_same  = 'Start time and end time can not be the same'
wb_msg_ch_fm_title  = 'Title'
wb_msg_ch_glo  = 'µü·Jªí'
wb_msg_ch_glo_def  = '(CH)Please input a definition'
wb_msg_ch_glo_key  = '(CH)Please input a keyword'
wb_msg_ch_greater_length  = '¤j¹Lµª®×ªºªø«×'
wb_msg_ch_greater_zero  = '¿ù»~!¼Æ­È¥²¶·¤j¹L¹s'
wb_msg_ch_grp_code  = 'Group Code(ch)'
wb_msg_ch_grp_name  = '¤p²Õ¦WºÙ'
wb_msg_ch_img_not_support  = '¹Ï¹³ÀÉ®×¤£¨ü¤ä´©¡A¤ä´©ªºÀÉ®×¦³¡GGIF, JPG, BMP¤ÎSWF(Flash)'
wb_msg_ch_input_ass_no_of_upload  = '½Ð¿é¤J¤W¶ÇÀÉ®×¼Æ¥Ø'
wb_msg_ch_input_manual_datetime  = 'Please input a manual time (ch)'
wb_msg_ch_input_msg_sched  = '½Ð¿é¤J¤@­Ó«ü©wªºµo°e¤é´Á'
wb_msg_ch_input_number  = '¿ù»~!½Ð¿é¤J¼Æ¦r'
wb_msg_ch_input_reminder_datetime  = 'Please input a reminder time (ch)'
wb_msg_ch_input_seh_fld  = '½Ð¦Ü¤Ö¿é¤J¤@¶µ·j¯Á¸ê®Æ'
wb_msg_ch_input_system_datetime  = 'Please input a system time (ch)'
wb_msg_ch_ins_query_str  = 'Please insert string you want to search: (gb)'
wb_msg_ch_inst_too_long  = '«ü¥Ü¤Óªø¡A½Ð¿é¤J¤@­Ó¸ûµuªº«ü¥Ü'
wb_msg_ch_instructor  = 'Á¿ªÌ'
wb_msg_ch_intro  = 'Introductory paragraph (ch)'
wb_msg_ch_keyword  = 'ÃöÁä¦r'
wb_msg_ch_last_name  = '©m  '
wb_msg_ch_linked_category  = 'You cannot pick a linked category (ch)'
wb_msg_ch_manual_datetime  = 'Manual Time (ch)'
wb_msg_ch_max_char  = '¿ù»~!µª®×ªºªø«×¤£¥i¶W¶V³Ì¦h¦r¼Æ­È'
wb_msg_ch_max_lrn  = 'Max no. of learner (ch)'
wb_msg_ch_max_score  = '³Ì°ª¤À¼Æ'
wb_msg_ch_media_not_support  = '´CÅéÀÉ®×¤£¨ü¤ä´©¡A¤ä´©ªºÀÉ®×¦³¡GGIF, JPG¤ÎSWF(Flash)'
wb_msg_ch_min_lrn  = 'Min no. of learner (ch)'
wb_msg_ch_moderator  = 'Moderator(ch)'
wb_msg_ch_msg_body  = '¤º®e'
wb_msg_ch_msg_body_too_long  = '¤º®e¤Óªø¡A½Ð¿é¤J¤@­Ó¸ûµuªº¤º®e'
wb_msg_ch_msg_date  = '³q§iµo°e¤é´Á'
wb_msg_ch_msg_sch  = 'µo°e¤é´Á'
wb_msg_ch_msg_subject  = '¥DÃD'
wb_msg_ch_new_enrolment  = '·s¼W³ø¦W¦W³æ'
wb_msg_ch_no_blank  = '°ÝÃD¤£¥]¬AªÅ¥Õ³¡¤À'
wb_msg_ch_no_cross_que  = '(CH)No incorrect answer in the attempt'
wb_msg_ch_no_export_address  = 'No Notes Address to export (ch)'
wb_msg_ch_no_flag_que  = '(CH)No flagged question in the attempt'
wb_msg_ch_no_option  = '¡ÃD¤£¥]¬A¿ï¾ÜÃD'
wb_msg_ch_no_option_for_blank  = '¸ê®Æ¤£¨¬¡GªÅ¥Õ³¡¤À'
wb_msg_ch_no_que  = '¨S¦³¿ï¾Ü°ÝÃD'
wb_msg_ch_no_res  = '¨S¦³¿ï¾Ü¸ê·½'
wb_msg_ch_no_result  = '¦¹³æ¤¸¨S¦³Àx¦s¥ô¦ó¾Ç¥Íªº¦¨ÁZ'
wb_msg_ch_no_usrgrp  = '¨S¦³¥Î¤á²Õ'
wb_msg_ch_not_greater_max_score  = '¤À¼Æ¤£¥i¤j©ó³Ì°ª¤À¼Æ'
wb_msg_ch_notify  = 'ch Notification'
wb_msg_ch_notify_usr  = 'ch Notified User'
wb_msg_ch_numbering  = 'ÃD¸¹¥u¥i¿é¤J¥¿¾ã¼Æ'
wb_msg_ch_one_res  = '§A¥u¥i¿ï¾Ü¤@­Ó¸ê·½'
wb_msg_ch_overall_rating  = 'Overall Rating (ch)'
wb_msg_ch_pass_score  = '¦X®æ¦Ê¤À¤ñ'
wb_msg_ch_password  = '±K½X'
wb_msg_ch_paste_level  = '§A¤£¯à¦b¦¹¶¥¬q¶K¤Wµû¦ôÃþ«¬ªº½Òµ{¥Ø¼Ð'
wb_msg_ch_paste_same_grp  = '¤w¸g¦³¬Û¦Pªº¥Î¤á¦b³o­Ó¤p²Õ'
wb_msg_ch_pay_amount  = 'ª÷ÃB'
wb_msg_ch_pay_cheque_ref  = '¤ä²¼¥I´Ú½s¸¹'
wb_msg_ch_pay_not_enough  = '§A©Ò¤ä¥Iªºª÷ÃB¤£¨¬'
wb_msg_ch_pay_oi_id  = '­p¶O½s¸¹'
wb_msg_ch_pay_os_pay  = '©Ò¤ä¥Iªº¶O¥Î¤£¥i¤j©ó©|¥¼¤ä¥I¶O¥Î'
wb_msg_ch_pay_post_ref  = '×´Ú³æ½s¸¹'
wb_msg_ch_pay_sch_open_itm_desc  = '»¡©ú'
wb_msg_ch_pay_sch_open_itm_fr  = 'ºI¤î¤é´Á'
wb_msg_ch_pay_sch_open_itm_id  = '­p¶O½s¸¹'
wb_msg_ch_pay_sch_open_itm_status  = 'ª¬ºA'
wb_msg_ch_pay_sch_open_itm_to  = '¦Ü  '
wb_msg_ch_pay_sch_start_end  = '½Ð¿é¤J¤@­Ó¥¿½TªººI¤î¤é´Á'
wb_msg_ch_period_end_date  = 'Period End Date (ch)'
wb_msg_ch_period_start_date  = 'Period Start Date (ch)'
wb_msg_ch_pick_resource = 'Please specify an object.'
wb_msg_ch_plz_pick_sk  = 'Please select at least one skill (ch)'
wb_msg_ch_plz_sel_scale  = 'Please select or create a scale (ch)'
wb_msg_ch_preview_mode  = '¦b¹wÄý¼Ò¦¡¤¤¤£¯à»¼¥æµª®×¡C'
wb_msg_ch_que_number  = 'ÃD¥Ø¸¹½X'
wb_msg_ch_que_txt = 'Question Text'
wb_msg_ch_rating_target  = 'Overall Rating Target(ch)'
wb_msg_ch_reason  = 'Reason'
wb_msg_ch_reminder_datetime  = 'Reminder Time (ch)'
wb_msg_ch_remove_attempted  = '¦¹³æ¤¸¤w³Q¨Ï¥Î¡A¤£¯à§R°£'
wb_msg_ch_replace_res_from_rm  = '­n¨ú´À²{¦³ªº¸ê®Æ¶Ü?'
wb_msg_ch_res_id  = '¸ê·½½s¸¹'
wb_msg_ch_retyped_passwd  = '­«·s¿é¤Jªº±K½X»P­ì¥»ªº¤£¬Û²Å¡A½Ð§ó§ï'
wb_msg_ch_rm_ass  = 'This will permanently delete the assessment. Are you sure? (ch)'
wb_msg_ch_rm_cata  = 'This will permanently delete the category. Are you sure? (ch)'
wb_msg_ch_rm_comp_prof  = 'This will permanently delete the competency profile. Are you sure? (ch)'
wb_msg_ch_rm_scale  = 'This will permanently delete the scale. Are you sure? (ch)'
wb_msg_ch_rm_skill  = 'This will delete the skill. Are you sure? (ch)'
wb_msg_ch_rm_svy  = 'This will permanently delete the survey. Are you sure? (ch)'
wb_msg_ch_rpt_score  = '¦¨ÁZ'
wb_msg_ch_run_info  = 'Run Information (ch)'
wb_msg_ch_same_pos  = '§A¤£¯à¦b¦P¤@¦ì¸m¶K¤W'
wb_msg_ch_score  = '¿ù»~!¤À¼Æ¥²¶·¬O¼Æ­È'
wb_msg_ch_score_number  = '¤À¼Æ¤@©w¬O¥¿¾ã¼Æ'
wb_msg_ch_score_que  = '¨CÃD¤À¼Æ'
wb_msg_ch_score_txt = 'Score'
wb_msg_ch_search_field  = '·j´M¦r¦ê'
wb_msg_ch_sel  = 'Please select'
wb_msg_ch_sel_appr_role  = 'Please select approver in user role'
wb_msg_ch_sel_cancellation_type  = 'Please specify a cancellation type'
wb_msg_ch_sel_del_ann  = '½Ð¿ï¾Ü­n§R°£ªº¤½§i'
wb_msg_ch_sel_del_itm  = '½Ð¿ï¾Ü­n§R°£ªº¶µ¥Ø'
wb_msg_ch_sel_del_node  = '¨S¦³¿ï¾ÜÃþ§O'
wb_msg_ch_sel_gender  = '½Ð¿ï¾Ü©Ê§O'
wb_msg_ch_sel_itm_type  = 'Please select a item type (ch)'
wb_msg_ch_sel_msg_subtype  = '½Ð¿ï¾Ü¤@ºØµo°e¤èªk'
wb_msg_ch_sel_notify_usr_grp  = '½Ð¥[¤J±µ¦¬³q§iªº¥Î¤á/¤p²Õ'
wb_msg_ch_sel_one_itm_type  = 'Please select one of the item type (ch)'
wb_msg_ch_sel_one_usr  = '½Ð¿ï¾Ü¤@¦ì¥Î¤á'
wb_msg_ch_sel_pick_itm  = '½Ð¥ý¿ï¾Ü¶µ¥Ø'
wb_msg_ch_sel_remove_itm  = '½Ð¿ï¾Ü­n²¾°£ªº¶µ¥Ø'
wb_msg_ch_sel_usr  = '½Ð¿ï¾Ü¥Î¤á'
wb_msg_ch_sel_usr_role  = '½Ð¿ï¾Ü¥Î¤á¨­¥÷'
wb_msg_ch_sel_usr_s_status  = 'Please select a User Status (ch)'
wb_msg_ch_select  = '½Ð¿ï¾Ü'
wb_msg_ch_select_add_item_type  = 'Please Select a Learning Solutions Type(ch)'
wb_msg_ch_select_another_template  = 'WizPack (±Ð§÷®M¥ó)¼ËªO¥u¾A¥Î©óWizPackÃþ«¬¡C½Ð¿ï¥t¤@­Ó¼ËªO¡C'
wb_msg_ch_select_applicant  = 'Please select an applicant'
wb_msg_ch_select_bkmark  = '½Ð¥ý¿ï¾Ü¤@­Ó®ÑÅÒ'
wb_msg_ch_select_credit_type = 'Please select a credit type (ch)'
wb_msg_ch_select_content  = 'Please select at least one content'
wb_msg_ch_select_course  = '½Ð¥ý¿ï¾Ü¤@­Ó½Òµ{'
wb_msg_ch_select_cw_action  = 'Please specify an action'
wb_msg_ch_select_facility  = 'Please select a facility'
wb_msg_ch_select_faq_que  = '½Ð¿ï¾Ü°ÝÃD'
wb_msg_ch_select_faq_topic  = '½Ð¿ï¾Ü¥DÃD'
wb_msg_ch_select_grade  = 'Please select a grade (ch)'
wb_msg_ch_select_grp  = 'Please select a group (ch)'
wb_msg_ch_select_itm  = '½Ð¿ï¾Ü¶µ¥Ø'
wb_msg_ch_select_module  = '½Ð¥ý¿ï¾Ü¤@­Ó³æ¤¸'
wb_msg_ch_select_mote  = 'Please select a MOTE (ch)'
wb_msg_ch_select_msg  = '½Ð¿ï¾Ü¤@­Ó½g¤å³¹'
wb_msg_ch_select_obj_type  = '½Ð¿ï¾ÜÃþ«¬'
wb_msg_ch_select_objective  = '½Ð¥ý¿ï¾Ü½Òµ{¥Ø¼Ð'
wb_msg_ch_select_payment  = '½Ð¿ï¾Ü¤@ºØ¥I´Ú¤èªk'
wb_msg_ch_select_que  = '¨S¦³¿ï¾Ü°ÝÃD'
wb_msg_ch_select_res  = '¨S¦³¿ï¾Ü¸ê·½'
wb_msg_ch_select_rpt  = '½Ð¥ý¿ï¾Ü¤@­Ó¾Ç²ß³ø§i¡C'
wb_msg_ch_select_search_type  = '½Ð¿ï¾Ü¤@­ÓÀË¯Á½d³ò'
wb_msg_ch_select_site  = '½Ð¿ï¾Ü¾÷ºc'
wb_msg_ch_select_status  = 'Please select a status'
wb_msg_ch_select_stx_obj  = '½Ð¿ï¾Ü¤@­Ó¾Ç²ß¥Ø¼Ð'
wb_msg_ch_select_topic  = '½Ð¿ï¾Ü¤@­Ó½×ÃD'
wb_msg_ch_select_usr  = '½Ð¿ï¾Ü¤@­Ó¾Ç¥Í'
wb_msg_ch_select_usr_grp  = '½Ð¿ï¾Ü¥Î¤á©Î¤p²Õ'
wb_msg_ch_select_wizpack_template  = '§A©Ò¿ïªº¼ËªO¨Ã¤£¤ä´© WizPack (±Ð§÷®M¥ó)¡C½Ð¥t¿ï¤@­Ó¼ËªO¡C'
wb_msg_ch_source_same_def  = '©w¸q¤£¥i»P¨ä¥L¨Ó·½¬Û¦P'
wb_msg_ch_start_date  = 'Start Date(ch)'
wb_msg_ch_start_datetime  = '¶}©l®É¶¡'
wb_msg_ch_start_end_time  = 'µ²§ô®É¶¡¤£¥i¦­©ó¶}©l®É¶¡'
wb_msg_ch_start_time  = '¶}©l®É¶¡'
wb_msg_ch_start_time  = 'Start Time(ch)'
wb_msg_ch_suggested_time  = '«ØÄ³®É¶¡'
wb_msg_ch_sys_list  = '¸ê·½µ²ºc¹Ï'
wb_msg_ch_system_datetime  = 'System Time (ch)'
wb_msg_ch_taget_con_source  = '¥Ø¼Ð¨S¦³°t¹ï¨Ó·½¡C§A¬O§_ªÖ©w­n±N¥¦Àx¦s?'
wb_msg_ch_taget_same_def  = '©w¸q¤£¥i»P¨ä¥L¥Ø¼Ð¬Û¦P'
wb_msg_ch_target_one_source  = '(CH)Target must be connected by at least 1 source.'
wb_msg_ch_tch_bk_msg  = '·s¼W®ÑÅÒ«ö¶s¥u¾A¥Î©ó¾Ç¥Í'
wb_msg_ch_time_actual  = 'Development Budget Actual(ch)'
wb_msg_ch_time_limit  = '®É­­'
wb_msg_ch_time_target  = 'Development Budget Target(ch)'
wb_msg_ch_title  = '¥DÃD'
wb_msg_ch_title_length  = '½Ð¿é¤J¤£¦h©ó50­Ó¦r¥Àªº¦WºÙ'
wb_msg_ch_desc_length = 'Please specify description not longer than 100 characters'
wb_msg_ch_tnd_link  = '½Ð¥ý¿ï¾ÜÃþ§O'
wb_msg_ch_tnd_title  = 'Ãþ§O¦WºÙ'
wb_msg_ch_too_long   = '¹Lªø'
wb_msg_ch_ttl_que  = 'ÃD¥ØÁ`¼Æ'
wb_msg_ch_upd_time  = '§ó·s®É¶¡'
wb_msg_ch_upload_file  = '½Ð¤W¶Ç¤@­ÓÀÉ®×'
wb_msg_ch_upload_valid_wizpack  = '½Ð¤W¶Ç¤@­Ó¥¿½TªºWizPack(±Ð§÷®M¥ó)ÀÉ®×'
wb_msg_ch_upload_valid_zipfile  = '½Ð¤W¶Ç¤@­Ó¦³¥¿½T®æ¦¡ªº zip ÀÉ®×.'
wb_msg_ch_url  = 'ºô§}'
wb_msg_ch_user_exist  = '¤w¦s¦b'
wb_msg_ch_user_list = 'User Manager'
wb_msg_ch_usr_role  = 'in user role'
wb_msg_ch_vdo_not_support  = '¿ý¹³ÀÉ®×¤£¨ü¤ä´©¡A¤ä´©ªºÀÉ®×¦³¡GASF, RA, RM, MOV¤ÎSWF(Flash)'
wb_msg_ch_word_limit  = '¦r­­¬°'
wb_msg_ch_no_exp = '¨S¦³»¡©ú'
wb_msg_ch_dimen_error = '(CH)The dimension of the media file must be a number.'
wb_msg_ch_loading_msg = 'Loading... Please wait'
wb_msg_ch_get_partner_appr = 'Remember to get partner\'s approval. (ch)'
wb_msg_ch_cos_running_srch_btn = "Event for the Course Running by using the Search button"
wb_msg_ch_process_enrol = 'Processing Enrollment'
wb_msg_ch_wait_process_enrol = 'Please wait while the system is processing your request.'
wb_msg_ch_process_enrol_status = 'Processing enrollment'
wb_msg_ch_credit_unit = 'Credit Unit (ch)'
wb_msg_ch_enrol_passed = 'Enrolment date has passed.'
wb_msg_ch_ann_extra_1 = '¤½¥q¦WºÙ'
wb_msg_ch_specific_group = '½Ð¿ï¾Ü¤u§@¾÷ºc'
wb_msg_ch_usr_extra_7 = 'Ápµ¸¤H'
wb_msg_ch_usr_extra_8 = 'Ápµ¸¤H¹q¸Ü'
wb_msg_ch_enter_usr_extra_8 = '½Ð¿é¤JÁpµ¸¤H'
wb_msg_ch_enter_valid_usr_extra_8 = '½Ð¿é¤J¥¿½TªºÁpµ¸¤H¹q¸Ü'

// ISO-8859-1 ======================================================================
wb_msg_en_add = 'Add '
wb_msg_en_add_code = 'Add Code'
wb_msg_en_add_evn = 'Add Course Evaluation'
wb_msg_en_ado_not_support = 'The ADO file type is not supported. \n Currently supported types are: ASF, RA, RM, MOV and WAV.'
wb_msg_en_aicc_file_not_input = 'Please specify a valid AICC file'
wb_msg_en_aicc_file_not_support = 'The AICC file type is currently not supported. \n Currently supported types are:'
wb_msg_en_aicc_same_filename = 'All AICC files must use the same filename.'
wb_msg_en_ann_begin_datetime = 'Begin date'
wb_msg_en_ann_end_datetime = 'End date'
wb_msg_en_annonation_too_long = 'Annotation is too long. Please specify a shorter annotation.'
wb_msg_en_ans_val = 'The answer should be a number.'
wb_msg_en_answer = 'Answer'
wb_msg_en_app_ass_full = 'Not enough seat available'
wb_msg_en_app_comment_content = 'Comment'
wb_msg_en_app_waiting_list = 'Your application will be put to the waiting list'
wb_msg_en_appn_date = 'Application Date'
wb_msg_en_ass_due_datetime = 'Due Date'
wb_msg_en_ass_inst = 'Please specify an instruction'
wb_msg_en_ass_max_upload = 'Number of files of submission'
wb_msg_en_ass_submission_too_long = 'Message to student after submission is too long. Please specify a shorter message.'
wb_msg_en_assign_node = 'Assign Categories'
wb_msg_en_at_least_two_lvl = 'Please specify at least 2 levels'
wb_msg_en_attd_remark = 'Please specify a valid remark'
wb_msg_en_attempted = 'Sorry, since this module has been attempted, you are not allowed to make any changes.'
wb_msg_en_bday = 'Date of Birth'
wb_msg_en_bkmark_cos_eff = 'This bookmark is not available. The course is out of the effective date range.'
wb_msg_en_bkmark_cos_exist = 'This bookmark is not available. The course has been removed.'
wb_msg_en_bkmark_cos_status = 'This bookmark is not available. The course is currently not accessible.'
wb_msg_en_bkmark_mod_eff = 'This bookmark is not available. The module is out of the effective date range.'
wb_msg_en_bkmark_mod_exist = 'This bookmark is not available. The module has been removed.'
wb_msg_en_bkmark_mod_status = 'This bookmark is not available. The module is currently not accessible.'
wb_msg_en_bkmark_title = 'Bookmark Title'
wb_msg_en_can_not_early_than = 'cannot be earlier than'
wb_msg_en_cannot_be_earlier = 'cannot be earlier than'
wb_msg_en_cannot_be_larger = 'cannot be larger than'
wb_msg_en_cannot_paste = 'You cannot paste user to this group.'
wb_msg_en_cata_nm = 'Catalog Name'
wb_msg_en_cdata_indcode = 'Industry Code'
wb_msg_en_change_lang_confirm = 'You are trying to change the language of the module.\n As a result, some questions you have previously added under the original language may become unreadable. Are you sure?'
wb_msg_en_change_offline = 'This module is currently Online. You need to make it Offline before making any changes.'
wb_msg_en_characters = 'characters.'
wb_msg_en_choose_blank = 'Please choose a blank first.'
wb_msg_en_choose_correct_answer = 'Please choose a correct answer.'
wb_msg_en_code = 'Code'
wb_msg_en_code_data = 'Maintain Code Data'
wb_msg_en_code_id = 'Please specify the code ID'
wb_msg_en_comment = 'Comment'
wb_msg_en_confirm = 'Are you sure?'
wb_msg_en_confirm_change_offline = 'This module is currently Online. You need to make it Offline before making any changes.\n Do you want to do it now?'
wb_msg_en_confirm_del = 'This action will permanently remove the catalog. Are you sure?'
wb_msg_en_confirm_del_cata = 'This action will permanently remove the category. Are you sure?'
wb_msg_en_confirm_del_forum = 'This action will permanently remove the forum(s). Are you sure?'
wb_msg_en_confirm_del_ind_code = 'This action will permanently remove the Industry Code. Are you sure?'
wb_msg_en_confirm_del_itm = 'The item will be removed. Are you sure?'
wb_msg_en_confirm_del_mote = 'This action will permanently remove the MOTE report. Are you sure?'
wb_msg_en_confirm_del_node = 'This action will permanently remove the category. Are you sure?'
wb_msg_en_confirm_del_usr = 'This action will permanently remove the user from the system. Are you sure?'
wb_msg_en_confirm_remove_itm = 'The item will be removed. Are you sure?'
wb_msg_en_contain_none = 'Source/Target must contain text or media file'
wb_msg_en_content = 'Content'
wb_msg_en_copy_ent = 'Record is successfully copied.\nYou may now navigate to your desired location and press the Paste button there.'
wb_msg_en_cut_ent = 'Record is successfully cut.\nYou may now navigate to your desired location and press the Paste button there.'
wb_msg_en_copy_que = 'Question(s) are successfully copied.\nYou may now navigate to your desired category and press the Paste button there.'
wb_msg_en_copy_que_first = 'Please copy a question first.'
wb_msg_en_copy_res = 'Object(s) are successfully copied.\nYou may now navigate to your desired category and press the Paste button there.'
wb_msg_en_copy_res_first = 'Please copy an object first.'
wb_msg_en_copy_skgrp_first = 'Please copy a skill/category first'
wb_msg_en_copy_usr_grp = 'Please copy a user first.'
wb_msg_en_cut_usr_grp = 'Please cut a user.'
wb_msg_en_cost_actual = 'Cost Budget Actual'
wb_msg_en_cost_target = 'Cost Budget Target'
wb_msg_en_course_name = 'Course Name'
wb_msg_en_create_time = 'Creation Time'
wb_msg_en_crit_mod_added = 'Module has already been added in the criteria'
wb_msg_en_crit_valid_dur = 'Please specify a valid duration'
wb_msg_en_cut_obj = 'Objective is successfully cut.\nYou may now navigate to your desired location and press the Paste button there.'
wb_msg_en_cut_res = 'Knowledge object is successfully cut.\nYou may now navigate to your desired location and press the Paste button there.'
wb_msg_en_cw_num_of_module = 'Module Number'
wb_msg_en_def = 'Definition'
wb_msg_en_default_page = 'Default Page'
wb_msg_en_del_forum_msg = 'This will remove the message and all its replying messages. \nAre you sure?'
wb_msg_en_del_it = 'Are you sure?'
wb_msg_en_del_source = 'The source is connected by target(s). \nAre you sure?'
wb_msg_en_del_target = 'The target is connected by source(s). \nAre you sure?'
wb_msg_en_desc = 'Description'
wb_msg_en_desc_too_long = 'Description is too long. Please specify a shorter description.'
wb_msg_en_diff_role = 'You cannot paste to a group that has different role.'
wb_msg_en_disp_name = 'Display Name'
wb_msg_en_due_date = 'Due Date'
wb_msg_en_dur_que = 'Duration of each question'
wb_msg_en_duration = 'Duration'
wb_msg_en_edit = 'Edit'
wb_msg_en_edit_code = 'Edit Code'
wb_msg_en_eff_date = 'Effective Date'
wb_msg_en_eff_end_date = 'Effective End Date'
wb_msg_en_eff_start_date = 'Effective Start Date'
wb_msg_en_end_date = 'End Date'
wb_msg_en_end_datetime = 'Available until'
wb_msg_en_end_time = 'End day'
wb_msg_en_end_time = 'End Time'
wb_msg_en_enter_answer = 'Please specify the answer.'
wb_msg_en_enter_ass_max_upload_no = 'Please specify the maximum number of file upload'
wb_msg_en_enter_score = 'Please specify the score.'
wb_msg_en_enter_title = 'Please specify a title'
wb_msg_en_enter_telephone = 'Please enter a telephone(daytime) number'
wb_msg_en_enter_vaild_birthday = 'Please specify a valid Date of Birth'
wb_msg_en_enter_valid = 'Please specify a valid in the'
wb_msg_en_enter_valid_addr = 'Please specify address not more than 150 characters'
wb_msg_en_enter_valid_day = 'Please specify a valid Day'
wb_msg_en_enter_valid_fax = 'Please specify a valid Fax No.'
wb_msg_en_enter_valid_hkid = 'Please specify a valid HKID'
wb_msg_en_enter_valid_br_number  = 'Please specify a valid Business Registration Number'
wb_msg_en_enter_valid_hour = 'Please specify a valid Hour'
wb_msg_en_enter_valid_minute = 'Please specify a valid Minute'
wb_msg_en_enter_valid_month = 'Please specify a valid Month'
wb_msg_en_enter_valid_postal = 'Please specify a valid Postal Code'
wb_msg_en_enter_valid_pwd = 'Please specify a valid Password'
wb_msg_en_enter_valid_telephone = 'Please specify a valid Telephone No.'
wb_msg_en_enter_valid_year = 'Please specify a valid Year'
wb_msg_en_enter_value = 'Please specify a value in the'
wb_msg_en_enter_email_address_bil = 'Please enter a E-mail Address or Mailing Address'
wb_msg_en_error_no_target  = 'Please specify at least one target.'
wb_msg_en_error_no_score = 'Please specify at least one source.'
wb_msg_en_evn = 'Course Evaluation'
wb_msg_en_evt_datetime = 'Event Date'
wb_msg_en_evt_venue_too_long = 'Venue is too long. Please specify a shorter value.'
wb_msg_en_faq_answer = 'Answer'
wb_msg_en_faq_comment = 'Comment'
wb_msg_en_faq_que = 'Question content'
wb_msg_en_file_height = 'Media file height'
wb_msg_en_file_not_support = 'The file type is currently not supported.\n Currently supported types are: DOC, PPT, HTM and TXT.'
wb_msg_en_file_width = 'Media file width'
wb_msg_en_filename = 'File name'
wb_msg_en_first_name = 'First Name'
wb_msg_en_fm_capacity_too_long = " 'Capacity is too long. \nPlease specify a shorter Capacity not longer than 1000 characters.'"
wb_msg_en_fm_date_range_too_large = 'Date range is too large. Please enter the date range within 90 days'
wb_msg_en_fm_des_too_long = " 'Description is too long. \nPlease specify a shorter Description not longer than 1000 characters.'"
wb_msg_en_fm_desc = 'Venue'
wb_msg_en_fm_desc_too_long = 'Venue is too long. Please specify Description not longer than '
wb_msg_en_fm_no_of_participant = 'No. of Participants'
wb_msg_en_fm_other_fac_too_long = " 'The description of the Other facilities is too long. \nPlease specify a shorter description in Other facilities not longer than 1000 characters.'"
wb_msg_en_fm_purpose = 'Event'
wb_msg_en_fm_purpose_too_long = 'Event is too long. Please specify Event not longer than '
wb_msg_en_fm_reason = 'Reason'
wb_msg_en_fm_remarks_too_long = " 'Remarks is too long. \nPlease specify a shorter Remarks not longer than 1000 characters.'"
wb_msg_en_fm_select_cancellation_type = 'Please specify a cancellation type'
wb_msg_en_fm_time_intervals_same = 'Start time and end time cannot be the same'
wb_msg_en_fm_title = 'Title'
wb_msg_en_glo = 'Glossary'
wb_msg_en_glo_def = 'Please specify a definition'
wb_msg_en_glo_key = 'Please specify a keyword'
wb_msg_en_greater_length = 'The number must be greater than the length of the answers.'
wb_msg_en_greater_zero = 'The number must be greater than 0.'
wb_msg_en_grp_code = 'Group Code'
wb_msg_en_grp_name = 'Group Name'
wb_msg_en_img_not_support = 'The image file type is not supported.\n Currently supported types are! GIF, JPG, BMP and SWF(Flash).'
wb_msg_en_input_ass_no_of_upload = 'Please specify the number of files to be uploaded.'
wb_msg_en_input_manual_datetime = 'Please specify a manual time'
wb_msg_en_input_msg_sched = 'Please specify a scheduled date.'
wb_msg_en_input_number = 'Please specify the number.'
wb_msg_en_input_reminder_datetime = 'Please specify a reminder time'
wb_msg_en_input_seh_fld = 'Please specify at least one field'
wb_msg_en_input_system_datetime = 'Please specify a system time'
wb_msg_en_ins_query_str = 'Please specify text you want to search:'
wb_msg_en_inst_too_long = 'Instruction is too long. Please specify a shorter Instruction.'
wb_msg_en_instructor = 'Instructor'
wb_msg_en_intro = 'Introductory paragraph'
wb_msg_en_keyword = 'Keyword'
wb_msg_en_last_name = 'Last Name'
wb_msg_en_linked_category = 'You cannot select a linked category'
wb_msg_en_manual_datetime = 'Manual Time'
wb_msg_en_max_char = 'The answer is longer than the maximum number of characters allowed.'
wb_msg_en_max_lrn = 'Max no. of learner'
wb_msg_en_max_score = 'Max. Score'
wb_msg_en_media_not_support = 'The media file type is currently not supported.\n Currently supported types are: GIF, JPG and SWF(Flash).'
wb_msg_en_min_lrn = 'Min no. of learner'
wb_msg_en_moderator = 'Moderator'
wb_msg_en_msg_body = 'Message Body'
wb_msg_en_msg_body_too_long = 'Content length is too long, Please specify a shorter value'
wb_msg_en_msg_date = 'Schedule Date'
wb_msg_en_msg_sch = 'Schedule'
wb_msg_en_msg_subject = 'Subject'
wb_msg_en_new_enrolment = 'New Enrollment'
wb_msg_en_no_blank = 'The question should have at least one blank'
wb_msg_en_no_cross_que = 'No incorrect answer in the attempt.'
wb_msg_en_no_export_address = 'No Notes Address to export'
wb_msg_en_no_flag_que = 'No flagged question in the attempt.'
wb_msg_en_no_option = 'Question contains no option.'
wb_msg_en_no_option_for_blank = 'No option for the blank.'
wb_msg_en_no_que = 'No question is selected.'
wb_msg_en_no_res = 'No object is selected.'
wb_msg_en_no_result = 'No student results for this module.'
wb_msg_en_no_usrgrp = 'No User Group'
wb_msg_en_not_greater_max_score = 'Score can not greater than the max. score'
wb_msg_en_notify = 'Notification'
wb_msg_en_notify_usr = 'Notified User'
wb_msg_en_numbering = 'Please specify only positive integer in question number.'
wb_msg_en_one_res = 'You are allowed to select one object only.'
wb_msg_en_overall_rating = 'Overall Rating'
wb_msg_en_pass_score = 'Passing Percentage'
wb_msg_en_password = 'Password'
wb_msg_en_paste_level = 'You cannot paste assessment objective to this level.' //MK: Deprecated? Please check.
wb_msg_en_paste_same_grp = 'The user has already been added in this group.'
wb_msg_en_pay_amount = 'Amount'
wb_msg_en_pay_cheque_ref = 'Cheque Ref. No'
wb_msg_en_pay_not_enough = 'You do not have enough money.'
wb_msg_en_pay_oi_id = 'Open item ID'
wb_msg_en_pay_os_pay = 'Paying amount should not be greater than outstanding amount' //MK: Needs clarification
wb_msg_en_pay_post_ref = 'Post Ref. No'
wb_msg_en_pay_sch_open_itm_desc = 'Description'
wb_msg_en_pay_sch_open_itm_fr = 'Due Date'
wb_msg_en_pay_sch_open_itm_id = 'reference no.'
wb_msg_en_pay_sch_open_itm_status = 'State'
wb_msg_en_pay_sch_open_itm_to = 'to  '
wb_msg_en_pay_sch_start_end = 'Please specify a valid due date'
wb_msg_en_period_end_date = 'Period End Date'
wb_msg_en_period_start_date = 'Period Start Date'
wb_msg_en_pick_resource = 'Please specify an object.'
wb_msg_en_plz_pick_sk = 'Please specify at least one skill'
wb_msg_en_plz_sel_scale = 'Please specify or create a scale'
wb_msg_en_preview_mode = 'Answers cannot be submitted in preview mode.'
wb_msg_en_que_number = 'Question number'
wb_msg_en_que_txt = 'Question Text'
wb_msg_en_rating_target = 'Overall Rating Target'
wb_msg_en_reason = 'Reason'
wb_msg_en_reminder_datetime = 'Reminder Time'
wb_msg_en_remove_attempted = 'This module cannot be removed because it has been attempted.'
wb_msg_en_replace_res_from_rm = 'Do you want to replace the original information?'
wb_msg_en_res_id = 'Resource ID'
wb_msg_en_retyped_passwd = 'The re-typed password is not the same as the original. Please correct.'
wb_msg_en_rm_ass = 'This action will permanently remove the assessment. Are you sure?'
wb_msg_en_rm_cata = 'This action will permanently remove the category. Are you sure?'
wb_msg_en_rm_comp_prof = 'This action will permanently remove the competency profile. Are you sure?'
wb_msg_en_rm_scale = 'This action will permanently remove the scale. Are you sure?'
wb_msg_en_rm_skill = 'This action will permanently remove the skill. Are you sure?'
wb_msg_en_rm_svy = 'This action will permanently remove the survey. Are you sure?'
wb_msg_en_rpt_score = 'Score'
wb_msg_en_run_info = 'Run Information'
wb_msg_en_same_pos = 'You cannot paste to the same position.'
wb_msg_en_score = 'The score must be number.'
wb_msg_en_score_number = 'The score must be an integer.'
wb_msg_en_score_que = 'Score of each question'
wb_msg_en_score_txt = 'Score'
wb_msg_en_search_field = 'search field'
wb_msg_en_sel = 'Please specify'
wb_msg_en_sel_appr_role = 'Please specify approver in user role'
wb_msg_en_sel_cancellation_type = 'Please specify a cancellation type'
wb_msg_en_sel_del_ann = 'Please specify an announcement to remove'
wb_msg_en_sel_del_itm = 'Please specify an item to remove'
wb_msg_en_sel_del_node = 'Please specify a category to remove'
wb_msg_en_sel_gender = 'Please specify gender'
wb_msg_en_sel_itm_type = 'Please specify an item type'
wb_msg_en_sel_msg_subtype = 'Please specify a notification type in \'By\''
wb_msg_en_sel_notify_usr_grp = 'Please specify a user group/user in \'To\''
wb_msg_en_sel_one_itm_type = 'Please specify one of the item types'
wb_msg_en_sel_one_usr = 'Please specify a user'
wb_msg_en_sel_pick_itm = 'Please specify an item'
wb_msg_en_sel_remove_itm = 'Please specify an item to remove'
wb_msg_en_sel_usr = 'Please specify a user'
wb_msg_en_sel_usr_role = 'Please specify a user role'
wb_msg_en_sel_usr_s_status = 'Please select a user status'
wb_msg_en_select_credit_type = 'Please select a credit type'
wb_msg_en_select = 'Please specify for'
wb_msg_en_select_add_item_type = 'Please specify a Learning Solution type'
wb_msg_en_select_another_template = 'wizPack template does not support the format of the source. Please specify another template.'
wb_msg_en_select_applicant = 'Please specify an applicant'
wb_msg_en_select_bkmark = 'Please specify a bookmark first.'
wb_msg_en_select_content = 'Please specify at least one content'
wb_msg_en_select_course = 'Please specify a course first.'
wb_msg_en_select_cw_action = 'Please specify an action'
wb_msg_en_select_facility = 'Please specify a facility'
wb_msg_en_select_faq_que = 'Please specify a question'
wb_msg_en_select_faq_topic = 'Please specify a topic'
wb_msg_en_select_grade = 'Please specify a grade'
wb_msg_en_select_grp = 'Please specify a group'
wb_msg_en_select_itm = 'Please specify an item'
wb_msg_en_select_module = 'Please specify a module first.'
wb_msg_en_select_mote = 'Please specify a MOTE.'
wb_msg_en_select_msg = 'Please specify a message'
wb_msg_en_select_obj_type = 'Please specify a type'
wb_msg_en_select_objective = 'Please specify an objective first.'
wb_msg_en_select_payment = 'Please specify a payment record'
wb_msg_en_select_que = 'No question is selected.'
wb_msg_en_select_res = 'No knowledge object is selected.'
wb_msg_en_select_rpt = 'Please specify a report.'
wb_msg_en_select_search_type = 'Please specify a type.'
wb_msg_en_select_site = 'Please specify an organization'
wb_msg_en_select_status = 'Please specify a status'
wb_msg_en_select_stx_obj = 'Please specify an objective'
wb_msg_en_select_topic = 'Please specify a topic'
wb_msg_en_select_usr = 'Please specify a learner'
wb_msg_en_select_usr_grp = 'Please specify a user/user group'
wb_msg_en_select_wizpack_template = 'The template you selected does not support wizPack format. Please specify another template.'
wb_msg_en_source_same_def = 'The definition cannot be same as the other sources.'
wb_msg_en_start_date = 'Start Date'
wb_msg_en_start_datetime = 'Available after'
wb_msg_en_start_end_time = 'The end date cannot be earlier than the start date.'
wb_msg_en_start_time = 'Start date'
wb_msg_en_start_time = 'Start Time'
wb_msg_en_suggested_time = 'Suggested Time'
wb_msg_en_sys_list = 'Knowledge Management'
wb_msg_en_system_datetime = 'System Time'
wb_msg_en_taget_con_source = 'Some targets are not connected to the sources.\n Are you sure to proceed?'
wb_msg_en_taget_same_def = 'The definition cannot be same as the other targets.'
wb_msg_en_target_one_source = 'Target must be connected by at least one source.'
wb_msg_en_tch_bk_msg = 'This button is only available to student.'
wb_msg_en_time_actual = 'Development Budget Actual'
wb_msg_en_time_limit = 'Time Limit'
wb_msg_en_time_target = 'Development Budget Target'
wb_msg_en_title = 'Title'
wb_msg_en_title_length = 'Please specify name not longer than 50 characters'
wb_msg_en_desc_length = 'Please specify description not longer than 100 characters'
wb_msg_en_tnd_link = 'Please specify a category'
wb_msg_en_tnd_title = 'Category Name'
wb_msg_en_too_long  = 'too long'
wb_msg_en_ttl_que = 'Total number of question'
wb_msg_en_upd_time = 'Last modified time'
wb_msg_en_upload_file = 'Please upload a file'
wb_msg_en_upload_valid_wizpack = 'Please upload a valid wizPack file'
wb_msg_en_upload_valid_zipfile = 'Please upload a valid zip file.'
wb_msg_en_url = 'URL '
wb_msg_en_user_exist = 'already exists'
wb_msg_en_user_list = 'User Manager'
wb_msg_en_usr_role = 'in user role'
wb_msg_en_vdo_not_support = 'The VDO file type is not supported.\n Currently supported type are: ASF, RA, RM, MOV and SWF(Flash).'
wb_msg_en_word_limit = 'Max. length is'
wb_msg_en_no_exp = 'No Explanation'
wb_msg_en_dimen_error = 'The dimension of the media file must be a integer.'
wb_msg_en_loading_msg = 'Loading... Please wait'
wb_msg_en_get_partner_appr = 'Remember to get partner\'s approval.'
wb_msg_en_cos_running_srch_btn = "Please specify a value in the Event for the Course Running by using the Search button"
wb_msg_en_process_enrol = 'Processing Enrollment'
wb_msg_en_wait_process_enrol = 'Please wait while the system is processing your request.'
wb_msg_en_process_enrol_status = 'Processing enrollment'
wb_msg_en_credit_unit = 'Credit Unit'
wb_msg_en_enrol_passed = 'Enrolment date has passed.'
wb_msg_en_ann_extra_1 = 'Company Name'
wb_msg_en_specific_group = 'Please specify an organization.'
wb_msg_en_usr_extra_7 = 'Contact Person'
wb_msg_en_usr_extra_8 = 'Phone Number of Contact Person'
wb_msg_en_enter_usr_extra_8 = 'Please specify the Phone Number of Contact Person'
wb_msg_en_enter_valid_usr_extra_8 = 'Please specify a valid Phone Number of Contact Person'

// GB2312 ==========================================================================
wb_msg_gb_add = 'Ìí¼Ó'
wb_msg_gb_add_code = 'Ìí¼Ó±àºÅ'
wb_msg_gb_add_evn = 'Ìí¼Ó¿Î³ÌÆÀ¹À'
wb_msg_gb_ado_not_support = 'ÉùÒôµµ°¸²»ÊÜÖ§³Ö£¬Ö§³ÖµÄµµ°¸ÓÐ£ºASF, RA, RM, MOV¼°WAV'
wb_msg_gb_aicc_file_not_input = 'ÇëÊäÈëÕýÈ·µÄAICCµµ°¸Ãû³Æ'
wb_msg_gb_aicc_file_not_support = 'AICCÎÄµµÀàÐÍ²»ÊÜÖ§³Ö¡£Ö§³ÖµÄÎÄµµÓÐ£º'
wb_msg_gb_aicc_same_filename = 'ËùÓÐAICC ÎÄµµ±ØÐëÊ¹ÓÃÏàÍ¬µÄÎÄ¼þÃû'
wb_msg_gb_ann_begin_datetime = '¿ªÊ¼ÈÕÆÚ'
wb_msg_gb_ann_end_datetime = '½áÊøÈÕÆÚ'
wb_msg_gb_annonation_too_long = '×¢ÊÍÌ«³¤£¬ÇëÊäÈëÒ»¸ö½Ï¶ÌµÄ×¢ÊÍ'
wb_msg_gb_ans_val = '´ð°¸Ó¦ÊÇÒ»¸öÊýÖµ'
wb_msg_gb_answer = '´ð°¸'
wb_msg_gb_app_ass_full = 'Ï¯Î»²»×ã'
wb_msg_gb_app_comment_content = 'ÆÀÂÛ'
wb_msg_gb_app_waiting_list = 'ÄúÒÑ±»ÁÐÈëºó²¹Ãûµ¥ÖÐ'
wb_msg_gb_appn_date = 'ÉêÇëÈÕÆÚ'
wb_msg_gb_ass_due_datetime = '½ØÖ¹ÈÕÆÚ'
wb_msg_gb_ass_inst = 'ÇëÑ¡Ôñ×÷Òµ²¼ÖÃ·½Ê½'
wb_msg_gb_ass_max_upload = 'Ìá½»×÷ÒµÎÄµµÊýÄ¿'
wb_msg_gb_ass_submission_too_long = 'Ìá½»¹¦¿Î½áºóÓïÌ«³¤£¬ÇëÊäÈëÒ»¸ö½Ï¶ÌµÄ½áºóÓï'
wb_msg_gb_assign_node = 'Ö¸¶¨Ä¿Â¼'
wb_msg_gb_at_least_two_lvl = 'ÇëÊäÈëÖÁÉÙÁ½Ïî¼¶±ð'
wb_msg_gb_attd_remark = 'ÇëÊäÈëÕýÈ·µÄÆÀÂÛ'
wb_msg_gb_attempted = '´Ë¿Î³ÌÄ£¿éÒÑ¿ªÊ¼ÓÐÑ§Ô±½øÐÐÑ§Ï°£¬Äú²»ÄÜ½øÐÐÈÎºÎ±ä¸ü'
wb_msg_gb_bday = '³öÉúÈÕÆÚ'
wb_msg_gb_bkmark_cos_eff = 'ÊéÇ©×÷ÓÃÎÞÐ§£¬´Ë¿Î³Ì²»ÔÚÓÐÐ§ÈÕÆÚÄÚ'
wb_msg_gb_bkmark_cos_exist = 'ÊéÇ©×÷ÓÃÎÞÐ§£¬´Ë¿Î³ÌÒÑ±»É¾³ý'
wb_msg_gb_bkmark_cos_status = 'ÊéÇ©×÷ÓÃÎÞÐ§£¬´Ë¿Î³ÌÔÝÊ±²»ÄÜ½øÈë'
wb_msg_gb_bkmark_mod_eff = 'ÊéÇ©×÷ÓÃÎÞÐ§£¬´Ëµ¥Ôª²»ÔÚÓÐÐ§ÈÕÆÚÄÚ'
wb_msg_gb_bkmark_mod_exist = 'ÊéÇ©×÷ÓÃÎÞÐ§£¬´Ëµ¥ÔªÒÑ±»É¾³ý'
wb_msg_gb_bkmark_mod_status = 'ÊéÇ©×÷ÓÃÎÞÐ§£¬´Ëµ¥ÔªÔÝÊ±²»ÄÜ½øÈë'
wb_msg_gb_bkmark_title = 'ÊéÇ©Ãû³Æ'
wb_msg_gb_can_not_early_than = '²»ÄÜÔçÓÚ'
wb_msg_gb_cannot_be_earlier = '²»ÄÜÔçÓÚ'
wb_msg_gb_cannot_be_larger = '²»ÄÜ´óÓÚ'
wb_msg_gb_cannot_paste = 'Äú²»¿ÉÔÚ´ËÐ¡×éÉÏÕ³ÌùÓÃ»§'
wb_msg_gb_cata_nm = 'Ä¿Â¼Ãû³Æ'
wb_msg_gb_cdata_indcode = 'ÐÐÒµ±àºÅ'
wb_msg_gb_change_lang_confirm = 'ÄúÕýÔÚÊÔÍ¼¸Ä±ä¿Î³ÌÄ£¿éµÄµ±Ç°ÓïÖÖ£¬\n ÕâÑùµÄ½á¹û£¬¿ÉÄÜµ¼ÖÂÄúÏÈÇ°ÒÔÔ­ÓïÖÖÌí¼ÓµÄÈÎºÎÎÊÌâ±äµÃ²»¿É¼û¡£È·¶¨Òª¸ü¸ÄÂð£¿'
wb_msg_gb_change_offline = '´Ë¿Î³ÌÄ£¿éÏÖÔÚÔÚÏß£¬ÄúÐèÒª×ª³ÉÀëÏßºó²ÅÄÜ½øÐÐÈÎºÎ±ä¸ü'
wb_msg_gb_characters = '×Ö·û'
wb_msg_gb_choose_blank = 'ÇëÏÈÑ¡ÔñÒ»¸ö¿Õ°×²¿·Ö'
wb_msg_gb_choose_correct_answer = 'ÇëÑ¡ÔñÒ»¸öÕýÈ·´ð°¸'
wb_msg_gb_code = '±àºÅ'
wb_msg_gb_code_data = 'Î¬»¤±àºÅÈÕÆÚ'
wb_msg_gb_code_id = 'ÇëÊäÈë±àºÅ'
wb_msg_gb_comment = 'ÆÀÂÛ'
wb_msg_gb_confirm = 'ÊÇ·ñÈ·¶¨£¿'
wb_msg_gb_confirm_change_offline = '´Ë¿Î³ÌÄ£¿éÏÖÔÚÔÚÏß£¬ÄúÐèÒª½«Ëü×ªÎªÀëÏßºó²ÅÄÜ½øÐÐÈÎºÎ±ä¸ü£¬ÐèÒªÏÖÔÚ½«Ëü×ªÎªÀëÏßÂð£¿'
wb_msg_gb_confirm_del = '´Ë¿Î³ÌÄ£¿é½«±»³¹µ×É¾³ý£¬ÊÇ·ñÈ·¶¨£¿'
wb_msg_gb_confirm_del_cata = '´ËÄ¿Â¼½«»áÓÀ¾ÃÉ¾³ý£¬ÊÇ·ñÈ·¶¨£¿'
wb_msg_gb_confirm_del_forum = 'Õâ½«ÓÀ¾ÃÉ¾³ý´ËÂÛÌ³£¬ÄúÊÇ·ñÈ·¶¨£¿'
wb_msg_gb_confirm_del_ind_code = 'Õâ½«ÓÀ¾ÃÉ¾³ý´ËÐÐÒµ±àºÅ£¬ÄúÊÇ·ñÈ·¶¨£¿'
wb_msg_gb_confirm_del_itm = '´ËÏîÄ¿½«»á±»É¾³ý£¬ÊÇ·ñÈ·¶¨£¿'
wb_msg_gb_confirm_del_mote = 'Õâ½«ÓÀ¾ÃÉ¾³ý´ËÅàÑµ³ÉÐ§±¨¸æ£¬ÄúÊÇ·ñÈ·¶¨£¿'
wb_msg_gb_confirm_del_node = '´Ë×ÓÄ¿Â¼½«»áÓÀ¾ÃÉ¾³ý£¬ÊÇ·ñÈ·¶¨£¿'
wb_msg_gb_confirm_del_usr = 'Õâ½«Ê¹´ËÓÃ»§´ÓÏµÍ³ÖÐÓÀ¾ÃÉ¾³ý£¬ÄúÊÇ·ñÈ·¶¨£¿'
wb_msg_gb_confirm_remove_itm = '´ËÏîÄ¿½«»á±»ÒÆ³ý£¬ÊÇ·ñÈ·¶¨£¿'
wb_msg_gb_contain_none = 'À´Ô´£¯Ä¿±ê±ØÐë°üº¬ÎÄ×Ö»òÃ½Ìå'
wb_msg_gb_content = 'ÄÚÈÝ'
wb_msg_gb_copy_ent = '¸´ÖÆÍê³É¡£\nÇëÑ¡ÔñºÏÊÊÎ»ÖÃ£¬È»ºóµ¥»÷¡¸Õ³Ìù¡¹'
wb_msg_gb_cut_ent = '¸´ÖÆÍê³É¡£\nÇëÑ¡ÔñºÏÊÊÎ»ÖÃ£¬È»ºóµ¥»÷¡¸Õ³Ìù¡¹'
wb_msg_gb_copy_que = '¸´ÖÆÍê³É¡£\nÇëÑ¡ÔñºÏÊÊÎ»ÖÃ£¬È»ºóµ¥»÷¡¸Õ³Ìù¡¹'
wb_msg_gb_copy_que_first = 'ÇëÏÈ¸´ÖÆÌâÄ¿'
wb_msg_gb_copy_res = '¸´ÖÆÍê³É¡£\nÇëÑ¡ÔñºÏÊÊÎ»ÖÃ£¬È»ºóµ¥»÷¡¸Õ³Ìù¡¹'
wb_msg_gb_copy_res_first = 'ÇëÏÈ¸´ÖÆ'
wb_msg_gb_copy_skgrp_first = 'ÇëÏÈ¸´ÖÆÒ»¸ö¼¼ÄÜ£¯Ä¿Â¼'
wb_msg_gb_copy_usr_grp = 'ÇëÏÈ¸´ÖÆÓÃ»§£¯Ð¡×é'
wb_msg_gb_cut_usr_grp = 'ÇëÏÈ¸´ÖÆÓÃ»§£¯Ð¡×é'
wb_msg_gb_cost_actual = 'Êµ¼Ê³É±¾Ô¤Ëã'
wb_msg_gb_cost_target = '³É±¾Ô¤ËãÄ¿±ê'
wb_msg_gb_course_name = '¿Î³ÌÃû³Æ'
wb_msg_gb_create_time = '´´½¨Ê±¼ä'
wb_msg_gb_crit_mod_added = 'ÔÚ±ê×¼ÖÐÒÑÌí¼ÓÁË¿Î³ÌÄ£¿é'
wb_msg_gb_crit_valid_dur = 'ÇëÊäÈëÒ»¸öÕýÈ·µÄÆÚÏÞ'
wb_msg_gb_cut_obj = '¿Î³Ì´ó¸Ù£¯ÆÀ¹À×ÊÁÏÒÑ¸´ÖÆ³É¹¦¡£\nÇëÑ¡ÔñºÏÊÊÎ»ÖÃ£¬È»ºóµ¥»÷¡¸Õ³Ìù¡¹'
wb_msg_gb_cut_res = '×ÊÔ´¼ôÇÐ³É¹¦¡£\nÇëÑ¡ÔñºÏÊÊÎ»ÖÃ£¬È»ºóµ¥»÷¡¸Õ³Ìù¡¹'
wb_msg_gb_cw_num_of_module = '¿Î³ÌÊýÁ¿'
wb_msg_gb_def = '¶¨Òå'
wb_msg_gb_default_page = 'Ê×Ò³'
wb_msg_gb_del_forum_msg = 'Õâ»áÍ¬Ê±É¾³ý´ËÎÄÕÂ¼°ÒÔÏÂ»Ø¸²µÄÎÄÕÂ£¬ÊÇ·ñÈ·¶¨£¿'
wb_msg_gb_del_it = 'ÄúÊÇ·ñ¿Ï¶¨Òª½«ËüÉ¾³ý?'
wb_msg_gb_del_source = 'À´Ô´ÕýÓëÄ¿±êÁ¬ÉÏ£¬ÄúÊÇ·ñ¿Ï¶¨Òª½«ËüÉ¾³ý£¿'
wb_msg_gb_del_target = 'Ä¿±êÕýÓëÀ´Ô´Á¬ÉÏ£¬ÄúÊÇ·ñ¿Ï¶¨Òª½«ËüÉ¾³ý£¿'
wb_msg_gb_desc = 'ÄÚÈÝ¼ò½é'
wb_msg_gb_desc_too_long = '¼ò½éÌ«³¤£¬ÇëÊäÈëÒ»¸ö½Ï¶ÌµÄ¼ò½é'
wb_msg_gb_diff_role = 'Äú²»¿ÉÔÚ²»Í¬Éí·ÝµÄÐ¡×éÉÏÕ³Ìù'
wb_msg_gb_disp_name = 'êÇ³Æ'
wb_msg_gb_due_date = '½ØÖ¹ÈÕÆÚ'
wb_msg_gb_dur_que = 'Ã¿ÌâÊ±ÏÞ'
wb_msg_gb_duration = 'Ê±ÏÞ'
wb_msg_gb_edit = '±à¼­'
wb_msg_gb_edit_code = '±à¼­±àºÅ'
wb_msg_gb_eff_date = 'ÉúÐ§ÈÕÆÚ'
wb_msg_gb_eff_end_date = 'ÓÐÐ§½áÊøÈÕÆÚ'
wb_msg_gb_eff_start_date = 'ÓÐÐ§¿ªÊ¼ÈÕÆÚ'
wb_msg_gb_end_date = '½áÊøÈÕÆÚ'
wb_msg_gb_end_datetime = 'ÓÐÐ§ÖÁ'
wb_msg_gb_end_time = '½áÊøÈÕÆÚ'
wb_msg_gb_end_time = '½áÊøÊ±¼ä'
wb_msg_gb_enter_answer = 'ÇëÊäÈë´ð°¸'
wb_msg_gb_enter_ass_max_upload_no = 'ÇëÊäÈë×î¶àÉÏ´«ÎÄµµÊýÄ¿'
wb_msg_gb_enter_score = 'ÇëÊäÈë·ÖÊý'
wb_msg_gb_enter_title = 'ÇëÊäÈëÒ»¸ö±êÌâ'
wb_msg_gb_enter_telephone = 'Please enter a telephone(daytime) number'
wb_msg_gb_enter_vaild_birthday = 'ÇëÊäÈëÒ»¸öÕýÈ·µÄ³öÉúÈÕÆÚ'
wb_msg_gb_enter_valid = 'ÇëÊäÈëÕýÈ·µÄ'
wb_msg_gb_enter_valid_addr = 'ÇëÊäÈëÉÙÓÚ 150 ¸öÎ»Ôª»ò 70 ¸öË«Î»ÔªµÄµØÖ·'
wb_msg_gb_enter_valid_day = 'ÇëÊäÈëÕýÈ·ÈÕÆÚ'
wb_msg_gb_enter_valid_fax = 'ÇëÊäÈëÕýÈ·µÄ´«ÕæºÅÂë'
wb_msg_gb_enter_valid_hkid = 'ÇëÊäÈëÕýÈ·µÄÉí·ÝÖ¤ºÅ'
wb_msg_gb_enter_valid_br_number  = 'Please specify a valid Business Registration Number'
wb_msg_gb_enter_valid_hour = 'ÇëÊäÈëÕýÈ·Ð¡Ê±'
wb_msg_gb_enter_valid_minute = 'ÇëÊäÈëÕýÈ··ÖÖÓ'
wb_msg_gb_enter_valid_month = 'ÇëÊäÈëÕýÈ·ÔÂ·Ý'
wb_msg_gb_enter_valid_postal = 'ÇëÊäÈëÕýÈ·µÄÓÊÕþ±àÂë'
wb_msg_gb_enter_valid_pwd = 'ÇëÊäÈëÓÐÐ§ÃÜÂë'
wb_msg_gb_enter_valid_telephone = 'ÇëÊäÈëÕýÈ·µÄµç»°ºÅÂë'
wb_msg_gb_enter_valid_year = 'ÇëÊäÈëÕýÈ·Äê·Ý'
wb_msg_gb_enter_value = 'ÇëÊäÈë'
wb_msg_gb_enter_email_address_bil = 'ÇëÊäÈëµçÓÊµØÖ·»òÍ¨ÐÅµØÖ·'
wb_msg_gb_error_no_target  = '´íÎó£¡ÇëÊäÈëÖÁÉÙÒ»¸öÄ¿±ê'
wb_msg_gb_error_no_score = '´íÎó£¡ÇëÊäÈëÖÁÉÙÒ»¸öÀ´Ô´'
wb_msg_gb_evn = '¿Î³ÌÆÀ¹À'
wb_msg_gb_evt_datetime = '»î¶¯ÈÕÆÚ'
wb_msg_gb_evt_venue_too_long = 'µØµãÌ«³¤£¬ÇëÊäÈëÒ»¸ö½Ï¶ÌµÄµØµã'
wb_msg_gb_faq_answer = '´ð°¸'
wb_msg_gb_faq_comment = 'ÆÀÂÛ'
wb_msg_gb_faq_que = 'Ìâ¸É'
wb_msg_gb_file_height = 'Ã½ÌåÎÄµµ¸ß¶È'
wb_msg_gb_file_not_support = '´ËÎÄµµÀàÐÍ²»ÊÜÖ§³Ö¡£Ö§³ÖµÄÎÄµµÓÐ£ºDOC£¬PPT£¬HTM¼°TXT'
wb_msg_gb_file_width = 'Ã½ÌåÎÄµµ¿í¶È'
wb_msg_gb_filename = 'ÎÄµµÃû³Æ'
wb_msg_gb_first_name = 'Ãû  '
wb_msg_gb_fm_capacity_too_long = "¡®ÄÚÈÝÌ«³¤£¬\nÇëÊäÈë²»³¬¹ý1000×Ö·ûµÄ½ÏÉÙÄÚÈÝ¡¯"
wb_msg_gb_fm_date_range_too_large = 'ÌìÊý·¶Î§¹ý´ó£¬ÇëÊäÈë²»³¬¹ý90ÌìµÄ·¶Î§'
wb_msg_gb_fm_des_too_long = "¡®ÃèÊö¹ý³¤£¬\nÇëÊäÈëÒ»½Ï¶ÌÃèÊö£¬²»³¬¹ý1000×Ö·û¡£¡¯"
wb_msg_gb_fm_desc = 'µØµã'
wb_msg_gb_fm_desc_too_long = 'µØµãÌ«³¤£¬ÇëÊäÈëÒ»¸ö½Ï¶ÌµØµã '
wb_msg_gb_fm_no_of_participant = '²Î¼ÓÈËÊý'
wb_msg_gb_fm_other_fac_too_long = "¡®¶ÔÆäËûÉèÊ©µÄÃèÊöÌ«³¤£¬\nÇëÊäÈë²»³¬¹ý1000×Ö·ûµÄ½Ï¶ÌÃèÊö¡¯"
wb_msg_gb_fm_purpose = '»î¶¯'
wb_msg_gb_fm_purpose_too_long = '¶Ô»î¶¯µÄÃèÊöÌ«³¤£¬ÇëÊäÈë½Ï¶ÌµÄ»î¶¯ÃèÊö£¬²»³¬¹ý '
wb_msg_gb_fm_reason = 	'Ô­Òò'
wb_msg_gb_fm_remarks_too_long = "¡®ÆÀÂÛ¹ý³¤£¬\nÇëÊäÈëÒ»½Ï¶ÌÆÀÂÛ£¬²»³¬¹ý1000×Ö·û¡£¡¯"
wb_msg_gb_fm_select_cancellation_type = 'ÇëÑ¡ÔñÈ¡ÏûÀàÐÍ'
wb_msg_gb_fm_time_intervals_same = '¿ªÊ¼Ê±¼äÓë½áÊøÊ±¼ä²»¿ÉÏàÍ¬'
wb_msg_gb_fm_title = '±êÌâ'
wb_msg_gb_glo = '´Ê»ã±í'
wb_msg_gb_glo_def = 'ÇëÊäÈëÒ»¸ö¶¨Òå'
wb_msg_gb_glo_key = 'ÇëÊäÈëÒ»¸ö¹Ø¼ü×Ö'
wb_msg_gb_greater_length = 'Êý×Ö±ØÐë´óÓÚ´ð°¸³¤¶È'
wb_msg_gb_greater_zero = '´íÎó£¡ÊýÖµ±ØÐë´óÓÚÁã'
wb_msg_gb_grp_code = 'Ð¡×é±àºÅ'
wb_msg_gb_grp_name = 'Ð¡×éÃû³Æ'
wb_msg_gb_img_not_support = '´ËÍ¼Æ¬ÎÄ¼þÀàÐÍ²»ÊÜÖ§³Ö¡£Ö§³ÖµÄÀàÐÍÓÐ£ºGIF, JPG, BMP¼°SWF(Flash)'
wb_msg_gb_input_ass_no_of_upload = 'ÇëÊäÈëÒªÉÏ´«ÎÄµµµÄÊýÄ¿'
wb_msg_gb_input_manual_datetime = 'ÇëÊäÈëÊÖ¶¯Ê±¼ä'
wb_msg_gb_input_msg_sched = 'ÇëÊäÈëÒ»¸öÖ¸¶¨µÄ·¢ËÍÈÕÆÚ'
wb_msg_gb_input_number = '´íÎó£¡ÇëÊäÈëÊý×Ö'
wb_msg_gb_input_reminder_datetime = 'ÇëÊäÈëÌáÊ¾Ê±¼ä'
wb_msg_gb_input_seh_fld = 'ÇëÖÁÉÙÊäÈëÒ»ÏîËÑË÷×ÊÁÏ'
wb_msg_gb_input_system_datetime = 'ÇëÊäÈëÏµÍ³Ê±¼ä'
wb_msg_gb_ins_query_str = 'ÇëÊäÈëÄúÒªËÑË÷µÄ×Ö¶Î'
wb_msg_gb_inst_too_long = 'Ö¸Ê¾Ì«³¤£¬ÇëÊäÈëÒ»¸ö½Ï¶ÌµÄÖ¸Ê¾'
wb_msg_gb_instructor = '½²Õß'
wb_msg_gb_intro = 'ÒýÎÄ'
wb_msg_gb_keyword = '¹Ø¼ü×Ö'
wb_msg_gb_last_name = 'ÐÕ  '
wb_msg_gb_linked_category = 'Äú²»ÄÜÑ¡È¡Á´½Ó×ÓÄ¿Â¼'
wb_msg_gb_manual_datetime = 'ÊÖ¶¯Ê±¼ä'
wb_msg_gb_max_char = '´íÎó£¡´ð°¸µÄ³¤¶È²»¿É³¬Ô½×î¶à×ÖÊýÖµ'
wb_msg_gb_max_lrn = 'Ñ§Ô±µÄ×î¶àÈËÊý'
wb_msg_gb_max_score = 'Âú·Ö'
wb_msg_gb_media_not_support = 'Ã½ÌåÎÄµµ²»ÊÜÖ§³Ö¡£Ö§³ÖµÄÎÄµµÓÐ£ºGIF, JPG¼°SWF(Flash)'
wb_msg_gb_min_lrn = 'Ñ§Ô±µÄ×îÉÙÈËÊý'
wb_msg_gb_moderator = 'Ö÷³ÖÈË'
wb_msg_gb_msg_body = 'ÄÚÈÝ'
wb_msg_gb_msg_body_too_long = 'ÄÚÈÝÌ«³¤£¬ÇëÊäÈëÒ»¸ö½Ï¶ÌµÄÄÚÈÝ'
wb_msg_gb_msg_date = 'Ô¤¶¨ÈÕÆÚ'
wb_msg_gb_msg_sch = 'Ê±¼ä±í'
wb_msg_gb_msg_subject = 'Ö÷Ìâ'
wb_msg_gb_new_enrolment = 'Ìí¼Ó±¨ÃûÃûµ¥'
wb_msg_gb_no_blank = 'ÌâÄ¿±ØÐëÖÁÉÙ°üÀ¨Ò»¸ö¿Õ°×²¿·Ö'
wb_msg_gb_no_cross_que = 'Ã»ÓÐ´íÎó´ð°¸'
wb_msg_gb_no_export_address = 'Ã»ÓÐNotesµØÖ·¿ÉÒÔµ¼³ö'
wb_msg_gb_no_flag_que = 'Ã»ÓÐ×ö±ê¼ÇµÄÎÊÌâ'
wb_msg_gb_no_option = 'ÌâÄ¿²»°üÀ¨Ñ¡Ïî'
wb_msg_gb_no_option_for_blank = '×ÊÁÏ²»×ã£º´Ë¿Õ°×ÎÞÑ¡Ïî'
wb_msg_gb_no_que = 'Ã»ÓÐÑ¡ÔñÌâÄ¿'
wb_msg_gb_no_res = 'Ã»ÓÐÑ¡Ôñ×ÊÔ´'
wb_msg_gb_no_result = '´Ë¿Î³ÌÄ£¿éÃ»ÓÐ´¢´æÈÎºÎÑ§ÉúµÄ³É¼¨'
wb_msg_gb_no_usrgrp = 'Ã»ÓÐÓÃ»§×é'
wb_msg_gb_not_greater_max_score = '·ÖÊý²»¿É´óÓÚÂú·Ö'
wb_msg_gb_notify = 'Í¨Öª'
wb_msg_gb_notify_usr = 'ÒÑÍ¨ÖªÓÃ»§'
wb_msg_gb_numbering = 'ÌâºÅÖ»¿ÉÊäÈëÕýÕûÊý'
wb_msg_gb_one_res = 'ÄúÖ»¿ÉÑ¡ÔñÒ»¸ö×ÊÔ´'
wb_msg_gb_overall_rating = 'ËùÓÐ¼¶±ð'
wb_msg_gb_pass_score = 'ºÏ¸ñÂÊ'
wb_msg_gb_password = 'ÃÜÂë'
wb_msg_gb_paste_level = 'Äú²»ÄÜÔÚ´Ë½×¶ÎÕ³ÌùÆÀ¹ÀÀàÐÍµÄ¿Î³ÌÄ¿±ê'
wb_msg_gb_paste_same_grp = 'Äú²»¿ÉÔÚÍ¬Ò»Ð¡×éÉÏÕ³Ìù'
wb_msg_gb_pay_amount = '½ð¶î'
wb_msg_gb_pay_cheque_ref = 'µç»ãµ¥±àºÅ'
wb_msg_gb_pay_not_enough = 'ÄúËùÖ§¸¶µÄ½ð¶î²»×ã'
wb_msg_gb_pay_oi_id = '¼Æ·Ñ±àºÅ'
wb_msg_gb_pay_os_pay = 'ËùÖ§¸¶µÄ·ÑÓÃ²»¿É´óÓÚÉÐÎ´Ö§¸¶·ÑÓÃ'
wb_msg_gb_pay_post_ref = '»ã¿îµ¥±àºÅ'
wb_msg_gb_pay_sch_open_itm_desc = 'ËµÃ÷'
wb_msg_gb_pay_sch_open_itm_fr = '½ØÖ¹ÈÕÆÚ'
wb_msg_gb_pay_sch_open_itm_id = '²Î¿¼±àºÅ'
wb_msg_gb_pay_sch_open_itm_status = '×´Ì¬'
wb_msg_gb_pay_sch_open_itm_to = 'ÖÁ  '
wb_msg_gb_pay_sch_start_end = 'ÇëÊäÈëÒ»¸öÕýÈ·µÄ½ØÖ¹ÈÕÆÚ'
wb_msg_gb_period_end_date = '½áÊøÈÕÆÚ'
wb_msg_gb_period_start_date = '¿ªÊ¼ÈÕÆÚ'
wb_msg_gb_pick_resource	 = 'ÇëÑ¡ÔñÀ´Ô´'
wb_msg_gb_plz_pick_sk = 'ÇëÖÁÉÙÑ¡ÔñÒ»Ïî¼¼ÄÜ'
wb_msg_gb_plz_sel_scale = 'ÇëÑ¡Ôñ»ò´´½¨Ò»¸öÕýÈ·µÄ·¶Î§'
wb_msg_gb_preview_mode = 'ÔÚÔ¤ÀÀÄ£Ê½ÖÐ²»ÄÜµÝ½»´ð°¸'
wb_msg_gb_que_number = 'ÌâºÅ'
wb_msg_gb_que_txt = 'ÌâÄ¿'
wb_msg_gb_rating_target = 'ËùÓÐ¼¶±ðÄ¿±ê'
wb_msg_gb_reason = 'Ô­Òò'
wb_msg_gb_reminder_datetime = 'ÌáÊ¾Ê±¼ä'
wb_msg_gb_remove_attempted = '´Ë¿Î³ÌÄ£¿éÒÑ¿ªÊ¼ÓÐÑ§Ô±½øÐÐÑ§Ï°£¬¹Ê²»ÄÜÉ¾³ý'
wb_msg_gb_replace_res_from_rm = 'È·¶¨Òª¸²¸ÇÔ­ÓÐÐÅÏ¢£¿'
wb_msg_gb_res_id = '×ÊÔ´±àºÅ'
wb_msg_gb_retyped_passwd = 'ÃÜÂëÈ·ÈÏ²»Ò»ÖÂ£¬ÇëÖØÐÂÊäÈë'
wb_msg_gb_rm_ass = 'Õâ½«ÓÀ¾ÃÉ¾³ý´ËÆÀ¹ÀÄ¿±ê£¬ÄúÊÇ·ñÈ·¶¨£¿'
wb_msg_gb_rm_cata = 'Õâ½«ÓÀ¾ÃÉ¾³ý´Ë×ÓÄ¿Â¼£¬ÄúÊÇ·ñÈ·¶¨£¿'
wb_msg_gb_rm_comp_prof = 'Õâ½«ÓÀ¾ÃÉ¾³ý´Ë¼¼ÄÜµµ°¸£¬ÄúÊÇ·ñÈ·¶¨£¿'
wb_msg_gb_rm_scale = 'Õâ½«ÓÀ¾ÃÉ¾³ý´Ë·¶Î§£¬ÄúÊÇ·ñÈ·¶¨£¿'
wb_msg_gb_rm_skill = 'Õâ½«ÓÀ¾ÃÉ¾³ý´Ë¼¼ÄÜ£¬ÄúÊÇ·ñÈ·¶¨£¿'
wb_msg_gb_rm_svy = 'Õâ½«ÓÀ¾ÃÉ¾³ý´ËÎÊ¾íµ÷²é£¬ÄúÊÇ·ñÈ·¶¨£¿'
wb_msg_gb_rpt_score = '³É¼¨'
wb_msg_gb_run_info = 'ÔËÐÐÐÅÏ¢'
wb_msg_gb_same_pos = 'Äú²»ÄÜÔÚÍ¬Ò»Î»ÖÃÕ³Ìù'
wb_msg_gb_score = '´íÎó!·ÖÊý±ØÐëÊÇÊýÖµ'
wb_msg_gb_score_number = '·ÖÊý±ØÐëÊÇÕýÕûÊý'
wb_msg_gb_score_que = 'Ã¿ÌâµÄ·ÖÖµ'
wb_msg_gb_score_txt	 = '·ÖÊý'
wb_msg_gb_search_field = 'ËÑË÷·¶Î§'
wb_msg_gb_sel = 'ÇëÑ¡Ôñ'
wb_msg_gb_sel_appr_role = 'ÇëÑ¡ÔñÉóÅúÕß'
wb_msg_gb_sel_cancellation_type = 'ÇëÑ¡ÔñÈ¡ÏûÀàÐÍ'
wb_msg_gb_sel_del_ann = 'ÇëÑ¡ÔñÒªÉ¾³ýµÄ¹«¸æ'
wb_msg_gb_sel_del_itm = 'ÇëÑ¡ÔñÒªÉ¾³ýµÄÏîÄ¿'
wb_msg_gb_sel_del_node = 'ÇëÑ¡ÔñÒªÉ¾³ýµÄÄ¿Â¼'
wb_msg_gb_sel_gender = 'ÇëÑ¡ÔñÐÔ±ð'
wb_msg_gb_sel_itm_type = 'ÇëÑ¡ÔñÒ»¸öÏîÄ¿ÀàÐÍ'
wb_msg_gb_sel_msg_subtype = 'ÇëÑ¡ÔñÒ»ÖÖÍ¨Öª·½Ê½'
wb_msg_gb_sel_notify_usr_grp = 'Çë¼ÓÈë½ÓÊÕÍ¨¸æµÄÓÃ»§£¯Ð¡×é'
wb_msg_gb_sel_one_itm_type = 'ÇëÑ¡ÔñÏîÄ¿ÀàÐÍ'
wb_msg_gb_sel_one_usr = 'ÇëÑ¡ÔñÒ»¸öÓÃ»§'
wb_msg_gb_sel_pick_itm = 'ÇëÑ¡ÔñÏîÄ¿'
wb_msg_gb_sel_remove_itm = 'ÇëÑ¡ÔñÒªÉ¾³ýµÄÏîÄ¿'
wb_msg_gb_sel_usr = 'ÇëÑ¡ÔñÓÃ»§'
wb_msg_gb_sel_usr_role = 'ÇëÑ¡ÔñÓÃ»§Éí·Ý'
wb_msg_gb_sel_usr_s_status = 'ÇëÑ¡ÔñÓÃ»§×´Ì¬'
wb_msg_gb_select = 'ÇëÑ¡Ôñ'
wb_msg_gb_select_add_item_type = 'ÇëÑ¡ÔñÒ»¸öÏîÄ¿ÀàÐÍ'
wb_msg_gb_select_another_template = 'WizPackÄ£°åÖ»ÊÊÓÃÓÚWizPackÀàÐÍµÄ×ÊÔ´£¬ÇëÑ¡ÔñÁíÒ»ÖÖÄ£°å'
wb_msg_gb_select_applicant = 'ÇëÑ¡ÔñÒ»¸öÉêÇëÕß'
wb_msg_gb_select_bkmark = 'ÇëÏÈÑ¡ÔñÒ»¸öÊéÇ©'
wb_msg_gb_select_content = 'ÇëÖÁÉÙÑ¡ÔñÒ»ÏîÄÚÈÝ'
wb_msg_gb_select_course = 'ÇëÏÈÑ¡ÔñÒ»ÃÅ¿Î³Ì'
wb_msg_gb_select_credit_type = 'Please select a credit type (gb)'
wb_msg_gb_select_cw_action = 'ÇëÑ¡ÔñÒ»¸ö·½°¸'
wb_msg_gb_select_facility = 	' ÇëÑ¡ÔñÒ»ÏîÉèÊ©'
wb_msg_gb_select_faq_que = 'ÇëÑ¡ÔñÌâÄ¿'
wb_msg_gb_select_faq_topic = 'ÇëÑ¡ÔñÖ÷Ìâ'
wb_msg_gb_select_grade = 'ÇëÑ¡ÔñÒ»¸öÖ°Î»µÈ¼¶'
wb_msg_gb_select_grp = 'ÇëÑ¡ÔñÒ»¸öÐ¡×é'
wb_msg_gb_select_itm = 'ÇëÑ¡ÔñÏîÄ¿'
wb_msg_gb_select_module = 'ÇëÏÈÑ¡ÔñÒ»¸ö¿Î³ÌÄ£¿é'
wb_msg_gb_select_mote = 'ÇëÑ¡ÔñÒ»¸öÅàÑµ³ÉÐ§'
wb_msg_gb_select_msg = 'ÇëÑ¡ÔñÒ»ÆªÎÄÕÂ'
wb_msg_gb_select_obj_type = 'ÇëÑ¡ÔñÀàÐÍ'
wb_msg_gb_select_objective = 'ÇëÏÈÑ¡Ôñ¿Î³ÌÄ¿±ê'
wb_msg_gb_select_payment = 'ÇëÑ¡ÔñÒ»ÖÖÖ§¸¶·½·¨'
wb_msg_gb_select_que = 'Ã»ÓÐÑ¡ÔñÌâÄ¿'
wb_msg_gb_select_res = 'Ã»ÓÐÑ¡Ôñ×ÊÔ´'
wb_msg_gb_select_rpt = 'ÇëÏÈÑ¡ÔñÒ»¸öÑ§Ï°±¨¸æ'
wb_msg_gb_select_search_type = 'ÇëÑ¡ÔñÒ»¸ö¼ìË÷ÀàÐÍ'
wb_msg_gb_select_site = 'ÇëÑ¡ÔñÒ»¸öµ¥Î»'
wb_msg_gb_select_status = 'ÇëÑ¡ÔñÒ»¸ö×´Ì¬'
wb_msg_gb_select_stx_obj = 'ÇëÑ¡ÔñÒ»¸öÑ§Ï°Ä¿±ê'
wb_msg_gb_select_topic = 'ÇëÑ¡ÔñÒ»¸öÖ÷Ìâ'
wb_msg_gb_select_usr = 'ÇëÑ¡ÔñÒ»¸öÑ§Ô±'
wb_msg_gb_select_usr_grp = 'ÇëÑ¡ÔñÒ»¸öÓÃ»§»òÒ»¸öÓÃ»§×é'
wb_msg_gb_select_wizpack_template = 'ÄúËùÑ¡µÄÄ£°å²¢²»Ö§³ÖWizPack¡£ÇëÁíÑ¡Ò»ÖÖÄ£°å¡£'
wb_msg_gb_source_same_def = '¶¨Òå²»¿ÉÓëÆäËûÀ´Ô´ÏàÍ¬'
wb_msg_gb_start_date = '¿ªÊ¼ÈÕÆÚ'
wb_msg_gb_start_datetime = '¿ªÊ¼Ê±¼ä'
wb_msg_gb_start_end_time = '½áÊøÊ±¼ä²»¿ÉÔçÓÚ¿ªÊ¼Ê±¼ä'
wb_msg_gb_start_time = '¿ªÊ¼Ê±¼ä'
wb_msg_gb_start_time = '¿ªÊ¼Ê±¼ä'
wb_msg_gb_suggested_time = '½¨ÒéÊ±¼ä'
wb_msg_gb_sys_list = '×ÊÔ´½á¹¹Í¼'
wb_msg_gb_system_datetime = 'ÏµÍ³Ê±¼ä'
wb_msg_gb_taget_con_source = '²¿·ÖÄ¿±êÃ»ÓÐºÍÀ´Ô´Åä¶Ô¡£ÄúÊÇ·ñÈ·¶¨Òª¼ÌÐø?'
wb_msg_gb_taget_same_def = '¶¨Òå²»¿ÉÓëÆäËûÀ´Ô´ÏàÍ¬'
wb_msg_gb_target_one_source = 'Ä¿±ê±ØÐëÖÁÉÙºÍÒ»ÏîÀ´Ô´Åä¶Ô'
wb_msg_gb_tch_bk_title = 'ÐÂÔöÊéÇ©°´Å¥Ö»ÊÊÓÃÓÚÑ§Éú'
wb_msg_gb_time_actual = 'Êµ¼Ê¿ª·¢Ô¤Ëã'
wb_msg_gb_time_limit = 'Ê±ÏÞ'
wb_msg_gb_time_target = '¿ª·¢Ô¤ËãÄ¿±ê'
wb_msg_gb_title = '±êÌâ'
wb_msg_gb_title_length = 'ÇëÊäÈë²»³¬¹ý50×Ö·ûµÄÃû³Æ'
wb_msg_gb_desc_length = 'Please specify description not longer than 100 characters'
wb_msg_gb_tnd_link = 'ÇëÏÈÑ¡Ôñ×ÓÄ¿Â¼'
wb_msg_gb_tnd_title = '×ÓÄ¿Â¼Ãû³Æ'
wb_msg_gb_too_long  = '¹ý³¤'
wb_msg_gb_ttl_que = 'ÌâÁ¿'
wb_msg_gb_upd_time = '¸üÐÂÊ±¼ä'
wb_msg_gb_upload_file = 'ÇëÉÏ´«Ò»¸öÎÄµµ'
wb_msg_gb_upload_valid_wizpack = 'ÇëÉÏ´«Ò»¸öÕýÈ·µÄWizPackÎÄµµ'
wb_msg_gb_upload_valid_zipfile = 'ÇëÉÏ´«Ò»¸öÓÐÕýÈ·¸ñÊ½µÄzipÎÄµµ'
wb_msg_gb_url = 'URL'
wb_msg_gb_user_exist = 'ÒÑ´æÔÚ'
wb_msg_gb_user_list	 = 'ÓÃ»§¹ÜÀí'
wb_msg_gb_usr_role = 'ÓÃ»§Éí·Ý'
wb_msg_gb_vdo_not_support = 'Â¼Ïñµµ°¸²»ÊÜÖ§³Ö£¬Ö§³ÖµÄµµ°¸ÓÐ£ºASF, RA, RM, MOV¼°SWF(Flash)'
wb_msg_gb_word_limit = '×ÖÏÞÎª'
wb_msg_gb_no_exp = 'Ã»ÓÐÌá¹©ËµÃ÷'
wb_msg_gb_dimen_error = 'Ã½Ìåµµ°¸·¶Î§±ØÐëÎªÕûÊý'
wb_msg_gb_loading_msg = '×°ÔØÖÐ£¬ÇëÉÔºò......'
wb_msg_gb_get_partner_appr = 'Remember to get partner\'s approval. (gb)'
wb_msg_gb_cos_running_srch_btn = 'Çëµã»÷"ËÑË÷"°´Å¥Ñ¡Ôñ°à¼¶'
wb_msg_gb_process_enrol = 'Processing Enrollment'
wb_msg_gb_wait_process_enrol = 'Please wait while the system is processing your request.'
wb_msg_gb_process_enrol_status = 'Processing enrollment'
wb_msg_gb_credit_unit = 'Credit Unit (gb)'
wb_msg_gb_enrol_passed = 'Enrolment date has passed.'
wb_msg_gb_ann_extra_1 = 'Company Name'
wb_msg_gb_specific_group = 'Please specify an organization.'
wb_msg_gb_usr_extra_7 = 'Contact Person'
wb_msg_gb_usr_extra_8 = 'Phone Number of Contact Person'
wb_msg_gb_enter_usr_extra_8 = 'Please specify the Phone Number of Contact Person'
wb_msg_gb_enter_valid_usr_extra_8 = 'Please specify a valid Phone Number of Contact Person'

// --------------------- E. Navigation Label ---------------------------------------
// Big5 ============================================================================
wb_nav_ch_add  = '·s¼W'
wb_nav_ch_add_announ  = '·s¼W¤½§i'
wb_nav_ch_add_usg  = '·s¼W²Õ§O'
wb_nav_ch_add_usr  = '·s¼W¥Î¤á'
wb_nav_ch_announ_lst  = '¤½§iÄæ'
wb_nav_ch_ass_scale  = 'Assessment Scale (ch)'
wb_nav_ch_cpt_mdl  = 'Competency Model (ch)'
wb_nav_ch_edit  = '­×§ï'
wb_nav_ch_edit_announ  = '­×§ï¤½§i'
wb_nav_ch_edit_usg  = '­×§ï²Õ§O'
wb_nav_ch_edit_usr  = '­×§ï¥Î¤á'
wb_nav_ch_forum  = '°Q½×°Ï'
wb_nav_ch_home  = '­º­¶'
wb_nav_ch_ind_code  = '¦æ·~¥N¸¹'
wb_nav_ch_itm_lst  = 'Maintain Learning Solution(ch)'
wb_nav_ch_main_forum  = 'Maintain Forum (ch)'
wb_nav_ch_maintain_attd = 'Maintain Attendance'
wb_nav_ch_mgt_rpt  = 'Management Report (ch)'
wb_nav_ch_mote_lst  = 'MOTE List (ch)'
wb_nav_ch_mote_rpt  = 'MOTE Report (ch)'
wb_nav_ch_recycle_bin  = '¦^¦¬µ©'
wb_nav_ch_srch_rslt  = '·j¯Áµ²ªG'
wb_nav_ch_usr_adv_srch  = '¶i¶¥·j¯Á'
wb_nav_ch_usr_info  = '¥Î¤á¸ê®Æ'
wb_nav_ch_usr_manager  = '¥Î¤áºÞ²z'


// ISO-8859-1 ======================================================================
wb_nav_en_add = 'Add '
wb_nav_en_add_announ = 'Add Announcement'
wb_nav_en_add_usg = 'Add Group'
wb_nav_en_add_usr = 'Add User'
wb_nav_en_announ_lst = 'Announcement'
wb_nav_en_ass_scale = 'Assessment Scale'
wb_nav_en_cpt_mdl = 'Competency Model'
wb_nav_en_edit = 'Edit'
wb_nav_en_edit_announ = 'Edit Announcement'
wb_nav_en_edit_usg = 'Edit Group'
wb_nav_en_edit_usr = 'Edit User'
wb_nav_en_forum = 'Forum'
wb_nav_en_home = 'Home'
wb_nav_en_ind_code = 'Industry Code'
wb_nav_en_itm_lst = 'Maintain Learning Solution'
wb_nav_en_main_forum = 'Maintain Forum'
wb_nav_en_maintain_attd = 'Maintain Attendance'
wb_nav_en_mgt_rpt = 'Management Report'
wb_nav_en_mote_lst  =  'MOTE List'
wb_nav_en_mote_rpt = 'MOTE Report'
wb_nav_en_recycle_bin = 'Recycle Bin'
wb_nav_en_srch_rslt = 'Search Result'
wb_nav_en_usr_adv_srch = 'Advanced Search'
wb_nav_en_usr_info = 'User Information'
wb_nav_en_usr_manager = 'User Management'

// GB2312 ==========================================================================
wb_nav_gb_add = 'Ìí¼Ó'
wb_nav_gb_add_announ = 'Ìí¼Ó¹«¸æ'
wb_nav_gb_add_usg = 'Ìí¼ÓÓÃ»§×é'
wb_nav_gb_add_usr = 'Ìí¼ÓÓÃ»§'
wb_nav_gb_announ_lst = '¹«¸æÀ¸'
wb_nav_gb_ass_scale = 'ÆÀ¹À¼¶±ð'
wb_nav_gb_cpt_mdl = '¼¼ÄÜÄ£ÐÍ'
wb_nav_gb_edit = 'ÐÞ¸Ä'
wb_nav_gb_edit_announ = 'ÐÞ¸Ä¹«¸æ'
wb_nav_gb_edit_usg = 'ÐÞ¸ÄÓÃ»§×é'
wb_nav_gb_edit_usr = 'ÐÞ¸ÄÓÃ»§'
wb_nav_gb_forum = 'ÂÛÌ³'
wb_nav_gb_home = 'Ê×Ò³'
wb_nav_gb_ind_code = 'ÐÐÒµ±àºÅ'
wb_nav_gb_itm_lst = 'ÏîÄ¿¹ÜÀí'
wb_nav_gb_main_forum = 'ÂÛÌ³¹ÜÀí'
wb_nav_gb_maintain_attd = '¿¼ÇÚ'
wb_nav_gb_mgt_rpt = '¹ÜÀí±¨¸æ'
wb_nav_gb_mote_lst = 'ÅàÑµ³ÉÐ§ÁÐ±í'
wb_nav_gb_mote_rpt = 'ÅàÑµ³ÉÐ§±¨¸æ'
wb_nav_gb_recycle_bin = '»ØÊÕÕ¾'
wb_nav_gb_srch_rslt = 'ËÑË÷½á¹û'
wb_nav_gb_usr_adv_srch = '¸ß¼¶ËÑË÷'
wb_nav_gb_usr_info = 'ÓÃ»§×ÊÁÏ'
wb_nav_gb_usr_manager = 'ÓÃ»§¹ÜÀí'



// --------------------- F. Invoke Servlet Functions -------------------------------
function wb_utils_invoke_servlet(){
	var path = wb_utils_servlet_url + '?'	
	path += 'env=wizb';	
	for (i = 0; i < arguments.length; i = i + 2){	
		if (arguments[i] == 'stylesheet'){
			path += '&' + escape(arguments[i]) + '=' + arguments[i+1];
		}else{
			path += '&' + escape(arguments[i]) + '=' + escape(arguments[i+1]);
		}
	}
	return path;
}

function wb_utils_invoke_disp_servlet(){
	var path = wb_utils_disp_servlet_url + '?'	
	path += 'env=wizb';	
	for (i = 0; i < arguments.length; i = i + 2){	
		if (arguments[i] == 'stylesheet'){
			path += '&' + escape(arguments[i]) + '=' + arguments[i+1];
		}else{
			path += '&' + escape(arguments[i]) + '=' + escape(arguments[i+1]);
		}	
	}
	return path;
}

function wb_utils_invoke_ae_servlet(){
	var path = wb_utils_ae_servlet_url + '?'	 
	path += 'env=wizb';	
	for (i = 0; i < arguments.length; i = i + 2){	
		if (arguments[i] == 'stylesheet'){
			path += '&' + escape(arguments[i]) + '=' + arguments[i+1];
		}else{
			path += '&' + escape(arguments[i]) + '=' + escape(arguments[i+1]);
		}
	}
	return path;
}

// --------------------- G. Navigation Functions -----------------------------------
// *** Draw Navigation ***
function wb_utils_navigation(nav_nm){
	if (nav_nm == null || nav_nm == ''){
		nav_nm = wb_nav;
	}
		
	var int_num_of_url = parseInt(wb_utils_get_cookie(nav_nm + 'cnt'));	
	with (document) {
		for (var i = 1; i < int_num_of_url; i++) {
			//write(" > ")	
			write("<a class=\"wbGenNavigationLink\" href=\"javascript:wb_utils_get_prev_url('")
			write(i.toString())
			write("',nav_nm,window.parent)\">")
			write(wb_utils_get_cookie(nav_nm + 'nm_' + i))
			write("</a>")
			write(" > ")			
		}
		write(wb_utils_get_cookie(nav_nm + 'nm_' + int_num_of_url))	
	}
}
// *** draw Navigation path
function wb_utils_draw_nav(nav_nm){
	if (nav_nm == null || nav_nm == '') {nav_nm = wb_nav;}
	var int_num_of_url = parseInt(wb_utils_get_cookie(nav_nm + 'cnt'));	
	with (document) {
		for (var i = 1; i < int_num_of_url; i++) {
			if (nav_nm == wb_nav && i == 1){
				
			}else{
				write("<a class=\"wbGenNavigationLink\" href=\"javascript:wb_utils_get_prev_url('")
				write(i.toString())
				write("',\'" + nav_nm + "\',window.parent)\">")
				write(wb_utils_XmlEscape(wb_utils_get_cookie(nav_nm + 'nm_' + i)))								
				write("</a>")
				write(" > ")
			}			
		}
		write(wb_utils_XmlEscape(wb_utils_get_cookie(nav_nm + 'nm_' + int_num_of_url)))
	}
}

// *** Navigator Initiation ***
function init_wb_nav_cookie(lang,nav_nm,nav_label,nav_url){
	
	var nav_token = "1"
	
	if ( nav_nm == null || nav_nm == '')
		nav_nm = wb_nav;		

	wb_utils_set_cookie(nav_nm + 'cnt', nav_token)
	
	if (nav_label == null || nav_label == '')
		wb_utils_set_cookie(nav_nm + 'nm_' + nav_token, eval('wb_nav_' + lang + '_home'));
	else
		wb_utils_set_cookie(nav_nm + 'nm_' + nav_token, eval('wb_nav_' + lang + nav_label));
	
	if (nav_url == null || nav_url == '')
		wb_utils_set_cookie(nav_nm + 'url_' + nav_token, self.location.href);
	else
		wb_utils_set_cookie(nav_nm + 'url_' + nav_token, nav_url);		

}

// *** Insert new token to navigation ***
function wb_utils_set_nav(nav_nm,nav_label,nav_url,nav_token){		
	
	if (nav_token == null || nav_token == '') {var nav_token = '' + (parseInt(wb_utils_get_cookie(nav_nm + 'cnt')) + 1);}
	
	wb_utils_set_cookie(nav_nm + 'cnt', nav_token) 	
	wb_utils_set_cookie(nav_nm + 'nm_' + nav_token, nav_label);
	wb_utils_set_cookie(nav_nm + 'url_' + nav_token, nav_url);	
}

// *** Get previous token of navigation ***
function wb_utils_get_prev_url(nav_token,nav_nm,target_window,nav_new_label){				

	if ( nav_nm == null || nav_nm == '')
		nav_nm = wb_nav;
		
	if (nav_token == null || nav_token == ''){
		nav_token = wb_utils_get_cookie(nav_nm + 'cnt') - 1;
		if(nav_token < 1)
			nav_token = 1;
	}

	if (nav_new_label != null && nav_new_label != ''){
		wb_utils_set_cookie(nav_nm + 'nm_' + nav_token, nav_new_label);	
	}
	wb_utils_set_cookie(nav_nm + 'cnt', nav_token);	
		
	if (target_window == null || target_window == ''){
		window.location.href = wb_utils_get_cookie(nav_nm + 'url_' + nav_token);
	}else{
		target_window.location.href = wb_utils_get_cookie(nav_nm + 'url_' + nav_token);
	}
}

// *** Get Current token of navigation ***
function wb_utils_get_curr_url(nav_nm,target_window,nav_new_label){
	if (nav_nm == null || nav_nm == '')
		nav_nm = wb_nav;

	if (nav_new_label != null && nav_new_label != ''){
		wb_utils_set_cookie(nav_nm + 'nm_' + wb_utils_get_cookie(nav_nm + 'cnt'), nav_new_label);
	}
	url = wb_utils_get_cookie(nav_nm + 'url_' + wb_utils_get_cookie(nav_nm + 'cnt'))
	
	if (target_window == null || target_window == ''){
		window.location.href = url;
	}else{
		target_window.location.href = url;
	}
}

function wb_utils_get_page(num,nav_nm){
	
	if (nav_nm == null || nav_nm == '')
		nav_nm = wb_nav;

	url = self.location.href;
	if (getUrlParam('cur_page'))
		url = setUrlParam('cur_page', num, url);
	else
		url = url + "&cur_page=" + num;
	wb_utils_set_cookie(nav_nm + 'url_' + wb_utils_get_cookie(nav_nm + 'cnt'), url)
	self.location.href = url;
}

function wb_utils_nav_get_urlparam(){
	
	var nav_nm = ""
	url = self.location.href
	
	for (var i = 0; i < arguments.length; i = i + 2){
		
		if (arguments[i] != 'nav_nm'){
			if (getUrl(arguments[i])){
				url = setUrlParam(arguments[i], arguments[i+1], url);
			}else{
				url = url + '&' + arguments[i] + '=' + arguments[i+1];
			}
		}else if (arguments[i] == 'nav_nm'){
			if (arguments[i+1] == 'wb_nav')
				nav_nm = eval(arguments[i+1]);
			else
				nav_nm = arguments[i+1];
		}
	}
	
	if (nav_nm != ''){		
		wb_utils_set_cookie(nav_nm + 'url_' + wb_utils_get_cookie(nav_nm + 'cnt'), url)					
	}
	self.location.href = url;		
}

// --------------------- H. Generic Functions --------------------------------------
function wb_utils_set_cookie(token_nm,token_val){
	gen_set_cookie_token('wb', token_nm, token_val, '');
}

function wb_utils_get_cookie(token_nm){
	return gen_get_cookie_token('wb', token_nm);
}

function wb_utils_logout(lang){
	if(confirm(eval('wb_msg_' + lang + '_confirm'))){
		url = wb_utils_invoke_servlet('cmd','logout')
	 	self.location.href= url;
	}
}

function wb_utils_nav_go(nav_id,ent_id,lang,curTime,rol_ext_id){
	url = null;
	if(nav_id == 'USR_OWN_MAIN'){
		url = wb_utils_invoke_servlet('cmd','get_usr','usr_ent_id',ent_id,'stylesheet',wb_utils_xsl_upd_usr_info_lrn)
	}else if(nav_id == 'USR_OWN_MAIN_REG'){
		url = wb_utils_invoke_servlet('cmd','get_usr','usr_ent_id',ent_id,'stylesheet',wb_utils_xsl_upd_usr_info_lrn_reg)		
	}else if(nav_id == 'CAT_LIST'){
		url = wb_utils_invoke_ae_servlet('cmd','ae_get_cat_lst','stylesheet',wb_utils_xsl_cata_lst)
	}else if(nav_id == 'CAT_MAIN'){
		url = wb_utils_invoke_ae_servlet('cmd','ae_get_cat_lst','stylesheet',wb_utils_xsl_cata_lst)
	}else if(nav_id == 'ITM_MAIN'){
		url = wb_utils_invoke_ae_servlet('cmd','ae_lookup_itm','all_ind','true','exact','false','tvw_id','LIST_VIEW','stylesheet',wb_utils_xsl_itm_lst,'show_respon','true','filter_retire','true','type','')
	}else if(nav_id == 'LRN_RES_MAIN'){
		url = wb_utils_adm_syb_lst_url()	
	}else if(nav_id == 'ENR_APP_LINK'){
		url = wb_utils_invoke_ae_servlet('cmd','ae_get_appr_appn_lst','app_process_status','1','stylesheet',wb_utils_xsl_appr_application_lst,'page_size',10,'page',1,'sort_by','r_itm_appn_end_datetime','order_by','ASC')
	}else if(nav_id == 'RPT_LINK'){
		url = wb_utils_invoke_disp_servlet('module','report.ReportModule','cmd','get_rpt_lst','stylesheet',wb_utils_xsl_rpt_get_all,'show_public','y','rpt_type_lst','COURSE')
	}else if(nav_id == 'LRN_HIST_LINK'){
		url = wb_utils_invoke_disp_servlet('module','report.ReportModule','cmd','get_rpt','usr_ent_id',ent_id,'rpt_type','learner','calendar_view',1,'stylesheet',wb_utils_xsl_lrn_solu_res_rpt)
	}else if(nav_id == 'LRN_SOLN_LINK'){
		url = wb_utils_invoke_ae_servlet('cmd','ae_lrn_soln','usr_ent_id',ent_id,'item_type', 'CLASSROOM~SELFSTUDY', 'stylesheet',wb_utils_xsl_lrn_solu_view_cos,'targeted_item_apply_method_lst','compulsory~elective')
	}else if(nav_id == 'BOOK_MAIN'){
		url = wb_utils_invoke_disp_servlet('module','fm.FMModule','cmd','get_cart', 'stylesheet',wb_utils_xsl_fm_frame)
		str_feature = 'toolbar='		+ '1'
			+ ',width=' 				+ '780'
			+ ',height=' 				+ '500'
			+ ',scrollbars='			+ 'yes'
			+ ',resizable='				+ 'yes'
			+ ',screenX='				+ '10'
			+ ',screenY='				+ '10'
			+ ',status='				+ 'yes'
		if(document.all){
			str_feature += ',top='		+ '10'
			str_feature += ',left='		+ '10'
		}
		wb_utils_set_cookie('rsv_return_url','')	
		wb_utils_set_cookie('rsv_itm_id','')
		wb_utils_set_cookie('rsv_itm_title','')
		wb_utils_set_cookie('url_success','')
		wb_utils_set_cookie('cur_rsv_id','')
		wb_utils_set_cookie('work_rsv_id','')
		wb_utils_set_cookie('cart','')
		fm_win = window.open(url,'fm',str_feature)
		url = null;
		//url = wb_utils_invoke_disp_servlet('module','fm.FMModule','cmd','get_fac_lst','fac_type','','stylesheet',wb_utils_xsl_fm_facility_list)
	}else if(nav_id == 'CM_MAIN'){
		url = wb_utils_invoke_disp_servlet('module','competency.CompetencyModule','cmd','get_node_list','cur_page','','pagesize','','stylesheet',wb_utils_xsl_cpty_all_comp)
		if (wb_utils_get_cookie(wb_nav + 'cnt') >= 2) {wb_utils_set_cookie(wb_nav + 'cnt', 1);}
		if (lang != '' && lang != null) {			
			wb_utils_set_nav(wb_nav,eval('wb_nav_' + lang + '_cpt_mdl'),url)
		}
	}else if(nav_id == 'ENR_ASS_LINK'){
		url = wb_utils_invoke_ae_servlet('cmd','ae_get_rol_target_run_lst','stylesheet',wb_utils_xsl_app_enrol_ass_cos_lst)
	}else if(nav_id == 'USR_INFO_MAIN'){
		url = wb_utils_invoke_servlet('cmd','get_ent_lst','stylesheet',wb_utils_xsl_man_grp)
		if (wb_utils_get_cookie(wb_nav + 'cnt') >= 2) {wb_utils_set_cookie(wb_nav + 'cnt', 1);}
		if (lang != '' && lang != null) {			
			wb_utils_set_nav(wb_nav,eval('wb_nav_' + lang + '_usr_manager'),url)
		}
	}else if(nav_id == 'ATTENDANCE_MAIN'){
		url = wb_utils_invoke_ae_servlet('cmd','ae_lookup_itm','all_ind','true','exact','false','show_respon', 'true', 'show_respon', 'true', 'appn_to', 'NOW', 'appn_to_operator', "<", 'filter_retire_or_in_process_att', 'true', 'stylesheet',wb_utils_xsl_attd_itm_lst,'tvw_id','LIST_VIEW','show_attendance','true','page_size','10','type','CLASSROOM','show_no_run','false','itm_life_status_not_equal_lst','cancelled');
	}else if(nav_id == 'MOTE_MAIN'){
		url = wb_utils_invoke_disp_servlet('cmd','get_resp_mote_lst','module','mote.MoteModule','mote_status','progress','cur_page','0','page_size','10','sort_col','duedate','sort_order','ASC','timestamp','','stylesheet',wb_utils_xsl_mote_lst);
	}else if(nav_id == 'CODE_DATA_MAIN'){
		url = wb_utils_invoke_disp_servlet('module', 'entity.EntityModule','cmd','get_ent_cnt_lst','stylesheet', wb_utils_xsl_cdata_indcode_lst,'ent_type','IDC','ent_id','')
		if (wb_utils_get_cookie(wb_nav + 'cnt') >= 2) {wb_utils_set_cookie(wb_nav + 'cnt', 1);}
		if (lang != '' && lang != null) {			
			wb_utils_set_nav(wb_nav,eval('wb_nav_' + lang + '_ind_code'),url)
		}
	}else if(nav_id == 'ACL_MAIN'){
		url = wb_utils_invoke_disp_servlet('module','accesscontrol.AccessControlModule','cmd','get_rol_ftn','rol_ext_id',rol_ext_id,'stylesheet','adm_acc_control.xsl');
	}else if(nav_id == 'FOR_MAIN'){
		url = wb_utils_invoke_servlet("cmd","get_public_forum","ismaintain",'true',"stylesheet",wb_utils_xsl_maintain_forum);
		if (wb_utils_get_cookie(wb_nav + 'cnt') >= 2) {wb_utils_set_cookie(wb_nav + 'cnt', 1);}
		if (lang != '' && lang != null) {			
			wb_utils_set_nav(wb_nav,eval('wb_nav_' + lang + '_main_forum'),url)
		}
	}
	
	if(url != null){
		if(window.parent == null){
			window.location.href = url;
		}else{
			window.parent.location.href = url;
		}
	}
}

function wb_utils_cancel(){
	window.location.href = wb_utils_get_cookie('url_prev');
}

function wb_utils_go_url(url){
	window.location.href = url;
}

function wb_utils_XmlEscape(str){
	str = str.replace(/&/g, "&amp;")
	str = str.replace(/</g, "&lt;")
	str = str.replace(/>/g, "&gt;")
	return str;
}

function wb_utils_JsEscape(str){
	str = str.replace(/\\/g, "\\\\")
	str = str.replace(/'/g, "\\'")
	str = str.replace(/"/g, "\\\"")
	return str;
}

function addOption(obj,addobj){

obj.options[obj.length] = addobj
}

function removeSelectedOptions(frm){
	
	var i = 0;
	if ( frm.length > 0 ){
	do{	
		if (eval('frm.options[' + i + '].selected')  == true ){
			for (j= i; j < frm.length - 1; j++){			
				frm.options[j].text = frm.options[j+1].text
				frm.options[j].value = frm.options[j+1].value
				if ( eval('frm.options[' + (j+1) + '].selected') == true )
					frm.options[j].selected = true
				else
					frm.options[j].selected = false
				}
				frm.length --;
			}
		else
		{
			i++
		}	
	}while( i < frm.length );
	}
}

function wb_utils_popup_close(){
	for (i = 0; i < arguments.length; i++){
		obj = eval('window.' + arguments[i])
		if (obj) {obj.close();}			
	}
	self.close();
}

// --------------------- I. Classified Functions -----------------------------------
// Home ============================================================================
// *** Gen Home Url ***
function wb_utils_gen_home(){
	//url = wb_utils_jsp_root_url + wb_utils_jsp_home
	url = wb_utils_gen_home_url()
	window.parent.location.href = url;
} 
function wb_utils_gen_home_url(){
	//url = wb_utils_jsp_root_url + wb_utils_jsp_home
	url = wb_utils_invoke_servlet('cmd','go_home')
	return url;
}

// *** Change Role ***
function wb_utils_change_role(frm,lang){
	url = wb_utils_invoke_servlet('cmd', 'change_role', 'rol_ext_id', frm.role_ext_id[frm.role_ext_id.selectedIndex].value);
	if(lang == null){
		lang = 'en'
	}
	var load_msg =eval('wb_msg_' + lang + '_loading_msg')
	document.write('<font size="2" face="arial">' + load_msg +'</font>')
	window.location.href = url;
}
//*** Forum List ***
function wb_utils_get_forum_lst(){
   url = wb_utils_invoke_servlet("cmd","get_public_forum_xml","ismaintain","false");
   parent.location.href = url;
}
// *** Catalog Root ***
function wb_utils_cata_lst(){
	url = wb_utils_invoke_ae_servlet('cmd','ae_get_cat_lst','stylesheet',wb_utils_xsl_cata_lst)
	window.location.href = url;  
}
// *** Node List ***
function wb_utils_node_lst(tnd_id,list_type,order_by,sort_order, frStatic){
	url_failure = ''
	if ( list_type == null || list_type == '' || list_type == 'item' ){
		if (order_by == null || order_by == '' ){
			if (sort_order == null || sort_order == ''){
				sort_order = 'asc'
			}
			order_by = 'tnd_title'
		}
		else{
			if (sort_order == null || sort_order == ''){
				sort_order = 'asc'
			}		
		}
		url = wb_utils_invoke_ae_servlet('cmd','ae_get_tnd_cnt_lst','tnd_id',tnd_id,'list','item','orderby', order_by,'sortorder',sort_order,'url_failure',url_failure,'stylesheet',wb_utils_xsl_node_lst)	
	}else
		url = wb_utils_invoke_ae_servlet('cmd','ae_get_tnd_cnt_lst','tnd_id',tnd_id,'list',list_type,'url_failure',url_failure,'stylesheet',wb_utils_xsl_node_lst)
		
	if (frStatic != null && frStatic == '1') {url =  '../../../' + url;}
		
	window.parent.location.href = url;		
}

function wb_utils_node_lst_url(tnd_id,list_type,order_by,sort_order){
	url_failure = ''
	if ( list_type == null || list_type == 'item' ){
		if (order_by == null){
			if (sort_order == null){
				sort_order = 'asc'
			}
			order_by = 'itm_code'
		}
		else{
			if (sort_order == null){
				sort_order = 'asc'
			}		
		}
		url = wb_utils_invoke_ae_servlet('cmd','ae_get_tnd_cnt_lst','tnd_id',tnd_id,'list','item','orderby', order_by,'sortorder',sort_order,'url_failure',url_failure,'stylesheet',wb_utils_xsl_node_lst)	
	}else
		url = wb_utils_invoke_ae_servlet('cmd','ae_get_tnd_cnt_lst','tnd_id',tnd_id,'list',list_type,'url_failure',url_failure,'stylesheet',wb_utils_xsl_node_lst)
	return url;	
}

// *** Resource Manager ***
function wb_utils_ist_resource_manager(privilege){
	wb_utils_adm_syb_lst_url(privilege)
	window.parent.location.href = url
}

function wb_utils_adm_syb_lst(privilege){
	url = wb_utils_adm_syb_lst_url(privilege)
	window.parent.location.href = url;
}

function wb_utils_adm_syb_lst_url(privilege){
	if (privilege == null || privilege == '') {privilege = 'AUTHOR';}
	url = wb_utils_invoke_servlet('cmd','get_syb_obj','syb_privilege',privilege,'res_type','QUE~GEN~AICC','res_lan','','stylesheet',wb_utils_xsl_syb_obj_lst)	
	return url;
}

// CSS Initiation ==================================================================
function wb_utils_init_css(){
	frm = arguments[0];	
	if (document.all || document.getElementById!=null){	
		n = frm.elements.length;
		for (i = 0; i < n; i++){
			ele = frm.elements[i]			
			for ( j = 1; j < arguments.length; j++ ){
				if (ele.type == arguments[j])
					ele.className="wbGenInputFrm"				
			}	
		}
	}
}

function wb_utils_init_forum_css(){
	frm = arguments[0];	
	if (document.all || document.getElementById!=null){	
		n = frm.elements.length;
		for (i = 0; i < n; i++){
			ele = frm.elements[i]			
			for ( j = 1; j < arguments.length; j++ ){
				if (ele.type == arguments[j])
					ele.className="wbFFrm"				
			}	
		}
	}
}

function wb_utils_init_faq_css(){
	frm = arguments[0];	
	if (document.all || document.getElementById!=null){	
		n = frm.elements.length;
		for (i = 0; i < n; i++){
			ele = frm.elements[i]
			
			for ( j = 1; j < arguments.length; j++ ){
				if (ele.type == arguments[j])
					ele.className="wbFaqFrm"				
			}	
		}
	}
}

function wb_utils_init_lrn_css(){
	frm = arguments[0];	
	if (document.all || document.getElementById!=null){	
		n = frm.elements.length;
		for (i = 0; i < n; i++){
			ele = frm.elements[i]			
			for ( j = 1; j < arguments.length; j++ ){
				if (ele.type == arguments[j])
					ele.className="wbGenInputFrm"				
			}	
		}
	}
}

// Instructor 2nd level links ======================================================
// *** ½Òµ{»s§@ ***
function wb_utils_ist_create_course(id){
	url = wb_utils_invoke_servlet('cmd','get_cos_lst','dpo_view','IST_READ','stylesheet',wb_utils_xsl_ist_create_course_lst)
	if ( id != null)
	url += '#' + id;
	window.parent.location.href = url
}

// *** ½Òµ{ºÞ²z ***
function wb_utils_ist_course_manager(id){

	url = wb_utils_invoke_servlet('cmd','get_cos_lst','dpo_view','IST_READ','stylesheet',wb_utils_xsl_ist_course_lst)
	if ( id != null)
	url += '#' + id;
	window.parent.location.href = url
}

// *** ±Ð§÷ºÞ²z ***
function wb_utils_ist_resource_manager(){
	url = wb_utils_invoke_servlet('cmd','get_syb_list','syb_locale','HK','stylesheet',wb_utils_xsl_syb_list)
	window.parent.location.href = url
}

// *** ¥Î¤á¸ê®Æ ***
function wb_utils_ist_user_manager(usr_id,lang){
	url = wb_utils_invoke_servlet('cmd','get_usr','usr_id',usr_id,'stylesheet',wb_utils_xsl_upd_usr_info_ist)
	if (lang != '' && lang != null){
		wb_utils_set_nav(wb_nav,eval('wb_nav_' + lang + '_usr_info'),url)
	}
	window.parent.location.href = url
}

// Administrator 2nd level links ===================================================

// *** °|¨t³]¸m ***
// utils at ae_utils.js

// *** ­p¶O³]¸m ***
function wb_utils_adm_payment_lst(){
//../servlet/cw.ae.aeAction?cmd=get_oi_axn&usr_ent_id=407&acn_type=applyeasy&stylesheet=ae_lrn_pay.xsl
	//if (usr_ent_id != null)
	//{url = wb_utils_ae_servlet_url + '?cmd=' + 'get_oi_axn' + '&usr_ent_id=' + usr_ent_id + '&acn_type='+'applyeasy' +'&stylesheet=' + wb_utils_xsl_lrn_payment
	//window.parent.location.href= url}
}

// *** ¦¬¥Í ***
function wb_utils_adm_enrol_lst(){
	url = wb_utils_invoke_servlet('cmd','get_prof','stylesheet',wb_utils_xsl_adm_enrol)
	window.parent.location.href =  url;
}

function wb_utils_adm_acc_control(rol_ext_id){	
	stylesheet = "adm_acc_control.xsl";
	module = "accesscontrol.AccessControlModule";
	//rol_ext_id = "EADM";
	cmd = "get_rol_ftn";
	url = wb_utils_disp_servlet_url+"?module="+module+"&cmd="+cmd+"&rol_ext_id="+rol_ext_id+"&stylesheet="+stylesheet;
	window.location.href = url;
}

function wb_utils_adm_code_lst(lang){
	var nm_token = "1";
	var nm_cookie = "maintain_zcode_data_" ; 
	url = ae_utils_invoke_servlet('cmd','ae_get_codetype','stylesheet','code_data_type.xsl');
	wb_utils_set_cookie(nm_cookie + 'cnt', nm_token);
	wb_utils_set_cookie(nm_cookie + 'nm_' + nm_token, eval('wb_msg_' + lang + '_code_data'));
	wb_utils_set_cookie(nm_cookie + 'url_' + nm_token, url);
	//alert(wb_utils_get_cookie(nm_cookie+'cnt'));
	//alert(wb_utils_get_cookie(nm_cookie+'nm_'+nm_token));
	//alert(wb_utils_get_cookie(nm_cookie+'url_'+nm_token));
	window.location.href = url;
}

// *** ¥Î¤áºÞ²z ***
function wb_utils_user_manager(cur_page, pagesize,lang){
	if ( cur_page == null || cur_page == '' )
		cur_page = 1
	if ( pagesize == null || pagesize == '' )
		pagesize = 10	
	url = wb_utils_invoke_servlet('cmd','get_ent_lst','cur_page',cur_page, 'pagesize',pagesize,'stylesheet',wb_utils_xsl_man_grp)
	wb_utils_set_nav(wb_nav, eval('wb_nav_' + lang + '_usr_manager'),url)
	window.parent.location.href = url
}

function wb_utils_adm_usr_mgt(cur_page, pagesize){
	if ( cur_page == null || cur_page == '' )
		cur_page = 1
	if ( pagesize == null || pagesize == '' )
		pagesize = 10	
	var nm_token = "1"
	var nm_cookie = "maintain_usr_" ;	
	url = wb_utils_invoke_servlet('cmd','get_ent_lst','cur_page',cur_page, 'pagesize',pagesize,'stylesheet','adm_usr_mgt.xsl')
	wb_utils_set_cookie(nm_cookie + 'cnt', nm_token) 
	wb_utils_set_cookie(nm_cookie + 'nm_' + nm_token, 'User Manager');
	wb_utils_set_cookie(nm_cookie + 'url_' + nm_token, url);
	window.parent.location.href = url
}

// *** ¤½§iÄæ ***
function wb_utils_announ_lst(lang){
	url = wb_utils_invoke_servlet('cmd', 'get_all_msg', 'stylesheet', wb_utils_xsl_announcement_lst, 'msg_type', 'SYS')
	wb_utils_set_nav(wb_nav, eval('wb_nav_' + lang + '_announ_lst'), url)
	window.location.href = url;
}

function wb_utils_adm_announ_lst(){
	//../servlet/qdb.qdbAction?env=wizb&cmd=get_msg&msg_type=SYS&stylesheet=adm_announcement.xsl
	url = wb_utils_invoke_servlet('cmd','get_all_msg','msg_type','SYS','stylesheet', wb_utils_xsl_adm_sys_Announcement)
	window.parent.location.href = url
	
}

// Learner 2nd level links =========================================================
// *** ¦P¾Ç¥U ***
function wb_utils_lrn_cos_lrn_lst(course_id,orderby,sortby,pagesize,cur_page){
	str_feature = 'toolbar='		+ 'no'
			+ ',width=' 				+ '780'
			+ ',height=' 				+ '400'
			+ ',scrollbars='			+ 'yes'
			+ ',resizable='				+ 'yes';			
	if(orderby == null){
		orderby = 'usr_last_name_bil';
	}
	if(sortby == null){
		sortby = 'ASC';
	}
	if(pagesize == null){
		pagesize = '10';
	}
	if(cur_page == null){
		cur_page = '1';
	}	
	url = wb_utils_invoke_servlet('course_id',course_id,'cmd','get_cos_lrn_lst','order_by',orderby,'sort_by',sortby,'pagesize',pagesize,'cur_page',cur_page,'stylesheet',wb_utils_xsl_lrn_cos_lrn_lst,'url_failure','')
	window.open(url, 'cos_lrn_lst', str_feature);	
}

function wb_utils_lrn_user_info(usr_id,lang){
	url = wb_utils_invoke_servlet('cmd','get_usr','usr_id',usr_id,'stylesheet',wb_utils_xsl_upd_usr_info_lrn)
	if (lang != '' && lang != null){
		wb_utils_set_nav(wb_nav,eval('wb_nav_' + lang + '_usr_info'),url)
	}	
	window.parent.location.href = url
}

function wb_utils_lrn_course_lst(){
	url = wb_utils_ae_servlet_url + '?cmd=ae_get_all_enrol&stylesheet='+ wb_utils_xsl_lrn_course_lst
	window.parent.location.href = url
}

function wb_utils_lrn_prog_details(itm_id){
	//cw.ae.aeAction?env=wizb&cmd=ae_get_pgm_enrol_xml&itm_id=9&stylesheet=ae_get_pgm_enrol.xsl
	url = wb_utils_ae_servlet_url + '?cmd=ae_get_pgm_enrol'+'&itm_id=' + itm_id +'&stylesheet='+ wb_utils_xsl_lrn_prog_details+ '&url_failure=' + 'javascript:wb_utils_lrn_course_lst()'
	window.parent.location.href = url
}

function wb_utils_lrn_item_details(itm_id){
	//../servlet/cw.ae.aeAction?env=wizb&cmd=ae_get_itm&itm_id=44&stylesheet=ae_adm_itm_dtl.xsl
	url = wb_utils_ae_servlet_url + '?cmd=ae_get_itm'+'&itm_id=' + itm_id +'&stylesheet='+ wb_utils_xsl_lrn_item_details + '&url_failure=' + 'javascript:wb_utils_lrn_course_lst()'
	window.parent.location.href = url
}

function wb_utils_lrn_cata_lst(){
	url = wb_utils_gen_home_url()
	window.parent.location.href = url
}

function wb_utils_lrn_payment_lst(usr_ent_id){
	//../servlet/cw.ae.aeAction?cmd=get_oi_axn&usr_ent_id=407&acn_type=applyeasy&stylesheet=ae_lrn_pay.xsl
	if (usr_ent_id != null){
		url = wb_utils_ae_servlet_url + '?cmd=' + 'get_oi_axn' + '&usr_ent_id=' + usr_ent_id + '&acn_type='+'applyeasy' +'&stylesheet=' + wb_utils_xsl_lrn_payment
		window.parent.location.href= url;
	}
	//alert('Under Construction');
}

function wb_utils_lrn_bkmark_lst(){
	str_feature = 'toolbar=' + 'no' + ',width=' + '416'	+ ',height=' + '180' + ',scrollbars=' + 'yes' + ',resizable=' + 'no' + ',status=' + 'no'
	url = wb_utils_disp_servlet_url + '?module=' + 'personalization.BookmarkModule' + '&cmd=' + 'get_all_boo' + '&stylesheet=' + wb_utils_xsl_lrn_bkmark_lst
	window.open(url, 'lrn_bkmark_lst', str_feature);
}

function wb_utils_lrn_bkmark_lst_url(){
	url = wb_utils_disp_servlet_url + '?module=' + 'personalization.BookmarkModule' + '&cmd=' + 'get_all_boo' + '&stylesheet=' + wb_utils_xsl_lrn_bkmark_lst
	return url;
}



// Messaging =======================================================================
function wb_utils_tna_lst(type,lang,course_id,item_id){
	if (type == 'TNA'){
			var nm_token = "1"
			var nm_cookie = "maintain_tna_" ; 
			//alert(nm_token)
			url = wb_utils_invoke_disp_servlet('module','content.SurveyModule','cmd','get_tna_lst','stylesheet',wb_utils_xsl_course_tna_lst);			
			wb_utils_set_cookie(nm_cookie + 'cnt', nm_token) 
			wb_utils_set_cookie(nm_cookie + 'nm_' + nm_token, eval('wb_msg_' + lang + '_maintain_tna'));
			wb_utils_set_cookie(nm_cookie + 'url_' + nm_token, url);
	}
	parent.location.href = url;
}

function wb_utils_cos_run_evn_lst(type,lang,item_id,tnd_id){
	if(type == 'EVN'){		
		if (item_id != ''){
			url = wb_utils_invoke_disp_servlet('module','content.SurveyModule','cmd','get_evn_lst','stylesheet',wb_utils_xsl_course_run_evn_lst,'mod_type',type,'itm_id',item_id,'tnd_id',tnd_id);
			wb_utils_set_nav('maintain_course_',eval('wb_msg_' + lang + '_evn'),url);
		}
	}
	parent.location.href = url;
}

function wb_utils_cos_run_lst(itm_id,tnd_id,lang){
	url = wb_utils_invoke_ae_servlet(
		'cmd','ae_get_itm',
		'stylesheet',wb_utils_xsl_course_run_lst,
		'dtl_opt', dtl_opt_cos_run_lst,
		'itm_id',itm_id,
		'tnd_id',tnd_id		
	)	
	wb_utils_set_nav('maintain_course_',eval('wb_msg_' + lang + '_run_info'),url);	
	parent.location.href = url;
}
	
function wb_utils_add_tna(lang){
	url = wb_utils_invoke_servlet('cmd','get_prof','dpo_view','IST_EDIT','mod_action', 'ins','mod_type','TNA','stylesheet',wb_utils_xsl_course_mod_frameset)
	wb_utils_set_nav('maintain_tna_',eval('wb_msg_' + lang + '_add_tna'),url);
	window.location.href = url	
}

function wb_utils_add_evn(lang,run_id,tnd_id){
	if (tnd_id == null){
		tnd_id = ''
	}
	url = wb_utils_invoke_servlet('cmd','get_prof','dpo_view','IST_EDIT','mod_action', 'ins','mod_type','EVN','stylesheet',wb_utils_xsl_course_mod_frameset,'run_id',run_id,'tnd_id',tnd_id)
	wb_utils_set_nav('maintain_course_',eval('wb_msg_' + lang + '_add_evn'),url);
	window.location.href = url	
}

// *** TNA/EVN/COURSE Finished Notify ***

function wb_utils_end_notify(notify_type){
	if (notify_type == 'TNA'){
		url_id = parseInt(wb_utils_get_cookie('maintain_tna_cnt'))- 1
		wb_utils_get_prev_url(url_id,'maintain_tna_',window.parent)
	}else if (notify_type == 'COURSE' || notify_type =='EVN'){
		url_id = parseInt(wb_utils_get_cookie('maintain_course_cnt'))- 1
		wb_utils_get_prev_url(url_id,'maintain_course_',window.parent)
	}
}

// ?? ==============================================================================
function wb_utils_toolbox_dispatcher(ftn_id, param1){

	if (ftn_id == 'ACL_MAIN')
		wb_utils_adm_acc_control();
	else if(ftn_id == 'CAT_MAIN')
		ae_utils_adm_cata_lst();
	else if(ftn_id == 'USR_INFO_MAIN')
		wb_utils_user_manager();
	else if(ftn_id == 'LRN_RES_MAIN')
		wb_utils_adm_syb_lst();
	else if(ftn_id == 'CODE_DATA_MAIN')
		wb_utils_adm_code_lst(param1);
}

function wb_utils_mt_help(){	
	url = wb_utils_invoke_servlet('cmd','get_prof','stylesheet',wb_utils_xsl_help)
	window.open(url,'HelpPage','status=yes,scrollbars=yes,width=380,height=130')
}

function wb_utils_validate_site_id(fld,lang){
	if (fld.value == ''){
//		alert(eval('wb_msg_' + lang + '_select_site'))
		return false
	};
	return true;
}
 
//=================== X1. Mirgate from ae_utils.js =================================

// *** wb_cata_search.js (old ae_search.js) ***
wb_utils_xsl_adv_cata_seh=''
wb_utils_xsl_adv_cata_seh_result=''

// *** °|¨t³]¸m ***
// *** Catalog List ***

// *** Catalog List Return URL ***
function wb_utils_cata_lst_url(){	
	url = wb_utils_invoke_ae_servlet('cmd','ae_get_cat_lst','stylesheet',wb_utils_xsl_cata_lst)
	return url; 
}




// *** Node List Return ***
function ae_utils_node_lst_url(tnd_id,list_type,order_by,sort_order){
	
	if ( list_type == null || list_type == 'item' ){
		if (order_by == null){
			if (sort_order == null){
				sort_order = 'asc'
			}
			order_by = 'itm_code'
		}
		else{
			if (sort_order == null){
				sort_order = 'asc'
			}
		
		}
		url = wb_utils_invoke_ae_servlet(
			'cmd','ae_get_tnd_cnt_lst',
			'tnd_id',tnd_id,
			'list','item',
			'orderby',order_by,
			'sortorder',sort_order,
			'stylesheet',wb_utils_xsl_node_lst
		)	
	}else
		url = wb_utils_invoke_ae_servlet('cmd','ae_get_tnd_cnt_lst','tnd_id',tnd_id,'list',list_type,'stylesheet',wb_utils_xsl_node_lst)
	return url;	
}

// --------------------- X2. Depreciated Item --------------------------------------
// *** instructor_home ***
function wb_utils_ist_home(){
	url = wb_utils_gen_home()
}
// *** learner home ***
function wb_utils_lrn_home(){
	url = wb_utils_gen_home()
}
// *** administrator home ***
function wb_utils_adm_home(){
	url = wb_utils_gen_home()
}


// -------------------- for loading applet ----------------------------------
// while the applet is finish loading	
function wb_utils_finish_loading_applet() {
	// I.E.
	if(document.all){
		self.DIV2.style.left = -1500;
		self.DIV1.style.left = 0;
	}
	// NS6
	else if(document.getElementById){
		document.getElementById("DIV2").style.left = -500;
	}
	// NS other than 6
	else {
		document.layers["DIV2"].left = -500;
	}
}	

// *** Ah Lun (??) ***
wb_en_blank = 'FB'
wb_en_no_exp = 'No Explanation'
wb_gb_blank = '¿Õ¸ñ'
wb_gb_no_exp = 'Ã»ÓÐÌá¹©ËµÃ÷'
wb_mag_ch_score_zero = '¿ù»~!¤À¼Æ¥²¶·¤j¹L¹s'
wb_mag_en_score_zero = 'Error! The score must be greater than 0.'
wb_mag_gb_score_zero = '´íÎó!·ÖÊý±ØÐë´ó¹ýÁã'
wn_msg_ch_dimen_error = '(CH)The dimension of the media file must be a number.'
wn_msg_en_dimen_error = 'The dimension of the media file must be a integer.'
wn_msg_gb_dimen_error = '(CH)The dimension of the media file must be a number.'
wb_ch_blank = 'ªÅ®æ'
wb_ch_no_exp = '¨S¦³»¡©ú'

//Date Utils
function _wbUtilsCalendarMakeArray() {
	this[0] = _wbUtilsCalendarMakeArray.arguments.length;
	for (i = 0; i < _wbUtilsCalendarMakeArray.arguments.length; i = i + 1)
		this[i+1] = _wbUtilsCalendarMakeArray.arguments[i];
}

var wbUtilsCalendarchMonth = new _wbUtilsCalendarMakeArray(
	'¤@¤ë', '¤G¤ë', '¤T¤ë', '¥|¤ë', '¤­¤ë', '¤»¤ë',
	'¤C¤ë', '¤K¤ë', '¤E¤ë', '¤Q¤ë', '¤Q¤@¤ë', '¤Q¤G¤ë');
	
var wbUtilsCalendarenMonth = new _wbUtilsCalendarMakeArray(
	'Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun',
	'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec');
	
var wbUtilsCalendargbMonth = new _wbUtilsCalendarMakeArray(
	'Ò»ÔÂ', '¶þÔÂ', 'ÈýÔÂ', 'ËÄÔÂ', 'ÎåÔÂ', 'ÁùÔÂ',
	'ÆßÔÂ', '°ËÔÂ', '¾ÅÔÂ', 'Ê®ÔÂ', 'Ê®Ò»ÔÂ', 'Ê®¶þÔÂ');
	
//-------------------PWC header help button link
function wb_utils_header_help(role,style){
	//----------------------------check location
	level = '../';
	root_url = window.location.href;
	if(root_url.indexOf('?') != -1)root_url = root_url.substring(0,root_url.indexOf('?'));
	if(root_url.indexOf(style) == -1)level += style;
	//---------------------------------------------
	str_feature = 'toolbar='		+ 'no'
			+ ',width=' 				+ '780'
			+ ',height=' 				+ '500'
			+ ',scrollbars='			+ 'yes'
			+ ',resizable='				+ 'yes'
			+ ',screenX='				+ '10'
			+ ',screenY='				+ '10'
			+ ',status='				+ 'no'
		if(document.all){
			str_feature += ',top='		+ '10'
			str_feature += ',left='		+ '10'
		}
		helpFolder = role
		if(role=='NLRN')
			helpFolder += '8963434879'	
		else if(role=='LRNMAN')
			helpFolder += '3945876090'
		else if(role=='CMAN')
			helpFolder += '9798789343'
		else if(role=='LEDIR')
			helpFolder += '8762348732'
		else if(role=='PCON')
			helpFolder += '8237478905'
		else if(role=='PCLDR')
			helpFolder += '2903879823'
		else if(role=='OMAN')
			helpFolder += '8947011820'
		else if(role=='OPTEAM')
			helpFolder += '1290898340'
		else if(role=='ADM')
			helpFolder += '1870213423'
		else if(role=='APPR')
			helpFolder += '8787687687'
		fm_win = window.open(level + 'htm/' + helpFolder +'/wizbank.htm','',str_feature)
		url = null;
	
}

// fsdc 
fsdc_utils_xsl_grp_enrolment_credit_srh = 'fsdc_enrolment_grp_credit_search.xsl'

function fsdc_utils_grp_enrol_srh(creditOpt){
	url = fsdc_utils_grp_enrol_srh_url(creditOpt)
	window.location.href = url;
}

function fsdc_utils_grp_enrol_srh_url(creditOpt){

	//alert(creditOpt)
	var rpt_type
	if (creditOpt == null || creditOpt == '') {creditOpt = 0;}
	
	if (creditOpt == 1) {rpt_type = 'group_cpt';}
	else if (creditOpt == 'adm') {rpt_type = 'admin';}
	else {rpt_type = 'group';}
	
	//alert(rpt_type)
	url = wb_utils_invoke_servlet(
		'cmd','get_prof',
		'rpt_type',rpt_type,
		'stylesheet',fsdc_utils_xsl_grp_enrolment_credit_srh
	)
	return url;
}


function fsdc_utils_ann_lst(ann_type,msg_type,res_id,cur_page,page_size,sort_col,sort_order,timestamp){		
	if (sort_col == null || sort_col == '') {sort_col = 'msg_begin_date';}
	if (sort_order == null || sort_order == '') {sort_order = 'DESC';}
	if (cur_page == null || cur_page == '') {cur_page = '1';}
	if (page_size == null || page_size == '') {page_size = '10';}
	if (timestamp == null || timestamp == '') {timestamp = '';}
	if (msg_type == null || msg_type == ''){ msg_type = 'SYS';}
	
	url = fsdc_utils_ann_lst_url(ann_type,msg_type,res_id,cur_page,page_size,sort_col,sort_order,timestamp)
	window.location.href = url;
}
		
function fsdc_utils_ann_lst_url(ann_type,msg_type,res_id,cur_page,page_size,sort_col,sort_order,timestamp){
	
	if (msg_type == 'JOB') {stylesheet = wb_utils_xsl_announcement_job_lst;}
	else {stylesheet = wb_utils_xsl_announcement_lst;}
	
	if (sort_col == null || sort_col == '') {sort_col = 'msg_begin_date';}
	if (sort_order == null || sort_order == '') {sort_order = 'DESC';}
	if (cur_page == null || cur_page == '') {cur_page = '1';}
	if (page_size == null || page_size == '') {page_size = '10';}
	if (timestamp == null || timestamp == '') {timestamp = '';}
	if (msg_type == null || msg_type == ''){ msg_type = 'SYS';}
	
	if (ann_type == 'all') {
		url = wb_utils_invoke_servlet(
			'cmd', 'get_all_msg', 
			'stylesheet', stylesheet, 
			'msg_type', msg_type,
			'cur_page',cur_page,
			//'page_size',page_size,
			'sortCol',sort_col,
			'sortOrder',sort_order,
			'timestamp',timestamp
		)
		if (msg_type == 'RES' && res_id != null && res_id != ''){ url += '&res_id=' + res_id ;}
	}else {
		url = wb_utils_invoke_servlet(
			'cmd', 'get_msg', 
			'stylesheet', wb_utils_xsl_announcement_lst, 
			'msg_type', msg_type,
			'cur_page',cur_page,
			//'page_size',page_size,
			'sortCol',sort_col,
			'sortOrder',sort_order,
			'timestamp',timestamp
		)
		if (msg_type == 'RES' && res_id != null && res_id != ''){ url += '&res_id=' + res_id ;}
	}
	return url;
}