/****************************************************** ' 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('etc', 'メール配信管理', '送信メールテンプレート', BACK_TOP); $order_by = order_by(1, 0, 'mt_template_id', 'mt_subject', 'mt_from'); $sql = "SELECT mt_template_id,mt_guide,mt_subject,mt_from FROM m_mail_template $order_by"; $result = db_exec($sql); $nrow = pg_numrows($result); ?>
=htmlspecialchars($fetch->mt_guide)?> | =htmlspecialchars($fetch->mt_subject)?> | =htmlspecialchars($fetch->mt_from)?> |