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

Revision 19771, 4.9 KB checked in by nanasess, 13 years ago (diff)

r19770 の typo btn_normal -> btn-normal

  • Property svn:eol-style set to LF
  • 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_DIR`admin_popup_header.tpl"}-->
25
26<script type="text/javascript">
27<!--
28self.moveTo(20,20);self.focus();
29//-->
30</script>
31</head>
32
33
34<form name="form1" id="form1" method="post" action="?">
35<input type="hidden" name="mode" value="search" />
36<div id="mail" class="contents-main">
37  <h2>配信条件</h2>
38
39  <table class="form">
40    <tr>
41      <th>顧客名</th>
42      <td><!--{$list_data.name|escape|default:"(未指定)"}--></td>
43    </tr>
44    <tr>
45      <th>顧客名(カナ)</th>
46      <td width="249"><!--{$list_data.kana|escape|default:"(未指定)"}--></td>
47    </tr>
48    <tr>
49      <th>都道府県</th>
50      <td><!--{$list_data.pref_disp|default:"(未指定)"}--></td>
51    </tr>
52    <tr>
53      <th>TEL</th>
54      <td width="249"><!--{$list_data.tel|escape|default:"(未指定)"}--></td>
55    </tr>
56    <tr>
57      <th>性別</th>
58      <td><!--{$list_data.sex_disp|default:"(未指定)"}--></td>
59    </tr>
60    <tr>
61      <th>誕生月</th>
62      <td width="249"><!--{if $list_data.birth_month}--><!--{$list_data.birth_month|escape}-->月<!--{else}-->(未指定)<!--{/if}--></td>       
63    </tr>
64    <tr>
65      <th>配信形式</th>
66      <td><!--{$list_data.htmlmail_disp|escape|default:"(未指定)"}--></td>
67    </tr>
68    <tr>
69      <th>購入回数</th>
70      <td>
71        <!--{if $list_data.buy_times_from == null}-->(未指定)<!--{else}--><!--{$list_data.buy_times_from|escape}-->回<!--{/if}--> ~
72        <!--{if $list_data.buy_times_to == null}-->(未指定)<!--{else}--><!--{$list_data.buy_times_to|escape}-->回<!--{/if}-->
73      </td>
74    </tr>
75    <!--{*非会員は選択できない
76    <tr>
77      <th>種別</th>
78      <td>
79      <!--{$list_data.customer|escape|default:"すべて"}-->
80      </td>
81    </tr>
82    *}-->
83    <tr>
84      <th>購入商品コード</th>
85      <td><!--{$list_data.buy_product_code|escape|default:"(未指定)"}--></td>
86    </tr>
87    <tr>
88      <th>購入金額</th>
89      <td>
90        <!--{if $list_data.buy_total_from == null}-->(未指定)<!--{else}--><!--{$list_data.buy_total_from|escape}-->円<!--{/if}--> ~
91        <!--{if $list_data.buy_total_to == null}-->(未指定)<!--{else}--><!--{$list_data.buy_total_to|escape}-->円<!--{/if}-->
92      </td>
93    </tr>
94    <tr>
95      <th>メールアドレス</th>
96      <td><!--{$list_data.email|escape|default:"(未指定)"}--></td>
97    </tr>
98    <tr>
99      <th>職業</th>
100      <td><!--{$list_data.job_disp|escape|default:"(未指定)"}--></td>
101    </tr>
102    <tr>
103      <th>生年月日</th>
104      <td>
105      <!--{if $list_data.b_start_year}-->
106        <!--{$list_data.b_start_year}-->年<!--{$list_data.b_start_month}-->月<!--{$list_data.b_start_day}-->日&nbsp;?&nbsp;<!--{$list_data.b_end_year}-->年<!--{$list_data.b_end_month}-->月<!--{$list_data.b_end_day}-->日
107      <!--{else}-->(未指定)<!--{/if}-->
108      </td>
109    </tr> 
110    <tr>
111      <th>登録日</th>
112      <td>
113      <!--{if $list_data.start_year}-->
114        <!--{$list_data.start_year}-->年<!--{$list_data.start_month}-->月<!--{$list_data.start_day}-->日&nbsp;?&nbsp;<!--{$list_data.end_year}-->年<!--{$list_data.end_month}-->月<!--{$list_data.end_day}-->日
115      <!--{else}-->(未指定)<!--{/if}-->
116      </td>
117    </tr>     
118    <tr>
119      <th>最終購入日</th>
120      <td>
121      <!--{if $list_data.buy_start_year}-->
122        <!--{$list_data.buy_start_year}-->年<!--{$list_data.buy_start_month}-->月<!--{$list_data.buy_start_day}-->日&nbsp;?&nbsp;<!--{$list_data.buy_end_year}-->年<!--{$list_data.buy_end_month}-->月<!--{$list_data.buy_end_day}-->日
123      <!--{else}-->(未指定)<!--{/if}--> 
124      </td>
125    </tr>
126    <tr>
127      <th>購入商品名</th>
128      <td><!--{$list_data.buy_product_name|escape|default:"(未指定)"}--></td>
129    </tr>
130    <tr>
131      <th>カテゴリ</th>
132      <td><!--{$list_data.category_name|escape|default:"(未指定)"}--></td>
133    </tr>
134  </table>
135
136  <div class="btn">
137    <a class="btn-normal" href="javascript:;" onclick="window.close();"><span>ウインドウを閉じる</span></a>
138  </div>
139</div>
140</form>
141
142<!--{include file="`$smarty.const.TEMPLATE_ADMIN_DIR`admin_popup_footer.tpl"}-->
Note: See TracBrowser for help on using the repository browser.