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

Revision 21050, 6.8 KB checked in by 468, 13 years ago (diff)

#1413 スマートフォン版テンプレートファイル変更(HTML5対応)

  • 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">
40 <p>各商品のお届け先を選択してください。</p> 
41</div>
42
43 <!--{if $tpl_addrmax < $smarty.const.DELIV_ADDR_MAX}-->
44            <p>一覧にご希望の住所が無い場合は、「新しいお届け先を追加する」より追加登録してください。<br>
45            ※最大<!--{$smarty.const.DELIV_ADDR_MAX|h}-->件まで登録できます。</p>
46 <!--{/if}-->
47
48<!--★ボタン★-->
49<!--{if $tpl_addrmax < $smarty.const.DELIV_ADDR_MAX}-->
50<div class="btn_area_top">
51  <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>
52</div>
53<!--{/if}-->
54 
55<!--▼フォームここから -->
56<div class="form_area">
57    <form name="form1" id="form1" method="post" action="<!--{$smarty.const.HTTP_URL}-->shopping/multiple.php">
58            <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" />
59            <input type="hidden" name="uniqid" value="<!--{$tpl_uniqid}-->" />
60            <input type="hidden" name="line_of_num" value="<!--{$arrForm.line_of_num.value}-->" />
61            <input type="hidden" name="mode" value="confirm" />
62
63<!--{section name=line loop=$arrForm.line_of_num.value}-->
64            <!--{assign var=index value=$smarty.section.line.index}-->
65               
66<div class="formBox">
67<!--▼商品 -->
68<div class="delivitemBox">
69<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;" width="80" height="80" class="photoL" />
70 <div class="delivContents">
71
72  <p><em><!--{$arrForm.name.value[$index]|h}--></em><br />
73    <!--{if $arrForm.classcategory_name1.value[$index] != ""}-->
74        <span class="mini"><!--{$arrForm.class_name1.value[$index]|h}-->:<!--{$arrForm.classcategory_name1.value[$index]|h}--></span><br />
75    <!--{/if}-->
76    <!--{if $arrForm.classcategory_name2.value[$index] != ""}-->
77        <span class="mini"><!--{$arrForm.class_name2.value[$index]|h}-->:<!--{$arrForm.classcategory_name2.value[$index]|h}--></span>
78    <!--{/if}-->
79    </p>
80<ul>
81<li class="result"><span class="mini">数量</li>
82 <li>
83       <!--{assign var=key value="quantity"}-->
84      <!--{if $arrErr[$key][$index] != ''}-->
85          <span class="attention"><!--{$arrErr[$key][$index]}--></span>
86      <!--{/if}-->
87      <input type="text" name="<!--{$key}-->[<!--{$index}-->]" class="cartin_quantity txt" value="<!--{$arrForm[$key].value[$index]}-->" maxlength="9" style="" />
88 </li>
89  </ul>
90</div>
91
92</div>
93 <!--▲商品 -->
94<div class="btn_area_btm">
95
96                        <input type="hidden" name="cart_no[<!--{$index}-->]" value="<!--{$index}-->" />
97                          <!--{assign var=key value="product_class_id"}-->
98                          <input type="hidden" name="<!--{$key}-->[<!--{$index}-->]" value="<!--{$arrForm[$key].value[$index]}-->" />
99                          <!--{assign var=key value="name"}-->
100                          <input type="hidden" name="<!--{$key}-->[<!--{$index}-->]" value="<!--{$arrForm[$key].value[$index]}-->" />
101                          <!--{assign var=key value="class_name1"}-->
102                          <input type="hidden" name="<!--{$key}-->[<!--{$index}-->]" value="<!--{$arrForm[$key].value[$index]}-->" />
103                          <!--{assign var=key value="class_name2"}-->
104                          <input type="hidden" name="<!--{$key}-->[<!--{$index}-->]" value="<!--{$arrForm[$key].value[$index]}-->" />
105                          <!--{assign var=key value="classcategory_name1"}-->
106                          <input type="hidden" name="<!--{$key}-->[<!--{$index}-->]" value="<!--{$arrForm[$key].value[$index]}-->" />
107                          <!--{assign var=key value="classcategory_name2"}-->
108                          <input type="hidden" name="<!--{$key}-->[<!--{$index}-->]" value="<!--{$arrForm[$key].value[$index]}-->" />
109                          <!--{assign var=key value="main_image"}-->
110                          <input type="hidden" name="<!--{$key}-->[<!--{$index}-->]" value="<!--{$arrForm[$key].value[$index]}-->" />
111                          <!--{assign var=key value="main_list_image"}-->
112                          <input type="hidden" name="<!--{$key}-->[<!--{$index}-->]" value="<!--{$arrForm[$key].value[$index]}-->" />
113                          <!--{assign var=key value="price02"}-->
114                          <input type="hidden" name="<!--{$key}-->[<!--{$index}-->]" value="<!--{$arrForm[$key].value[$index]}-->" />
115                        <!--{assign var=key value="shipping"}-->
116                        <select name="<!--{$key}-->[<!--{$index}-->]"><!--{html_options options=$addrs selected=$arrForm[$key].value[$index]}--></select>
117</div>
118
119</div><!--▲formBox -->
120<!--{/section}-->
121
122<ul class="btn_btm">
123 <li><a rel="external" href="javascript:void(document.form1.submit());" class="btn">選択したお届け先に送る</a></li>
124 <li><a rel="external" href="<!--{$smarty.const.CART_URLPATH}-->" class="btn_back">戻る</a></li>
125</ul>
126
127</form>
128
129</div><!--▲form_area -->
130
131
132</section>
133<!--▲コンテンツここまで -->
Note: See TracBrowser for help on using the repository browser.