source: branches/comu-utf8/data/Smarty/templates/mobile/products/category_list.tpl @ 15099

Revision 15099, 1.3 KB checked in by Yammy, 17 years ago (diff)

UTF-8変換済みファイルインポート
1.3.4ベース

Line 
1<!--{*
2/*
3 * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved.
4 *
5 * http://www.lockon.co.jp/
6 */
7*}-->
8<center><!--{$arrCategory.category_name|escape}--></center>
9
10<hr>
11
12<!--{foreach from=$arrChildren key=i item=arrChild}-->
13<!--{if $arrChild.has_children}-->
14<!--{assign var=path value="`$smarty.const.MOBILE_URL_DIR`products/category_list.php"}-->
15<!--{else}-->
16<!--{assign var=path value="`$smarty.const.MOBILE_URL_DIR`products/list.php"}-->
17<!--{/if}-->
18<!--{if $i+1<9}-->
19<a href="<!--{$path}-->?category_id=<!--{$arrChild.category_id}-->" accesskey="<!--{$i+1}-->"><!--{$i+1|numeric_emoji}--><!--{$arrChild.category_name|escape}-->(<!--{$arrChild.product_count}-->)</a><br>
20<!--{else}-->
21[<!--{$i+1}-->]<a href="<!--{$path}-->?category_id=<!--{$arrChild.category_id}-->"><!--{$arrChild.category_name|escape}-->(<!--{$arrChild.product_count}-->)</a><br>
22<!--{/if}-->
23<!--{/foreach}-->
24
25<br>
26<hr>
27
28<a href="<!--{$smarty.const.MOBILE_URL_CART_TOP}-->" accesskey="9"><!--{9|numeric_emoji}-->かごを見る</a><br>
29<a href="<!--{$smarty.const.MOBILE_URL_SITE_TOP}-->" accesskey="0"><!--{0|numeric_emoji}-->TOPページへ</a><br>
30
31<br>
32
33<!-- ▼フッター ここから -->
34<!--{include file='footer.tpl'}-->
35<!-- ▲フッター ここまで -->
Note: See TracBrowser for help on using the repository browser.