/****************************************************** ' 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/select.php"); // プレゼント実施状態選択肢 function select_present_status($sel) { echo ""; echo ""; echo ""; echo ""; echo ""; } //メイン処理 set_global('etc', 'その他管理', 'プレゼント管理', BACK_TOP); $today = getdate(time() + (60 * 60 * 24)); ?>