function adm_auth_wkgrp_check()
{
    global $_adm_auth_wkgrp_msg;
    $msg = $_adm_auth_wkgrp_msg['msg_chk_1'] . adm_auth_wkgrp_file2page();
    return convert_html($msg) . adm_auth_wkgrp_add_btn();
}
function adm_auth_wkgrp_check()
{
    global $_adm_auth_wkgrp_msg;
    $msg = $_adm_auth_wkgrp_msg['msg_chk_1'] . adm_auth_wkgrp_file2page();
    return RendererFactory::factory($msg) . adm_auth_wkgrp_add_btn();
}