/****************************************************** ' System :「きゃららFactory」管理者用ページル ' Content:マスタメンテナンス|スタッフ関連マスタ|所属マスタ '******************************************************/ $top = "../../.."; $inc = "$top/inc"; include("$inc/login_check.php"); include("$inc/header.php"); $inc = "$top/../inc"; include("$inc/common.php"); include("$inc/define.php"); include("$inc/database.php"); include("$inc/decode.php"); include("$inc/list.php"); //メイン処理 set_global('master_st', 'マスタ管理|スタッフ関連マスタ', '所属マスタ', BACK_TOP); $order_by = order_by(1, 0, 'so_org_cd', 'so_kind_cd', 'so_name_kana'); $sql = "SELECT so_org_cd, so_kind_cd, so_name, so_name_kana FROM m_staff_org $order_by"; $result = db_exec($sql); $nrow = pg_numrows($result); ?>
=$fetch->so_org_cd?> | =decode_staff_kind($fetch->so_kind_cd)?> | =htmlspecialchars($fetch->so_name)?> |