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

Revision 11658, 2.2 KB checked in by uehara, 17 years ago (diff)
  • Property svn:eol-style set to native
Line 
1<!-- ¢§¥¿¥¤¥È¥ë ¤³¤³¤«¤é -->
2<center><!--{$tpl_subtitle|escape}--></center>
3<!-- ¢¥¥¿¥¤¥È¥ë ¤³¤³¤Þ¤Ç -->
4
5<hr>
6
7<!--{if isset($tpl_previous_page) || isset($tpl_next_page)}-->
8<!--{if isset($tpl_previous_page)}-->
9<a href="<!--{$tpl_previous_page|escape}-->">Á°¤Ø</a>
10<!--{/if}-->
11<!--{if isset($tpl_previous_page) && isset($tpl_next_page)}-->
12¡Ã
13<!--{/if}-->
14<!--{if isset($tpl_next_page)}-->
15<a href="<!--{$tpl_next_page|escape}-->">¼¡¤Ø</a>
16<!--{/if}-->
17<br><br>
18<!--{/if}-->
19
20<!--{foreach from=$arrProducts key=i item=arrProduct}-->
21<!-- ¢§¾¦ÉÊ ¤³¤³¤«¤é -->
22<!--{if $i+1<9}--><!--{$i+1|numeric_emoji}--><!--{else}-->[<!--{$i+1}-->]<!--{/if}-->
23<!-- ¾¦ÉÊ̾ --><!--{$arrProduct.name|escape}--><br>
24
25²Á³Ê¡§
26<!--{if $arrProduct.price02_min == $arrProduct.price02_max}-->
27¡ï<!--{$arrProduct.price02_min|sfPreTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}-->
28<!--{else}-->
29¡ï<!--{$arrProduct.price02_min|sfPreTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}-->¡Á¡ï<!--{$arrProduct.price02_max|sfPreTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}-->
30<!--{/if}-->
31<br>
32
33<div align="right">
34<!--{if $i+1<9}-->
35<a href="<!--{$smarty.const.DETAIL_P_HTML}--><!--{$arrProduct.product_id}-->" accesskey="<!--{$i+1}-->">¾¦Éʾܺ٤آª</a>
36<!--{else}-->
37<a href="<!--{$smarty.const.DETAIL_P_HTML}--><!--{$arrProduct.product_id}-->">¾¦Éʾܺ٤آª</a>
38<!--{/if}-->
39</div>
40
41<br>
42<!-- ¢¥¾¦ÉÊ ¤³¤³¤Þ¤Ç -->
43<!--{foreachelse}-->
44<!--{if $tpl_search_mode}-->
45³ºÅö·ï¿ô0·ï¤Ç¤¹¡£Â¾¤Î¸¡º÷¥­¡¼¥ï¡¼¥É¤è¤êºÆÅÙ¸¡º÷¤ò¤·¤Æ¤¯¤À¤µ¤¤¡£<br>
46<!--{else}-->
47¾¦Éʤ¬¤¢¤ê¤Þ¤»¤ó¡£<br>
48<!--{/if}-->
49<!--{/foreach}-->
50
51<!--{if isset($tpl_previous_page) || isset($tpl_next_page)}-->
52<!--{if isset($tpl_previous_page)}-->
53<a href="<!--{$tpl_previous_page|escape}-->">Á°¤Ø</a>
54<!--{/if}-->
55<!--{if isset($tpl_previous_page) && isset($tpl_next_page)}-->
56¡Ã
57<!--{/if}-->
58<!--{if isset($tpl_next_page)}-->
59<a href="<!--{$tpl_next_page|escape}-->">¼¡¤Ø</a>
60<!--{/if}-->
61<br>
62<!--{/if}-->
63
64<br>
65<hr>
66
67<a href="<!--{$smarty.const.URL_CART_TOP}-->" accesskey="9"><!--{9|numeric_emoji}-->¤«¤´¤ò¸«¤ë</a><br>
68<a href="<!--{$smarty.const.URL_SITE_TOP}-->" accesskey="0"><!--{0|numeric_emoji}-->TOP¥Ú¡¼¥¸¤Ø</a><br>
69
70<br>
71
72<!-- ¢§¥Õ¥Ã¥¿¡¼ ¤³¤³¤«¤é -->
73<!--{include file='footer.tpl'}-->
74<!-- ¢¥¥Õ¥Ã¥¿¡¼ ¤³¤³¤Þ¤Ç -->
Note: See TracBrowser for help on using the repository browser.