source: branches/version-2_13_0/data/Smarty/templates/default/shopping/deliv.tpl @ 23115

Revision 23115, 7.5 KB checked in by m_uehara, 11 years ago (diff)

#2348 r23107 - r23114 をマージ

  • 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
Line 
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_shopping">
25        <p class="flow_area">
26            <img src="<!--{$TPL_URLPATH}-->img/picture/img_flow_01.jpg" alt="購入手続きの流れ" />
27        </p>
28        <h2 class="title"><!--{$tpl_title|h}--></h2>
29
30        <div id="address_area" class="clearfix">
31            <div class="information">
32                <p>下記一覧よりお届け先住所を選択して、「選択したお届け先に送る」ボタンをクリックしてください。</p>
33                <!--{if $tpl_addrmax < $smarty.const.DELIV_ADDR_MAX}-->
34                    <p>一覧にご希望の住所が無い場合は、「新しいお届け先を追加する」より追加登録してください。</p>
35                <!--{/if}-->
36                <p class="mini attention">※最大<!--{$smarty.const.DELIV_ADDR_MAX|h}-->件まで登録できます。</p>
37            </div>
38            <!--{if $smarty.const.USE_MULTIPLE_SHIPPING !== false}-->
39                <div class="add_multiple">
40                    <p>この商品を複数の<br />お届け先に送りますか?</p>
41                    <a href="javascript:;" onclick="eccube.setModeAndSubmit('multiple', '', ''); return false">
42                        <img class="hover_change_image" src="<!--{$TPL_URLPATH}-->img/button/btn_several_address.jpg" alt="お届け先を複数指定する" />
43                    </a>
44                </div>
45            <!--{/if}-->
46        </div>
47
48        <!--{if $tpl_addrmax < $smarty.const.DELIV_ADDR_MAX}-->
49            <p class="addbtn">
50                <a href="<!--{$smarty.const.ROOT_URLPATH}-->mypage/delivery_addr.php" onclick="eccube.openWindow('<!--{$smarty.const.ROOT_URLPATH}-->mypage/delivery_addr.php?page=<!--{$smarty.server.SCRIPT_NAME|h}-->','new_deiv','600','640'); return false;">
51                    <img class="hover_change_image" src="<!--{$TPL_URLPATH}-->img/button/btn_add_address.jpg" alt="新しいお届け先を追加する" />
52                </a>
53            </p>
54        <!--{/if}-->
55
56        <form name="form1" id="form1" method="post" action="?">
57            <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" />
58            <input type="hidden" name="mode" value="customer_addr" />
59            <input type="hidden" name="uniqid" value="<!--{$tpl_uniqid}-->" />
60            <input type="hidden" name="other_deliv_id" value="" />
61            <!--{if $arrErr.deli != ""}-->
62                <p class="attention"><!--{$arrErr.deli}--></p>
63            <!--{/if}-->
64            <table summary="お届け先の指定">
65                <col width="10%" />
66                <col width="20%" />
67                <col width="50%" />
68                <col width="10%" />
69                <col width="10%" />
70                <tr>
71                    <th class="alignC">選択</th>
72                    <th class="alignC">住所種類</th>
73                    <th class="alignC">お届け先</th>
74                    <th class="alignC">変更</th>
75                    <th class="alignC">削除</th>
76                </tr>
77                <!--{section name=cnt loop=$arrAddr}-->
78                    <tr>
79                        <td class="alignC">
80                            <!--{if $smarty.section.cnt.first}-->
81                                <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}--> />
82                            <!--{else}-->
83                                <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}--> />
84                            <!--{/if}-->
85                        </td>
86                        <td class="alignC">
87                            <label for="chk_id_<!--{$smarty.section.cnt.iteration}-->">
88                                <!--{if $smarty.section.cnt.first}-->
89                                    会員登録住所
90                                <!--{else}-->
91                                    追加登録住所
92                                <!--{/if}-->
93                            </label>
94                        </td>
95                        <td>
96                            <!--{assign var=key1 value=$arrAddr[cnt].pref}-->
97                            <!--{assign var=key2 value=$arrAddr[cnt].country_id}-->
98                            <!--{if $smarty.const.FORM_COUNTRY_ENABLE}-->
99                            <!--{$arrCountry[$key2]|h}--><br/>
100                            <!--{/if}-->
101                            <!--{$arrPref[$key1]|h}--><!--{$arrAddr[cnt].addr01|h}--><!--{$arrAddr[cnt].addr02|h}--><br />
102                            <!--{$arrAddr[cnt].company_name|h}--> <!--{$arrAddr[cnt].name01|h}--> <!--{$arrAddr[cnt].name02|h}-->
103                        </td>
104                        <td class="alignC">
105                            <!--{if !$smarty.section.cnt.first}-->
106                                <a href="<!--{$smarty.const.ROOT_URLPATH}-->mypage/delivery_addr.php" onclick="eccube.openWindow('<!--{$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;">変更</a>
107                                <!--{else}-->
108                                    -
109                                <!--{/if}-->
110                        </td>
111                        <td class="alignC">
112                            <!--{if !$smarty.section.cnt.first}-->
113                                <a href="?" onclick="eccube.setModeAndSubmit('delete', 'other_deliv_id', '<!--{$arrAddr[cnt].other_deliv_id}-->'); return false">削除</a>
114                                <!--{else}-->
115                                    -
116                                <!--{/if}-->
117                        </td>
118                    </tr>
119                <!--{/section}-->
120            </table>
121
122            <div class="btn_area">
123                <ul>
124                    <li>
125                        <a href="<!--{$smarty.const.CART_URLPATH}-->">
126                            <img class="hover_change_image" src="<!--{$TPL_URLPATH}-->img/button/btn_back.jpg" alt="戻る" />
127                        </a>
128                    </li>
129                    <li>
130                        <input type="image" class="hover_change_image" src="<!--{$TPL_URLPATH}-->img/button/btn_next.jpg" alt="選択したお届け先に送る" name="send_button" id="send_button" />
131                    </li>
132                </ul>
133            </div>
134
135        </form>
136    </div>
137</div>
Note: See TracBrowser for help on using the repository browser.