source: branches/dev/data/Smarty/templates/mobile/products/list.tpl @ 11460

Revision 11460, 1.4 KB checked in by inoue, 17 years ago (diff)

モバイル版EC-CUBE

  • Property svn:eol-style set to native
Line 
1<!-- ¢§¥¿¥¤¥È¥ë ¤³¤³¤«¤é -->
2<center><!--{$tpl_subtitle|escape}--></center>
3<!-- ¢¥¥¿¥¤¥È¥ë ¤³¤³¤Þ¤Ç -->
4
5<hr>
6
7<!--{foreach from=$arrProducts key=i item=arrProduct}-->
8<!-- ¢§¾¦ÉÊ ¤³¤³¤«¤é -->
9<!--{if $i+1<9}--><!--{$i+1|numeric_emoji}--><!--{else}-->[<!--{$i+1}-->]<!--{/if}-->
10<!-- ¾¦ÉÊ̾ --><!--{$arrProduct.name|escape}--><br>
11
12²Á³Ê¡§
13<!--{if $arrProduct.price02_min == $arrProduct.price02_max}-->
14¡ï<!--{$arrProduct.price02_min|sfPreTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}-->
15<!--{else}-->
16¡ï<!--{$arrProduct.price02_min|sfPreTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}-->¡Á¡ï<!--{$arrProduct.price02_max|sfPreTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}-->
17<!--{/if}-->
18<br>
19
20<div align="right">
21<!--{if $i+1<9}-->
22<a href="<!--{$smarty.const.DETAIL_P_HTML}--><!--{$arrProduct.product_id}-->" accesskey="<!--{$i+1}-->">¾¦Éʾܺ٤آª</a>
23<!--{else}-->
24<a href="<!--{$smarty.const.DETAIL_P_HTML}--><!--{$arrProduct.product_id}-->">¾¦Éʾܺ٤آª</a>
25<!--{/if}-->
26</div>
27
28<br>
29<!-- ¢¥¾¦ÉÊ ¤³¤³¤Þ¤Ç -->
30<!--{/foreach}-->
31
32<br>
33<hr>
34
35<a href="<!--{$smarty.const.URL_CART_TOP}-->" accesskey="9"><!--{9|numeric_emoji}-->¤«¤´¤ò¸«¤ë</a><br>
36<a href="<!--{$smarty.const.URL_SITE_TOP}-->" accesskey="0"><!--{0|numeric_emoji}-->TOP¥Ú¡¼¥¸¤Ø</a><br>
37
38<br>
39
40<!-- ¢§¥Õ¥Ã¥¿¡¼ ¤³¤³¤«¤é -->
41<!--{include file='footer.tpl'}-->
42<!-- ¢¥¥Õ¥Ã¥¿¡¼ ¤³¤³¤Þ¤Ç -->
Note: See TracBrowser for help on using the repository browser.