source: branches/version-2_5-dev/data/Smarty/templates/sphone/shopping/payment.tpl @ 19819

Revision 19819, 8.1 KB checked in by yomoro, 13 years ago (diff)

#889 (スマートフォンでカート画面から先に進むと表示がおかしい) 不要な画像を削除

RevLine 
[19713]1<!--{*
2 * This file is part of EC-CUBE
3 *
4 * Copyright(c) 2000-2010 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<!--▼CONTENTS-->
23<div id="under02column">
24    <div id="under02column_shopping">
[19785]25        <h2 class="title"><!--{$tpl_title|h}--></h2>
[19713]26
27        <form name="form1" id="form1" method="post" action="?">
28            <input type="hidden" name="mode" value="confirm" />
29            <input type="hidden" name="uniqid" value="<!--{$tpl_uniqid}-->" />
30            <div class="payarea">
31                <h3>お支払方法の指定</h3>
32                <p>お支払方法をご選択ください。</p>
33
34                <!--{assign var=key value="payment_id"}-->
35                <!--{if $arrErr[$key] != ""}-->
36                <p class="attention"><!--{$arrErr[$key]}--></p>
37                <!--{/if}-->
38                <table summary="お支払方法選択">
39                    <tr>
40                        <th>選択</th>
41                        <th colspan="<!--{if !$img_show}-->2<!--{else}-->3<!--{/if}-->">お支払方法</th>
42                    </tr>
43                    <!--{section name=cnt loop=$arrPayment}-->
44                    <tr>
45                        <td class="centertd"><input type="radio" id="pay_<!--{$smarty.section.cnt.iteration}-->" name="<!--{$key}-->" onclick="fnSetDelivTime('payment','<!--{$key}-->','deliv_time_id');" value="<!--{$arrPayment[cnt].payment_id}-->" style="<!--{$arrErr[$key]|sfGetErrorColor}-->" <!--{$arrPayment[cnt].payment_id|sfGetChecked:$arrForm[$key].value}--> />
46                        </td>
47                        <td>
[19785]48                            <label for="pay_<!--{$smarty.section.cnt.iteration}-->"><!--{$arrPayment[cnt].payment_method|h}--><!--{if $arrPayment[cnt].note != ""}--><!--{/if}--></label>
[19713]49                        </td>
50                        <!--{if $img_show}-->
51                            <td>
52                                <!--{if $arrPayment[cnt].payment_image != ""}-->
53                                    <img src="<!--{$smarty.const.IMAGE_SAVE_URL}--><!--{$arrPayment[cnt].payment_image}-->" />
54                                <!--{/if}-->
55                            </td>
56                        <!--{/if}-->
57                    </tr>
58                    <!--{/section}-->
59                </table>
60            </div>
61
62            <!--{if $cartdown != 2}-->
63            <div class="payarea02">
64                <h3>お届け時間の指定</h3>
65                <p>ご希望の方は、お届け時間を選択してください。</p>
66                <div>
67                    <!--★お届け日★-->
68                    <!--{assign var=key value="deliv_date"}-->
69                    <span class="attention"><!--{$arrErr[$key]}--></span>
70                    <em>お届け日:</em>
71                    <!--{if !$arrDelivDate}-->
72                        ご指定頂けません。
73                    <!--{else}-->
74                        <select name="<!--{$key}-->" style="<!--{$arrErr[$key]|sfGetErrorColor}-->">
75                            <option value="" selected="">指定なし</option>
76                            <!--{html_options options=$arrDelivDate selected=$arrForm[$key].value}-->
77                        </select>
78                    <!--{/if}-->
79                    <!--★お届け時間★-->
80                    <!--{assign var=key value="deliv_time_id"}-->
81                    <span class="attention"><!--{$arrErr[$key]}--></span>
82                    <em>お届け時間:</em>
83                    <select name="<!--{$key}-->" id="<!--{$key}-->" style="<!--{$arrErr[$key]|sfGetErrorColor}-->">
84                        <option value="" selected="">指定なし</option>
85                        <!--{html_options options=$arrDelivTime selected=$arrForm[$key].value}-->
86                    </select>
87                 </div>
88            </div>
89            <!--{/if}-->
90
91            <div class="payarea02">
92                <h3>その他お問い合わせ</h3>
93                <p>その他お問い合わせ事項がございましたら、こちらにご入力ください。</p>
94                <div>
95                    <!--★その他お問い合わせ事項★-->
96                    <!--{assign var=key value="message"}-->
97                    <span class="attention"><!--{$arrErr[$key]}--></span>
[19785]98                    <textarea name="<!--{$key}-->" style="<!--{$arrErr[$key]|sfGetErrorColor}-->" cols="80" rows="8" class="area660" wrap="head"><!--{$arrForm[$key].value|h}--></textarea>
[19713]99                    <span class="attention"> (<!--{$smarty.const.LTEXT_LEN}-->文字まで)</span>
100                </div>
101            </div>
102
103            <!-- ▼ポイント使用 ここから -->
104            <!--{if $tpl_login == 1 && $smarty.const.USE_POINT !== false}-->
105                <div class="pointarea">
106                    <h3>ポイント使用の指定</h3>
107
108                        <p><span class="attention">1ポイントを1円</span>として使用する事ができます。<br />
109                            使用する場合は、「ポイントを使用する」にチェックを入れた後、使用するポイントをご記入ください。</p>
110                    <div>
[19785]111                        <p><!--{$objCustomer->getValue('name01')|h}--> <!--{$objCustomer->getValue('name02')|h}-->様の、現在の所持ポイントは「<em><!--{$tpl_user_point|default:0}-->Pt</em>」です。</p>
[19713]112                        <p>今回ご購入合計金額:<span class="price"><!--{$arrData.subtotal|number_format}-->円</span> <span class="attention">(送料、手数料を含みません。)</span></p>
113                        <ul>
114                            <li><input type="radio" id="point_on" name="point_check" value="1" <!--{$arrForm.point_check.value|sfGetChecked:1}--> onclick="fnCheckInputPoint();" /><label for="point_on">ポイントを使用する</label></li>
115                             <!--{assign var=key value="use_point"}-->
116
117                             <li class="underline">今回のお買い物で、<input type="text" name="<!--{$key}-->" value="<!--{$arrForm[$key].value|default:$tpl_user_point}-->" maxlength="<!--{$arrForm[$key].length}-->" style="<!--{$arrErr[$key]|sfGetErrorColor}-->" size="6" class="box60" />&nbsp;ポイントを使用する。<span class="attention"><!--{$arrErr[$key]}--></span></li>
118                             <li><input type="radio" id="point_off" name="point_check" value="2" <!--{$arrForm.point_check.value|sfGetChecked:2}--> onclick="fnCheckInputPoint();" /><label for="point_off">ポイントを使用しない</label></li>
119                        </ul>
120                    </div>
121                </div>
122            <!--{/if}-->
123            <!-- ▲ポイント使用 ここまで -->
124
125            <div class="tblareabtn">
[19785]126                <a href="<!--{$tpl_back_url|h}-->" onmouseover="chgImg('<!--{$TPL_DIR}-->img/button/btn_back_on.gif','back03')" onmouseout="chgImg('<!--{$TPL_DIR}-->img/button/btn_back.gif','back03')">
[19713]127                    <img src="<!--{$TPL_DIR}-->img/button/btn_back.gif" width="150" height="30" alt="戻る" border="0" name="back03" id="back03" /></a>&nbsp;
128                <input type="image" onmouseover="chgImgImageSubmit('<!--{$TPL_DIR}-->img/button/btn_next_on.gif',this)" onmouseout="chgImgImageSubmit('<!--{$TPL_DIR}-->img/button/btn_next.gif',this)" src="<!--{$TPL_DIR}-->img/button/btn_next.gif" class="box150" alt="次へ" name="next" id="next" />
129            </div>
130        </form>
131    </div>
132</div>
133<!--▲CONTENTS-->
Note: See TracBrowser for help on using the repository browser.