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

Revision 20512, 7.3 KB checked in by Seasoft, 13 years ago (diff)

#627(ソース整形・ソースコメントの改善)

  • 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-2010 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</head>
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>顧客名</th>
41            <td><!--{$arrSearchData.search_name|default:"(未指定)"|h}--></td>
42        </tr>
43        <tr>
44            <th>顧客名(カナ)</th>
45            <td><!--{$arrSearchData.search_kana|default:"(未指定)"|h}--></td>
46        </tr>
47        <tr>
48            <th>都道府県</th>
49            <td>
50            <!--{assign var=key value="search_pref"}-->
51            <!--{if is_array($arrSearchData[$key])}-->
52                <!--{foreach item=item from=$arrSearchData[$key]}-->
53                    <!--{$arrPref[$item]|h}--> 
54                <!--{/foreach}-->
55            <!--{else}-->(未指定)<!--{/if}-->
56            </td>
57        </tr>
58        <tr>
59            <th>TEL</th>
60            <td><!--{$arrSearchData.search_tel|default:"(未指定)"|h}--></td>
61        </tr>
62        <tr>
63            <th>性別</th>
64            <td>
65            <!--{assign var=key value="search_sex"}-->
66            <!--{if is_array($arrSearchData[$key])}-->
67                <!--{foreach item=item from=$arrSearchData[$key]}-->
68                    <!--{$arrSex[$item]|h}--> 
69                <!--{/foreach}-->
70            <!--{else}-->(未指定)<!--{/if}-->
71            </td>
72        </tr>
73        <tr>
74            <th>誕生月</th>
75            <td><!--{if $arrSearchData.search_birth_month}--><!--{$arrSearchData.search_birth_month|h}-->月<!--{else}-->(未指定)<!--{/if}--></td>               
76        </tr>
77        <tr>
78            <th>配信形式</th>
79            <td><!--{$arrSearchData.htmlmail_disp|default:"(未指定)"|h}--></td>
80        </tr>
81        <tr>
82            <th>購入回数</th>
83            <td>
84                <!--{if $arrSearchData.search_buy_times_from == null}-->(未指定)<!--{else}--><!--{$arrSearchData.search_buy_times_from|h}-->回<!--{/if}--> ~
85                <!--{if $arrSearchData.search_buy_times_to == null}-->(未指定)<!--{else}--><!--{$arrSearchData.search_buy_times_to|h}-->回<!--{/if}-->
86            </td>
87        </tr>
88        <tr>
89            <th>購入商品コード</th>
90            <td><!--{$arrSearchData.search_buy_product_code|default:"(未指定)"|h}--></td>
91        </tr>
92        <tr>
93            <th>購入金額</th>
94            <td>
95                <!--{if $arrSearchData.search_buy_total_from == null}-->(未指定)<!--{else}--><!--{$arrSearchData.search_buy_total_from|h}-->円<!--{/if}--> ~
96                <!--{if $arrSearchData.search_buy_total_to == null}-->(未指定)<!--{else}--><!--{$arrSearchData.search_buy_total_to|h}-->円<!--{/if}-->
97            </td>
98        </tr>
99        <tr>
100            <th>メールアドレス</th>
101            <td><!--{$arrSearchData.search_email|default:"(未指定)"|h}--></td>
102        </tr>
103        <tr>
104            <th>職業</th>
105            <td>
106            <!--{assign var=key value="search_job"}-->
107            <!--{if is_array($arrSearchData[$key])}-->
108                <!--{foreach item=item from=$arrSearchData[$key]}-->
109                    <!--{$arrJob[$item]|h}--> 
110                <!--{/foreach}-->
111            <!--{else}-->(未指定)<!--{/if}-->
112            </td>
113        </tr>
114        <tr>
115            <th>生年月日</th>
116            <td>
117            <!--{if $arrSearchData.search_b_start_year}-->
118                <!--{$arrSearchData.search_b_start_year}-->年<!--{$arrSearchData.search_b_start_month}-->月<!--{$arrSearchData.search_b_start_day}-->日&nbsp;~
119                <!--{if $arrSearchData.search_b_end_year}-->&nbsp;<!--{$arrSearchData.search_b_end_year}-->年<!--{$arrSearchData.search_b_end_month}-->月<!--{$arrSearchData.search_b_end_day}-->日<!--{/if}-->
120            <!--{else}-->(未指定)<!--{/if}-->
121            </td>
122        </tr>   
123        <tr>
124            <th>登録日</th>
125            <td>
126            <!--{if $arrSearchData.search_start_year}-->
127                <!--{$arrSearchData.search_start_year}-->年<!--{$arrSearchData.search_start_month}-->月<!--{$arrSearchData.search_start_day}-->日&nbsp;~
128                <!--{if $arrSearchData.search_end_year}-->&nbsp;<!--{$arrSearchData.search_end_year}-->年<!--{$arrSearchData.search_end_month}-->月<!--{$arrSearchData.search_end_day}-->日<!--{/if}-->
129            <!--{else}-->(未指定)<!--{/if}-->
130            </td>
131        </tr>
132        <tr>
133            <th>最終購入日</th>
134            <td>
135            <!--{if $arrSearchData.search_buy_start_year}-->
136                <!--{$arrSearchData.search_buy_start_year}-->年<!--{$arrSearchData.search_buy_start_month}-->月<!--{$arrSearchData.search_buy_start_day}-->日&nbsp;~
137                <!--{if $arrSearchData.search_buy_end_year}-->&nbsp;<!--{$arrSearchData.search_buy_end_year}-->年<!--{$arrSearchData.search_buy_end_month}-->月<!--{$arrSearchData.search_buy_end_day}-->日<!--{/if}-->
138            <!--{else}-->(未指定)<!--{/if}-->   
139            </td>
140        </tr>
141        <tr>
142            <th>購入商品名</th>
143            <td><!--{$arrSearchData.search_buy_product_name|default:"(未指定)"|h}--></td>
144        </tr>
145        <tr>
146            <th>カテゴリ</th>
147            <td>
148            <!--{assign var=key value="search_category_id"}-->
149            <!--{if is_array($arrSearchData[$key])}-->
150                <!--{foreach item=item from=$arrSearchData[$key]}-->
151                    <!--{$arrCatList[$item]|h}--> 
152                <!--{/foreach}-->
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"}-->
Note: See TracBrowser for help on using the repository browser.