| 1 | <!--{* |
|---|
| 2 | /* |
|---|
| 3 | * This file is part of EC-CUBE |
|---|
| 4 | * |
|---|
| 5 | * Copyright(c) 2000-2013 LOCKON CO.,LTD. All Rights Reserved. |
|---|
| 6 | * |
|---|
| 7 | * http://www.lockon.co.jp/ |
|---|
| 8 | * |
|---|
| 9 | * This program is free software; you can redistribute it and/or |
|---|
| 10 | * modify it under the terms of the GNU General Public License |
|---|
| 11 | * as published by the Free Software Foundation; either version 2 |
|---|
| 12 | * of the License, or (at your option) any later version. |
|---|
| 13 | * |
|---|
| 14 | * This program is distributed in the hope that it will be useful, |
|---|
| 15 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
|---|
| 16 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|---|
| 17 | * GNU General Public License for more details. |
|---|
| 18 | * |
|---|
| 19 | * You should have received a copy of the GNU General Public License |
|---|
| 20 | * along with this program; if not, write to the Free Software |
|---|
| 21 | * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
|---|
| 22 | */ |
|---|
| 23 | *}--> |
|---|
| 24 | |
|---|
| 25 | <!--{include file="`$smarty.const.TEMPLATE_ADMIN_REALDIR`admin_popup_header.tpl"}--> |
|---|
| 26 | |
|---|
| 27 | <script type="text/javascript"> |
|---|
| 28 | <!-- |
|---|
| 29 | self.moveTo(20,20);self.focus(); |
|---|
| 30 | //--> |
|---|
| 31 | </script> |
|---|
| 32 | |
|---|
| 33 | <form name="form1" id="form1" method="post" action="?"> |
|---|
| 34 | <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> |
|---|
| 35 | <div id="mail" class="contents-main"> |
|---|
| 36 | <h2>配信条件</h2> |
|---|
| 37 | |
|---|
| 38 | <table class="form"> |
|---|
| 39 | <tr> |
|---|
| 40 | <th>会員ID</th> |
|---|
| 41 | <td><!--{$arrSearchData.search_customer_id|default:"(未指定)"|h}--></td> |
|---|
| 42 | </tr> |
|---|
| 43 | <tr> |
|---|
| 44 | <th>都道府県</th> |
|---|
| 45 | <td> |
|---|
| 46 | <!--{if $arrSearchData.search_pref}--> |
|---|
| 47 | <!--{$arrPref[$arrSearchData.search_pref]|h}--> |
|---|
| 48 | <!--{else}-->(未指定)<!--{/if}--> |
|---|
| 49 | </td> |
|---|
| 50 | </tr> |
|---|
| 51 | <tr> |
|---|
| 52 | <th>お名前</th> |
|---|
| 53 | <td><!--{$arrSearchData.search_name|default:"(未指定)"|h}--></td> |
|---|
| 54 | </tr> |
|---|
| 55 | <tr> |
|---|
| 56 | <th>お名前(フリガナ)</th> |
|---|
| 57 | <td><!--{$arrSearchData.search_kana|default:"(未指定)"|h}--></td> |
|---|
| 58 | </tr> |
|---|
| 59 | <tr> |
|---|
| 60 | <th>性別</th> |
|---|
| 61 | <td> |
|---|
| 62 | <!--{assign var=key value="search_sex"}--> |
|---|
| 63 | <!--{if is_array($arrSearchData[$key])}--> |
|---|
| 64 | <!--{foreach item=item from=$arrSearchData[$key]}--> |
|---|
| 65 | <!--{$arrSex[$item]|h}--> |
|---|
| 66 | <!--{/foreach}--> |
|---|
| 67 | <!--{else}-->(未指定)<!--{/if}--> |
|---|
| 68 | </td> |
|---|
| 69 | </tr> |
|---|
| 70 | <tr> |
|---|
| 71 | <th>誕生月</th> |
|---|
| 72 | <td><!--{if $arrSearchData.search_birth_month}--><!--{$arrSearchData.search_birth_month|h}-->月<!--{else}-->(未指定)<!--{/if}--></td> |
|---|
| 73 | </tr> |
|---|
| 74 | <tr> |
|---|
| 75 | <th>誕生日</th> |
|---|
| 76 | <td> |
|---|
| 77 | <!--{if $arrSearchData.search_b_start_year}--> |
|---|
| 78 | <!--{$arrSearchData.search_b_start_year}-->年<!--{$arrSearchData.search_b_start_month}-->月<!--{$arrSearchData.search_b_start_day}-->日 ~ |
|---|
| 79 | <!--{if $arrSearchData.search_b_end_year}--> <!--{$arrSearchData.search_b_end_year}-->年<!--{$arrSearchData.search_b_end_month}-->月<!--{$arrSearchData.search_b_end_day}-->日<!--{/if}--> |
|---|
| 80 | <!--{else}-->(未指定)<!--{/if}--> |
|---|
| 81 | </td> |
|---|
| 82 | </tr> |
|---|
| 83 | <tr> |
|---|
| 84 | <th>メールアドレス</th> |
|---|
| 85 | <td><!--{$arrSearchData.search_email|default:"(未指定)"|h}--></td> |
|---|
| 86 | </tr> |
|---|
| 87 | <tr> |
|---|
| 88 | <th>携帯メールアドレス</th> |
|---|
| 89 | <td><!--{$arrSearchData.search_email_mobile|default:"(未指定)"|h}--></td> |
|---|
| 90 | </tr> |
|---|
| 91 | <tr> |
|---|
| 92 | <th>電話番号</th> |
|---|
| 93 | <td><!--{$arrSearchData.search_tel|default:"(未指定)"|h}--></td> |
|---|
| 94 | </tr> |
|---|
| 95 | <tr> |
|---|
| 96 | <th>職業</th> |
|---|
| 97 | <td> |
|---|
| 98 | <!--{assign var=key value="search_job"}--> |
|---|
| 99 | <!--{if is_array($arrSearchData[$key])}--> |
|---|
| 100 | <!--{foreach item=item from=$arrSearchData[$key]}--> |
|---|
| 101 | <!--{$arrJob[$item]|h}--> |
|---|
| 102 | <!--{/foreach}--> |
|---|
| 103 | <!--{else}-->(未指定)<!--{/if}--> |
|---|
| 104 | </td> |
|---|
| 105 | </tr> |
|---|
| 106 | <tr> |
|---|
| 107 | <th>購入金額</th> |
|---|
| 108 | <td> |
|---|
| 109 | <!--{if $arrSearchData.search_buy_total_from == null}-->(未指定)<!--{else}--><!--{$arrSearchData.search_buy_total_from|h}-->円<!--{/if}--> ~ |
|---|
| 110 | <!--{if $arrSearchData.search_buy_total_to == null}-->(未指定)<!--{else}--><!--{$arrSearchData.search_buy_total_to|h}-->円<!--{/if}--> |
|---|
| 111 | </td> |
|---|
| 112 | </tr> |
|---|
| 113 | <tr> |
|---|
| 114 | <th>購入回数</th> |
|---|
| 115 | <td> |
|---|
| 116 | <!--{if $arrSearchData.search_buy_times_from == null}-->(未指定)<!--{else}--><!--{$arrSearchData.search_buy_times_from|h}-->回<!--{/if}--> ~ |
|---|
| 117 | <!--{if $arrSearchData.search_buy_times_to == null}-->(未指定)<!--{else}--><!--{$arrSearchData.search_buy_times_to|h}-->回<!--{/if}--> |
|---|
| 118 | </td> |
|---|
| 119 | </tr> |
|---|
| 120 | <tr> |
|---|
| 121 | <th>登録・更新日</th> |
|---|
| 122 | <td> |
|---|
| 123 | <!--{if $arrSearchData.search_start_year}--> |
|---|
| 124 | <!--{$arrSearchData.search_start_year}-->年<!--{$arrSearchData.search_start_month}-->月<!--{$arrSearchData.search_start_day}-->日 ~ |
|---|
| 125 | <!--{if $arrSearchData.search_end_year}--> <!--{$arrSearchData.search_end_year}-->年<!--{$arrSearchData.search_end_month}-->月<!--{$arrSearchData.search_end_day}-->日<!--{/if}--> |
|---|
| 126 | <!--{else}-->(未指定)<!--{/if}--> |
|---|
| 127 | </td> |
|---|
| 128 | </tr> |
|---|
| 129 | <tr> |
|---|
| 130 | <th>最終購入日</th> |
|---|
| 131 | <td> |
|---|
| 132 | <!--{if $arrSearchData.search_buy_start_year}--> |
|---|
| 133 | <!--{$arrSearchData.search_buy_start_year}-->年<!--{$arrSearchData.search_buy_start_month}-->月<!--{$arrSearchData.search_buy_start_day}-->日 ~ |
|---|
| 134 | <!--{if $arrSearchData.search_buy_end_year}--> <!--{$arrSearchData.search_buy_end_year}-->年<!--{$arrSearchData.search_buy_end_month}-->月<!--{$arrSearchData.search_buy_end_day}-->日<!--{/if}--> |
|---|
| 135 | <!--{else}-->(未指定)<!--{/if}--> |
|---|
| 136 | </td> |
|---|
| 137 | </tr> |
|---|
| 138 | <tr> |
|---|
| 139 | <th>購入商品名</th> |
|---|
| 140 | <td><!--{$arrSearchData.search_buy_product_name|default:"(未指定)"|h}--></td> |
|---|
| 141 | </tr> |
|---|
| 142 | <tr> |
|---|
| 143 | <th>購入商品コード</th> |
|---|
| 144 | <td><!--{$arrSearchData.search_buy_product_code|default:"(未指定)"|h}--></td> |
|---|
| 145 | </tr> |
|---|
| 146 | <tr> |
|---|
| 147 | <th>カテゴリ</th> |
|---|
| 148 | <td> |
|---|
| 149 | <!--{if $arrSearchData.search_category_id}--> |
|---|
| 150 | <!--{if $arrCatList[$arrSearchData.search_category_id]}--> |
|---|
| 151 | <!--{$arrCatList[$arrSearchData.search_category_id]|h}--> |
|---|
| 152 | <!--{else}-->(削除済みカテゴリ)<!--{/if}--> |
|---|
| 153 | <!--{else}-->(未指定)<!--{/if}--> |
|---|
| 154 | </td> |
|---|
| 155 | </tr> |
|---|
| 156 | <tr> |
|---|
| 157 | <th>配信形式</th> |
|---|
| 158 | <td><!--{$arrHtmlmail[$arrSearchData.search_htmlmail]|default:"(未指定)"|h}--></td> |
|---|
| 159 | </tr> |
|---|
| 160 | <tr> |
|---|
| 161 | <th>配信メールアドレス種別</th> |
|---|
| 162 | <td><!--{$arrMailType[$arrSearchData.search_mail_type]|default:"(未指定)"|h}--></td> |
|---|
| 163 | </tr> |
|---|
| 164 | </table> |
|---|
| 165 | |
|---|
| 166 | <div class="btn-area"> |
|---|
| 167 | <ul> |
|---|
| 168 | <li><a class="btn-action" href="javascript:;" onclick="window.close(); return false;"><span class="btn-next">ウインドウを閉じる</span></a></li> |
|---|
| 169 | </ul> |
|---|
| 170 | </div> |
|---|
| 171 | </div> |
|---|
| 172 | </form> |
|---|
| 173 | |
|---|
| 174 | <!--{include file="`$smarty.const.TEMPLATE_ADMIN_REALDIR`admin_popup_footer.tpl"}--> |
|---|