source: branches/version-2_12-dev/data/Smarty/templates/admin/mail/query.tpl @ 21419

Revision 21419, 7.3 KB checked in by Seasoft, 12 years ago (diff)

#1289 (用語に揺らぎ「会員」)

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Id
  • Property svn:mime-type set to text/x-smarty-template; charset=UTF-8
Line 
1<!--{*
2/*
3 * This file is part of EC-CUBE
4 *
5 * Copyright(c) 2000-2011 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<!--{include file="`$smarty.const.TEMPLATE_ADMIN_REALDIR`admin_popup_header.tpl"}-->
25
26<script type="text/javascript">
27<!--
28self.moveTo(20,20);self.focus();
29//-->
30</script>
31
32<form name="form1" id="form1" method="post" action="?">
33<input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" />
34<div id="mail" class="contents-main">
35    <h2>配信条件</h2>
36
37    <table class="form">
38        <tr>
39            <th>会員ID</th>
40            <td><!--{$arrSearchData.search_customer_id|default:"(未指定)"|h}--></td>
41        </tr>
42        <tr>
43            <th>都道府県</th>
44            <td>
45            <!--{if $arrSearchData.search_pref}-->
46                <!--{$arrPref[$arrSearchData.search_pref]|h}--> 
47            <!--{else}-->(未指定)<!--{/if}-->
48            </td>
49        </tr>
50        <tr>
51            <th>お名前</th>
52            <td><!--{$arrSearchData.search_name|default:"(未指定)"|h}--></td>
53        </tr>
54        <tr>
55            <th>お名前(フリガナ)</th>
56            <td><!--{$arrSearchData.search_kana|default:"(未指定)"|h}--></td>
57        </tr>
58        <tr>
59            <th>性別</th>
60            <td>
61            <!--{assign var=key value="search_sex"}-->
62            <!--{if is_array($arrSearchData[$key])}-->
63                <!--{foreach item=item from=$arrSearchData[$key]}-->
64                    <!--{$arrSex[$item]|h}--> 
65                <!--{/foreach}-->
66            <!--{else}-->(未指定)<!--{/if}-->
67            </td>
68        </tr>
69        <tr>
70            <th>誕生月</th>
71            <td><!--{if $arrSearchData.search_birth_month}--><!--{$arrSearchData.search_birth_month|h}-->月<!--{else}-->(未指定)<!--{/if}--></td>               
72        </tr>
73        <tr>
74            <th>誕生日</th>
75            <td>
76            <!--{if $arrSearchData.search_b_start_year}-->
77                <!--{$arrSearchData.search_b_start_year}-->年<!--{$arrSearchData.search_b_start_month}-->月<!--{$arrSearchData.search_b_start_day}-->日&nbsp;~
78                <!--{if $arrSearchData.search_b_end_year}-->&nbsp;<!--{$arrSearchData.search_b_end_year}-->年<!--{$arrSearchData.search_b_end_month}-->月<!--{$arrSearchData.search_b_end_day}-->日<!--{/if}-->
79            <!--{else}-->(未指定)<!--{/if}-->
80            </td>
81        </tr>
82        <tr>
83            <th>メールアドレス</th>
84            <td><!--{$arrSearchData.search_email|default:"(未指定)"|h}--></td>
85        </tr>
86        <tr>
87            <th>携帯メールアドレス</th>
88            <td><!--{$arrSearchData.search_email_mobile|default:"(未指定)"|h}--></td>
89        </tr>
90        <tr>
91            <th>電話番号</th>
92            <td><!--{$arrSearchData.search_tel|default:"(未指定)"|h}--></td>
93        </tr>
94        <tr>
95            <th>職業</th>
96            <td>
97            <!--{assign var=key value="search_job"}-->
98            <!--{if is_array($arrSearchData[$key])}-->
99                <!--{foreach item=item from=$arrSearchData[$key]}-->
100                    <!--{$arrJob[$item]|h}--> 
101                <!--{/foreach}-->
102            <!--{else}-->(未指定)<!--{/if}-->
103            </td>
104        </tr>
105        <tr>
106            <th>購入金額</th>
107            <td>
108                <!--{if $arrSearchData.search_buy_total_from == null}-->(未指定)<!--{else}--><!--{$arrSearchData.search_buy_total_from|h}-->円<!--{/if}--> ~
109                <!--{if $arrSearchData.search_buy_total_to == null}-->(未指定)<!--{else}--><!--{$arrSearchData.search_buy_total_to|h}-->円<!--{/if}-->
110            </td>
111        </tr>
112        <tr>
113            <th>購入回数</th>
114            <td>
115                <!--{if $arrSearchData.search_buy_times_from == null}-->(未指定)<!--{else}--><!--{$arrSearchData.search_buy_times_from|h}-->回<!--{/if}--> ~
116                <!--{if $arrSearchData.search_buy_times_to == null}-->(未指定)<!--{else}--><!--{$arrSearchData.search_buy_times_to|h}-->回<!--{/if}-->
117            </td>
118        </tr>
119        <tr>
120            <th>登録・更新日</th>
121            <td>
122            <!--{if $arrSearchData.search_start_year}-->
123                <!--{$arrSearchData.search_start_year}-->年<!--{$arrSearchData.search_start_month}-->月<!--{$arrSearchData.search_start_day}-->日&nbsp;~
124                <!--{if $arrSearchData.search_end_year}-->&nbsp;<!--{$arrSearchData.search_end_year}-->年<!--{$arrSearchData.search_end_month}-->月<!--{$arrSearchData.search_end_day}-->日<!--{/if}-->
125            <!--{else}-->(未指定)<!--{/if}-->
126            </td>
127        </tr>
128        <tr>
129            <th>最終購入日</th>
130            <td>
131            <!--{if $arrSearchData.search_buy_start_year}-->
132                <!--{$arrSearchData.search_buy_start_year}-->年<!--{$arrSearchData.search_buy_start_month}-->月<!--{$arrSearchData.search_buy_start_day}-->日&nbsp;~
133                <!--{if $arrSearchData.search_buy_end_year}-->&nbsp;<!--{$arrSearchData.search_buy_end_year}-->年<!--{$arrSearchData.search_buy_end_month}-->月<!--{$arrSearchData.search_buy_end_day}-->日<!--{/if}-->
134            <!--{else}-->(未指定)<!--{/if}-->   
135            </td>
136        </tr>
137        <tr>
138            <th>購入商品名</th>
139            <td><!--{$arrSearchData.search_buy_product_name|default:"(未指定)"|h}--></td>
140        </tr>
141        <tr>
142            <th>購入商品コード</th>
143            <td><!--{$arrSearchData.search_buy_product_code|default:"(未指定)"|h}--></td>
144        </tr>
145        <tr>
146            <th>カテゴリ</th>
147            <td>
148            <!--{if $arrSearchData.search_category_id}-->
149                <!--{if $arrCatList[$arrSearchData.search_category_id]}-->
150                    <!--{$arrCatList[$arrSearchData.search_category_id]|h}-->
151                <!--{else}-->(削除済みカテゴリ)<!--{/if}-->
152            <!--{else}-->(未指定)<!--{/if}-->
153            </td>
154        </tr>
155        <tr>
156            <th>配信形式</th>
157            <td><!--{$arrHtmlmail[$arrSearchData.search_htmlmail]|default:"(未指定)"|h}--></td>
158        </tr>
159        <tr>
160            <th>配信メールアドレス種別</th>
161            <td><!--{$arrMailType[$arrSearchData.search_mail_type]|default:"(未指定)"|h}--></td>
162        </tr>
163    </table>
164
165    <div class="btn-area">
166        <ul>
167            <li><a class="btn-action" href="javascript:;" onclick="window.close(); return false;"><span class="btn-next">ウインドウを閉じる</span></a></li>
168        </ul>
169    </div>
170</div>
171</form>
172
173<!--{include file="`$smarty.const.TEMPLATE_ADMIN_REALDIR`admin_popup_footer.tpl"}-->
Note: See TracBrowser for help on using the repository browser.