/****************************************************** ' 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/format.php"); include("$inc/select.php"); include("$inc/list.php"); //メイン処理 set_global('member', '会員トップページ設定', '事務局からのお知らせ', BACK_TOP); // ソート条件 $order_by = order_by(3, 1, 'an_seq_no', 'an_title', 'an_start_date', 'an_end_date', 'an_status'); // 表示行数条件 $limit = disp_limit(); $sql = "SELECT * FROM t_admin_msg $order_by $limit"; $result = db_exec($sql); $nrow = pg_numrows($result); ?>
=$fetch->an_seq_no?> | =htmlspecialchars($fetch->an_title)?> | =format_date($fetch->an_start_date)?> | =format_date($fetch->an_end_date)?> | =$disp?> |