Warning: Can't use blame annotator:
svn blame failed on branches/version-2_5-dev/data/Smarty/templates/mobile/cart/index.tpl: バイナリファイル 'file:///home/svn/open/branches/version-2_5-dev/data/Smarty/templates/mobile/cart/index.tpl' に対しては blame で各行の最終変更者を計算できません 195004

source: branches/version-2_5-dev/data/Smarty/templates/mobile/cart/index.tpl @ 19845

Revision 19845, 3.7 KB checked in by kotani, 13 years ago (diff)

#880(mobile/sphoneディレクトリを削除)に対応。まずmobileのみ意図通りの動作になるように一部コミット(cartディレクトリ)

  • Property svn:eol-style set to LF
  • Property svn:mime-type set to text/x-smarty-template; charset=UTF-8
RevLine 
1<!--{*
2/*
3 * This file is part of EC-CUBE
4 *
5 * Copyright(c) 2000-2010 LOCKON CO.,LTD. All Rights Reserved.
6 *
7 * http://www.lockon.co.jp/
8 *
9 * This program is free software; you can redistribute it and/or
10 * modify it under the terms of the GNU General Public License
11 * as published by the Free Software Foundation; either version 2
12 * of the License, or (at your option) any later version.
13 *
14 * This program is distributed in the hope that it will be useful,
15 * but WITHOUT ANY WARRANTY; without even the implied warranty of
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17 * GNU General Public License for more details.
18 *
19 * You should have received a copy of the GNU General Public License
20 * along with this program; if not, write to the Free Software
21 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
22 */
23*}-->
24<!--▼CONTENTS-->
25<!--▼MAIN ONTENTS-->
26<div align="center"><font color="#000080">かご表示</font></div>
27<!--{if $tpl_message != ""}-->
28    <!--{$tpl_message}--><br>
29<!--{/if}-->
30<!--{if count($cartItems) > 0}-->
31<!--{foreach from=$cartKeys item=key}-->
32<form name="form<!--{$key}-->" id="form<!--{$key}-->" method="post" action="?"  utn>
33    <input type="hidden" name="mode" value="confirm">
34    <input type="hidden" name="cart_no" value="">
35    <input type="hidden" name="cartKey" value="<!--{$key}-->">
36    <!--ご注文内容ここから-->
37    <hr>
38    <!--{foreach from=$cartItems[$key] item=item}-->
39        <!--{* 商品名 *}--><!--{$item.productsClass.name|h}--><br>
40        <!--{* 規格名1 *}--><!--{if $item.productsClass.classcategory_name1 != ""}--><!--{$item.productsClass.class_name1}-->:<!--{$item.productsClass.classcategory_name1}--><br><!--{/if}-->
41        <!--{* 規格名2 *}--><!--{if $item.productsClass.classcategory_name2 != ""}--><!--{$item.productsClass.class_name2}-->:<!--{$item.productsClass.classcategory_name2}--><br><!--{/if}-->
42        <!--{* 販売価格 *}-->
43        &yen;<!--{$item.productsClass.price02|sfCalcIncTax:$arrInfo.tax:$arrInfo.tax_rule|number_format}-->
44        × <!--{$item.quantity}--><br>
45        <br>
46        <!--{* 数量 *}-->
47        数量:<!--{$item.quantity}-->
48        <a href="?mode=up&amp;cart_no=<!--{$item.cart_no}-->&amp;cartKey=<!--{$key}-->">+</a>
49        <a href="?mode=down&amp;cart_no=<!--{$item.cart_no}-->&amp;cartKey=<!--{$key}-->">-</a>
50        <a href="?mode=delete&amp;cart_no=<!--{$item.cart_no}-->&amp;cartKey=<!--{$key}-->">削除</a><br>
51        <!--{* 合計 *}-->
52        小計:<!--{$item.total_inctax|number_format}-->円<br>
53        <div align="right"><a href="<!--{$smarty.const.MOBILE_P_DETAIL_URL_PATH}--><!--{$item.productsClass.product_id|u}-->">商品詳細へ→</a></div>
54        <HR>
55    <!--{/foreach}-->
56    商品合計:<!--{$tpl_total_inctax[$key]|number_format}-->円<br>
57    合計:<!--{$arrData[$key].total-$arrData[$key].deliv_fee|number_format}-->円<br>
58    <!--{if $smarty.const.USE_POINT !== false}-->
59        <br>
60    <!--{if $arrData[$key].birth_point > 0}-->
61        お誕生月ポイント<br>
62        <!--{$arrData[$key].birth_point|number_format}-->pt<br>
63    <!--{/if}-->
64        今回加算ポイント<br>
65        <!--{$arrData[$key].add_point|number_format}-->pt<br>
66    <!--{/if}-->
67    <br>
68    <center><input type="submit" value="注文する"></center>
69</form>
70<!--{/foreach}-->
71<!--{if $tpl_prev_url != ""}-->
72    <a href="<!--{$tpl_prev_url}-->">[emoji:69]お買物を続ける</a>
73<!--{/if}-->
74<!--{else}-->
75    ※現在カート内に商品はございません。<br>
76<!--{/if}-->
77<!--▲CONTENTS-->
78<!--▲MAIN CONTENTS-->
79<!--▲CONTENTS-->
80
81<br>
82<hr>
83
84<a href="<!--{$smarty.const.MOBILE_TOP_URL_PATH}-->" accesskey="0"><!--{0|numeric_emoji}-->TOPページへ</a><br>
85
86<br>
87
88<!-- ▼フッター ここから -->
89<!--{include file='footer.tpl'}-->
90<!-- ▲フッター ここまで -->
Note: See TracBrowser for help on using the repository browser.