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

source: branches/version-2_12-dev/data/Smarty/templates/default/shopping/confirm.tpl @ 21537

Revision 21537, 15.7 KB checked in by Seasoft, 12 years ago (diff)

#1613 (ソース整形・ソースコメントの改善)

  • 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 * This file is part of EC-CUBE
3 *
4 * Copyright(c) 2000-2011 LOCKON CO.,LTD. All Rights Reserved.
5 *
6 * http://www.lockon.co.jp/
7 *
8 * This program is free software; you can redistribute it and/or
9 * modify it under the terms of the GNU General Public License
10 * as published by the Free Software Foundation; either version 2
11 * of the License, or (at your option) any later version.
12 *
13 * This program is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16 * GNU General Public License for more details.
17 *
18 * You should have received a copy of the GNU General Public License
19 * along with this program; if not, write to the Free Software
20 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
21 *}-->
22<script type="text/javascript" src="<!--{$smarty.const.ROOT_URLPATH}-->js/jquery.facebox/facebox.js"></script>
23<link rel="stylesheet" type="text/css" href="<!--{$smarty.const.ROOT_URLPATH}-->js/jquery.facebox/facebox.css" media="screen" />
24<script type="text/javascript">//<![CDATA[
25    var send = true;
26
27    function fnCheckSubmit() {
28        if(send) {
29            send = false;
30            return true;
31        } else {
32            alert("只今、処理中です。しばらくお待ち下さい。");
33            return false;
34        }
35    }
36
37    $(document).ready(function() {
38        $('a.expansion').facebox({
39            loadingImage : '<!--{$smarty.const.ROOT_URLPATH}-->js/jquery.facebox/loading.gif',
40            closeImage   : '<!--{$smarty.const.ROOT_URLPATH}-->js/jquery.facebox/closelabel.png'
41        });
42    });
43//]]></script>
44
45<!--CONTENTS-->
46<div id="undercolumn">
47    <div id="undercolumn_shopping">
48        <p class="flow_area"><img src="<!--{$TPL_URLPATH}-->img/picture/img_flow_03.jpg" alt="購入手続きの流れ" /></p>
49        <h2 class="title"><!--{$tpl_title|h}--></h2>
50
51        <p class="information">下記ご注文内容で送信してもよろしいでしょうか?<br />
52            よろしければ、「<!--{if $use_module}-->次へ<!--{else}-->ご注文完了ページへ<!--{/if}-->」ボタンをクリックしてください。</p>
53
54        <form name="form1" id="form1" method="post" action="?">
55        <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" />
56        <input type="hidden" name="mode" value="confirm" />
57        <input type="hidden" name="uniqid" value="<!--{$tpl_uniqid}-->" />
58
59        <div class="btn_area">
60            <ul>
61                <li>
62                    <a href="./payment.php" onmouseover="chgImg('<!--{$TPL_URLPATH}-->img/button/btn_back_on.jpg', 'back04-top')" onmouseout="chgImg('<!--{$TPL_URLPATH}-->img/button/btn_back.jpg', 'back04-top')"><img src="<!--{$TPL_URLPATH}-->img/button/btn_back.jpg" alt="戻る" border="0" name="back04-top" id="back04-top" /></a>
63                </li>
64                    <!--{if $use_module}-->
65                <li>
66                    <input type="image" onclick="return fnCheckSubmit();" onmouseover="chgImgImageSubmit('<!--{$TPL_URLPATH}-->img/button/btn_next_on.jpg',this)" onmouseout="chgImgImageSubmit('<!--{$TPL_URLPATH}-->img/button/btn_next.jpg',this)" src="<!--{$TPL_URLPATH}-->img/button/btn_next.jpg" alt="次へ" name="next-top" id="next-top" />
67                </li>
68                    <!--{else}-->
69                <li>
70                    <input type="image" onclick="return fnCheckSubmit();" onmouseover="chgImgImageSubmit('<!--{$TPL_URLPATH}-->img/button/btn_order_complete_on.jpg',this)" onmouseout="chgImgImageSubmit('<!--{$TPL_URLPATH}-->img/button/btn_order_complete.jpg',this)" src="<!--{$TPL_URLPATH}-->img/button/btn_order_complete.jpg" alt="ご注文完了ページへ" name="next-top" id="next-top" />
71                </li>
72                <!--{/if}-->
73            </ul>
74        </div>
75
76        <table summary="ご注文内容確認">
77            <col width="10%" />
78            <col width="40%" />
79            <col width="20%" />
80            <col width="10%" />
81            <col width="20%" />
82            <tr>
83                <th scope="col">商品写真</th>
84                <th scope="col">商品名</th>
85                <th scope="col">単価</th>
86                <th scope="col">数量</th>
87                <th scope="col">小計</th>
88            </tr>
89            <!--{foreach from=$arrCartItems item=item}-->
90                <tr>
91                    <td class="alignC">
92                        <a
93                            <!--{if $item.productsClass.main_image|strlen >= 1}--> href="<!--{$smarty.const.IMAGE_SAVE_URLPATH}--><!--{$item.productsClass.main_image|sfNoImageMainList|h}-->" class="expansion" target="_blank"
94                            <!--{/if}-->
95                        >
96                            <img src="<!--{$smarty.const.ROOT_URLPATH}-->resize_image.php?image=<!--{$item.productsClass.main_list_image|sfNoImageMainList|h}-->&amp;width=65&amp;height=65" alt="<!--{$item.productsClass.name|h}-->" /></a>
97                    </td>
98                    <td>
99                        <ul>
100                            <li><strong><!--{$item.productsClass.name|h}--></strong></li>
101                            <!--{if $item.productsClass.classcategory_name1 != ""}-->
102                            <li><!--{$item.productsClass.class_name1}-->:<!--{$item.productsClass.classcategory_name1}--></li>
103                            <!--{/if}-->
104                            <!--{if $item.productsClass.classcategory_name2 != ""}-->
105                            <li><!--{$item.productsClass.class_name2}-->:<!--{$item.productsClass.classcategory_name2}--></li>
106                            <!--{/if}-->
107                        </ul>
108                    </td>
109                    <td class="alignR">
110                        <!--{$item.price|sfCalcIncTax:$arrInfo.tax:$arrInfo.tax_rule|number_format}-->円
111                    </td>
112                    <td class="alignR"><!--{$item.quantity|number_format}--></td>
113                    <td class="alignR"><!--{$item.total_inctax|number_format}-->円</td>
114                </tr>
115            <!--{/foreach}-->
116            <tr>
117                <th colspan="4" class="alignR" scope="row">小計</th>
118                <td class="alignR"><!--{$tpl_total_inctax[$cartKey]|number_format}-->円</td>
119            </tr>
120            <!--{if $smarty.const.USE_POINT !== false}-->
121                <tr>
122                    <th colspan="4" class="alignR" scope="row">値引き(ポイントご使用時)</th>
123                    <td class="alignR">
124                        <!--{assign var=discount value=`$arrForm.use_point*$smarty.const.POINT_VALUE`}-->
125                        -<!--{$discount|number_format|default:0}-->円</td>
126                </tr>
127            <!--{/if}-->
128            <tr>
129                <th colspan="4" class="alignR" scope="row">送料</th>
130                <td class="alignR"><!--{$arrForm.deliv_fee|number_format}-->円</td>
131            </tr>
132            <tr>
133                <th colspan="4" class="alignR" scope="row">手数料</th>
134                <td class="alignR"><!--{$arrForm.charge|number_format}-->円</td>
135            </tr>
136            <tr>
137                <th colspan="4" class="alignR" scope="row">合計</th>
138                <td class="alignR"><span class="price"><!--{$arrForm.payment_total|number_format}-->円</span></td>
139            </tr>
140        </table>
141
142        <!--{* ログイン済みの会員のみ *}-->
143        <!--{if $tpl_login == 1 && $smarty.const.USE_POINT !== false}-->
144            <table summary="ポイント確認" class="delivname">
145            <col width="30%" />
146            <col width="70%" />
147                <tr>
148                    <th scope="row">ご注文前のポイント</th>
149                    <td><!--{$tpl_user_point|number_format|default:0}-->Pt</td>
150                </tr>
151                <tr>
152                    <th scope="row">ご使用ポイント</th>
153                    <td>-<!--{$arrForm.use_point|number_format|default:0}-->Pt</td>
154                </tr>
155                <!--{if $arrForm.birth_point > 0}-->
156                <tr>
157                    <th scope="row">お誕生月ポイント</th>
158                    <td>+<!--{$arrForm.birth_point|number_format|default:0}-->Pt</td>
159                </tr>
160                <!--{/if}-->
161                <tr>
162                    <th scope="row">今回加算予定のポイント</th>
163                    <td>+<!--{$arrForm.add_point|number_format|default:0}-->Pt</td>
164                </tr>
165                <tr>
166                <!--{assign var=total_point value=`$tpl_user_point-$arrForm.use_point+$arrForm.add_point`}-->
167                    <th scope="row">加算後のポイント</th>
168                    <td><!--{$total_point|number_format}-->Pt</td>
169                </tr>
170            </table>
171        <!--{/if}-->
172        <!--{* ログイン済みの会員のみ *}-->
173
174        <!--お届け先ここから-->
175        <!--{* 販売方法判定(ダウンロード販売のみの場合はお届け先を表示しない) *}-->
176        <!--{if $cartKey != $smarty.const.PRODUCT_TYPE_DOWNLOAD}-->
177        <!--{foreach item=shippingItem from=$arrShipping name=shippingItem}-->
178        <h3>お届け先<!--{if $is_multiple}--><!--{$smarty.foreach.shippingItem.iteration}--><!--{/if}--></h3>
179        <!--{if $is_multiple}-->
180            <table summary="ご注文内容確認">
181                <col width="10%" />
182                <col width="60%" />
183                <col width="20%" />
184                <col width="10%" />
185                <tr>
186                    <th scope="col">商品写真</th>
187                    <th scope="col">商品名</th>
188                    <th scope="col">単価</th>
189                    <th scope="col">数量</th>
190                    <!--{* XXX 購入小計と誤差が出るためコメントアウト
191                    <th scope="col">小計</th>
192                    *}-->
193                </tr>
194                <!--{foreach item=item from=$shippingItem.shipment_item}-->
195                    <tr>
196                        <td class="alignC">
197                            <a
198                                <!--{if $item.productsClass.main_image|strlen >= 1}--> href="<!--{$smarty.const.IMAGE_SAVE_URLPATH}--><!--{$item.productsClass.main_image|sfNoImageMainList|h}-->" class="expansion" target="_blank"
199                                <!--{/if}-->
200                            >
201                                <img src="<!--{$smarty.const.ROOT_URLPATH}-->resize_image.php?image=<!--{$item.productsClass.main_list_image|sfNoImageMainList|h}-->&amp;width=65&amp;height=65" alt="<!--{$item.productsClass.name|h}-->" /></a>
202                        </td>
203                        <td><!--{* 商品名 *}--><strong><!--{$item.productsClass.name|h}--></strong><br />
204                            <!--{if $item.productsClass.classcategory_name1 != ""}-->
205                                <!--{$item.productsClass.class_name1}-->:<!--{$item.productsClass.classcategory_name1}--><br />
206                            <!--{/if}-->
207                            <!--{if $item.productsClass.classcategory_name2 != ""}-->
208                                <!--{$item.productsClass.class_name2}-->:<!--{$item.productsClass.classcategory_name2}-->
209                            <!--{/if}-->
210                        </td>
211                        <td class="alignR">
212                            <!--{$item.price|sfCalcIncTax:$arrInfo.tax:$arrInfo.tax_rule|number_format}-->円
213                        </td>
214                        <td class="alignC" id="quantity"><!--{$item.quantity}--></td>
215                        <!--{* XXX 購入小計と誤差が出るためコメントアウト
216                        <td class="alignR"><!--{$item.total_inctax|number_format}-->円</td>
217                        *}-->
218                    </tr>
219                <!--{/foreach}-->
220            </table>
221        <!--{/if}-->
222
223        <table summary="お届け先確認" class="delivname">
224            <col width="30%" />
225            <col width="70%" />
226            <tbody>
227                <tr>
228                    <th scope="row">お名前</th>
229                    <td><!--{$shippingItem.shipping_name01|h}--> <!--{$shippingItem.shipping_name02|h}--></td>
230                </tr>
231                <tr>
232                    <th scope="row">お名前(フリガナ)</th>
233                    <td><!--{$shippingItem.shipping_kana01|h}--> <!--{$shippingItem.shipping_kana02|h}--></td>
234                </tr>
235                <tr>
236                    <th scope="row">郵便番号</th>
237                    <td>〒<!--{$shippingItem.shipping_zip01|h}-->-<!--{$shippingItem.shipping_zip02|h}--></td>
238                </tr>
239                <tr>
240                    <th scope="row">住所</th>
241                    <td><!--{$arrPref[$shippingItem.shipping_pref]}--><!--{$shippingItem.shipping_addr01|h}--><!--{$shippingItem.shipping_addr02|h}--></td>
242                </tr>
243                <tr>
244                    <th scope="row">電話番号</th>
245                    <td><!--{$shippingItem.shipping_tel01}-->-<!--{$shippingItem.shipping_tel02}-->-<!--{$shippingItem.shipping_tel03}--></td>
246                </tr>
247            <!--{if $cartKey != $smarty.const.PRODUCT_TYPE_DOWNLOAD}-->
248                <tr>
249                    <th scope="row">お届け日</th>
250                    <td><!--{$shippingItem.shipping_date|default:"指定なし"|h}--></td>
251                </tr>
252                <tr>
253                    <th scope="row">お届け時間</th>
254                    <td><!--{$shippingItem.shipping_time|default:"指定なし"|h}--></td>
255                </tr>
256            <!--{/if}-->
257            </tbody>
258        </table>
259        <!--{/foreach}-->
260        <!--{/if}-->
261        <!--お届け先ここまで-->
262
263        <h3>配送方法・お支払方法・その他お問い合わせ</h3>
264        <table summary="配送方法・お支払方法・その他お問い合わせ" class="delivname">
265            <col width="30%" />
266            <col width="70%" />
267            <tbody>
268            <tr>
269                <th scope="row">配送方法</th>
270                <td><!--{$arrDeliv[$arrForm.deliv_id]|h}--></td>
271            </tr>
272            <tr>
273                <th scope="row">お支払方法</th>
274                <td><!--{$arrForm.payment_method|h}--></td>
275            </tr>
276            <tr>
277                <th scope="row">その他お問い合わせ</th>
278                <td><!--{$arrForm.message|h|nl2br}--></td>
279            </tr>
280            </tbody>
281        </table>
282
283        <div class="btn_area">
284            <ul>
285                <li>
286                    <a href="./payment.php" onmouseover="chgImg('<!--{$TPL_URLPATH}-->img/button/btn_back_on.jpg','back<!--{$key}-->');" onmouseout="chgImg('<!--{$TPL_URLPATH}-->img/button/btn_back.jpg','back<!--{$key}-->');"><img src="<!--{$TPL_URLPATH}-->img/button/btn_back.jpg" alt="戻る" name="back<!--{$key}-->" /></a>
287                </li>
288                <!--{if $use_module}-->
289                <li>
290                    <input type="image" onclick="return fnCheckSubmit();" onmouseover="chgImgImageSubmit('<!--{$TPL_URLPATH}-->img/button/btn_next_on.jpg',this)" onmouseout="chgImgImageSubmit('<!--{$TPL_URLPATH}-->img/button/btn_next.jpg',this)" src="<!--{$TPL_URLPATH}-->img/button/btn_next.jpg" alt="次へ" name="next" id="next" />
291                </li>
292                <!--{else}-->
293                <li>
294                    <input type="image" onclick="return fnCheckSubmit();" onmouseover="chgImgImageSubmit('<!--{$TPL_URLPATH}-->img/button/btn_order_complete_on.jpg',this)" onmouseout="chgImgImageSubmit('<!--{$TPL_URLPATH}-->img/button/btn_order_complete.jpg',this)" src="<!--{$TPL_URLPATH}-->img/button/btn_order_complete.jpg" alt="ご注文完了ページへ"  name="next" id="next" />
295                </li>
296                <!--{/if}-->
297        </ul>
298
299        </div>
300        </form>
301    </div>
302</div>
Note: See TracBrowser for help on using the repository browser.