source: branches/version-2_5-dev/data/Smarty/templates/default/shopping/multiple.tpl @ 19943

Revision 19943, 6.8 KB checked in by Seasoft, 13 years ago (diff)

#834(パラメータの定数名に「URL」を含むにもかかわらず、パスのみのものがある)

  • パラメータサフィックスの変更 *_URL_PATH → *_URLPATH
Line 
1<!--{*
2 * This file is part of EC-CUBE
3 *
4 * Copyright(c) 2000-2010 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<!--▼CONTENTS-->
23<script type="text/javascript" src="<!--{$smarty.const.URL_PATH}-->js/jquery.fancybox/jquery.mousewheel-3.0.4.pack.js"></script>
24<script type="text/javascript" src="<!--{$smarty.const.URL_PATH}-->js/jquery.fancybox/jquery.fancybox-1.3.4.pack.js"></script>
25<link rel="stylesheet" href="<!--{$smarty.const.URL_PATH}-->js/jquery.fancybox/jquery.fancybox-1.3.4.css" type="text/css" media="screen" />
26<script type="text/javascript">//<![CDATA[
27    $(document).ready(function() {
28        $("a.expansion").fancybox({
29        });
30    });
31//]]></script>
32<div id="under02column">
33    <div id="under02column_shopping">
34        <p class="flowarea">
35            <img src="<!--{$TPL_DIR}-->img/picture/img_flow_01.gif" width="700" height="36" alt="購入手続きの流れ" />
36        </p>
37        <h2 class="title"><!--{$tpl_title|h}--></h2>
38
39        <p>各商品のお届け先を選択してください。</p>
40        <!--{if $tpl_addrmax < $smarty.const.DELIV_ADDR_MAX}-->
41            <p>一覧にご希望の住所が無い場合は、「新しいお届け先を追加する」より追加登録してください。</p>
42        <!--{/if}-->
43        <p>※最大<!--{$smarty.const.DELIV_ADDR_MAX|h}-->件まで登録できます。</p>
44
45        <!--{if $tpl_addrmax < $smarty.const.DELIV_ADDR_MAX}-->
46            <p class="addbtn">
47                <a href="<!--{$smarty.const.URL_PATH}-->mypage/delivery_addr.php" onclick="win02('<!--{$smarty.const.URL_PATH}-->mypage/delivery_addr.php?page=<!--{$smarty.server.PHP_SELF|h}-->','new_deiv','600','640'); return false;" onmouseover="chgImg('<!--{$TPL_DIR}-->img/button/btn_add_address_on.gif','addition');" onmouseout="chgImg('<!--{$TPL_DIR}-->img/button/btn_add_address.gif','addition');"><img src="<!--{$TPL_DIR}-->img/button/btn_add_address.gif" width="160" height="22" alt="新しいお届け先を追加する" name="addition" id="addition" /></a>
48            </p>
49        <!--{/if}-->
50        <form name="form1" id="form1" method="post" action="?">
51            <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" />
52            <input type="hidden" name="uniqid" value="<!--{$tpl_uniqid}-->" />
53            <input type="hidden" name="mode" value="confirm" />
54            <table summary="商品情報">
55                <tr>
56                    <th>削除</th>
57                    <th>商品写真</th>
58                    <th>商品名</th>
59                    <th>数量</th>
60                    <th>お届け先</th>
61                </tr>
62                <!--{foreach from=$items item=item name=cartItem}-->
63                    <!--{assign var=index value=$smarty.foreach.cartItem.index}-->
64                    <tr style="<!--{if $item.error}-->background-color: <!--{$smarty.const.ERR_COLOR}-->;<!--{/if}-->">
65                        <td>
66                          <a href="?" onclick="fnFormModeSubmit('form<!--{$key}-->', 'delete', 'cart_no', '<!--{$smarty.foreach.cartItem.index}-->'); return false;">削除</a>
67                          <input type="hidden" name="cart_no<!--{$index}-->" value="<!--{$index}-->" />
68                          <input type="hidden" name="product_class_id<!--{$index}-->" value="<!--{$item.product_class_id}-->" />
69                        </td>
70                        <td class="phototd">
71                        <a
72                            <!--{if $item.main_image|strlen >= 1}-->
73                                href="<!--{$smarty.const.IMAGE_SAVE_URL}--><!--{$item.main_image|sfNoImageMainList|h}-->"
74                                class="expansion"
75                                target="_blank"
76                            <!--{/if}-->
77                        >
78                            <img src="<!--{$smarty.const.URL_PATH}-->resize_image.php?image=<!--{$item.main_list_image|sfNoImageMainList|h}-->&amp;width=65&amp;height=65" alt="<!--{$item.productsClass.name|h}-->" /></a>
79                        </td>
80                        <td><!--{* 商品名 *}--><strong><!--{$item.name|h}--></strong><br />
81                            <!--{if $item.classcategory_name1 != ""}-->
82                                <!--{$item.class_name1}-->:<!--{$item.classcategory_name1}--><br />
83                            <!--{/if}-->
84                            <!--{if $item.classcategory_name2 != ""}-->
85                                <!--{$item.class_name2}-->:<!--{$item.classcategory_name2}--><br />
86                            <!--{/if}-->
87                            <!--{$item.price02|sfCalcIncTax:$arrInfo.tax:$arrInfo.tax_rule|number_format}-->円
88                        </td>
89                        <td>
90                          <!--{assign var=key value="quantity`$index`"}-->
91                          <input type="text" name="<!--{$key}-->" value="<!--{$arrForm[$key].value}-->" size="4" />
92                        </td>
93                        <td>
94                          <!--{assign var=key value="shipping`$index`"}-->
95                          <select name="<!--{$key}-->"><!--{html_options options=$addrs selected=$arrForm[$key].value}--></select>
96                        </td>
97                     </tr>
98                  <!--{/foreach}-->
99            </table>
100            <div class="tblareabtn">
101                <a href="<!--{$smarty.const.CART_URLPATH}-->" onmouseover="chgImgImageSubmit('<!--{$TPL_DIR}-->img/button/btn_back_on.gif',back03)" onmouseout="chgImgImageSubmit('<!--{$TPL_DIR}-->img/button/btn_back.gif',back03)">
102                    <img src="<!--{$TPL_DIR}-->img/button/btn_back.gif" width="150" height="30" alt="戻る" border="0" name="back03" id="back03" /></a>
103                <input type="image" onmouseover="chgImgImageSubmit('<!--{$TPL_DIR}-->img/button/btn_address_select_on.gif',this)" onmouseout="chgImgImageSubmit('<!--{$TPL_DIR}-->img/button/btn_address_select.gif',this)" src="<!--{$TPL_DIR}-->img/button/btn_address_select.gif" alt="選択したお届け先に送る" class="box190" name="send_button" id="send_button" />
104            </div>
105
106    </div>
107</div>
Note: See TracBrowser for help on using the repository browser.