source: temp/branches/mobile/data/Smarty/templates/mobile/products/category_list.tpl @ 11406

Revision 11406, 1.1 KB checked in by rebelt, 17 years ago (diff)

以下のモバイルサイト用ページ・機能を作成いたしました。

  • ログイン
  • パスワードを忘れた方
  • ご利用ガイド
  • お問い合せ
  • 空メール機能
  • Property svn:eol-style set to native
Line 
1<center><!--{$arrCategory.category_name|escape}--></center>
2
3<hr>
4
5<!--{foreach from=$arrChildren key=i item=arrChild}-->
6<!--{if $arrChild.has_children}-->
7<!--{assign var=path value="`$smarty.const.URL_DIR`products/category_list.php"}-->
8<!--{else}-->
9<!--{assign var=path value="`$smarty.const.URL_DIR`products/list.php"}-->
10<!--{/if}-->
11<!--{if $i+1<9}-->
12<a href="<!--{$path}-->?category_id=<!--{$arrChild.category_id}-->" accesskey="<!--{$i+1}-->"><!--{$i+1|numeric_emoji}--><!--{$arrChild.category_name|escape}-->(<!--{$arrChild.product_count}-->)</a><br>
13<!--{else}-->
14[<!--{$i+1}-->]<a href="<!--{$path}-->?category_id=<!--{$arrChild.category_id}-->"><!--{$arrChild.category_name|escape}-->(<!--{$arrChild.product_count}-->)</a><br>
15<!--{/if}-->
16<!--{/foreach}-->
17
18<br>
19<hr>
20
21<a href="<!--{$smarty.const.URL_CART_TOP}-->" accesskey="9"><!--{9|numeric_emoji}-->¤«¤´¤ò¸«¤ë</a><br>
22<a href="<!--{$smarty.const.URL_SITE_TOP}-->" accesskey="0"><!--{0|numeric_emoji}-->TOP¥Ú¡¼¥¸¤Ø</a><br>
23
24<br>
25
26<!-- ¢§¥Õ¥Ã¥¿¡¼ ¤³¤³¤«¤é -->
27<!--{include file='footer.tpl'}-->
28<!-- ¢¥¥Õ¥Ã¥¿¡¼ ¤³¤³¤Þ¤Ç -->
Note: See TracBrowser for help on using the repository browser.