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

Revision 22121, 7.8 KB checked in by h_yoshimoto, 11 years ago (diff)

#1890 管理画面テンプレートのメッセージを集約(ダミーID)

  • 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_312"}--></h2>
37
38    <table class="form">
39        <tr>
40            <th><!--{t string="tpl_207"}--></th>
41            <td><!--{$arrSearchData.search_customer_id|default:"(未指定)"|h}--></td>
42        </tr>
43        <tr>
44            <th><!--{t string="tpl_258"}--></th>
45            <td>
46            <!--{if $arrSearchData.search_pref}-->
47                <!--{$arrPref[$arrSearchData.search_pref]|h}--> 
48            <!--{else}--><!--{t string="tpl_337"}--><!--{/if}-->
49            </td>
50        </tr>
51        <tr>
52            <th><!--{t string="tpl_208"}--></th>
53            <td><!--{$arrSearchData.search_name|default:"(未指定)"|h}--></td>
54        </tr>
55        <tr>
56            <th><!--{t string="tpl_210"}--></th>
57            <td><!--{$arrSearchData.search_kana|default:"(未指定)"|h}--></td>
58        </tr>
59        <tr>
60            <th><!--{t string="tpl_215"}--></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}--><!--{t string="tpl_337"}--><!--{/if}-->
68            </td>
69        </tr>
70        <tr>
71            <th><!--{t string="tpl_338"}--></th>
72            <td><!--{if $arrSearchData.search_birth_month}--><!--{$arrSearchData.search_birth_month|h}-->月<!--{else}--><!--{t string="tpl_337"}--><!--{/if}--></td>
73        </tr>
74        <tr>
75            <th><!--{t string="tpl_339"}--></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}-->日&nbsp;~
79                <!--{if $arrSearchData.search_b_end_year}-->&nbsp;<!--{$arrSearchData.search_b_end_year}-->年<!--{$arrSearchData.search_b_end_month}-->月<!--{$arrSearchData.search_b_end_day}-->日<!--{/if}-->
80            <!--{else}--><!--{t string="tpl_337"}--><!--{/if}-->
81            </td>
82        </tr>
83        <tr>
84            <th><!--{t string="tpl_108"}--></th>
85            <td><!--{$arrSearchData.search_email|default:"(未指定)"|h}--></td>
86        </tr>
87        <tr>
88            <th><!--{t string="tpl_213"}--></th>
89            <td><!--{$arrSearchData.search_email_mobile|default:"(未指定)"|h}--></td>
90        </tr>
91        <tr>
92            <th><!--{t string="tpl_214"}--></th>
93            <td><!--{$arrSearchData.search_tel|default:"(未指定)"|h}--></td>
94        </tr>
95        <tr>
96            <th><!--{t string="tpl_340"}--></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}--><!--{t string="tpl_337"}--><!--{/if}-->
104            </td>
105        </tr>
106        <tr>
107            <th><!--{t string="tpl_232"}--></th>
108            <td>
109                <!--{if $arrSearchData.search_buy_total_from == null}--><!--{t string="tpl_337"}--><!--{else}--><!--{t string="tpl_500" T_FIELD=$arrSearchData.search_buy_total_from|h}--><!--{/if}--> ~
110                <!--{if $arrSearchData.search_buy_total_to == null}--><!--{t string="tpl_337"}--><!--{else}--><!--{t string="tpl_500" T_FIELD=$arrSearchData.search_buy_total_to|h}--><!--{/if}-->
111            </td>
112        </tr>
113        <tr>
114            <th><!--{t string="tpl_341"}--></th>
115            <td>
116                <!--{if $arrSearchData.search_buy_times_from == null}--><!--{t string="tpl_337"}--><!--{else}--><!--{$arrSearchData.search_buy_times_from|h}-->回<!--{/if}--> ~
117                <!--{if $arrSearchData.search_buy_times_to == null}--><!--{t string="tpl_337"}--><!--{else}--><!--{$arrSearchData.search_buy_times_to|h}-->回<!--{/if}-->
118            </td>
119        </tr>
120        <tr>
121            <th><!--{t string="tpl_330"}--></th>
122            <td>
123            <!--{if $arrSearchData.search_start_year}-->
124                <!--{$arrSearchData.search_start_year}-->年<!--{$arrSearchData.search_start_month}-->月<!--{$arrSearchData.search_start_day}-->日&nbsp;~
125                <!--{if $arrSearchData.search_end_year}-->&nbsp;<!--{$arrSearchData.search_end_year}-->年<!--{$arrSearchData.search_end_month}-->月<!--{$arrSearchData.search_end_day}-->日<!--{/if}-->
126            <!--{else}--><!--{t string="tpl_337"}--><!--{/if}-->
127            </td>
128        </tr>
129        <tr>
130            <th><!--{t string="tpl_342"}--></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}-->日&nbsp;~
134                <!--{if $arrSearchData.search_buy_end_year}-->&nbsp;<!--{$arrSearchData.search_buy_end_year}-->年<!--{$arrSearchData.search_buy_end_month}-->月<!--{$arrSearchData.search_buy_end_day}-->日<!--{/if}-->
135            <!--{else}--><!--{t string="tpl_337"}--><!--{/if}-->
136            </td>
137        </tr>
138        <tr>
139            <th><!--{t string="tpl_343"}--></th>
140            <td><!--{$arrSearchData.search_buy_product_name|default:"(未指定)"|h}--></td>
141        </tr>
142        <tr>
143            <th><!--{t string="tpl_344"}--></th>
144            <td><!--{$arrSearchData.search_buy_product_code|default:"(未指定)"|h}--></td>
145        </tr>
146        <tr>
147            <th><!--{t string="tpl_191"}--></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}--><!--{t string="tpl_346"}--><!--{/if}-->
153            <!--{else}--><!--{t string="tpl_337"}--><!--{/if}-->
154            </td>
155        </tr>
156        <tr>
157            <th><!--{t string="tpl_325"}--></th>
158            <td><!--{$arrHtmlmail[$arrSearchData.search_htmlmail]|default:"(未指定)"|h}--></td>
159        </tr>
160        <tr>
161            <th><!--{t string="tpl_326"}--></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"><!--{t string="tpl_347"}--></span></a></li>
169        </ul>
170    </div>
171</div>
172</form>
173
174<!--{include file="`$smarty.const.TEMPLATE_ADMIN_REALDIR`admin_popup_footer.tpl"}-->
Note: See TracBrowser for help on using the repository browser.