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

Revision 22391, 12.0 KB checked in by m_uehara, 11 years ago (diff)

#2060 メッセージ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<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    <!--{elseif $key == 'arrCategoryId'}-->
43        <!--{* nop *}-->
44    <!--{elseif $key == 'arrFile'}-->
45        <!--{* nop *}-->
46    <!--{else}-->
47        <input type="hidden" name="<!--{$key}-->" value="<!--{$item|h}-->" />
48    <!--{/if}-->
49<!--{/foreach}-->
50<div id="products" class="contents-main">
51
52    <table>
53        <tr>
54            <th><!--{t string="tpl_188"}--></th>
55            <td>
56                <!--{$arrForm.name|h}-->
57            </td>
58        </tr>
59        <tr>
60            <th><!--{t string="tpl_498"}--></th>
61            <td>
62                <!--{section name=cnt loop=$arrForm.arrCategoryId}-->
63                    <!--{assign var=key value=$arrForm.arrCategoryId[cnt]}-->
64                    <!--{$arrCatList[$key]|sfTrim}--><br />
65                <!--{/section}-->
66            </td>
67        </tr>
68        <tr>
69            <th><!--{t string="tpl_499"}--></th>
70            <td>
71                <!--{$arrDISP[$arrForm.status]}-->
72            </td>
73        </tr>
74        <tr>
75            <th><!--{t string="tpl_554"}--></th>
76            <td>
77                <!--{if count($arrForm.product_status) > 0}-->
78                    <ul class="status_icon clearfix">
79                        <!--{foreach from=$arrForm.product_status item=status}-->
80                            <li class="status_<!--{$status}-->">
81                               <span id="icon<!--{$status}-->"><!--{$arrSTATUS[$status]}--></span>
82                            </li>                       
83                        <!--{/foreach}-->
84                    </ul>
85                <!--{/if}-->
86               
87            </td>
88        </tr>
89
90        <!--{if $arrForm.has_product_class != true}-->
91            <tr>
92                <th><!--{t string="tpl_Product type_01"}--></th>
93                <td>
94                    <!--{$arrProductType[$arrForm.product_type_id]}-->
95                </td>
96            </tr>
97            <tr>
98                <th><!--{t string="tpl_555"}--></th>
99                <td>
100                    <!--{$arrForm.down_filename|h}-->
101                </td>
102            </tr>
103            <tr>
104                <th><!--{t string="tpl_556" escape="none"}--></th>
105                <td>
106                    <!--{if $arrForm.down_realfilename != ""}-->
107                        <!--{$arrForm.down_realfilename|h}-->
108                    <!--{/if}-->
109                </td>
110            </tr>
111            <tr>
112                <th><!--{t string="tpl_192"}--></th>
113                <td>
114                    <!--{$arrForm.product_code|h}-->
115                </td>
116            </tr>
117            <tr>
118                <th><!--{$smarty.const.NORMAL_PRICE_TITLE}--></th>
119                <td>
120                    <!--{if strlen($arrForm.price01) >= 1}--><!--{t string="currency_prefix"}--><!--{$arrForm.price01|h}--><!--{t string="currency_suffix"}--><!--{/if}-->
121                </td>
122            </tr>
123            <tr>
124                <th><!--{$smarty.const.SALE_PRICE_TITLE}--></th>
125                <td>
126                    <!--{if strlen($arrForm.price02) >= 1}--><!--{t string="currency_prefix"}--><!--{$arrForm.price02|h}--><!--{t string="currency_suffix"}--><!--{/if}-->
127                </td>
128            </tr>
129            <tr>
130                <th><!--{t string="tpl_557"}--></th>
131                <td>
132                    <!--{if $arrForm.stock_unlimited == 1}-->
133                        <!--{t string="tpl_053"}-->
134                    <!--{else}-->
135                        <!--{$arrForm.stock|h}-->
136                    <!--{/if}-->
137                </td>
138            </tr>
139        <!--{/if}-->
140
141        <tr>
142            <th><!--{t string="tpl_558"}--></th>
143            <td>
144                <!--{if strlen($arrForm.deliv_fee) >= 1}--><!--{t string="currency_prefix"}--><!--{$arrForm.deliv_fee|h}--><!--{t string="currency_suffix"}--><!--{/if}-->
145            </td>
146        </tr>
147        <tr>
148            <th><!--{t string="tpl_559"}--></th>
149            <td>
150                <!--{if strlen($arrForm.point_rate) >= 1}--><!--{$arrForm.point_rate|h}--> <!--{t string="%"}--><!--{/if}-->
151            </td>
152        </tr>
153        <tr>
154            <th><!--{t string="tpl_560"}--></th>
155            <td>
156                <!--{$arrDELIVERYDATE[$arrForm.deliv_date_id]|h}-->
157            </td>
158        </tr>
159        <tr>
160            <th><!--{t string="tpl_561"}--></th>
161            <td>
162                <!--{$arrForm.sale_limit|default_t:"tpl_053"|h}-->
163            </td>
164        </tr>
165        <tr>
166            <th><!--{t string="tpl_562"}--></th>
167            <td>
168                <!--{$arrMaker[$arrForm.maker_id]|h}-->
169            </td>
170        </tr>
171        <tr>
172            <th><!--{t string="tpl_563"}--></th>
173            <td style="word-break: break-all;">
174                <!--{$arrForm.comment1|h}-->
175            </td>
176        </tr>
177        <tr>
178            <th><!--{t string="tpl_564"}--></th>
179            <td>
180                <!--{$arrForm.comment3|h}-->
181            </td>
182        </tr>
183        <tr>
184            <th><!--{t string="tpl_565"}--></th>
185            <td>
186                <!--{$arrForm.note|h|nl2br}-->
187            </td>
188        </tr>
189        <tr>
190            <th><!--{t string="tpl_566"}--></th>
191            <td>
192                <!--{$arrForm.main_list_comment|h|nl2br}-->
193            </td>
194        </tr>
195        <tr>
196            <th><!--{t string="tpl_567"}--></th>
197            <td>
198                <!--{$arrForm.main_comment|nl2br_html}-->
199            </td>
200        </tr>
201        <tr>
202            <th><!--{t string="tpl_568"}--></th>
203            <td>
204                <!--{assign var=key value="main_list_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><!--{t string="tpl_569"}--></th>
212            <td>
213                <!--{assign var=key value="main_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        <tr>
220            <th><!--{t string="tpl_570"}--></th>
221            <td>
222                <!--{assign var=key value="main_large_image"}-->
223                <!--{if $arrForm.arrFile[$key].filepath != ""}-->
224                    <img src="<!--{$arrForm.arrFile[$key].filepath}-->" alt="<!--{$arrForm.name|h}-->" /><br />
225                <!--{/if}-->
226            </td>
227        </tr>
228
229        <!--{* オペビルダー用 *}-->
230        <!--{if "sfViewAdminOpe"|function_exists === TRUE}-->
231            <!--{include file=`$smarty.const.MODULE_REALDIR`mdl_opebuilder/admin_ope_view.tpl}-->
232        <!--{/if}-->
233
234        <!--{section name=cnt loop=$smarty.const.PRODUCTSUB_MAX}-->
235            <!--▼商品<!--{$smarty.section.cnt.iteration}-->-->
236            <tr>
237                <th><!--{t string="tpl_571" T_FIELD=$smarty.section.cnt.iteration}--></th>
238                <td>
239                    <!--{assign var=key value="sub_title`$smarty.section.cnt.iteration`"}-->
240                    <!--{$arrForm[$key]|h}-->
241                </td>
242            </tr>
243            <tr>
244                <th><!--{t string="tpl_572" T_FIELD=$smarty.section.cnt.iteration}--></th>
245                <td>
246                    <!--{assign var=key value="sub_comment`$smarty.section.cnt.iteration`"}-->
247                    <!--{$arrForm[$key]|nl2br_html}-->
248                </td>
249            </tr>
250            <tr>
251                <th><!--{t string="tpl_573" T_FIELD=$smarty.section.cnt.iteration}--></th>
252                <td>
253                    <!--{assign var=key value="sub_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            <tr>
260                <th><!--{t string="tpl_574" T_FIELD=$smarty.section.cnt.iteration}--></th>
261                <td>
262                    <!--{assign var=key value="sub_large_image`$smarty.section.cnt.iteration`"}-->
263                    <!--{if $arrForm.arrFile[$key].filepath != ""}-->
264                        <img src="<!--{$arrForm.arrFile[$key].filepath}-->" alt="<!--{$arrForm.name|h}-->" /><br />
265                    <!--{/if}-->
266                </td>
267            </tr>
268            <!--▲商品<!--{$smarty.section.cnt.iteration}-->-->
269        <!--{/section}-->
270
271        <!--{if $smarty.const.OPTION_RECOMMEND == 1}-->
272            <!--▼関連商品-->
273            <!--{section name=cnt loop=$smarty.const.RECOMMEND_PRODUCT_MAX}-->
274            <!--{assign var=recommend_no value="`$smarty.section.cnt.iteration`"}-->
275                <tr>
276                    <th><!--{t string="tpl_575" T_FIELD=$smarty.section.cnt.iteration}--><br />
277                        <!--{if $arrRecommend[$recommend_no].product_id|strlen >= 1}-->
278                            <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}-->">
279                        <!--{/if}-->
280                    </th>
281                    <td>
282                        <!--{if $arrRecommend[$recommend_no].product_id|strlen >= 1}-->
283                            <!--{t string="tpl_192"}-->:<!--{$arrRecommend[$recommend_no].product_code_min}--><br />
284                            <!--{t string="tpl_188"}-->:<!--{$arrRecommend[$recommend_no].name|h}--><br />
285                            <!--{t string="tpl_576"}--><br />
286                            <!--{$arrRecommend[$recommend_no].comment|h|nl2br}-->
287                        <!--{/if}-->
288                    </td>
289                </tr>
290            <!--{/section}-->
291            <!--▲関連商品-->
292        <!--{/if}-->
293    </table>
294
295    <div class="btn-area">
296        <ul>
297            <li><a class="btn-action" href="javascript:;" onclick="fnModeSubmit('confirm_return','',''); return false;"><span class="btn-prev"><!--{t string="tpl_Return to previous page_01"}--></span></a></li>
298            <li><a class="btn-action" href="javascript:;" onclick="document.form1.submit(); return false;"><span class="btn-next"><!--{t string="tpl_Save and continue_01"}--></span></a></li>
299        </ul>
300    </div>
301</div>
302</form>
Note: See TracBrowser for help on using the repository browser.