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

source: branches/version-2_5-dev/data/Smarty/templates/default/admin/products/confirm.tpl @ 18777

Revision 18777, 8.3 KB checked in by eccuore, 14 years ago (diff)

#792(ダウンロード販売機能) 機能追加

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