source: branches/version-2_12-dev/data/Smarty/templates/admin/products/confirm.tpl @ 21867

Revision 21867, 11.2 KB checked in by nakanishi, 12 years ago (diff)

#1831 Copyright Update

  • 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<form name="form1" id="form1" method="post" action="?" enctype="multipart/form-data">
26<input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" />
27<input type="hidden" name="mode" value="complete" />
28<!--{foreach key=key item=item from=$arrSearchHidden}-->
29    <!--{if is_array($item)}-->
30        <!--{foreach item=c_item from=$item}-->
31            <input type="hidden" name="<!--{$key|h}-->[]" value="<!--{$c_item|h}-->" />
32        <!--{/foreach}-->
33    <!--{else}-->
34        <input type="hidden" name="<!--{$key|h}-->" value="<!--{$item|h}-->" />
35    <!--{/if}-->
36<!--{/foreach}-->
37<!--{foreach key=key item=item from=$arrForm}-->
38    <!--{if $key == 'product_status'}-->
39        <!--{foreach item=statusVal from=$item}-->
40            <input type="hidden" name="<!--{$key}-->[]" value="<!--{$statusVal|h}-->" />
41        <!--{/foreach}-->
42    <!--{else}-->
43        <input type="hidden" name="<!--{$key}-->" value="<!--{$item|h}-->" />
44    <!--{/if}-->
45<!--{/foreach}-->
46<div id="products" class="contents-main">
47
48    <table>
49        <tr>
50            <th>商品名</th>
51            <td>
52                <!--{$arrForm.name|h}-->
53            </td>
54        </tr>
55        <tr>
56            <th>商品カテゴリ</th>
57            <td>
58                <!--{section name=cnt loop=$arrForm.arrCategoryId}-->
59                    <!--{assign var=key value=$arrForm.arrCategoryId[cnt]}-->
60                    <!--{$arrCatList[$key]|sfTrim}--><br />
61                <!--{/section}-->
62            </td>
63        </tr>
64        <tr>
65            <th>公開・非公開</th>
66            <td>
67                <!--{$arrDISP[$arrForm.status]}-->
68            </td>
69        </tr>
70        <tr>
71            <th>商品ステータス</th>
72            <td>
73                <!--{foreach from=$arrForm.product_status item=status}-->
74                    <!--{if $status != ""}-->
75                        <img src="<!--{$TPL_URLPATH_DEFAULT}--><!--{$arrSTATUS_IMAGE[$status]}-->">
76                    <!--{/if}-->
77                <!--{/foreach}-->
78            </td>
79        </tr>
80
81        <!--{if $arrForm.has_product_class != true}-->
82            <tr>
83                <th>商品種別</th>
84                <td>
85                    <!--{$arrProductType[$arrForm.product_type_id]}-->
86                </td>
87            </tr>
88            <tr>
89                <th>ダウンロード商品ファイル名</th>
90                <td>
91                    <!--{$arrForm.down_filename|h}-->
92                </td>
93            </tr>
94            <tr>
95                <th>ダウンロード商品用<BR />ファイル</th>
96                <td>
97                    <!--{if $arrForm.down_realfilename != ""}-->
98                        <!--{$arrForm.down_realfilename|h}-->
99                    <!--{/if}-->
100                </td>
101            </tr>
102            <tr>
103                <th>商品コード</th>
104                <td>
105                    <!--{$arrForm.product_code|h}-->
106                </td>
107            </tr>
108            <tr>
109                <th><!--{$smarty.const.NORMAL_PRICE_TITLE}--></th>
110                <td>
111                    <!--{if strlen($arrForm.price01) >= 1}--><!--{$arrForm.price01|h}--> 円<!--{/if}-->
112                </td>
113            </tr>
114            <tr>
115                <th><!--{$smarty.const.SALE_PRICE_TITLE}--></th>
116                <td>
117                    <!--{if strlen($arrForm.price02) >= 1}--><!--{$arrForm.price02|h}--> 円<!--{/if}-->
118                </td>
119            </tr>
120            <tr>
121                <th>在庫数</th>
122                <td>
123                    <!--{if $arrForm.stock_unlimited == 1}-->
124                        無制限
125                    <!--{else}-->
126                        <!--{$arrForm.stock|h}-->
127                    <!--{/if}-->
128                </td>
129            </tr>
130        <!--{/if}-->
131
132        <tr>
133            <th>商品送料</th>
134            <td>
135                <!--{if strlen($arrForm.deliv_fee) >= 1}--><!--{$arrForm.deliv_fee|h}--> 円<!--{/if}-->
136            </td>
137        </tr>
138        <tr>
139            <th>ポイント付与率</th>
140            <td>
141                <!--{if strlen($arrForm.point_rate) >= 1}--><!--{$arrForm.point_rate|h}--> %<!--{/if}-->
142            </td>
143        </tr>
144        <tr>
145            <th>発送日目安</th>
146            <td>
147                <!--{$arrDELIVERYDATE[$arrForm.deliv_date_id]|h}-->
148            </td>
149        </tr>
150        <tr>
151            <th>販売制限数</th>
152            <td>
153                <!--{$arrForm.sale_limit|default:'無制限'|h}-->
154            </td>
155        </tr>
156        <tr>
157            <th>メーカー</th>
158            <td>
159                <!--{$arrMaker[$arrForm.maker_id]|h}-->
160            </td>
161        </tr>
162        <tr>
163            <th>メーカーURL</th>
164            <td style="word-break: break-all;">
165                <!--{$arrForm.comment1|h}-->
166            </td>
167        </tr>
168        <tr>
169            <th>検索ワード</th>
170            <td>
171                <!--{$arrForm.comment3|h}-->
172            </td>
173        </tr>
174        <tr>
175            <th>備考欄(SHOP専用)</th>
176            <td>
177                <!--{$arrForm.note|h|nl2br}-->
178            </td>
179        </tr>
180        <tr>
181            <th>一覧-メインコメント</th>
182            <td>
183                <!--{$arrForm.main_list_comment|h|nl2br}-->
184            </td>
185        </tr>
186        <tr>
187            <th>詳細-メインコメント</th>
188            <td>
189                <!--{$arrForm.main_comment|nl2br_html}-->
190            </td>
191        </tr>
192        <tr>
193            <th>一覧-メイン画像</th>
194            <td>
195                <!--{assign var=key value="main_list_image"}-->
196                <!--{if $arrForm.arrFile[$key].filepath != ""}-->
197                    <img src="<!--{$arrForm.arrFile[$key].filepath}-->" alt="<!--{$arrForm.name|h}-->" /><br />
198                <!--{/if}-->
199            </td>
200        </tr>
201        <tr>
202            <th>詳細-メイン画像</th>
203            <td>
204                <!--{assign var=key value="main_image"}-->
205                <!--{if $arrForm.arrFile[$key].filepath != ""}-->
206                    <img src="<!--{$arrForm.arrFile[$key].filepath}-->" alt="<!--{$arrForm.name|h}-->" /><br />
207                <!--{/if}-->
208            </td>
209        </tr>
210        <tr>
211            <th>詳細-メイン拡大画像</th>
212            <td>
213                <!--{assign var=key value="main_large_image"}-->
214                <!--{if $arrForm.arrFile[$key].filepath != ""}-->
215                    <img src="<!--{$arrForm.arrFile[$key].filepath}-->" alt="<!--{$arrForm.name|h}-->" /><br />
216                <!--{/if}-->
217            </td>
218        </tr>
219
220        <!--{* オペビルダー用 *}-->
221        <!--{if "sfViewAdminOpe"|function_exists === TRUE}-->
222            <!--{include file=`$smarty.const.MODULE_REALDIR`mdl_opebuilder/admin_ope_view.tpl}-->
223        <!--{/if}-->
224
225        <!--{section name=cnt loop=$smarty.const.PRODUCTSUB_MAX}-->
226            <!--▼商品<!--{$smarty.section.cnt.iteration}-->-->
227            <tr>
228                <th>詳細-サブタイトル(<!--{$smarty.section.cnt.iteration}-->)</th>
229                <td>
230                    <!--{assign var=key value="sub_title`$smarty.section.cnt.iteration`"}-->
231                    <!--{$arrForm[$key]|h}-->
232                </td>
233            </tr>
234            <tr>
235                <th>詳細-サブコメント(<!--{$smarty.section.cnt.iteration}-->)</th>
236                <td>
237                    <!--{assign var=key value="sub_comment`$smarty.section.cnt.iteration`"}-->
238                    <!--{$arrForm[$key]|nl2br_html}-->
239                </td>
240            </tr>
241            <tr>
242                <th>詳細-サブ画像(<!--{$smarty.section.cnt.iteration}-->)</th>
243                <td>
244                    <!--{assign var=key value="sub_image`$smarty.section.cnt.iteration`"}-->
245                    <!--{if $arrForm.arrFile[$key].filepath != ""}-->
246                        <img src="<!--{$arrForm.arrFile[$key].filepath}-->" alt="<!--{$arrForm.name|h}-->" /><br />
247                    <!--{/if}-->
248                </td>
249            </tr>
250            <tr>
251                <th>詳細-サブ拡大画像(<!--{$smarty.section.cnt.iteration}-->)</th>
252                <td>
253                    <!--{assign var=key value="sub_large_image`$smarty.section.cnt.iteration`"}-->
254                    <!--{if $arrForm.arrFile[$key].filepath != ""}-->
255                        <img src="<!--{$arrForm.arrFile[$key].filepath}-->" alt="<!--{$arrForm.name|h}-->" /><br />
256                    <!--{/if}-->
257                </td>
258            </tr>
259            <!--▲商品<!--{$smarty.section.cnt.iteration}-->-->
260        <!--{/section}-->
261
262        <!--{if $smarty.const.OPTION_RECOMMEND == 1}-->
263            <!--▼関連商品-->
264            <!--{section name=cnt loop=$smarty.const.RECOMMEND_PRODUCT_MAX}-->
265            <!--{assign var=recommend_no value="`$smarty.section.cnt.iteration`"}-->
266                <tr>
267                    <th>関連商品(<!--{$smarty.section.cnt.iteration}-->)<br />
268                        <!--{if $arrRecommend[$recommend_no].product_id|strlen >= 1}-->
269                            <img src="<!--{$smarty.const.ROOT_URLPATH}-->resize_image.php?image=<!--{$arrRecommend[$recommend_no].main_list_image|sfNoImageMainList|h}-->&amp;width=65&amp;height=65" alt="<!--{$arrRecommend[$recommend_no].name|h}-->">
270                        <!--{/if}-->
271                    </th>
272                    <td>
273                        <!--{if $arrRecommend[$recommend_no].product_id|strlen >= 1}-->
274                            商品コード:<!--{$arrRecommend[$recommend_no].product_code_min}--><br />
275                            商品名:<!--{$arrRecommend[$recommend_no].name|h}--><br />
276                            コメント:<br />
277                            <!--{$arrRecommend[$recommend_no].comment|h|nl2br}-->
278                        <!--{/if}-->
279                    </td>
280                </tr>
281            <!--{/section}-->
282            <!--▲関連商品-->
283        <!--{/if}-->
284    </table>
285
286    <div class="btn-area">
287        <ul>
288            <li><a class="btn-action" href="javascript:;" onclick="fnModeSubmit('confirm_return','',''); return false;"><span class="btn-prev">前のページに戻る</span></a></li>
289            <li><a class="btn-action" href="javascript:;" onclick="document.form1.submit(); return false;"><span class="btn-next">この内容で登録する</span></a></li>
290        </ul>
291    </div>
292</div>
293</form>
Note: See TracBrowser for help on using the repository browser.