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

Revision 22744, 8.5 KB checked in by michael_nelson, 11 years ago (diff)

refs #2138 配信条件確認画面に都道府県が表示されます

  • 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-2012 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<!--
29self.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><!--{t string="tpl_Delivery conditions_01"}--></h2>
37
38    <table class="form">
39        <tr>
40            <th><!--{t string="tpl_Member ID_01"}--></th>
41            <td><!--{$arrSearchData.search_customer_id|default_t:"tpl_(Not designated)_01"|h}--></td>
42        </tr>
43        <tr>
44            <th><!--{t string="tpl_Name_02"}--></th>
45            <td><!--{$arrSearchData.search_name|default_t:"tpl_(Not designated)_01"|h}--></td>
46        </tr>
47        <tr>
48            <th><!--{t string="tpl_Gender_01"}--></th>
49            <td>
50            <!--{assign var=key value="search_sex"}-->
51            <!--{if is_array($arrSearchData[$key])}-->
52                <!--{foreach item=item from=$arrSearchData[$key]}-->
53                    <!--{$arrSex[$item]|h}-->
54                <!--{/foreach}-->
55            <!--{else}--><!--{t string="tpl_(Not designated)_01"}--><!--{/if}-->
56            </td>
57        </tr>
58        <tr>
59            <th><!--{t string="tpl_Birth month_01"}--></th>
60            <td><!--{if $arrSearchData.search_birth_month}--><!--{t string="tpl_T_ARG1_02" T_ARG1=$arrSearchData.search_birth_month|h}--><!--{else}--><!--{t string="tpl_(Not designated)_01"}--><!--{/if}--></td>
61        </tr>
62        <tr>
63            <th><!--{t string="tpl_Birthday_01"}--></th>
64            <td>
65            <!--{if $arrSearchData.search_b_start_year}-->
66                <!--{t string="tpl_s1YearT_ARG2MonthT_ARG3Day_01" T_ARG1=$arrSearchData.search_b_start_year T_ARG2=$arrSearchData.search_b_start_month T_ARG3=$arrSearchData.search_b_start_day}-->&nbsp;<!--{t string="-"}-->
67                <!--{if $arrSearchData.search_b_end_year}-->&nbsp;<!--{t string="tpl_s1YearT_ARG2MonthT_ARG3Day_01" T_ARG1=$arrSearchData.search_b_end_year T_ARG2=$arrSearchData.search_b_end_month T_ARG3=$arrSearchData.search_b_end_day}--><!--{/if}-->
68            <!--{else}--><!--{t string="tpl_(Not designated)_01"}--><!--{/if}-->
69            </td>
70        </tr>
71        <tr>
72            <th><!--{t string="tpl_E-mail address_01"}--></th>
73            <td><!--{$arrSearchData.search_email|default_t:"tpl_(Not designated)_01"|h}--></td>
74        </tr>
75        <tr>
76            <th><!--{t string="tpl_Mobile e-mail address_01"}--></th>
77            <td><!--{$arrSearchData.search_email_mobile|default_t:"tpl_(Not designated)_01"|h}--></td>
78        </tr>
79        <tr>
80            <th><!--{t string="tpl_Telephone number_01"}--></th>
81            <td><!--{$arrSearchData.search_tel|default_t:"tpl_(Not designated)_01"|h}--></td>
82        </tr>
83        <tr>
84            <th><!--{t string="tpl_Occupation_02"}--></th>
85            <td>
86            <!--{assign var=key value="search_job"}-->
87            <!--{if is_array($arrSearchData[$key])}-->
88                <!--{foreach item=item from=$arrSearchData[$key]}-->
89                    <!--{$arrJob[$item]|h}-->
90                <!--{/foreach}-->
91            <!--{else}--><!--{t string="tpl_(Not designated)_01"}--><!--{/if}-->
92            </td>
93        </tr>
94        <tr>
95            <th><!--{t string="tpl_Purchase amount_01"}--></th>
96            <td>
97                <!--{if $arrSearchData.search_buy_total_from == null}--><!--{t string="tpl_(Not designated)_01"}--><!--{else}--><!--{t string="tpl_&#36; T_ARG1_01" escape="none" T_ARG1=$arrSearchData.search_buy_total_from|h}--><!--{/if}--> <!--{t string="-"}-->
98                <!--{if $arrSearchData.search_buy_total_to == null}--><!--{t string="tpl_(Not designated)_01"}--><!--{else}--><!--{t string="tpl_&#36; T_ARG1_01" escape="none" T_ARG1=$arrSearchData.search_buy_total_to|h}--><!--{/if}-->
99            </td>
100        </tr>
101        <tr>
102            <th><!--{t string="tpl_Purchase frequency_01"}--></th>
103            <td>
104                <!--{if $arrSearchData.search_buy_times_from == null}--><!--{t string="tpl_(Not designated)_01"}--><!--{else}--><!--{t string="times_prefix"}--><!--{$arrSearchData.search_buy_times_from|h}--><!--{t string="times_suffix"}--><!--{/if}-->
105                <!--{t string="-"}-->
106                <!--{if $arrSearchData.search_buy_times_to == null}--><!--{t string="tpl_(Not designated)_01"}--><!--{else}--><!--{t string="times_prefix"}--><!--{$arrSearchData.search_buy_times_to|h}--><!--{t string="times_suffix"}--><!--{/if}-->
107            </td>
108        </tr>
109        <tr>
110            <th><!--{t string="tpl_Registration/update date_01"}--></th>
111            <td>
112            <!--{if $arrSearchData.search_start_year}-->
113                <!--{t string="tpl_s1YearT_ARG2MonthT_ARG3Day_01" T_ARG1=$arrSearchData.search_start_year T_ARG2=$arrSearchData.search_start_month T_ARG3=$arrSearchData.search_start_day}-->&nbsp;<!--{t string="-"}-->
114           
115            <!--{if $arrSearchData.search_end_year}-->&nbsp;<!--{t string="tpl_s1YearT_ARG2MonthT_ARG3Day_01" T_ARG1=$arrSearchData.search_end_year T_ARG2=$arrSearchData.search_end_month T_ARG3=$arrSearchData.search_end_day}--><!--{/if}-->
116            <!--{else}--><!--{t string="tpl_(Not designated)_01"}--><!--{/if}-->
117            </td>
118        </tr>
119        <tr>
120            <th><!--{t string="tpl_Final purchase date_01"}--></th>
121            <td>
122            <!--{if $arrSearchData.search_buy_start_year}-->
123                <!--{t string="tpl_s1YearT_ARG2MonthT_ARG3Day_01" T_ARG1=$arrSearchData.search_buy_start_year T_ARG2=$arrSearchData.search_buy_start_month T_ARG3=$arrSearchData.search_buy_start_day}-->&nbsp;<!--{t string="-"}-->
124                <!--{if $arrSearchData.search_buy_end_year}-->&nbsp;<!--{t string="tpl_s1YearT_ARG2MonthT_ARG3Day_01" T_ARG1=$arrSearchData.search_buy_end_year T_ARG2=$arrSearchData.search_buy_end_month T_ARG3=$arrSearchData.search_buy_end_day}--><!--{/if}-->
125            <!--{else}--><!--{t string="tpl_(Not designated)_01"}--><!--{/if}-->
126            </td>
127        </tr>
128        <tr>
129            <th><!--{t string="tpl_Purchased product name_01"}--></th>
130            <td><!--{$arrSearchData.search_buy_product_name|default_t:"tpl_(Not designated)_01"|h}--></td>
131        </tr>
132        <tr>
133            <th><!--{t string="tpl_Purchased product code_01"}--></th>
134            <td><!--{$arrSearchData.search_buy_product_code|default_t:"tpl_(Not designated)_01"|h}--></td>
135        </tr>
136        <tr>
137            <th><!--{t string="tpl_Category_01"}--></th>
138            <td>
139            <!--{if $arrSearchData.search_category_id}-->
140                <!--{if $arrCatList[$arrSearchData.search_category_id]}-->
141                    <!--{$arrCatList[$arrSearchData.search_category_id]|h}-->
142                <!--{else}--><!--{t string="tpl_(Categories already deleted)_01"}--><!--{/if}-->
143            <!--{else}--><!--{t string="tpl_(Not designated)_01"}--><!--{/if}-->
144            </td>
145        </tr>
146        <tr>
147            <th><!--{t string="tpl_Delivery format_01"}--></th>
148            <td><!--{$arrHtmlmail[$arrSearchData.search_htmlmail]|default_t:"tpl_(Not designated)_01"|h}--></td>
149        </tr>
150        <tr>
151            <th><!--{t string="tpl_Type of delivery e-mail address_01"}--></th>
152            <td><!--{$arrMailType[$arrSearchData.search_mail_type]|default_t:"tpl_(Not designated)_01"|h}--></td>
153        </tr>
154    </table>
155
156    <div class="btn-area">
157        <ul>
158            <li><a class="btn-action" href="javascript:;" onclick="window.close(); return false;"><span class="btn-next"><!--{t string="tpl_Close the window._01"}--></span></a></li>
159        </ul>
160    </div>
161</div>
162</form>
163
164<!--{include file="`$smarty.const.TEMPLATE_ADMIN_REALDIR`admin_popup_footer.tpl"}-->
Note: See TracBrowser for help on using the repository browser.