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

source: branches/version-2_13-dev/data/Smarty/templates/default/shopping/nonmember_input.tpl @ 23024

Revision 23024, 4.6 KB checked in by AMUAMU, 11 years ago (diff)

#2323 (税率対応)
#2235 (越境ECを想定した機能の追加)
#2234 (非会員お客様情報入力テンプレートと機能の共通化)
#2324 (会員登録、注文フォームに「会社名」フィールドを足す)
などの修正

  • 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-2013 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
23<div id="undercolumn">
24    <div id="undercolumn_customer">
25        <p class="flow_area"><img src="<!--{$TPL_URLPATH}-->img/picture/img_flow_01.jpg" alt="購入手続きの流れ" /></p>
26        <h2 class="title"><!--{$tpl_title|h}--></h2>
27
28        <div class="information">
29            <p>下記項目にご入力ください。「<span class="attention">※</span>」印は入力必須項目です。<br />
30                <!--{if $smarty.const.USE_MULTIPLE_SHIPPING !== false}-->
31                    入力後、一番下の「上記のお届け先のみに送る」<br/>
32                    または「複数のお届け先に送る」ボタンをクリックしてください。
33                <!--{else}-->
34                    入力後、一番下の「次へ」ボタンをクリックしてください。
35                <!--{/if}-->
36            </p>
37        </div>
38
39        <form name="form1" id="form1" method="post" action="?">
40            <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" />
41            <input type="hidden" name="mode" value="nonmember_confirm" />
42            <input type="hidden" name="uniqid" value="<!--{$tpl_uniqid}-->" />
43            <table summary=" ">
44            <!--{include file="`$smarty.const.TEMPLATE_REALDIR`frontparts/form_personal_input.tpl" flgFields=2 emailMobile=false prefix="order_"}-->
45                <tr>
46                    <th colspan="2">
47                    <!--{assign var=key value="deliv_check"}-->
48                    <input type="checkbox" name="<!--{$key}-->" value="1" onclick="fnCheckInputDeliv();" <!--{$arrForm[$key].value|sfGetChecked:1}--> id="deliv_label" />
49                    <label for="deliv_label"><span class="attention">お届け先を指定</span> ※上記に入力された住所と同一の場合は省略可能です。</label>
50                    </th>
51                </tr>
52            <!--{include file="`$smarty.const.TEMPLATE_REALDIR`frontparts/form_personal_input.tpl" flgFields=1 emailMobile=false prefix="shipping_"}-->
53            </table>
54
55            <!--{if $smarty.const.USE_MULTIPLE_SHIPPING !== false}-->
56                <p class="alignC">この商品を複数のお届け先に送りますか?</p>
57            <!--{/if}-->
58            <div class="btn_area">
59                <ul>
60                    <!--{if $smarty.const.USE_MULTIPLE_SHIPPING !== false}-->
61                        <li>
62                            <input type="image" onmouseover="chgImgImageSubmit('<!--{$TPL_URLPATH}-->img/button/btn_singular_on.jpg',this)" onmouseout="chgImgImageSubmit('<!--{$TPL_URLPATH}-->img/button/btn_singular.jpg',this)" src="<!--{$TPL_URLPATH}-->img/button/btn_singular.jpg" alt="上記のお届け先のみに送る" name="singular" id="singular" />
63                        </li>
64                        <li>
65                        <a href="javascript:;" onclick="fnModeSubmit('multiple', '', ''); return false" onmouseover="chgImg('<!--{$TPL_URLPATH}-->img/button/btn_multiple_on.jpg','several');" onmouseout="chgImg('<!--{$TPL_URLPATH}-->img/button/btn_multiple.jpg','several');">
66                            <img src="<!--{$TPL_URLPATH}-->img/button/btn_multiple.jpg" alt="複数のお届け先に送る" border="0" name="several" id="several" /></a>
67                        </li>
68                    <!--{else}-->
69                        <li>
70                            <input type="image" 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="singular" id="singular" />
71                        </li>
72                    <!--{/if}-->
73                </ul>
74            </div>
75        </form>
76    </div>
77</div>
Note: See TracBrowser for help on using the repository browser.