source: branches/version-2_12-multilang/data/Smarty/templates/sphone_en-US/shopping/deliv.tpl @ 22406

Revision 22406, 6.1 KB checked in by h_yoshimoto, 11 years ago (diff)

#2058 デザイン崩れを調整

Line 
1<!--{*
2 * This file is part of EC-CUBE
3 *
4 * Copyright(c) 2000-2012 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<!--▼コンテンツここから -->
24<section id="undercolumn">
25
26    <h2 class="title"><!--{$tpl_title|h}--></h2>
27
28    <!--★インフォメーション★-->
29    <div class="information">
30        <p>Select the delivery address from the list</p>
31    </div>
32
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}-->
43
44            <!--{if $smarty.const.USE_MULTIPLE_SHIPPING !== false}-->
45                <!--☆右にスライドボタン -->
46                <div class="bubbleBox">
47                    <div class="bubble_announce clearfix">
48                        <p><a rel="external" href="javascript:fnModeSubmit('multiple', '', '');">Do you want to send to multiple delivery destinations?</a></p>
49                    </div>
50                    <div class="bubble_arrow_line"><!--矢印空タグ --></div>
51                    <div class="bubble_arrow"><!--矢印空タグ --></div>
52                </div>
53            <!--{/if}-->
54
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">
60                                <p>
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}-->">Member registration address</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}-->">Additional registered address</label>
70                                </p>
71                                <ul class="edit">
72                                    <li><a rel="external" href="javascript:void(0);" onclick="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">Edit</a></li>
73                                    <li><img src="<!--{$TPL_URLPATH}-->img/button/btn_delete.png" width="21" height="20" alt="Delete" onclick="fnModeSubmit('delete', 'other_deliv_id', '<!--{$arrAddr[cnt].other_deliv_id}-->');" /></li>
74                                </ul>
75                            </dt>
76                        <!--{/if}-->
77                        <dd <!--{if $smarty.section.cnt.last && !($tpl_addrmax < $smarty.const.DELIV_ADDR_MAX)}-->class="end"<!--{/if}-->>
78                            <!--{$arrAddr[cnt].addr01|h}--><!--{$arrAddr[cnt].addr02|h}--><br />
79                            <!--{$arrAddr[cnt].name01|h}--> <!--{$arrAddr[cnt].name02|h}-->
80                        </dd>
81                    </dl>
82                <!--{/section}-->
83
84                <!--{if $tpl_addrmax < $smarty.const.DELIV_ADDR_MAX}-->
85                    <div class="inner">
86                        <a rel="external" href="javascript:void(0);" onclick="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">Add new delivery destination</a>
87                    </div>
88                <!--{/if}-->
89            </div><!-- /.formBox -->
90
91            <ul class="btn_btm">
92                <li><a rel="external" href="javascript:fnModeSubmit('customer_addr','','');" class="btn bt_wide">Send to the selected address</a></li>
93                <li><a rel="external" href="<!--{$smarty.const.CART_URLPATH}-->" class="btn_back">Go back</a></li>
94            </ul>
95
96        </form>
97    </div><!-- /.form_area -->
98</section>
99
100<!--▼検索バー -->
101<section id="search_area">
102    <form method="get" action="<!--{$smarty.const.ROOT_URLPATH}-->products/list.php">
103        <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" />
104        <input type="hidden" name="mode" value="search" />
105        <input type="search" name="name" id="search" value="" placeholder="Enter keywords" class="searchbox" >
106    </form>
107</section>
108<!--▲検索バー -->
109<!--▲コンテンツここまで -->
Note: See TracBrowser for help on using the repository browser.