source: branches/version-2_12-dev/data/Smarty/templates/admin/customer/edit.tpl @ 21867

Revision 21867, 17.0 KB checked in by nakanishi, 12 years ago (diff)

#1831 Copyright Update

  • 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<script type="text/javascript">
26<!--
27    function fnReturn() {
28        document.search_form.action = './<!--{$smarty.const.DIR_INDEX_PATH}-->';
29        document.search_form.submit();
30        return false;
31    }
32//-->
33</script>
34
35<form name="search_form" method="post" action="">
36    <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" />
37    <input type="hidden" name="mode" value="search" />
38
39    <!--{foreach from=$arrSearchData key="key" item="item"}-->
40        <!--{if $key ne "customer_id" && $key ne "mode" && $key ne "edit_customer_id" && $key ne $smarty.const.TRANSACTION_ID_NAME}-->
41            <!--{if is_array($item)}-->
42                <!--{foreach item=c_item from=$item}-->
43                    <input type="hidden" name="<!--{$key|h}-->[]" value="<!--{$c_item|h}-->" />
44                <!--{/foreach}-->
45            <!--{else}-->
46                <input type="hidden" name="<!--{$key|h}-->" value="<!--{$item|h}-->" />
47            <!--{/if}-->
48        <!--{/if}-->
49    <!--{/foreach}-->
50</form>
51
52<form name="form1" id="form1" method="post" action="?" autocomplete="off">
53    <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" />
54    <input type="hidden" name="mode" value="confirm" />
55    <input type="hidden" name="customer_id" value="<!--{$arrForm.customer_id|h}-->" />
56
57    <!-- 検索条件の保持 -->
58    <!--{foreach from=$arrSearchData key="key" item="item"}-->
59        <!--{if $key ne "customer_id" && $key ne "mode" && $key ne "edit_customer_id" && $key ne $smarty.const.TRANSACTION_ID_NAME}-->
60            <!--{if is_array($item)}-->
61                <!--{foreach item=c_item from=$item}-->
62                    <input type="hidden" name="search_data[<!--{$key|h}-->][]" value="<!--{$c_item|h}-->" />
63                <!--{/foreach}-->
64            <!--{else}-->
65                <input type="hidden" name="search_data[<!--{$key|h}-->]" value="<!--{$item|h}-->" />
66            <!--{/if}-->
67        <!--{/if}-->
68    <!--{/foreach}-->
69
70    <div id="customer" class="contents-main">
71        <table class="form">
72            <!--{if $arrForm.customer_id}-->
73            <tr>
74                <th>会員ID<span class="attention"> *</span></th>
75                <td><!--{$arrForm.customer_id|h}--></td>
76            </tr>
77            <!--{/if}-->
78            <tr>
79                <th>会員状態<span class="attention"> *</span></th>
80                <td>
81                    <span class="attention"><!--{$arrErr.status}--></span>
82                    <span <!--{if $arrErr.status != ""}--><!--{sfSetErrorStyle}--><!--{/if}-->>
83                        <!--{html_radios name="status" options=$arrStatus separator=" " selected=$arrForm.status}-->
84                    </span>
85                </td>
86            </tr>
87            <tr>
88                <th>お名前<span class="attention"> *</span></th>
89                <td>
90                    <span class="attention"><!--{$arrErr.name01}--><!--{$arrErr.name02}--></span>
91                    <input type="text" name="name01" value="<!--{$arrForm.name01|h}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" size="30" class="box30" <!--{if $arrErr.name01 != ""}--><!--{sfSetErrorStyle}--><!--{/if}--> />&nbsp;&nbsp;<input type="text" name="name02" value="<!--{$arrForm.name02|h}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" size="30" class="box30" <!--{if $arrErr.name02 != ""}--><!--{sfSetErrorStyle}--><!--{/if}--> />
92                </td>
93            </tr>
94            <tr>
95                <th>お名前(フリガナ)<span class="attention"> *</span></th>
96                <td>
97                    <span class="attention"><!--{$arrErr.kana01}--><!--{$arrErr.kana02}--></span>
98                    <input type="text" name="kana01" value="<!--{$arrForm.kana01|h}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" size="30" class="box30" <!--{if $arrErr.kana01 != ""}--><!--{sfSetErrorStyle}--><!--{/if}--> />&nbsp;&nbsp;<input type="text" name="kana02" value="<!--{$arrForm.kana02|h}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" size="30" class="box30" <!--{if $arrErr.kana02 != ""}--><!--{sfSetErrorStyle}--><!--{/if}--> />
99                </td>
100            </tr>
101            <tr>
102                <th>郵便番号<span class="attention"> *</span></th>
103                <td>
104                    <span class="attention"><!--{$arrErr.zip01}--><!--{$arrErr.zip02}--></span>
105                    〒 <input type="text" name="zip01" value="<!--{$arrForm.zip01|h}-->" maxlength="<!--{$smarty.const.ZIP01_LEN}-->" size="6" class="box6" maxlength="3" <!--{if $arrErr.zip01 != ""}--><!--{sfSetErrorStyle}--><!--{/if}--> /> - <input type="text" name="zip02" value="<!--{$arrForm.zip02|h}-->" maxlength="<!--{$smarty.const.ZIP02_LEN}-->" size="6" class="box6" maxlength="4" <!--{if $arrErr.zip02 != ""}--><!--{sfSetErrorStyle}--><!--{/if}--> />
106                    <a class="btn-normal" href="javascript:;" name="address_input" onclick="fnCallAddress('<!--{$smarty.const.INPUT_ZIP_URLPATH}-->', 'zip01', 'zip02', 'pref', 'addr01'); return false;">住所入力</a>
107                </td>
108            </tr>
109            <tr>
110                <th>住所<span class="attention"> *</span></th>
111                <td>
112                    <span class="attention"><!--{$arrErr.pref}--><!--{$arrErr.addr01}--><!--{$arrErr.addr02}--></span>
113                    <select class="top" name="pref" <!--{if $arrErr.pref != ""}--><!--{sfSetErrorStyle}--><!--{/if}-->>
114                        <option class="top" value="" selected="selected">都道府県を選択</option>
115                        <!--{html_options options=$arrPref selected=$arrForm.pref}-->
116                    </select><br />
117                    <input type="text" name="addr01" value="<!--{$arrForm.addr01|h}-->" size="60" class="box60" <!--{if $arrErr.addr01 != ""}--><!--{sfSetErrorStyle}--><!--{/if}--> /><br />
118                    <!--{$smarty.const.SAMPLE_ADDRESS1}--><br />
119                    <input type="text" name="addr02" value="<!--{$arrForm.addr02|h}-->" size="60" class="box60" <!--{if $arrErr.addr02 != ""}--><!--{sfSetErrorStyle}--><!--{/if}--> /><br />
120                    <!--{$smarty.const.SAMPLE_ADDRESS2}-->
121                </td>
122            </tr>
123            <tr>
124                <th>メールアドレス<span class="attention"> *</span></th>
125                <td>
126                    <span class="attention"><!--{$arrErr.email}--></span>
127                    <input type="text" name="email" value="<!--{$arrForm.email|h}-->" size="60" class="box60" <!--{if $arrErr.email != ""}--><!--{sfSetErrorStyle}--><!--{/if}--> />
128                </td>
129            </tr>
130            <tr>
131                <th>携帯メールアドレス</th>
132                <td>
133                    <span class="attention"><!--{$arrErr.email_mobile}--></span>
134                    <input type="text" name="email_mobile" value="<!--{$arrForm.email_mobile|h}-->" size="60" class="box60" <!--{if $arrErr.email_mobile != ""}--><!--{sfSetErrorStyle}--><!--{/if}--> />
135                </td>
136            </tr>
137            <tr>
138                <th>電話番号<span class="attention"> *</span></th>
139                <td>
140                    <span class="attention"><!--{$arrErr.tel01}--><!--{$arrErr.tel02}--><!--{$arrErr.tel03}--></span>
141                    <input type="text" name="tel01" value="<!--{$arrForm.tel01|h}-->" maxlength="<!--{$smarty.const.TEL_ITEM_LEN}-->" size="6" class="box6" <!--{if $arrErr.tel01 != ""}--><!--{sfSetErrorStyle}--><!--{/if}--> /> - <input type="text" name="tel02" value="<!--{$arrForm.tel02|h}-->" maxlength="<!--{$smarty.const.TEL_ITEM_LEN}-->" size="6" class="box6" <!--{if $arrErr.tel01 != "" || $arrErr.tel02 != ""}--><!--{sfSetErrorStyle}--><!--{/if}--> /> - <input type="text" name="tel03" value="<!--{$arrForm.tel03|h}-->" maxlength="<!--{$smarty.const.TEL_ITEM_LEN}-->" size="6" class="box6" <!--{if $arrErr.tel01 != "" || $arrErr.tel03 != ""}--><!--{sfSetErrorStyle}--><!--{/if}--> />
142                </td>
143            </tr>
144            <tr>
145                <th>FAX</th>
146                <td>
147                    <span class="attention"><!--{$arrErr.fax01}--><!--{$arrErr.fax02}--><!--{$arrErr.fax03}--></span>
148                    <input type="text" name="fax01" value="<!--{$arrForm.fax01|h}-->" maxlength="<!--{$smarty.const.TEL_ITEM_LEN}-->" size="6" class="box6" <!--{if $arrErr.fax01 != ""}--><!--{sfSetErrorStyle}--><!--{/if}--> /> - <input type="text" name="fax02" value="<!--{$arrForm.fax02|h}-->" maxlength="<!--{$smarty.const.TEL_ITEM_LEN}-->" size="6" class="box6" <!--{if $arrErr.fax01 != "" || $arrErr.fax02 != ""}--><!--{sfSetErrorStyle}--><!--{/if}--> /> - <input type="text" name="fax03" value="<!--{$arrForm.fax03|h}-->" maxlength="<!--{$smarty.const.TEL_ITEM_LEN}-->" size="6" class="box6" <!--{if $arrErr.fax01 != "" || $arrErr.fax03 != ""}--><!--{sfSetErrorStyle}--><!--{/if}--> />
149                </td>
150            </tr>
151            <tr>
152                <th>ご性別<span class="attention"> *</span></th>
153                <td>
154                    <span class="attention"><!--{$arrErr.sex}--></span>
155                    <span <!--{if $arrErr.sex != ""}--><!--{sfSetErrorStyle}--><!--{/if}-->>
156                        <!--{html_radios name="sex" options=$arrSex separator=" " selected=$arrForm.sex}-->
157                    </span>
158                </td>
159            </tr>
160            <tr>
161                <th>ご職業</th>
162                <td>
163                    <span class="attention"><!--{$arrErr.job}--></span>
164                    <select name="job" <!--{if $arrErr.job != ""}--><!--{sfSetErrorStyle}--><!--{/if}--> >
165                    <option value="" selected="selected">選択してください</option>
166                    <!--{html_options options=$arrJob selected=$arrForm.job}-->
167                    </select>
168                </td>
169            </tr>
170            <tr>
171                <th>生年月日</th>
172                <td>
173                    <span class="attention"><!--{$arrErr.year}--></span>
174                    <select name="year" <!--{if $arrErr.year != ""}--><!--{sfSetErrorStyle}--><!--{/if}--> >
175                        <option value="" selected="selected">------</option>
176                        <!--{html_options options=$arrYear selected=$arrForm.year}-->
177                    </select>年
178                    <select name="month" <!--{if $arrErr.year != ""}--><!--{sfSetErrorStyle}--><!--{/if}--> >
179                        <option value="" selected="selected">----</option>
180                        <!--{html_options options=$arrMonth selected=$arrForm.month}-->
181                    </select>月
182                    <select name="day" <!--{if $arrErr.year != ""}--><!--{sfSetErrorStyle}--><!--{/if}--> >
183                        <option value="" selected="selected">----</option>
184                        <!--{html_options options=$arrDay selected=$arrForm.day"}-->
185                    </select>日
186                </td>
187            </tr>
188            <tr>
189                <th>パスワード<span class="attention"> *</span></th>
190                <td>
191                    <span class="attention"><!--{$arrErr.password}--><!--{$arrErr.password02}--></span>
192                    <input type="password" name="password" value="<!--{$arrForm.password|h}-->" size="30" class="box30" <!--{if $arrErr.password != ""}--><!--{sfSetErrorStyle}--><!--{/if}--> /> 半角英数小文字<!--{$smarty.const.PASSWORD_MIN_LEN}-->~<!--{$smarty.const.PASSWORD_MAX_LEN}-->文字(記号不可)<br />
193                    <input type="password" name="password02" value="<!--{$arrForm.password02|h}-->" size="30" class="box30" <!--{if $arrErr.password02 != ""}--><!--{sfSetErrorStyle}--><!--{/if}--> />
194                    <p><span class="attention mini">確認のために2度入力してください。</span></p>
195                </td>
196            </tr>
197            <tr>
198                <th>パスワードを忘れたときのヒント<span class="attention"> *</span></th>
199                <td>
200                    <span class="attention"><!--{$arrErr.reminder}--><!--{$arrErr.reminder_answer}--></span>
201                    質問:
202                    <select class="top" name="reminder" <!--{if $arrErr.reminder != ""}--><!--{sfSetErrorStyle}--><!--{/if}--> >
203                        <option value="" selected="selected">選択してください</option>
204                        <!--{html_options options=$arrReminder selected=$arrForm.reminder}-->
205                    </select><br />
206                    答え:
207                    <input type="text" name="reminder_answer" value="<!--{$arrForm.reminder_answer|h}-->" size="30" class="box30" <!--{if $arrErr.reminder_answer != ""}--><!--{sfSetErrorStyle}--><!--{/if}--> />
208                </td>
209            </tr>
210            <tr>
211                <th>メールマガジン<span class="attention"> *</span></th>
212                <td>
213                    <span class="attention"><!--{$arrErr.mailmaga_flg}--></span>
214                    <span <!--{if $arrErr.mailmaga_flg != ""}--><!--{sfSetErrorStyle}--><!--{/if}-->>
215                        <!--{html_radios name="mailmaga_flg" options=$arrMailMagazineType separator=" " selected=$arrForm.mailmaga_flg}-->
216                    </span>
217                </td>
218            </tr>
219            <tr>
220                <th>SHOP用メモ</th>
221                <td>
222                    <span class="attention"><!--{$arrErr.note}--></span>
223                    <textarea name="note" maxlength="<!--{$smarty.const.LTEXT_LEN}-->" <!--{if $arrErr.note != ""}--><!--{sfSetErrorStyle}--><!--{/if}--> cols="60" rows="8" class="area60"><!--{$arrForm.note|h}--></textarea>
224                </td>
225            </tr>
226            <tr>
227                <th>所持ポイント<span class="attention"> *</span></th>
228                <td>
229                    <span class="attention"><!--{$arrErr.point}--></span>
230                    <input type="text" name="point" value="<!--{$arrForm.point|h}-->" maxlength="<!--{$smarty.const.TEL_LEN}-->" size="6" class="box6" <!--{if $arrErr.point != ""}--><!--{sfSetErrorStyle}--><!--{/if}--> /> pt
231                </td>
232            </tr>
233        </table>
234
235        <div class="btn-area">
236            <ul>
237                <li><a class="btn-action" href="javascript:;" onclick="return fnReturn();"><span class="btn-prev">検索画面に戻る</span></a></li>
238                <li><a class="btn-action" href="javascript:;" onclick="fnSetFormSubmit('form1', 'mode', 'confirm'); return false;"><span class="btn-next">確認ページへ</span></a></li>
239            </ul>
240        </div>
241
242        <input type="hidden" name="order_id" value="" />
243        <input type="hidden" name="search_pageno" value="<!--{$tpl_pageno}-->">
244        <input type="hidden" name="edit_customer_id" value="<!--{$edit_customer_id}-->" >
245
246        <h2>購入履歴一覧</h2>
247        <!--{if $tpl_linemax > 0}-->
248        <p><span class="attention"><!--購入履歴一覧--><!--{$tpl_linemax}-->件</span>&nbsp;が該当しました。</p>
249
250        <!--{include file=$tpl_pager}-->
251
252            <!--{* 購入履歴一覧表示テーブル *}-->
253            <table class="list">
254                <tr>
255                    <th>日付</th>
256                    <th>注文番号</th>
257                    <th>購入金額</th>
258                    <th>発送日</th>
259                    <th>支払方法</th>
260                </tr>
261                <!--{section name=cnt loop=$arrPurchaseHistory}-->
262                    <tr>
263                        <td><!--{$arrPurchaseHistory[cnt].create_date|sfDispDBDate}--></td>
264                        <td class="center"><a href="../order/edit.php?order_id=<!--{$arrPurchaseHistory[cnt].order_id}-->" ><!--{$arrPurchaseHistory[cnt].order_id}--></a></td>
265                        <td class="center"><!--{$arrPurchaseHistory[cnt].payment_total|number_format}-->円</td>
266                        <td class="center"><!--{if $arrPurchaseHistory[cnt].status eq 5}--><!--{$arrPurchaseHistory[cnt].commit_date|sfDispDBDate}--><!--{else}-->未発送<!--{/if}--></td>
267                        <!--{assign var=payment_id value="`$arrPurchaseHistory[cnt].payment_id`"}-->
268                        <td class="center"><!--{$arrPayment[$payment_id]|h}--></td>
269                    </tr>
270                <!--{/section}-->
271            </table>
272            <!--{* 購入履歴一覧表示テーブル *}-->
273        <!--{else}-->
274            <div class="message">購入履歴はありません。</div>
275        <!--{/if}-->
276
277    </div>
278</form>
Note: See TracBrowser for help on using the repository browser.