/****************************************************** ' System :Eco-footprint 管理用ページ ' 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', 'マスタ管理|住居関連マスタメンテナンス', '住居面積マスタ', BACK_TOP); $order_by = order_by(1, 0, 'sp_space_cd', 'sp_space_text', 'sp_space_from', 'sp_space_to'); $sql = "SELECT sp_space_cd, sp_space_from, sp_space_to, sp_space_text FROM m_space $order_by"; $result = db_exec($sql); $nrow = pg_numrows($result); ?>
=$fetch->sp_space_cd?> | =htmlspecialchars($fetch->sp_space_text)?> | =$fetch->sp_space_from?> | =$fetch->sp_space_to?> |