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

Revision 22210, 8.5 KB checked in by m_uehara, 11 years ago (diff)

#1991 & を $ に修正しました。

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        <p class="flow_area">
36            <img src="<!--{$TPL_URLPATH}-->img/picture/img_flow_01.jpg" alt="Flow of purchase procedure" />
37        </p>
38        <h2 class="title"><!--{$tpl_title|h}--></h2>
39        <p class="information">Select a delivery destination for each product.<br />(* For the quantity total, match with the quantity in your cart.)</p>
40
41        <!--{if $tpl_addrmax < $smarty.const.DELIV_ADDR_MAX}-->
42            <p>If you do not find the desired address in the list, add and register it by using "Add new delivery destination".</p>
43        <!--{/if}-->
44        <p class="mini attention">* Up to <!--{$smarty.const.DELIV_ADDR_MAX|h}--> items  can be registered.</p>
45
46        <!--{if $tpl_addrmax < $smarty.const.DELIV_ADDR_MAX}-->
47            <p class="addbtn">
48                <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>
49            </p>
50        <!--{/if}-->
51        <form name="form1" id="form1" method="post" action="?">
52            <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" />
53            <input type="hidden" name="uniqid" value="<!--{$tpl_uniqid}-->" />
54            <input type="hidden" name="line_of_num" value="<!--{$arrForm.line_of_num.value}-->" />
55            <input type="hidden" name="mode" value="confirm" />
56            <table summary="Product information">
57                <col width="10%" />
58                <col width="35%" />
59                <col width="10%" />
60                <col width="45%" />
61                <tr>
62                    <th class="alignC">Product photo</th>
63                    <th class="alignC">Product name</th>
64                    <th class="alignC">Quantity</th>
65                    <th class="alignC">Delivery destination</th>
66                </tr>
67                <!--{section name=line loop=$arrForm.line_of_num.value}-->
68                    <!--{assign var=index value=$smarty.section.line.index}-->
69                    <tr>
70                        <td class="alignC">
71                            <a
72                                <!--{if $arrForm.main_image[$index]|strlen >= 1}--> href="<!--{$smarty.const.IMAGE_SAVE_URLPATH}--><!--{$arrForm.main_image.value[$index]|sfNoImageMainList|h}-->" class="expansion" target="_blank"
73                                <!--{/if}-->
74                            >
75                                <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>
76                        </td>
77                        <td><!--{* 商品名 *}--><strong><!--{$arrForm.name.value[$index]|h}--></strong><br />
78                            <!--{if $arrForm.classcategory_name1.value[$index] != ""}-->
79                                <!--{$arrForm.class_name1.value[$index]|h}-->:<!--{$arrForm.classcategory_name1.value[$index]|h}--><br />
80                            <!--{/if}-->
81                            <!--{if $arrForm.classcategory_name2.value[$index] != ""}-->
82                                <!--{$arrForm.class_name2.value[$index]|h}-->:<!--{$arrForm.classcategory_name2.value[$index]|h}--><br />
83                            <!--{/if}-->
84                            &#036; <!--{$arrForm.price.value[$index]|sfCalcIncTax|number_format}-->
85                        </td>
86                        <td>
87                            <!--{assign var=key value="quantity"}-->
88                            <!--{if $arrErr[$key][$index] != ''}-->
89                                <span class="attention"><!--{$arrErr[$key][$index]}--></span>
90                            <!--{/if}-->
91                            <input type="text" name="<!--{$key}-->[<!--{$index}-->]" value="<!--{$arrForm[$key].value[$index]}-->" class="box40" style="<!--{$arrErr[$key][$index]|sfGetErrorColor}-->" />
92                        </td>
93                        <td>
94                            <input type="hidden" name="cart_no[<!--{$index}-->]" value="<!--{$index}-->" />
95                            <!--{assign var=key value="product_class_id"}-->
96                            <input type="hidden" name="<!--{$key}-->[<!--{$index}-->]" value="<!--{$arrForm[$key].value[$index]}-->" />
97                            <!--{assign var=key value="name"}-->
98                            <input type="hidden" name="<!--{$key}-->[<!--{$index}-->]" value="<!--{$arrForm[$key].value[$index]}-->" />
99                            <!--{assign var=key value="class_name1"}-->
100                            <input type="hidden" name="<!--{$key}-->[<!--{$index}-->]" value="<!--{$arrForm[$key].value[$index]}-->" />
101                            <!--{assign var=key value="class_name2"}-->
102                            <input type="hidden" name="<!--{$key}-->[<!--{$index}-->]" value="<!--{$arrForm[$key].value[$index]}-->" />
103                            <!--{assign var=key value="classcategory_name1"}-->
104                            <input type="hidden" name="<!--{$key}-->[<!--{$index}-->]" value="<!--{$arrForm[$key].value[$index]}-->" />
105                            <!--{assign var=key value="classcategory_name2"}-->
106                            <input type="hidden" name="<!--{$key}-->[<!--{$index}-->]" value="<!--{$arrForm[$key].value[$index]}-->" />
107                            <!--{assign var=key value="main_image"}-->
108                            <input type="hidden" name="<!--{$key}-->[<!--{$index}-->]" value="<!--{$arrForm[$key].value[$index]}-->" />
109                            <!--{assign var=key value="main_list_image"}-->
110                            <input type="hidden" name="<!--{$key}-->[<!--{$index}-->]" value="<!--{$arrForm[$key].value[$index]}-->" />
111                            <!--{assign var=key value="price"}-->
112                            <input type="hidden" name="<!--{$key}-->[<!--{$index}-->]" value="<!--{$arrForm[$key].value[$index]}-->" />
113                            <!--{assign var=key value="shipping"}-->
114                            <!--{if strlen($arrErr[$key][$index]) >= 1}-->
115                                <div class="attention"><!--{$arrErr[$key][$index]}--></div>
116                            <!--{/if}-->
117                            <select name="<!--{$key}-->[<!--{$index}-->]" style="<!--{$arrErr[$key][$index]|sfGetErrorColor}-->">
118                                <!--{html_options options=$addrs selected=$arrForm[$key].value[$index]}-->
119                            </select>
120                        </td>
121                    </tr>
122                <!--{/section}-->
123            </table>
124            <div class="btn_area">
125                <ul>
126                    <li>
127                    <a class="bt04" href="<!--{$smarty.const.CART_URLPATH}-->">Go back</a>
128                    </li>
129                    <li><button class="bt02">Send to the selected delivery destination</button></li>
130                </ul>
131            </div>
132        </form>
133    </div>
134</div>
Note: See TracBrowser for help on using the repository browser.