source: branches/comu/data/Smarty/templates/mobile/cart/index.tpl @ 11984

Revision 11984, 2.9 KB checked in by uehara, 17 years ago (diff)
  • Property svn:eol-style set to native
Line 
1<!--{*
2/*
3 * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved.
4 *
5 * http://www.lockon.co.jp/
6 */
7*}-->
8<!--¢§CONTENTS-->
9<!--¢§MAIN ONTENTS-->
10<div align="center"><font color="#000080">¤«¤´É½¼¨</font></div>
11<!--{if $tpl_message != ""}-->
12    <!--{$tpl_message}--><br>
13<!--{/if}-->
14<!--{if count($arrProductsClass) > 0}-->
15<form name="form1" id="form1" method="post" action="<!--{$smarty.server.PHP_SELF|escape}-->" utn>
16    <input type="hidden" name="mode" value="confirm">
17    <input type="hidden" name="cart_no" value="">
18    <!--¤´ÃíʸÆâÍƤ³¤³¤«¤é-->
19    <hr>
20    <!--{section name=cnt loop=$arrProductsClass}-->
21        <!--{* ¾¦ÉÊ̾ *}--><!--{$arrProductsClass[cnt].name|escape}--><br>
22        <!--{* ²Á³Ê *}-->
23        <!--{if $arrProductsClass[cnt].price02 != ""}-->
24            \<!--{$arrProductsClass[cnt].price02|sfPreTax:$arrInfo.tax:$arrInfo.tax_rule|number_format}-->
25        <!--{else}-->
26            \<!--{$arrProductsClass[cnt].price01|sfPreTax:$arrInfo.tax:$arrInfo.tax_rule|number_format}-->
27        <!--{/if}-->
28        ¡ß <!--{$arrProductsClass[cnt].quantity}--><br>
29        <!--{* ¾ÜºÙ *}-->
30        <!--{if $arrProductsClass[cnt].classcategory_name1 != ""}-->
31            <!--{$arrProductsClass[cnt].class_name1}-->:<!--{$arrProductsClass[cnt].classcategory_name1}--><br>
32        <!--{/if}-->
33        <!--{if $arrProductsClass[cnt].classcategory_name2 != ""}-->
34            <!--{$arrProductsClass[cnt].class_name2}-->:<!--{$arrProductsClass[cnt].classcategory_name2}--><br>
35        <!--{/if}-->
36        <br>
37        <!--{* ¿ôÎÌ *}-->
38        ¿ôÎÌ:<!--{$arrProductsClass[cnt].quantity}-->
39        <a href="<!--{$smarty.server.PHP_SELF|escape}-->?mode=up&amp;cart_no=<!--{$arrProductsClass[cnt].cart_no}-->">+</a>
40        <a href="<!--{$smarty.server.PHP_SELF|escape}-->?mode=down&amp;cart_no=<!--{$arrProductsClass[cnt].cart_no}-->">-</a>
41        <a href="<!--{$smarty.server.PHP_SELF|escape}-->?mode=delete&amp;cart_no=<!--{$arrProductsClass[cnt].cart_no}-->">ºï½ü</a><br>
42        <!--{* ¹ç·× *}-->
43        ¾®·×:<!--{$arrProductsClass[cnt].total_pretax|number_format}-->±ß<br>
44        <div align="right"><a href="<!--{$smarty.const.MOBILE_DETAIL_P_HTML}--><!--{$arrProductsClass[cnt].product_id}-->">¾¦ÉʹØÆþ¾ÜºÙ¤Ø¢ª</a></div>
45        <HR>
46    <!--{/section}-->
47    ¾¦Éʹç·×:<!--{$tpl_total_pretax|number_format}-->±ß<br>
48    ¹ç·×:<!--{$arrData.total-$arrData.deliv_fee|number_format}-->±ß<br>
49    <!--{if $arrData.birth_point > 0}-->
50        ¤ªÃÂÀ¸·îŽÎŽßŽ²ŽÝŽÄ<br>
51        <!--{$arrData.birth_point|number_format}-->pt<br>
52    <!--{/if}-->
53    <br>
54    <center><input type="submit" value="Ãíʸ¤¹¤ë" name="confirm"></center>
55</form>
56<form method="post" action="<!--{$smarty.server.PHP_SELF|escape}-->">
57    <center><input type="submit" value="¤ªÇãʪ¤ò³¤±¤ë" name="continue"></center>
58</form>
59<!--{else}-->
60    ¢¨¸½ºßŽ¶Ž°ŽÄÆâ¤Ë¾¦ÉʤϤ´¤¶¤¤¤Þ¤»¤óŽ¡<br>
61<!--{/if}-->
62<!--¢¥CONTENTS-->
63<!--¢¥MAIN CONTENTS-->
64<!--¢¥CONTENTS-->
65
66<br>
67<hr>
68
69<a href="<!--{$smarty.const.MOBILE_URL_SITE_TOP}-->" accesskey="0"><!--{0|numeric_emoji}-->TOP¥Ú¡¼¥¸¤Ø</a><br>
70
71<br>
72
73<!-- ¢§¥Õ¥Ã¥¿¡¼ ¤³¤³¤«¤é -->
74<!--{include file='footer.tpl'}-->
75<!-- ¢¥¥Õ¥Ã¥¿¡¼ ¤³¤³¤Þ¤Ç -->
Note: See TracBrowser for help on using the repository browser.