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

Revision 22121, 6.3 KB checked in by h_yoshimoto, 11 years ago (diff)

#1890 管理画面テンプレートのメッセージを集約(ダミー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_207"}--></th>
64                <td><!--{$arrForm.customer_id|h}--></td>
65            </tr>
66            <tr>
67                <th><!--{t string="tpl_209"}--></th>
68                <td><!--{if $arrForm.status == 1}--><!--{t string="tpl_238"}--><!--{else}--><!--{t string="tpl_239"}--><!--{/if}--></td>
69            </tr>
70            <tr>
71                <th><!--{t string="tpl_208"}--></th>
72                <td><!--{t string="tpl_240" T_FIELD1=$arrForm.name01|h T_FIELD2=$arrForm.name02|h}--></td>
73            </tr>
74            <tr>
75                <th><!--{t string="tpl_210"}--></th>
76                <td><!--{t string="tpl_240" T_FIELD1=$arrForm.kana01|h T_FIELD2=$arrForm.kana02|h}--></td>
77            </tr>
78            <tr>
79                <th><!--{t string="tpl_033"}--></th>
80                <td><!--{t string="tpl_106"}--> <!--{$arrForm.zip01|h}--> - <!--{$arrForm.zip02|h}--></td>
81            </tr>
82            <tr>
83                <th><!--{t string="tpl_212"}--></th>
84                <td><!--{$arrPref[$arrForm.pref]|h}--><!--{$arrForm.addr01|h}--><!--{$arrForm.addr02|h}--></td>
85            </tr>
86            <tr>
87                <th><!--{t string="tpl_108"}--></th>
88                <td><!--{$arrForm.email|h}--></td>
89            </tr>
90            <tr>
91                <th><!--{t string="tpl_213"}--></th>
92                <td><!--{$arrForm.email_mobile|h}--></td>
93            </tr>
94            <tr>
95                <th><!--{t string="tpl_241"}--></th>
96                <td><!--{$arrForm.tel01|h}--> - <!--{$arrForm.tel02|h}--> - <!--{$arrForm.tel03|h}--></td>
97            </tr>
98            <tr>
99                <th><!--{t string="tpl_039"}--></th>
100                <td><!--{if strlen($arrForm.fax01) > 0}--><!--{$arrForm.fax01|h}--> - <!--{$arrForm.fax02|h}--> - <!--{$arrForm.fax03|h}--><!--{else}--><!--{t string="tpl_242"}--><!--{/if}--></td>
101            </tr>
102            <tr>
103                <th><!--{t string="tpl_215"}--></th>
104                <td><!--{$arrSex[$arrForm.sex]|h}--></td>
105            </tr>
106            <tr>
107                <th><!--{t string="tpl_216"}--></th>
108                <td><!--{$arrJob[$arrForm.job]|default:"未登録"|h}--></td>
109            </tr>
110            <tr>
111                <th><!--{t string="tpl_217"}--></th>
112                <td><!--{if strlen($arrForm.year) > 0 && strlen($arrForm.month) > 0 && strlen($arrForm.day) > 0}--><!--{$arrForm.year|h}-->年<!--{$arrForm.month|h}-->月<!--{$arrForm.day|h}-->日<!--{else}--><!--{t string="tpl_242"}--><!--{/if}--></td>
113            </tr>
114            <tr>
115                <th><!--{t string="tpl_218"}--></th>
116                <td><!--{$smarty.const.DEFAULT_PASSWORD}--></td>
117            </tr>
118            <tr>
119                <th><!--{t string="tpl_243"}--></th>
120                <td>
121                    <!--{t string="tpl_222"}-->: <!--{$arrReminder[$arrForm.reminder]|h}--><br />
122                    <!--{t string="tpl_223"}-->: <!--{$smarty.const.DEFAULT_PASSWORD}-->
123                </td>
124            </tr>
125            <tr>
126                <th><!--{t string="tpl_224"}--></th>
127                <td><!--{if $arrForm.mailmaga_flg eq 1}--><!--{t string="tpl_244"}--><!--{elseif $arrForm.mailmaga_flg eq 2}--><!--{t string="tpl_245"}--><!--{else}--><!--{t string="tpl_246"}--><!--{/if}--></td>
128            </tr>
129            <tr>
130                <th><!--{t string="tpl_225"}--></th>
131                <td><!--{$arrForm.note|h|nl2br|default:"未登録"}--></td>
132            </tr>
133            <tr>
134                <th><!--{t string="tpl_226"}--></th>
135                <td><!--{$arrForm.point|default:"0"|h}--> pt</td>
136            </tr>
137        </table>
138        <div class="btn-area">
139            <ul>
140                <li><a class="btn-action" href="javascript:;" onclick="func_return(); return false;"><span class="btn-prev"><!--{t string="tpl_247"}--></span></a></li>
141                <li><a class="btn-action" href="javascript:;" onclick="fnFormModeSubmit('form1', 'complete', '', ''); return false;"><span class="btn-next"><!--{t string="tpl_021"}--></span></a></li>
142            </ul>
143        </div>
144    </div>
145</form>
Note: See TracBrowser for help on using the repository browser.