source: branches/version-2_12-multilang/data/Smarty/templates/admin/products/product_class_confirm.tpl @ 22437

Revision 22437, 6.0 KB checked in by kim, 11 years ago (diff)

#2060 メッセージIDの振り直し T_FILEDを%sに置き換え

  • 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<h2><!--{t string="tpl_Confirm_02"}--></h2>
26<form name="form1" id="form1" method="post" action="?" enctype="multipart/form-data">
27<input type="hidden" name="mode" value="" />
28<input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" />
29<!--{foreach key=key item=items from=$arrForm}-->
30    <!--{if !array_key_exists($key, $arrSearchHidden)}-->
31        <!--{if is_array($items.value)}-->
32            <!--{foreach key=index item=item from=$items.value}-->
33                <input type="hidden" name="<!--{$key}-->[<!--{$index}-->]" value="<!--{$item|h}-->" />
34            <!--{/foreach}-->
35        <!--{else}-->
36            <input type="hidden" name="<!--{$key}-->" value="<!--{$items.value|h}-->" />
37        <!--{/if}-->
38    <!--{/if}-->
39<!--{/foreach}-->
40
41<!--{foreach key=key item=item from=$arrSearchHidden}-->
42    <!--{if is_array($item)}-->
43        <!--{foreach item=c_item from=$item}-->
44        <input type="hidden" name="<!--{$key|h}-->[]" value="<!--{$c_item|h}-->" />
45        <!--{/foreach}-->
46    <!--{else}-->
47        <input type="hidden" name="<!--{$key|h}-->" value="<!--{$item|h}-->" />
48    <!--{/if}-->
49<!--{/foreach}-->
50
51<div id="products" class="contents-main">
52
53    <!--{if count($arrForm.check.value) > 0}-->
54        <!--{assign var=key1 value="class_id1"}-->
55        <!--{assign var=key2 value="class_id2"}-->
56        <!--{assign var=class_id1 value=$arrForm[$key1].value|h}-->
57        <!--{assign var=class_id2 value=$arrForm[$key2].value|h}-->
58        <table class="list">
59                <tr>
60                <th><!--{t string="tpl_Standard 1_01"}-->(<!--{$arrClass[$class_id1]|default_t:"t_Not selected_01"|h}-->)</th>
61                <th><!--{t string="tpl_Standard 2_01"}-->(<!--{$arrClass[$class_id2]|default_t:"t_Not selected_01"|h}-->)</th>
62                <th><!--{t string="tpl_Product code_01"}--></th>
63                <th><!--{t string="tpl_557"}--></th>
64                <th><!--{t string="tpl_603" escape="none" %s1=$smarty.const.NORMAL_PRICE_TITLE}--></th>
65                <th><!--{t string="tpl_603" escape="none" %s1=$smarty.const.SALE_PRICE_TITLE}--></th>
66                <th><!--{t string="tpl_Product type_01"}--></th>
67                <th><!--{t string="tpl_607"}--></th>
68                <th><!--{t string="tpl_608"}--></th>
69            </tr>
70            <!--{section name=cnt loop=$arrForm.total.value}-->
71                <!--{assign var=index value=$smarty.section.cnt.index}-->
72
73                <!--{if $arrForm.check.value[$index] == 1}-->
74                    <tr>
75                        <!--{assign var=key value="classcategory_name1"}-->
76                        <td><!--{$arrForm[$key].value[$index]|h}--></td>
77                        <!--{assign var=key value="classcategory_name2"}-->
78                        <td><!--{$arrForm[$key].value[$index]|h}--></td>
79                        <!--{assign var=key value="product_code"}-->
80                        <td><!--{$arrForm[$key].value[$index]|h}--></td>
81                        <!--{assign var=key1 value="stock"}-->
82                        <!--{assign var=key2 value="stock_unlimited"}-->
83                        <td class="right">
84                            <!--{if $arrForm[$key2].value[$index] == 1}-->
85                                <!--{t string="tpl_No limit"}-->
86                            <!--{else}-->
87                                <!--{$arrForm[$key1].value[$index]|h}-->
88                            <!--{/if}-->
89                        </td>
90                        <!--{assign var=key value="price01"}-->
91                        <td class="right"><!--{$arrForm[$key].value[$index]|h}--></td>
92                        <!--{assign var=key value="price02"}-->
93                        <td class="right"><!--{$arrForm[$key].value[$index]|h}--></td>
94                        <!--{assign var=key value="product_type_id"}-->
95                        <td class="right">
96                            <!--{foreach from=$arrForm[$key].value[$index] item=product_type_id}-->
97                                <!--{$arrProductType[$product_type_id]|h}-->
98                            <!--{/foreach}-->
99                        </td>
100                        <!--{assign var=key value="down_filename"}-->
101                        <td class="right"><!--{$arrForm[$key].value[$index]}--></td>
102                        <!--{assign var=key value="down_realfilename"}-->
103                        <td class="right"><!--{$arrForm[$key].value[$index]}--></td>
104                    </tr>
105                <!--{/if}-->
106            <!--{/section}-->
107        </table>
108    <!--{else}-->
109        <div class="message"><!--{t string="tpl_609"}--></div>
110    <!--{/if}-->
111
112    <div class="btn-area">
113        <ul>
114            <li><a class="btn-action" href="javascript:;" onclick="fnFormModeSubmit('form1', 'confirm_return','',''); return false"><span class="btn-prev"><!--{t string="tpl_610"}--></span></a></li>
115        <!--{if count($arrForm.check.value) > 0}-->
116            <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>
117        <!--{/if}-->
118        </ul>
119    </div>
120</div>
121</form>
Note: See TracBrowser for help on using the repository browser.