source: branches/version-2_13-dev/data/Smarty/templates/sphone/shopping/deliv.tpl @ 23061

Revision 23061, 5.8 KB checked in by pineray, 11 years ago (diff)

#2342 JavaScript?のグローバルな宣言を減らす
ウィンドウ関連.

  • 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 
[19713]1<!--{*
2 * This file is part of EC-CUBE
3 *
[22206]4 * Copyright(c) 2000-2013 LOCKON CO.,LTD. All Rights Reserved.
[19713]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 *}-->
[21533]22
[21050]23<!--▼コンテンツここから -->
24<section id="undercolumn">
25
[21533]26    <h2 class="title"><!--{$tpl_title|h}--></h2>
[19713]27
[21533]28    <!--★インフォメーション★-->
29    <div class="information">
30        <p>一覧よりお届け先住所を選択してください。</p>
31    </div>
[19713]32
[21533]33    <!--▼フォームここから -->
34    <div class="form_area">
35        <form name="form1" id="form1" method="post" action="<!--{$smarty.const.ROOT_URLPATH}-->shopping/deliv.php">
36            <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" />
37            <input type="hidden" name="mode" value="customer_addr" />
38            <input type="hidden" name="uniqid" value="<!--{$tpl_uniqid}-->" />
39            <input type="hidden" name="other_deliv_id" value="" />
40            <!--{if $arrErr.deli != ""}-->
41                <p class="attention"><!--{$arrErr.deli}--></p>
42            <!--{/if}-->
[21050]43
[21533]44            <!--{if $smarty.const.USE_MULTIPLE_SHIPPING !== false}-->
45                <!--☆右にスライドボタン -->
46                <div class="bubbleBox">
47                    <div class="bubble_announce clearfix">
48                        <p class="fb"><a rel="external" href="javascript:fnModeSubmit('multiple', '', '');">複数のお届け先に送りますか?</a></p>
49                    </div>
50                    <div class="bubble_arrow_line"><!--矢印空タグ --></div>
51                    <div class="bubble_arrow"><!--矢印空タグ --></div>
52                </div>
53            <!--{/if}-->
[21050]54
[21533]55            <div class="formBox">
56                <!--{section name=cnt loop=$arrAddr}-->
57                    <dl class="deliv_check">
58                        <!--{if $smarty.section.cnt.first}-->
59                            <dt class="first">
[21535]60                                <p>
[21533]61                                    <input type="radio" name="deliv_check" id="chk_id_<!--{$smarty.section.cnt.iteration}-->" value="-1" <!--{if $arrForm.deliv_check.value == "" || $arrForm.deliv_check.value == -1}--> checked="checked"<!--{/if}--> class="data-role-none" />
62                                    <label for="chk_id_<!--{$smarty.section.cnt.iteration}-->">会員登録住所</label>
63                                </p>
64                            </dt>
65                        <!--{else}-->
66                            <dt>
67                                <p>
68                                    <input type="radio" name="deliv_check" id="chk_id_<!--{$smarty.section.cnt.iteration}-->" value="<!--{$arrAddr[cnt].other_deliv_id}-->"<!--{if $arrForm.deliv_check.value == $arrAddr[cnt].other_deliv_id}--> checked="checked"<!--{/if}--> class="data-role-none" />
69                                    <label for="chk_id_<!--{$smarty.section.cnt.iteration}-->">追加登録住所</label>
70                                </p>
71                                <ul class="edit">
[23061]72                                    <li><a rel="external" href="javascript:void(0);" onclick="eccube.common.win02('<!--{$smarty.const.ROOT_URLPATH}-->mypage/delivery_addr.php?page=<!--{$smarty.server.SCRIPT_NAME|h}-->&amp;other_deliv_id=<!--{$arrAddr[cnt].other_deliv_id}-->','new_deiv','600','640'); return false;" class="b_edit">編集</a></li>
[21533]73                                    <li><img src="<!--{$TPL_URLPATH}-->img/button/btn_delete.png" width="21" height="20" alt="削除" onclick="fnModeSubmit('delete', 'other_deliv_id', '<!--{$arrAddr[cnt].other_deliv_id}-->');" /></li>
74                                </ul>
75                            </dt>
76                        <!--{/if}-->
[22782]77                        <dd <!--{if $smarty.section.cnt.last && !($tpl_addrmax < $smarty.const.DELIV_ADDR_MAX)}-->class="end"<!--{/if}-->>
[21533]78                            <!--{assign var=key value=$arrAddr[cnt].pref}-->
79                            <!--{$arrPref[$key]}--><!--{$arrAddr[cnt].addr01|h}--><!--{$arrAddr[cnt].addr02|h}--><br />
80                            <!--{$arrAddr[cnt].name01|h}--> <!--{$arrAddr[cnt].name02|h}-->
81                        </dd>
82                    </dl>
83                <!--{/section}-->
[21459]84
[22782]85                <!--{if $tpl_addrmax < $smarty.const.DELIV_ADDR_MAX}-->
[21533]86                    <div class="inner">
[23061]87                        <a rel="external" href="javascript:void(0);" onclick="eccube.common.win02('<!--{$smarty.const.ROOT_URLPATH}-->mypage/delivery_addr.php?page=<!--{$smarty.server.SCRIPT_NAME|h}-->','new_deiv','600','640'); return false;" class="btn_sub addbtn">新しいお届け先を追加</a>
[21533]88                    </div>
89                <!--{/if}-->
90            </div><!-- /.formBox -->
[21050]91
[21533]92            <ul class="btn_btm">
[21688]93                <li><a rel="external" href="javascript:fnModeSubmit('customer_addr','','');" class="btn">選択したお届け先に送る</a></li>
[21533]94                <li><a rel="external" href="<!--{$smarty.const.CART_URLPATH}-->" class="btn_back">戻る</a></li>
95            </ul>
[21050]96
[21533]97        </form>
98    </div><!-- /.form_area -->
99</section>
[21050]100
[23002]101<!--{include file= 'frontparts/search_area.tpl'}-->
102
[21132]103<!--▲コンテンツここまで -->
Note: See TracBrowser for help on using the repository browser.