source: branches/version-2_12-multilang/data/Smarty/templates/default_en/shopping/deliv.tpl @ 22225

Revision 22225, 6.5 KB checked in by h_yoshimoto, 11 years ago (diff)

#1996 テキストボタン画像のCSS化を一旦コミット

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<div id="undercolumn">
24    <div id="undercolumn_shopping">
25        <div class="flow_area">
26            <ol>
27            <li class="active"><span>&gt; STEP1</span><br />Delivery destination</li>
28            <li class="large"><span>&gt; STEP2</span><br />Payment method and delivery time</li>
29            <li><span>&gt; STEP3</span><br />Confirmation</li>
30            <li class="last"><span>&gt; STEP4</span><br />Order complete</li>
31            </ol>
32        </div>
33        <h2 class="title"><!--{$tpl_title|h}--></h2>
34
35        <div id="address_area" class="clearfix">
36            <div class="information">
37                <p>Select the delivery address from the list, and click the "Send to the selected delivery destination" button.</p>
38                <!--{if $tpl_addrmax < $smarty.const.DELIV_ADDR_MAX}-->
39                    <p>If you do not find the desired address in the list, add and register it by using "Add new delivery destination".</p>
40                <!--{/if}-->
41                <p class="mini attention">* Up to <!--{$smarty.const.DELIV_ADDR_MAX|h}--> items  can be registered.</p>
42
43            </div>
44            <!--{if $smarty.const.USE_MULTIPLE_SHIPPING !== false}-->
45                <div class="add_multiple">
46                    <p>Will you be sending this product multiple destinations?</p>
47
48                    <a class="bt01" href="javascript:;" onclick="fnModeSubmit('multiple', '', ''); return false">Designate multiple delivery destinations</a>
49                </div>
50            <!--{/if}-->
51        </div>
52
53        <!--{if $tpl_addrmax < $smarty.const.DELIV_ADDR_MAX}-->
54            <p class="addbtn">
55                <a class="bt01" href="<!--{$smarty.const.ROOT_URLPATH}-->mypage/delivery_addr.php" onclick="win02('<!--{$smarty.const.ROOT_URLPATH}-->mypage/delivery_addr.php?page=<!--{$smarty.server.SCRIPT_NAME|h}-->','new_deiv','600','640'); return false;">Add new delivery destination</a>
56            </p>
57        <!--{/if}-->
58
59        <form name="form1" id="form1" method="post" action="?">
60        <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" />
61        <input type="hidden" name="mode" value="customer_addr" />
62        <input type="hidden" name="uniqid" value="<!--{$tpl_uniqid}-->" />
63        <input type="hidden" name="other_deliv_id" value="" />
64        <!--{if $arrErr.deli != ""}-->
65            <p class="attention"><!--{$arrErr.deli}--></p>
66        <!--{/if}-->
67        <table summary="Designation of delivery destination">
68            <col width="10%" />
69            <col width="20%" />
70            <col width="50%" />
71            <col width="10%" />
72            <col width="10%" />
73            <tr>
74                <th class="alignC">Selection</th>
75                <th class="alignC">Address type</th>
76                <th class="alignC">Delivery destination</th>
77                <th class="alignC">Change</th>
78                <th class="alignC">Delete</th>
79            </tr>
80            <!--{section name=cnt loop=$arrAddr}-->
81                <tr>
82                    <td class="alignC">
83                        <!--{if $smarty.section.cnt.first}-->
84                            <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}--> />
85                        <!--{else}-->
86                            <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}--> />
87                        <!--{/if}-->
88                    </td>
89                    <td class="alignC">
90                        <label for="chk_id_<!--{$smarty.section.cnt.iteration}-->">
91                            <!--{if $smarty.section.cnt.first}-->
92                                Member registration address
93                            <!--{else}-->
94                                Additional registered address
95                            <!--{/if}-->
96                        </label>
97                    </td>
98                    <td>
99                        <!--{$arrAddr[cnt].addr01|h}--><!--{$arrAddr[cnt].addr02|h}--><br />
100                        <!--{$arrAddr[cnt].name01|h}--> <!--{$arrAddr[cnt].name02|h}-->
101                    </td>
102                    <td class="alignC">
103                        <!--{if !$smarty.section.cnt.first}-->
104                            <a href="<!--{$smarty.const.ROOT_URLPATH}-->mypage/delivery_addr.php" 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;">Change</a>
105                            <!--{else}-->
106                                -
107                            <!--{/if}-->
108                    </td>
109                    <td class="alignC">
110                        <!--{if !$smarty.section.cnt.first}-->
111                            <a href="?" onclick="fnModeSubmit('delete', 'other_deliv_id', '<!--{$arrAddr[cnt].other_deliv_id}-->'); return false">Delete</a>
112                            <!--{else}-->
113                                -
114                            <!--{/if}-->
115                    </td>
116                </tr>
117            <!--{/section}-->
118        </table>
119
120        <div class="btn_area">
121            <ul>
122                <li>
123                    <a class="bt04" href="<!--{$smarty.const.CART_URLPATH}-->">Go back</a>
124                </li>
125                <li><button class="bt02">Send to the selected delivery destination</button>
126                </li>
127            </ul>
128        </div>
129
130        </form>
131    </div>
132</div>
Note: See TracBrowser for help on using the repository browser.