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

Revision 22276, 7.4 KB checked in by h_yoshimoto, 11 years ago (diff)

#2033 デザイン崩れを調整

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 end">
30        <p>Select a delivery destination for each product.</p>
31        <p>* Match the quantity with the quantity in your cart.</p>
32    </div>
33
34    <!--★ボタン★-->
35    <!--{if $tpl_addrmax < $smarty.const.DELIV_ADDR_MAX}-->
36        <div class="btn_area_top">
37            <a rel="external" href="javascript:void(0);" class="btn_sub addbtn" 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>
38        </div>
39    <!--{/if}-->
40
41    <!--▼フォームここから -->
42    <div class="form_area">
43        <form name="form1" id="form1" method="post" action="<!--{$smarty.const.ROOT_URLPATH}-->shopping/multiple.php">
44            <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" />
45            <input type="hidden" name="uniqid" value="<!--{$tpl_uniqid}-->" />
46            <input type="hidden" name="line_of_num" value="<!--{$arrForm.line_of_num.value}-->" />
47            <input type="hidden" name="mode" value="confirm" />
48
49            <!--{section name=line loop=$arrForm.line_of_num.value}-->
50                <!--{assign var=index value=$smarty.section.line.index}-->
51                <!--{assign var=key value="quantity"}-->
52                <!--{if $arrErr[$key][$index] != ''}-->
53                    <span class="attention"><!--{$arrErr[$key][$index]}--></span>
54                <!--{/if}-->
55                <div class="formBox">
56                    <!--▼商品 -->
57                    <div class="delivitemBox">
58                        <img src="<!--{$smarty.const.ROOT_URLPATH}-->resize_image.php?image=<!--{$arrForm.main_list_image.value[$index]|sfNoImageMainList|h}-->&amp;width=80&amp;height=80" alt="<!--{$arrForm.name.value[$index]|h}-->" class="photoL" />
59                        <div class="delivContents">
60
61                            <p>
62                                <em><!--{$arrForm.name.value[$index]|h}--></em><br />
63                                <!--{if $arrForm.classcategory_name1.value[$index] != ""}-->
64                                    <span class="mini"><!--{$arrForm.class_name1.value[$index]|h}-->:<!--{$arrForm.classcategory_name1.value[$index]|h}--></span><br />
65                                <!--{/if}-->
66                                <!--{if $arrForm.classcategory_name2.value[$index] != ""}-->
67                                    <span class="mini"><!--{$arrForm.class_name2.value[$index]|h}-->:<!--{$arrForm.classcategory_name2.value[$index]|h}--></span><br />
68                                <!--{/if}-->
69                                &#036; <!--{$arrForm.price.value[$index]|sfCalcIncTax|number_format}-->
70                            </p>
71                            <ul>
72                                <li class="result"><span class="mini">Quantity</li>
73                                <li>
74                                    <input type="number" name="<!--{$key}-->[<!--{$index}-->]" class="cartin_quantity txt" value="<!--{$arrForm[$key].value[$index]}-->" max="9" style="" />
75                                </li>
76                            </ul>
77                        </div>
78                    </div>
79                    <!--▲商品 -->
80
81                    <div class="btn_area_btm">
82                        <input type="hidden" name="cart_no[<!--{$index}-->]" value="<!--{$index}-->" />
83                        <!--{assign var=key value="product_class_id"}-->
84                        <input type="hidden" name="<!--{$key}-->[<!--{$index}-->]" value="<!--{$arrForm[$key].value[$index]}-->" />
85                        <!--{assign var=key value="name"}-->
86                        <input type="hidden" name="<!--{$key}-->[<!--{$index}-->]" value="<!--{$arrForm[$key].value[$index]}-->" />
87                        <!--{assign var=key value="class_name1"}-->
88                        <input type="hidden" name="<!--{$key}-->[<!--{$index}-->]" value="<!--{$arrForm[$key].value[$index]}-->" />
89                        <!--{assign var=key value="class_name2"}-->
90                        <input type="hidden" name="<!--{$key}-->[<!--{$index}-->]" value="<!--{$arrForm[$key].value[$index]}-->" />
91                        <!--{assign var=key value="classcategory_name1"}-->
92                        <input type="hidden" name="<!--{$key}-->[<!--{$index}-->]" value="<!--{$arrForm[$key].value[$index]}-->" />
93                        <!--{assign var=key value="classcategory_name2"}-->
94                        <input type="hidden" name="<!--{$key}-->[<!--{$index}-->]" value="<!--{$arrForm[$key].value[$index]}-->" />
95                        <!--{assign var=key value="main_image"}-->
96                        <input type="hidden" name="<!--{$key}-->[<!--{$index}-->]" value="<!--{$arrForm[$key].value[$index]}-->" />
97                        <!--{assign var=key value="main_list_image"}-->
98                        <input type="hidden" name="<!--{$key}-->[<!--{$index}-->]" value="<!--{$arrForm[$key].value[$index]}-->" />
99                        <!--{assign var=key value="price"}-->
100                        <input type="hidden" name="<!--{$key}-->[<!--{$index}-->]" value="<!--{$arrForm[$key].value[$index]}-->" />
101                        <!--{assign var=key value="shipping"}-->
102                        <select name="<!--{$key}-->[<!--{$index}-->]" class="boxLong data-role-none"><!--{html_options options=$addrs selected=$arrForm[$key].value[$index]}--></select>
103                    </div>
104
105                </div><!-- /.formBox -->
106            <!--{/section}-->
107
108            <ul class="btn_btm">
109                <li><a rel="external" href="javascript:void(document.form1.submit());" class="btn bt_wide">Send to the selected delivery destination</a></li>
110                <li><a rel="external" href="<!--{$smarty.const.CART_URLPATH}-->" class="btn_back">Go back</a></li>
111            </ul>
112        </form>
113    </div><!-- /.form_area -->
114</section>
115
116<!--▼検索バー -->
117<section id="search_area">
118    <form method="get" action="<!--{$smarty.const.ROOT_URLPATH}-->products/list.php">
119        <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" />
120        <input type="hidden" name="mode" value="search" />
121        <input type="search" name="name" id="search" value="" placeholder="Input keyword" class="searchbox" >
122    </form>
123</section>
124<!--▲検索バー -->
125<!--▲コンテンツここまで -->
Note: See TracBrowser for help on using the repository browser.