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

Revision 23237, 6.2 KB checked in by habu, 10 years ago (diff)

#2418 「メールマガジン」欄に、マスタではなく決め打ちの値が表示されている

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