source: branches/comu-ver2/data/Smarty/templates/default/mobile/products/list.tpl @ 17546

Revision 17546, 3.5 KB checked in by Seasoft, 16 years ago (diff)

波ダッシュ(〜)を全角チルダ(~)に統一

  • Property svn:eol-style set to LF
  • Property svn:mime-type set to text/html; charset=UTF-8
Line 
1<!--{*
2/*
3 * This file is part of EC-CUBE
4 *
5 * Copyright(c) 2000-2007 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<!-- ▼タイトル ここから -->
25<center><!--{$tpl_subtitle|escape}--></center>
26<!-- ▲タイトル ここまで -->
27
28<hr>
29
30<!--{if isset($tpl_previous_page|smarty:nodefaults) || isset($tpl_next_page|smarty:nodefaults)}-->
31<!--{if isset($tpl_previous_page|smarty:nodefaults)}-->
32<a href="<!--{$tpl_previous_page|escape}-->">前へ</a>
33<!--{/if}-->
34<!--{if isset($tpl_previous_page|smarty:nodefaults) && isset($tpl_next_page|smarty:nodefaults)}-->
35
36<!--{/if}-->
37<!--{if isset($tpl_next_page|smarty:nodefaults)}-->
38<a href="<!--{$tpl_next_page|escape}-->">次へ</a>
39<!--{/if}-->
40<br><br>
41<!--{/if}-->
42
43<!--{foreach from=$arrProducts key=i item=arrProduct}-->
44<!-- ▼商品 ここから -->
45<!--{if $i+1<9}--><!--{$i+1|numeric_emoji}--><!--{else}-->[<!--{$i+1}-->]<!--{/if}-->
46<!-- 商品名 --><!--{$arrProduct.name|escape}--><br>
47
48<!--{$smarty.const.SALE_PRICE_TITLE}-->:
49<!--{if $arrProduct.price02_min == $arrProduct.price02_max}-->
50¥<!--{$arrProduct.price02_min|sfPreTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}-->
51<!--{else}-->
52¥<!--{$arrProduct.price02_min|sfPreTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}-->~¥<!--{$arrProduct.price02_max|sfPreTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}-->
53<!--{/if}-->
54<br>
55
56<div align="right">
57<!--{if $i+1<9}-->
58<a href="<!--{$smarty.const.MOBILE_DETAIL_P_HTML}--><!--{$arrProduct.product_id}-->" accesskey="<!--{$i+1}-->">商品詳細へ→</a>
59<!--{else}-->
60<a href="<!--{$smarty.const.MOBILE_DETAIL_P_HTML}--><!--{$arrProduct.product_id}-->">商品詳細へ→</a>
61<!--{/if}-->
62</div>
63
64<br>
65<!-- ▲商品 ここまで -->
66<!--{foreachelse}-->
67<!--{if $tpl_search_mode}-->
68該当件数0件です。他の検索キーワードより再度検索をしてください。<br>
69<!--{else}-->
70商品がありません。<br>
71<!--{/if}-->
72<!--{/foreach}-->
73
74<!--{if isset($tpl_previous_page|smarty:nodefaults) || isset($tpl_next_page|smarty:nodefaults)}-->
75<!--{if isset($tpl_previous_page|smarty:nodefaults)}-->
76<a href="<!--{$tpl_previous_page|escape}-->">前へ</a>
77<!--{/if}-->
78<!--{if isset($tpl_previous_page|smarty:nodefaults) && isset($tpl_next_page|smarty:nodefaults)}-->
79
80<!--{/if}-->
81<!--{if isset($tpl_next_page|smarty:nodefaults)}-->
82<a href="<!--{$tpl_next_page|escape}-->">次へ</a>
83<!--{/if}-->
84<br>
85<!--{/if}-->
86
87<br>
88<hr>
89
90<a href="<!--{$smarty.const.MOBILE_URL_CART_TOP}-->" accesskey="9"><!--{9|numeric_emoji}-->かごを見る</a><br>
91<a href="<!--{$smarty.const.MOBILE_URL_SITE_TOP}-->" accesskey="0"><!--{0|numeric_emoji}-->TOPページへ</a><br>
92
93<br>
94
95<!-- ▼フッター ここから -->
96<!--{include file='footer.tpl'}-->
97<!-- ▲フッター ここまで -->
Note: See TracBrowser for help on using the repository browser.