/****************************************************** ' 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/list.php"); //メイン処理 set_global('master_st', 'マスタ管理|似顔絵関連マスタ', '画風マスタ', BACK_TOP); $order_by = order_by(1, 0, 'bw_brushwork_cd', 'bw_name'); $sql = "SELECT bw_brushwork_cd, bw_name FROM m_brushwork $order_by"; $result = db_exec($sql); $nrow = pg_numrows($result); ?>
=$fetch->bw_brushwork_cd?> | =$fetch->bw_name?> |