source: branches/version-2_11-dev/data/Smarty/templates/sphone/shopping/multiple.tpl @ 21094

Revision 21094, 6.6 KB checked in by 468, 13 years ago (diff)

#1413 スマートフォン版テンプレートファイル修正対応

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Id
  • Property svn:mime-type set to text/x-smarty-template; charset=UTF-8
Line 
1<!--{*
2 * This file is part of EC-CUBE
3 *
4 * Copyright(c) 2000-2011 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.ROOT_URLPATH}-->js/jquery.fancybox/jquery.mousewheel-3.0.4.pack.js"></script>
24<script type="text/javascript" src="<!--{$smarty.const.ROOT_URLPATH}-->js/jquery.fancybox/jquery.fancybox-1.3.4.pack.js"></script>
25<link rel="stylesheet" href="<!--{$smarty.const.ROOT_URLPATH}-->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
33<!--▼コンテンツここから -->
34<section id="undercolumn">
35
36<h2 class="title"><!--{$tpl_title|h}--></h2>
37
38<!--★インフォメーション★-->
39<div class="information end">
40 <p>各商品のお届け先を選択してください。</p> 
41</div>
42
43<!--★ボタン★-->
44<!--{if $tpl_addrmax < $smarty.const.DELIV_ADDR_MAX}-->
45<div class="btn_area_top">
46  <a rel="external" href="javascript:void(0);" class="btn_sub addbtn" onclick="win02('<!--{$smarty.const.ROOT_URLPATH}-->mypage/delivery_addr.php?page=<!--{$smarty.server.PHP_SELF|h}-->','new_deiv','600','640'); return false;">新しいお届け先を追加</a>
47</div>
48<!--{/if}-->
49 
50<!--▼フォームここから -->
51<div class="form_area">
52    <form name="form1" id="form1" method="post" action="<!--{$smarty.const.HTTP_URL}-->shopping/multiple.php">
53            <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" />
54            <input type="hidden" name="uniqid" value="<!--{$tpl_uniqid}-->" />
55            <input type="hidden" name="line_of_num" value="<!--{$arrForm.line_of_num.value}-->" />
56            <input type="hidden" name="mode" value="confirm" />
57
58<!--{section name=line loop=$arrForm.line_of_num.value}-->
59            <!--{assign var=index value=$smarty.section.line.index}-->
60               
61<div class="formBox">
62<!--▼商品 -->
63<div class="delivitemBox">
64<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="&lt;!--{$arrForm.name[$index]|h}--&gt;" class="photoL" />
65 <div class="delivContents">
66
67  <p><em><!--{$arrForm.name.value[$index]|h}--></em><br />
68    <!--{if $arrForm.classcategory_name1.value[$index] != ""}-->
69        <span class="mini"><!--{$arrForm.class_name1.value[$index]|h}-->:<!--{$arrForm.classcategory_name1.value[$index]|h}--></span><br />
70    <!--{/if}-->
71    <!--{if $arrForm.classcategory_name2.value[$index] != ""}-->
72        <span class="mini"><!--{$arrForm.class_name2.value[$index]|h}-->:<!--{$arrForm.classcategory_name2.value[$index]|h}--></span><br />
73    <!--{/if}-->
74    <!--{$arrForm.price02.value[$index]|sfCalcIncTax:$arrInfo.tax:$arrInfo.tax_rule|number_format}-->円
75    </p>
76<ul>
77<li class="result"><span class="mini">数量</li>
78 <li>
79       <!--{assign var=key value="quantity"}-->
80      <!--{if $arrErr[$key][$index] != ''}-->
81          <span class="attention"><!--{$arrErr[$key][$index]}--></span>
82      <!--{/if}-->
83      <input type="text" name="<!--{$key}-->[<!--{$index}-->]" class="cartin_quantity txt" value="<!--{$arrForm[$key].value[$index]}-->" maxlength="9" style="" />
84 </li>
85  </ul>
86</div>
87
88</div>
89 <!--▲商品 -->
90<div class="btn_area_btm">
91
92                        <input type="hidden" name="cart_no[<!--{$index}-->]" value="<!--{$index}-->" />
93                          <!--{assign var=key value="product_class_id"}-->
94                          <input type="hidden" name="<!--{$key}-->[<!--{$index}-->]" value="<!--{$arrForm[$key].value[$index]}-->" />
95                          <!--{assign var=key value="name"}-->
96                          <input type="hidden" name="<!--{$key}-->[<!--{$index}-->]" value="<!--{$arrForm[$key].value[$index]}-->" />
97                          <!--{assign var=key value="class_name1"}-->
98                          <input type="hidden" name="<!--{$key}-->[<!--{$index}-->]" value="<!--{$arrForm[$key].value[$index]}-->" />
99                          <!--{assign var=key value="class_name2"}-->
100                          <input type="hidden" name="<!--{$key}-->[<!--{$index}-->]" value="<!--{$arrForm[$key].value[$index]}-->" />
101                          <!--{assign var=key value="classcategory_name1"}-->
102                          <input type="hidden" name="<!--{$key}-->[<!--{$index}-->]" value="<!--{$arrForm[$key].value[$index]}-->" />
103                          <!--{assign var=key value="classcategory_name2"}-->
104                          <input type="hidden" name="<!--{$key}-->[<!--{$index}-->]" value="<!--{$arrForm[$key].value[$index]}-->" />
105                          <!--{assign var=key value="main_image"}-->
106                          <input type="hidden" name="<!--{$key}-->[<!--{$index}-->]" value="<!--{$arrForm[$key].value[$index]}-->" />
107                          <!--{assign var=key value="main_list_image"}-->
108                          <input type="hidden" name="<!--{$key}-->[<!--{$index}-->]" value="<!--{$arrForm[$key].value[$index]}-->" />
109                          <!--{assign var=key value="price02"}-->
110                          <input type="hidden" name="<!--{$key}-->[<!--{$index}-->]" value="<!--{$arrForm[$key].value[$index]}-->" />
111                        <!--{assign var=key value="shipping"}-->
112                        <select name="<!--{$key}-->[<!--{$index}-->]" class="boxLong data-role-none"><!--{html_options options=$addrs selected=$arrForm[$key].value[$index]}--></select>
113</div>
114
115</div><!--▲formBox -->
116<!--{/section}-->
117
118<ul class="btn_btm">
119 <li><a rel="external" href="javascript:void(document.form1.submit());" class="btn">選択したお届け先に送る</a></li>
120 <li><a rel="external" href="<!--{$smarty.const.CART_URLPATH}-->" class="btn_back">戻る</a></li>
121</ul>
122
123</form>
124
125</div><!--▲form_area -->
126
127
128</section>
129<!--▲コンテンツここまで -->
Note: See TracBrowser for help on using the repository browser.