source: branches/comu-ver2/data/Smarty/templates/default/admin/products/confirm.tpl @ 18700

Revision 18700, 7.8 KB checked in by nanasess, 14 years ago (diff)

Copyright の更新(#601)

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