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

Revision 22451, 6.8 KB checked in by m_uehara, 11 years ago (diff)

#2060 メッセージIDの振り直し

  • 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
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><!--{t string="tpl_Member ID_01"}--></th>
64                <td><!--{$arrForm.customer_id|h}--></td>
65            </tr>
66            <tr>
67                <th><!--{t string="tpl_Member status_01"}--></th>
68                <td><!--{if $arrForm.status == 1}--><!--{t string="tpl_Temporary member_01"}--><!--{else}--><!--{t string="tpl_full member_01"}--><!--{/if}--></td>
69            </tr>
70            <tr>
71                <th><!--{t string="tpl_Name_02"}--></th>
72                <td><!--{t string="tpl_%s1 %s2_01" %s1=$arrForm.name01|h %s2=$arrForm.name02|h}--></td>
73            </tr>
74            <tr>
75                <th><!--{t string="tpl_Postal code_01"}--></th>
76                <!--{* <td><!--{t string="tpl_Postal code mark_01"}--> <!--{$arrForm.zip01|h}--> - <!--{$arrForm.zip02|h}--></td> *}-->
77                <td><!--{t string="tpl_Postal code mark_01"}--> <!--{$arrForm.zipcode|h}--></td>
78            </tr>
79            <tr>
80                <th><!--{t string="tpl_Address_01"}--></th>
81                <td><!--{$arrPref[$arrForm.pref]|h}--><!--{$arrForm.addr01|h}--><!--{$arrForm.addr02|h}--></td>
82            </tr>
83            <tr>
84                <th><!--{t string="tpl_E-mail address_01"}--></th>
85                <td><!--{$arrForm.email|h}--></td>
86            </tr>
87            <tr>
88                <th><!--{t string="tpl_Mobile e-mail address_01"}--></th>
89                <td><!--{$arrForm.email_mobile|h}--></td>
90            </tr>
91            <tr>
92                <th><!--{t string="tpl_Telephone number_01"}--></th>
93                <td><!--{$arrForm.tel01|h}--> - <!--{$arrForm.tel02|h}--> - <!--{$arrForm.tel03|h}--></td>
94            </tr>
95            <tr>
96                <th><!--{t string="tpl_FAX_01"}--></th>
97                <td><!--{if strlen($arrForm.fax01) > 0}--><!--{$arrForm.fax01|h}--> - <!--{$arrForm.fax02|h}--> - <!--{$arrForm.fax03|h}--><!--{else}--><!--{t string="tpl_Not registered_01"}--><!--{/if}--></td>
98            </tr>
99            <tr>
100                <th><!--{t string="tpl_Gender_01"}--></th>
101                <td><!--{$arrSex[$arrForm.sex]|h}--></td>
102            </tr>
103            <tr>
104                <th><!--{t string="tpl_Occupation_01"}--></th>
105                <td><!--{$arrJob[$arrForm.job]|default_t:"tpl_Not registered_01"|h}--></td>
106            </tr>
107            <tr>
108                <th><!--{t string="tpl_Date of birth_01"}--></th>
109                <td>
110                    <!--{if strlen($arrForm.year) > 0 && strlen($arrForm.month) > 0 && strlen($arrForm.day) > 0}-->
111                        <!--{t string="tpl_s1Year%s2Month%s3Day_01" %s1=$arrForm.year|h %s2=$arrForm.month|h %s3=$arrForm.day|h }-->
112                    <!--{else}-->
113                        <!--{t string="tpl_Not registered_01"}-->
114                    <!--{/if}-->
115                </td>
116            </tr>
117            <tr>
118                <th><!--{t string="tpl_Password_01"}--></th>
119                <td><!--{$smarty.const.DEFAULT_PASSWORD}--></td>
120            </tr>
121            <tr>
122                <th><!--{t string="tpl_Hint for when you have forgotten your password_01"}--></th>
123                <td>
124                    <!--{t string="tpl_Question:_01"}--> <!--{$arrReminder[$arrForm.reminder]|h}--><br />
125                    <!--{t string="tpl_Answer:_01"}--> <!--{$smarty.const.DEFAULT_PASSWORD}-->
126                </td>
127            </tr>
128            <tr>
129                <th><!--{t string="tpl_Mail magazine_01"}--></th>
130                <td><!--{if $arrForm.mailmaga_flg eq 1}--><!--{t string="tpl_HTML_01"}--><!--{elseif $arrForm.mailmaga_flg eq 2}--><!--{t string="tpl_Text_01"}--><!--{else}--><!--{t string="tpl_Do not wish to receive"}--><!--{/if}--></td>
131            </tr>
132            <tr>
133                <th><!--{t string="tpl_Memo for SHOP_01"}--></th>
134                <td><!--{$arrForm.note|h|nl2br|default_t:"tpl_Not registered_01"}--></td>
135            </tr>
136            <tr>
137                <th><!--{t string="tpl_Points in possession_01"}--></th>
138                <td><!--{t string="pt_prefix"}--><!--{$arrForm.point|default:"0"|h}--> <!--{t string="pt_suffix"}--></td>
139            </tr>
140        </table>
141        <div class="btn-area">
142            <ul>
143                <li><a class="btn-action" href="javascript:;" onclick="func_return(); return false;"><span class="btn-prev"><!--{t string="tpl_Return to the edit screen_01"}--></span></a></li>
144                <li><a class="btn-action" href="javascript:;" onclick="fnFormModeSubmit('form1', 'complete', '', ''); return false;"><span class="btn-next"><!--{t string="tpl_Save and continue_01"}--></span></a></li>
145            </ul>
146        </div>
147    </div>
148</form>
Note: See TracBrowser for help on using the repository browser.