echo is_array($_tmp = $this->_tpl_vars['returnParam']['sales_start_datetime']) ? $this->_run_mod_handler('zend_date_format', true, $_tmp, 'HH:mm:ss') : smarty_modifier_zend_date_format($_tmp, 'HH:mm:ss');
?>
" size="10" maxlength="8">
                    &nbsp;<font color="blue">※日付は「0000-00-00 00:00:00」の形で入力してください。</font>
                </td>
                <td style="text-align:center;color:#ff0000;">必須</td>
            </tr>
            <tr>
                <th>販売終了日時</th>
                <td style="text-align: left;">
                    <input name="sales_end_date" class="datepicker" type="text" value="<?php 
echo is_array($_tmp = $this->_tpl_vars['returnParam']['sales_end_datetime']) ? $this->_run_mod_handler('zend_date_format', true, $_tmp, 'yyyy-MM-dd') : smarty_modifier_zend_date_format($_tmp, 'yyyy-MM-dd');
?>
" size="15" maxlength="10">
                    <input name="sales_end_time" class="time" type="text" value="<?php 
echo is_array($_tmp = $this->_tpl_vars['returnParam']['sales_end_datetime']) ? $this->_run_mod_handler('zend_date_format', true, $_tmp, 'HH:mm:ss') : smarty_modifier_zend_date_format($_tmp, 'HH:mm:ss');
?>
" size="10" maxlength="8">
                    &nbsp;<font color="blue">※日付は「0000-00-00 00:00:00」の形で入力してください。</font>
                </td>
                <td style="text-align: center;">任意</td>
            </tr>
            <tr>
                <th>曜日表示設定</th>
                <td style="text-align: left;">
                    <?php 
echo smarty_function_html_options(array('name' => 'is_display_week', 'options' => $this->_tpl_vars['isDisplayWeek'], 'selected' => is_array($_tmp = @$this->_tpl_vars['returnParam']['is_display_week']) ? $this->_run_mod_handler('default', true, $_tmp, 0) : smarty_modifier_default($_tmp, 0)), $this);
?>

                    <?php 
echo smarty_function_html_options(array('name' => 'display_week_start_num', 'options' => $this->_tpl_vars['config']['admin_config']['week_array'], 'selected' => is_array($_tmp = @$this->_tpl_vars['returnParam']['display_week_start_num']) ? $this->_run_mod_handler('default', true, $_tmp, 0) : smarty_modifier_default($_tmp, 0)), $this);
        </tr>
        <tr>
            <th>送信日時</th>
            <td>
            <input class="datepicker" size="15" type="text" value="<?php 
echo is_array($_tmp = is_array($_tmp = @$this->_tpl_vars['param']['dispDatetimeFrom']) ? $this->_run_mod_handler('default', true, $_tmp, time()) : smarty_modifier_default($_tmp, time())) ? $this->_run_mod_handler('zend_date_format', true, $_tmp, 'yyyy-MM-dd') : smarty_modifier_zend_date_format($_tmp, 'yyyy-MM-dd');
?>
" name="disp_date_from"maxlength="10">&nbsp;<input name="disp_time_from" class="time" type="text" value="<?php 
echo is_array($_tmp = $this->_tpl_vars['param']['dispDatetimeFrom']) ? $this->_run_mod_handler('zend_date_format', true, $_tmp, 'HH:mm:ss') : smarty_modifier_zend_date_format($_tmp, 'HH:mm:ss');
?>
" size="10"maxlength="8">
                ~&nbsp;<input class="datepicker" size="15" type="text" value="<?php 
echo is_array($_tmp = is_array($_tmp = @$this->_tpl_vars['param']['dispDatetimeTo']) ? $this->_run_mod_handler('default', true, $_tmp, time()) : smarty_modifier_default($_tmp, time())) ? $this->_run_mod_handler('zend_date_format', true, $_tmp, 'yyyy-MM-dd') : smarty_modifier_zend_date_format($_tmp, 'yyyy-MM-dd');
?>
" name="disp_date_to"maxlength="10">&nbsp;<input name="disp_time_to" class="time" type="text" value="<?php 
echo is_array($_tmp = $this->_tpl_vars['param']['dispDatetimeTo']) ? $this->_run_mod_handler('zend_date_format', true, $_tmp, 'HH:mm:ss') : smarty_modifier_zend_date_format($_tmp, 'HH:mm:ss');
?>
" size="10"maxlength="8"></td>
        </tr>
        <tr>
            <th>送信タイプ</th>
            <td>
            <?php 
echo smarty_function_html_checkboxes(array('name' => 'mail_reserve_type', 'options' => $this->_tpl_vars['mailReserveType'], 'selected' => $this->_tpl_vars['param']['mail_reserve_type'], 'separator' => "&nbsp;"), $this);
?>

            </td>
        </tr>
        <tr>
            <th>定期メルマガID<br>(カンマ指定で複数可)</th>
            <td>
echo is_array($_tmp = $this->_tpl_vars['returnParam']['display_start_date']) ? $this->_run_mod_handler('zend_date_format', true, $_tmp, 'yyyy-MM-dd') : smarty_modifier_zend_date_format($_tmp, 'yyyy-MM-dd');
?>
" size="15" maxlength="10">
                    <input name="display_start_time" class="time" type="text" value="<?php 
echo $this->_tpl_vars['returnParam']['display_start_time'];
?>
" size="10" maxlength="8">
                    &nbsp;<font color="blue">※日付は「0000-00-00 00:00:00」の形で入力してください。</font>
                </td>
                <td style="text-align:center;color:#ff0000;">必須</td>
            </tr>
            <tr>
                <th>表示終了日時</th>
                <td style="text-align: left;">
                    <input name="display_end_date" class="datepicker" type="text" value="<?php 
echo is_array($_tmp = $this->_tpl_vars['returnParam']['display_end_date']) ? $this->_run_mod_handler('zend_date_format', true, $_tmp, 'yyyy-MM-dd') : smarty_modifier_zend_date_format($_tmp, 'yyyy-MM-dd');
?>
" size="15" maxlength="10">
                    <input name="display_end_time" class="time" type="text" value="<?php 
echo $this->_tpl_vars['returnParam']['display_end_time'];
?>
" size="10" maxlength="8">
                    &nbsp;<font color="blue">※日付は「0000-00-00 00:00:00」の形で入力してください。</font>
                </td>
                <td style="text-align: center;">任意</td>
            </tr>
            <tr>
                <th>曜日表示設定</th>
                <td style="text-align: left;">
                    <?php 
echo smarty_function_html_options(array('name' => 'is_display_week', 'options' => $this->_tpl_vars['isDisplayWeek'], 'selected' => is_array($_tmp = @$this->_tpl_vars['returnParam']['is_display_week']) ? $this->_run_mod_handler('default', true, $_tmp, 0) : smarty_modifier_default($_tmp, 0)), $this);
}
$this->_foreach['loop'] = array('total' => count($_from), 'iteration' => 0);
if ($this->_foreach['loop']['total'] > 0) {
    foreach ($_from as $this->_tpl_vars['val']) {
        $this->_foreach['loop']['iteration']++;
        ?>
            <?php 
        $this->assign('weekNum', is_array($_tmp = $this->_tpl_vars['val']) ? $this->_run_mod_handler('zend_date_format', true, $_tmp, 'e') : smarty_modifier_zend_date_format($_tmp, 'e'));
        ?>
            <?php 
        echo smarty_function_cycle(array('values' => ", class=\"BgColor02\"", 'assign' => 'style'), $this);
        ?>

            <tr>
                <td><?php 
        echo is_array($_tmp = $this->_tpl_vars['val']) ? $this->_run_mod_handler('zend_date_format', true, $_tmp, 'yyyy年MM月dd日') : smarty_modifier_zend_date_format($_tmp, 'yyyy年MM月dd日');
        ?>
(<?php 
        echo $this->_tpl_vars['weekArray'][$this->_tpl_vars['weekNum']];
        ?>
)</td>
                <td><?php 
        echo is_array($_tmp = @$this->_tpl_vars['dispDataList'][$this->_tpl_vars['val']]['user']) ? $this->_run_mod_handler('default', true, $_tmp, 0) : smarty_modifier_default($_tmp, 0);
        ?>
人</td>
                <td><?php 
        echo is_array($_tmp = @$this->_tpl_vars['dispDataList'][$this->_tpl_vars['val']]['quit_user']) ? $this->_run_mod_handler('default', true, $_tmp, 0) : smarty_modifier_default($_tmp, 0);
        ?>
人</td>
                <td><?php 
        echo is_array($_tmp = @$this->_tpl_vars['dispDataList'][$this->_tpl_vars['val']]['all_user']) ? $this->_run_mod_handler('default', true, $_tmp, 0) : smarty_modifier_default($_tmp, 0);
        <td bgcolor="#336600"><span style="color:#cf0;font-size:small;">▼お申込み番号</span>
</td>
    </tr>
    <tr>
        <td><?php 
echo $this->_tpl_vars['cvdData']['number'];
?>
</td>
    </tr>
    <tr>
        <td bgcolor="#336600"><span style="color:#cf0;font-size:small;">▼お申込み有効期限</span>
</td>
    </tr>
    <tr>
        <td><?php 
echo is_array($_tmp = $this->_tpl_vars['cvdData']['pay_limit_datetime']) ? $this->_run_mod_handler('zend_date_format', true, $_tmp, 'yyyy年MM月dd日') : smarty_modifier_zend_date_format($_tmp, 'yyyy年MM月dd日');
?>
</td>
    </tr>
    <tr>
        <td bgcolor="#336600"><span style="color:#cf0;font-size:small;">▼決済金額</span>
</td>
    </tr>
    <tr>
        <td><?php 
echo is_array($_tmp = $this->_tpl_vars['cvdData']['pay_money']) ? $this->_run_mod_handler('number_format', true, $_tmp, '0') : number_format($_tmp, '0');
?>
円</td>
    </tr>
</table>
<br />
    <div id="ajaxForm">
    <form>
    <table border="0" cellspacing="0" cellpadding="0" id="src_table" class="TableSet04" align="center">
        <tr>
            <th colspan="2" style="text-align: center; font-weight: bold;">検索条件</th>
        </tr>
        <tr>
            <th>期間指定</th>
            <td>
                <input size="15" class="datepicker" type="text" value="<?php 
echo is_array($_tmp = $this->_tpl_vars['value']['start_date']) ? $this->_run_mod_handler('zend_date_format', true, $_tmp, 'yyyy-MM-dd') : smarty_modifier_zend_date_format($_tmp, 'yyyy-MM-dd');
?>
" name="start_date" maxlength="10">
                から
                <input size="15" class="datepicker" type="text" value="<?php 
echo is_array($_tmp = $this->_tpl_vars['value']['end_date']) ? $this->_run_mod_handler('zend_date_format', true, $_tmp, 'yyyy-MM-dd') : smarty_modifier_zend_date_format($_tmp, 'yyyy-MM-dd');
?>
" name="end_date" maxlength="10">
            </td>
        </tr>
        <tr>
            <th>広告コード</th>
            <td>
                <input type="text" id="media_cd" name="media_cd" value="<?php 
echo $this->_tpl_vars['value']['media_cd'];
?>
" size="20" style="ime-mode:disabled;">
            </td>
        </tr>
        <tr>
            <td colspan="2" style="text-align: center">
            <td style="text-align: left;">
                <?php 
echo smarty_function_html_options(array('name' => 'create_type', 'options' => $this->_tpl_vars['monthlyCourseCreateTypeSelectArray'], 'selected' => $this->_tpl_vars['param']['create_type']), $this);
?>

            </td>
        </tr>
        <tr>
            <td>月額コース有効日付(開始日~終了日)</td>
            <td style="text-align: left;">
                <input name="monthly_course_start_date" size="15" class="datepicker" type="text" value="<?php 
echo is_array($_tmp = $this->_tpl_vars['param']['searchDatetimeFrom']) ? $this->_run_mod_handler('zend_date_format', true, $_tmp, 'yyyy-MM-dd') : smarty_modifier_zend_date_format($_tmp, 'yyyy-MM-dd');
?>
" maxlength="10">
                ~&nbsp;<input name="monthly_course_end_date" size="15" class="datepicker" type="text" value="<?php 
echo is_array($_tmp = $this->_tpl_vars['param']['searchDatetimeTo']) ? $this->_run_mod_handler('zend_date_format', true, $_tmp, 'yyyy-MM-dd') : smarty_modifier_zend_date_format($_tmp, 'yyyy-MM-dd');
?>
" maxlength="10">
            </td>
        </tr>
        <tr>
            <td>月額更新</td>
            <td style="text-align: left;">
                <?php 
echo smarty_function_html_radios(array('id' => 'specify_monthly_update', 'name' => 'specify_monthly_update', 'options' => $this->_tpl_vars['config']['admin_config']['specify_monthly_update_select'], 'selected' => is_array($_tmp = @$this->_tpl_vars['param']['specify_monthly_update']) ? $this->_run_mod_handler('default', true, $_tmp, 0) : smarty_modifier_default($_tmp, 0), 'separator' => "&nbsp;"), $this);
?>

            </td>
        </tr>
        <tr>
            <td>付与月額更新用商品ID<br>(カンマ区切りで複数可)</td>
                        <input type="text" name="from_address" value="<?php 
    echo is_array($_tmp = @$this->_tpl_vars['mailElements']['from_address']) ? $this->_run_mod_handler('default', true, $_tmp, @$this->_tpl_vars['sendAddress']) : smarty_modifier_default($_tmp, @$this->_tpl_vars['sendAddress']);
    ?>
" size="50" style="ime-mode: disabled;">
                    </td>
                </tr>
                <tr>
                <th>送信タイプ</th>
                <td style="text-align: left;" colspan="2">
                    <?php 
    echo smarty_function_html_radios(array('class' => 'reserve', 'name' => 'mail_reserve_type', 'options' => $this->_tpl_vars['mailReserveType'], 'selected' => is_array($_tmp = @$this->_tpl_vars['mailElements']['mail_reserve_type']) ? $this->_run_mod_handler('default', true, $_tmp, 0) : smarty_modifier_default($_tmp, 0), 'separator' => "&nbsp;"), $this);
    ?>

                    <div id="reserve_datetime">
                        <input size="15" class="datepicker" type="text" value="<?php 
    echo is_array($_tmp = is_array($_tmp = @$this->_tpl_vars['mailElements']['reserve_datetime_Date']) ? $this->_run_mod_handler('default', true, $_tmp, time()) : smarty_modifier_default($_tmp, time())) ? $this->_run_mod_handler('zend_date_format', true, $_tmp, 'yyyy-MM-dd') : smarty_modifier_zend_date_format($_tmp, 'yyyy-MM-dd');
    ?>
" name="reserve_datetime_Date" maxlength="10">
                        <input name="reserve_datetime_Time" class="time" type="text" value="<?php 
    echo is_array($_tmp = $this->_tpl_vars['mailElements']['reserve_datetime_Time']) ? $this->_run_mod_handler('date_format', true, $_tmp, '%H:%M') : smarty_modifier_date_format($_tmp, '%H:%M');
    ?>
" size="7" maxlength="5">
                    </div>
                    <div id="interval" style="display:none;">
                        インターバル(30分を設定してください):<br><?php 
    echo smarty_function_html_options(array('name' => 'interval_second', 'options' => $this->_tpl_vars['intervalSecond'], 'selected' => is_array($_tmp = @$this->_tpl_vars['mailElements']['interval_second']) ? $this->_run_mod_handler('default', true, $_tmp, 2) : smarty_modifier_default($_tmp, 2)), $this);
    ?>
分
                    </div>
                    <div id="regular">
                        <div id="title">
    unset($_from);
}
?>

<table class="tableItem" cellspacing="2">
<tr>
<th>ご決済金額</th>
<td class="attention"><?php 
echo is_array($_tmp = $this->_tpl_vars['orderingData']['pay_total']) ? $this->_run_mod_handler('number_format', true, $_tmp, '0') : number_format($_tmp, '0');
?>
円</td>
</tr>
<tr>
<th>ご予約日時</th>
<td><?php 
echo is_array($_tmp = $this->_tpl_vars['orderingData']['create_datetime']) ? $this->_run_mod_handler('zend_date_format', true, $_tmp, 'yyyy年MM月dd日 HH時mm分ss秒') : smarty_modifier_zend_date_format($_tmp, 'yyyy年MM月dd日 HH時mm分ss秒');
?>
</td>
</tr>
</table>
<table class="tableItem" cellspacing="2">
<tr>
<th>決済種別</th>
<td><?php 
echo $this->_tpl_vars['settleName'];
?>
決済</td>
</tr>
</table>
<table class="tableItem" cellspacing="2">
<tr>