source: branches/feature-module-update/data/Smarty/templates/mobile/products/list.tpl @ 15079

Revision 15079, 2.8 KB checked in by nanasess, 17 years ago (diff)

svn:mime-type application/x-httpd-php; charset=UTF-8 設定

  • Property svn:mime-type set to application/x-httpd-php; charset=UTF-8
Line 
1<!--{*
2/*
3 * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved.
4 *
5 * http://www.lockon.co.jp/
6 */
7*}-->
8<!-- ▼タイトル ここから -->
9<center><!--{$tpl_subtitle|escape}--></center>
10<!-- ▲タイトル ここまで -->
11
12<hr>
13
14<!--{if isset($tpl_previous_page|smarty:nodefaults) || isset($tpl_next_page|smarty:nodefaults)}-->
15<!--{if isset($tpl_previous_page|smarty:nodefaults)}-->
16<a href="<!--{$tpl_previous_page|escape}-->">前へ</a>
17<!--{/if}-->
18<!--{if isset($tpl_previous_page|smarty:nodefaults) && isset($tpl_next_page|smarty:nodefaults)}-->
19
20<!--{/if}-->
21<!--{if isset($tpl_next_page|smarty:nodefaults)}-->
22<a href="<!--{$tpl_next_page|escape}-->">次へ</a>
23<!--{/if}-->
24<br><br>
25<!--{/if}-->
26
27<!--{foreach from=$arrProducts key=i item=arrProduct}-->
28<!-- ▼商品 ここから -->
29<!--{if $i+1<9}--><!--{$i+1|numeric_emoji}--><!--{else}-->[<!--{$i+1}-->]<!--{/if}-->
30<!-- 商品名 --><!--{$arrProduct.name|escape}--><br>
31
32価格:
33<!--{if $arrProduct.price02_min == $arrProduct.price02_max}-->
34¥<!--{$arrProduct.price02_min|sfPreTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}-->
35<!--{else}-->
36¥<!--{$arrProduct.price02_min|sfPreTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}-->〜¥<!--{$arrProduct.price02_max|sfPreTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}-->
37<!--{/if}-->
38<br>
39
40<div align="right">
41<!--{if $i+1<9}-->
42<a href="<!--{$smarty.const.MOBILE_DETAIL_P_HTML}--><!--{$arrProduct.product_id}-->" accesskey="<!--{$i+1}-->">商品詳細へ→</a>
43<!--{else}-->
44<a href="<!--{$smarty.const.MOBILE_DETAIL_P_HTML}--><!--{$arrProduct.product_id}-->">商品詳細へ→</a>
45<!--{/if}-->
46</div>
47
48<br>
49<!-- ▲商品 ここまで -->
50<!--{foreachelse}-->
51<!--{if $tpl_search_mode}-->
52該当件数0件です。他の検索キーワードより再度検索をしてください。<br>
53<!--{else}-->
54商品がありません。<br>
55<!--{/if}-->
56<!--{/foreach}-->
57
58<!--{if isset($tpl_previous_page|smarty:nodefaults) || isset($tpl_next_page|smarty:nodefaults)}-->
59<!--{if isset($tpl_previous_page|smarty:nodefaults)}-->
60<a href="<!--{$tpl_previous_page|escape}-->">前へ</a>
61<!--{/if}-->
62<!--{if isset($tpl_previous_page|smarty:nodefaults) && isset($tpl_next_page|smarty:nodefaults)}-->
63
64<!--{/if}-->
65<!--{if isset($tpl_next_page|smarty:nodefaults)}-->
66<a href="<!--{$tpl_next_page|escape}-->">次へ</a>
67<!--{/if}-->
68<br>
69<!--{/if}-->
70
71<br>
72<hr>
73
74<a href="<!--{$smarty.const.MOBILE_URL_CART_TOP}-->" accesskey="9"><!--{9|numeric_emoji}-->かごを見る</a><br>
75<a href="<!--{$smarty.const.MOBILE_URL_SITE_TOP}-->" accesskey="0"><!--{0|numeric_emoji}-->TOPページへ</a><br>
76
77<br>
78
79<!-- ▼フッター ここから -->
80<!--{include file='footer.tpl'}-->
81<!-- ▲フッター ここまで -->
Note: See TracBrowser for help on using the repository browser.