Warning: Can't use blame annotator:
svn blame failed on branches/version-2_13-dev/data/Smarty/templates/admin/products/product_class_confirm.tpl: バイナリファイル 'file:///home/svn/open/branches/version-2_13-dev/data/Smarty/templates/admin/products/product_class_confirm.tpl' に対しては blame で各行の最終変更者を計算できません 195004

source: branches/version-2_13-dev/data/Smarty/templates/admin/products/product_class_confirm.tpl @ 23230

Revision 23230, 6.5 KB checked in by m_uehara, 11 years ago (diff)

#2363 r23177, r23181 - r23186, r23188 - r23191, r23194, r23197, r23199 - r23218, r23220, r23223 - r23225 をマージ

  • 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
RevLine 
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<h2>確認</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>規格1(<!--{$arrClass[$class_id1]|default:"未選択"|h}-->)</th>
61                    <th>規格2(<!--{$arrClass[$class_id2]|default:"未選択"|h}-->)</th>
62                    <th>商品コード</th>
63                    <th>在庫数</th>
64                    <th><!--{$smarty.const.NORMAL_PRICE_TITLE}-->(円)</th>
65                    <th><!--{$smarty.const.SALE_PRICE_TITLE}-->(円)</th>
66                    <!--{if $smarty.const.OPTION_PRODUCT_TAX_RULE}-->
67                    <th>消費税率(%)</th>
68                    <!--{/if}-->
69                    <th>商品種別</th>
70                    <th>ダウンロードファイル名</th>
71                    <th>ダウンロード商品用ファイルアップロード</th>
72                </tr>
73                <!--{section name=cnt loop=$arrForm.total.value}-->
74                    <!--{assign var=index value=$smarty.section.cnt.index}-->
75
76                    <!--{if $arrForm.check.value[$index] == 1}-->
77                        <tr>
78                            <!--{assign var=key value="classcategory_name1"}-->
79                            <td><!--{$arrForm[$key].value[$index]|h}--></td>
80                            <!--{assign var=key value="classcategory_name2"}-->
81                            <td><!--{$arrForm[$key].value[$index]|h}--></td>
82                            <!--{assign var=key value="product_code"}-->
83                            <td><!--{$arrForm[$key].value[$index]|h}--></td>
84                            <!--{assign var=key1 value="stock"}-->
85                            <!--{assign var=key2 value="stock_unlimited"}-->
86                            <td class="right">
87                                <!--{if $arrForm[$key2].value[$index] == 1}-->
88                                    無制限
89                                <!--{else}-->
90                                    <!--{$arrForm[$key1].value[$index]|h}-->
91                                <!--{/if}-->
92                            </td>
93                            <!--{assign var=key value="price01"}-->
94                            <td class="right"><!--{$arrForm[$key].value[$index]|h}--></td>
95                            <!--{assign var=key value="price02"}-->
96                            <td class="right"><!--{$arrForm[$key].value[$index]|h}--></td>
97                            <!--{if $smarty.const.OPTION_PRODUCT_TAX_RULE}-->
98                            <!--{assign var=key value="tax_rate"}-->
99                            <td class="right"><!--{$arrForm[$key].value[$index]|h}--></td>
100                            <!--{/if}-->
101                            <!--{assign var=key value="product_type_id"}-->
102                            <td class="right">
103                                <!--{foreach from=$arrForm[$key].value[$index] item=product_type_id}-->
104                                    <!--{$arrProductType[$product_type_id]|h}-->
105                                <!--{/foreach}-->
106                            </td>
107                            <!--{assign var=key value="down_filename"}-->
108                            <td class="right"><!--{$arrForm[$key].value[$index]}--></td>
109                            <!--{assign var=key value="down_realfilename"}-->
110                            <td class="right"><!--{$arrForm[$key].value[$index]}--></td>
111                        </tr>
112                    <!--{/if}-->
113                <!--{/section}-->
114            </table>
115        <!--{else}-->
116            <div class="message">規格が選択されていません。</div>
117        <!--{/if}-->
118
119        <div class="btn-area">
120            <ul>
121                <li><a class="btn-action" href="javascript:;" onclick="eccube.fnFormModeSubmit('form1', 'confirm_return','',''); return false"><span class="btn-prev">前へ戻る</span></a></li>
122            <!--{if count($arrForm.check.value) > 0}-->
123                <li><a class="btn-action" href="javascript:;" onclick="eccube.fnFormModeSubmit('form1', 'complete','',''); return false;"><span class="btn-next">この内容で登録する</span></a></li>
124            <!--{/if}-->
125            </ul>
126        </div>
127    </div>
128</form>
Note: See TracBrowser for help on using the repository browser.