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

Revision 21419, 6.2 KB checked in by Seasoft, 12 years ago (diff)

#1289 (用語に揺らぎ「会員」)

  • 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-2011 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<script type="text/javascript">
25<!--
26
27function func_return(){
28    document.form1.mode.value = "return";
29    document.form1.submit();
30}
31
32//-->
33</script>
34
35
36<form name="form1" id="form1" method="post" action="?">
37    <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" />
38    <input type="hidden" name="mode" value="complete" />
39
40    <!--{foreach from=$arrForm key=key item=item}-->
41        <!--{if $key ne "mode" && $key ne "subm" && $key ne $smarty.const.TRANSACTION_ID_NAME}-->
42            <input type="hidden" name="<!--{$key|h}-->" value="<!--{$item|h}-->" />
43        <!--{/if}-->
44    <!--{/foreach}-->
45
46    <!-- 検索条件の保持 -->
47    <!--{foreach from=$arrSearchData key="key" item="item"}-->
48        <!--{if $key ne "customer_id" && $key ne "mode" && $key ne "edit_customer_id" && $key ne $smarty.const.TRANSACTION_ID_NAME}-->
49            <!--{if is_array($item)}-->
50                <!--{foreach item=c_item from=$item}-->
51                    <input type="hidden" name="search_data[<!--{$key|h}-->][]" value="<!--{$c_item|h}-->" />
52                <!--{/foreach}-->
53            <!--{else}-->
54                <input type="hidden" name="search_data[<!--{$key|h}-->]" value="<!--{$item|h}-->" />
55            <!--{/if}-->
56        <!--{/if}-->
57    <!--{/foreach}-->
58
59    <div id="customer" class="contents-main">
60        <table class="form">
61            <tr>
62                <th>会員ID<span class="attention"> *</span></th>
63                <td><!--{$arrForm.customer_id|h}--></td>
64            </tr>
65            <tr>
66                <th>会員状態<span class="attention"> *</span></th>
67                <td><!--{if $arrForm.status == 1}-->仮会員<!--{else}-->本会員<!--{/if}--></td>
68            </tr>
69            <tr>
70                <th>お名前<span class="attention"> *</span></th>
71                <td><!--{$arrForm.name01|h}--><!--{$arrForm.name02|h}--> 様</td>
72            </tr>
73            <tr>
74                <th>お名前(フリガナ)<span class="attention"> *</span></th>
75                <td><!--{$arrForm.kana01|h}--><!--{$arrForm.kana02|h}--> 様</td>
76            </tr>
77            <tr>
78                <th>郵便番号<span class="attention"> *</span></th>
79                <td>〒 <!--{$arrForm.zip01|h}--> - <!--{$arrForm.zip02|h}--></td>
80            </tr>
81            <tr>
82                <th>住所<span class="attention"> *</span></td>
83                <td><!--{$arrPref[$arrForm.pref]|h}--><!--{$arrForm.addr01|h}--><!--{$arrForm.addr02|h}--></td>
84            </tr>
85            <tr>
86                <th>メールアドレス<span class="attention"> *</span></th>
87                <td><!--{$arrForm.email|h}--></td>
88            </tr>
89            <tr>
90                <th>携帯メールアドレス</th>
91                <td><!--{$arrForm.email_mobile|h}--></td>
92            </tr>
93            <tr>
94                <th>お電話番号<span class="attention"> *</span></th>
95                <td><!--{$arrForm.tel01|h}--> - <!--{$arrForm.tel02|h}--> - <!--{$arrForm.tel03|h}--></td>
96            </tr>
97            <tr>
98                <th>FAX</th>
99                <td><!--{if strlen($arrForm.fax01) > 0}--><!--{$arrForm.fax01|h}--> - <!--{$arrForm.fax02|h}--> - <!--{$arrForm.fax03|h}--><!--{else}-->未登録<!--{/if}--></td>
100            </tr>
101            <tr>
102                <th>ご性別<span class="attention"> *</span></th>
103                <td><!--{$arrSex[$arrForm.sex]|h}--></td>
104            </tr>
105            <tr>
106                <th>ご職業</th>
107                <td><!--{$arrJob[$arrForm.job]|default:"未登録"|h}--></td>
108            </tr>
109            <tr>
110                <th>生年月日</th>
111                <td><!--{if strlen($arrForm.year) > 0 && strlen($arrForm.month) > 0 && strlen($arrForm.day) > 0}--><!--{$arrForm.year|h}-->年<!--{$arrForm.month|h}-->月<!--{$arrForm.day|h}-->日<!--{else}-->未登録<!--{/if}--></td>
112            </tr>
113            <tr>
114                <th>パスワード<span class="attention"> *</span></th>
115                <td><!--{$smarty.const.DEFAULT_PASSWORD}--></td>
116            </tr>
117            <tr>
118                <th>パスワードを忘れたときのヒント<span class="attention"> *</span></th>
119                <td>
120                    質問: <!--{$arrReminder[$arrForm.reminder]|h}--><br />
121                    答え: <!--{$smarty.const.DEFAULT_PASSWORD}-->
122                </td>
123            </tr>
124            <tr>
125                <th>メールマガジン<span class="attention"> *</span></th>
126                <td><!--{if $arrForm.mailmaga_flg eq 1}-->HTML<!--{elseif $arrForm.mailmaga_flg eq 2}-->テキスト<!--{else}-->希望しない<!--{/if}--></td>
127            </tr>
128            <tr>
129                <th>SHOP用メモ</th>
130                <td><!--{$arrForm.note|h|nl2br|default:"未登録"}--></td>
131            </tr>
132            <tr>
133                <th>所持ポイント</td>
134                <td><!--{$arrForm.point|default:"0"|h}--> pt</td>
135            </tr>
136        </table>
137        <div class="btn-area">
138            <ul>
139                <li><a class="btn-action" href="javascript:;" onclick="func_return(); return false;"><span class="btn-prev">編集画面に戻る</span></a></li>
140                <li><a class="btn-action" href="javascript:;" onclick="fnFormModeSubmit('form1', 'complete', '', ''); return false;"><span class="btn-next">この内容で登録する</span></a></li>
141            </ul>
142        </div>
143    </div>
144</form>
Note: See TracBrowser for help on using the repository browser.