source: branches/version-2_12-multilang/data/Smarty/templates/default_en-US/shopping/multiple.tpl @ 22859

Revision 22859, 8.7 KB checked in by michael_nelson, 11 years ago (diff)

#2263 - Merged 2.12.4en into 2.12multi_lang

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<script type="text/javascript" src="<!--{$smarty.const.ROOT_URLPATH}-->js/jquery.facebox/facebox.js"></script>
24<link rel="stylesheet" type="text/css" href="<!--{$smarty.const.ROOT_URLPATH}-->js/jquery.facebox/facebox.css" media="screen" />
25<script type="text/javascript">//<![CDATA[
26    $(document).ready(function() {
27        $("a.expansion").facebox({
28            loadingImage : '<!--{$smarty.const.ROOT_URLPATH}-->js/jquery.facebox/loading.jpg',
29            closeImage   : '<!--{$smarty.const.ROOT_URLPATH}-->js/jquery.facebox/closelabel.png'
30        });
31    });
32//]]></script>
33<div id="undercolumn">
34    <div id="undercolumn_shopping">
35        <div class="flow_area">
36            <ol>
37            <li class="active"><span>&gt; STEP1</span><br />Delivery destination</li>
38            <li class="large"><span>&gt; STEP2</span><br />Payment method and delivery time</li>
39            <li><span>&gt; STEP3</span><br />Confirmation</li>
40            <li class="last"><span>&gt; STEP4</span><br />Order complete</li>
41            </ol>
42        </div>
43        <h2 class="title"><!--{$tpl_title|h}--></h2>
44        <p class="information">Select a delivery destination for each product.<br />(* For the quantity total, match with the quantity in your cart.)</p>
45
46        <!--{if $tpl_addrmax < $smarty.const.DELIV_ADDR_MAX}-->
47            <p>If you do not find the desired address in the list, add and register it by using "Add new delivery destination".</p>
48        <!--{/if}-->
49        <p class="mini attention">* Up to <!--{$smarty.const.DELIV_ADDR_MAX|h}--> items  can be registered.</p>
50
51        <!--{if $tpl_addrmax < $smarty.const.DELIV_ADDR_MAX}-->
52            <p class="addbtn">
53                <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}-->','new_deiv','600','640'); return false;">Add new delivery destination</a>
54            </p>
55        <!--{/if}-->
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="uniqid" value="<!--{$tpl_uniqid}-->" />
59            <input type="hidden" name="line_of_num" value="<!--{$arrForm.line_of_num.value}-->" />
60            <input type="hidden" name="mode" value="confirm" />
61            <table summary="Product information">
62                <col width="10%" />
63                <col width="35%" />
64                <col width="10%" />
65                <col width="45%" />
66                <tr>
67                    <th class="alignC">Product photo</th>
68                    <th class="alignC">Product name</th>
69                    <th class="alignC">Quantity</th>
70                    <th class="alignC">Delivery destination</th>
71                </tr>
72                <!--{section name=line loop=$arrForm.line_of_num.value}-->
73                    <!--{assign var=index value=$smarty.section.line.index}-->
74                    <tr>
75                        <td class="alignC">
76                            <a
77                                <!--{if $arrForm.main_image[$index]|strlen >= 1}--> href="<!--{$smarty.const.IMAGE_SAVE_URLPATH}--><!--{$arrForm.main_image.value[$index]|sfNoImageMainList|h}-->" class="expansion" target="_blank"
78                                <!--{/if}-->
79                            >
80                                <img src="<!--{$smarty.const.ROOT_URLPATH}-->resize_image.php?image=<!--{$arrForm.main_list_image.value[$index]|sfNoImageMainList|h}-->&amp;width=65&amp;height=65" alt="<!--{$arrForm.name.value[$index]|h}-->" /></a>
81                        </td>
82                        <td><!--{* 商品名 *}--><strong><!--{$arrForm.name.value[$index]|h}--></strong><br />
83                            <!--{if $arrForm.classcategory_name1.value[$index] != ""}-->
84                                <!--{$arrForm.class_name1.value[$index]|h}-->:<!--{$arrForm.classcategory_name1.value[$index]|h}--><br />
85                            <!--{/if}-->
86                            <!--{if $arrForm.classcategory_name2.value[$index] != ""}-->
87                                <!--{$arrForm.class_name2.value[$index]|h}-->:<!--{$arrForm.classcategory_name2.value[$index]|h}--><br />
88                            <!--{/if}-->
89                            &#036; <!--{$arrForm.price.value[$index]|sfCalcIncTax|number_format}-->
90                        </td>
91                        <td>
92                            <!--{assign var=key value="quantity"}-->
93                            <!--{if $arrErr[$key][$index] != ''}-->
94                                <span class="attention"><!--{$arrErr[$key][$index]}--></span>
95                            <!--{/if}-->
96                            <input type="text" name="<!--{$key}-->[<!--{$index}-->]" value="<!--{$arrForm[$key].value[$index]|h}-->" class="box40" style="<!--{$arrErr[$key][$index]|sfGetErrorColor}-->" />
97                        </td>
98                        <td>
99                            <input type="hidden" name="cart_no[<!--{$index}-->]" value="<!--{$index}-->" />
100                            <!--{assign var=key value="product_class_id"}-->
101                            <input type="hidden" name="<!--{$key}-->[<!--{$index}-->]" value="<!--{$arrForm[$key].value[$index]|h}-->" />
102                            <!--{assign var=key value="name"}-->
103                            <input type="hidden" name="<!--{$key}-->[<!--{$index}-->]" value="<!--{$arrForm[$key].value[$index]|h}-->" />
104                            <!--{assign var=key value="class_name1"}-->
105                            <input type="hidden" name="<!--{$key}-->[<!--{$index}-->]" value="<!--{$arrForm[$key].value[$index]|h}-->" />
106                            <!--{assign var=key value="class_name2"}-->
107                            <input type="hidden" name="<!--{$key}-->[<!--{$index}-->]" value="<!--{$arrForm[$key].value[$index]|h}-->" />
108                            <!--{assign var=key value="classcategory_name1"}-->
109                            <input type="hidden" name="<!--{$key}-->[<!--{$index}-->]" value="<!--{$arrForm[$key].value[$index]|h}-->" />
110                            <!--{assign var=key value="classcategory_name2"}-->
111                            <input type="hidden" name="<!--{$key}-->[<!--{$index}-->]" value="<!--{$arrForm[$key].value[$index]|h}-->" />
112                            <!--{assign var=key value="main_image"}-->
113                            <input type="hidden" name="<!--{$key}-->[<!--{$index}-->]" value="<!--{$arrForm[$key].value[$index]|h}-->" />
114                            <!--{assign var=key value="main_list_image"}-->
115                            <input type="hidden" name="<!--{$key}-->[<!--{$index}-->]" value="<!--{$arrForm[$key].value[$index]|h}-->" />
116                            <!--{assign var=key value="price"}-->
117                            <input type="hidden" name="<!--{$key}-->[<!--{$index}-->]" value="<!--{$arrForm[$key].value[$index]|h}-->" />
118                            <!--{assign var=key value="shipping"}-->
119                            <!--{if strlen($arrErr[$key][$index]) >= 1}-->
120                                <div class="attention"><!--{$arrErr[$key][$index]}--></div>
121                            <!--{/if}-->
122                            <select name="<!--{$key}-->[<!--{$index}-->]" style="<!--{$arrErr[$key][$index]|sfGetErrorColor}-->">
123                                <!--{html_options options=$addrs selected=$arrForm[$key].value[$index]}-->
124                            </select>
125                        </td>
126                    </tr>
127                <!--{/section}-->
128            </table>
129            <div class="btn_area">
130                <ul>
131                    <li>
132                    <a class="bt04" href="<!--{$smarty.const.CART_URLPATH}-->">Go back</a>
133                    </li>
134                    <li><button class="bt02 bt_wide">Send to the selected delivery destination</button></li>
135                </ul>
136            </div>
137        </form>
138    </div>
139</div>
Note: See TracBrowser for help on using the repository browser.