?> <!DOCTYPE html> <html> <head> <?php head('브리드 복싱 & 크로스핏 - 관리자메뉴', array('/common/font-awesome/css/font-awesome.css', '/common/css/style.css', '/common/css/style-responsive.css', '/admin/css/analysis.css')); ?> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <!--header start--> <?php adminHeader(); ?> <!--header end--> <!--sidebar start--> <?php adminSidebar("analysis"); ?> <!--sidebar end--> <section id = "main-content"> <section class = "wrapper"> <div class = "col-lg-12 mt"> <div class = "row"> <div class="col-md-4 mb"> <div class="darkblue-panel pn"> <div class="darkblue-header"> <h5>월별 가입회원수</h5>
if (!checkMail($val)) { $errm .= "<p class=\"error_messe\">【" . $key . "】はメールアドレスの形式が正しくありません。</p>\n"; $empty_flag = 1; } } } } //差出人に届くメールをセット if ($remail == 1) { $userBody = mailToUser($_POST, $dsp_name, $remail_text, $mailFooterDsp, $mailSignature, $encode); $reheader = userHeader($refrom_name, $to, $encode); $re_subject = "=?iso-2022-jp?B?" . base64_encode(mb_convert_encoding($re_subject, "JIS", $encode)) . "?="; } //管理者宛に届くメールをセット $adminBody = mailToAdmin($_POST, $subject, $mailFooterDsp, $mailSignature, $encode, $confirmDsp); $header = adminHeader($userMail, $post_mail, $BccMail, $to); $subject = "=?iso-2022-jp?B?" . base64_encode(mb_convert_encoding($subject, "JIS", $encode)) . "?="; if (($confirmDsp == 0 || $sendmail == 1) && $empty_flag != 1) { mail($to, $subject, $adminBody, $header); if ($remail == 1) { mail($post_mail, $re_subject, $userBody, $reheader); } } else { if ($confirmDsp == 1) { /* ▼▼▼送信確認画面のレイアウト※編集可 オリジナルのデザインも適用可能▼▼▼ */ ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja" lang="ja"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>確認画面</title>