source: branches/comu/data/Smarty/templates/mobile/frontparts/bloc/category.tpl @ 12197

Revision 12197, 748 bytes checked in by adati, 17 years ago (diff)

1.3.0正式版のマージ

  • Property svn:eol-style set to native
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<!--{section name=cnt loop=$arrCat}-->
10<!--{assign var=disp_name value="`$arrCat[cnt].category_name`"}-->
11<!--{if $arrCat[cnt].has_children}-->
12<!--{assign var=path value="`$smarty.const.MOBILE_URL_DIR`products/category_list.php"}-->
13<!--{else}-->
14<!--{assign var=path value="`$smarty.const.MOBILE_URL_DIR`products/list.php"}-->
15<!--{/if}-->
16¡¡<font color="<!--{cycle values="#000000,#880000,#8888ff,#88ff88,#ff0000"}-->">¢£</font><a href="<!--{$path}-->?category_id=<!--{$arrCat[cnt].category_id}-->"><!--{$disp_name|sfCutString:20|escape}--></a><br>
17<!--{/section}-->
18<!--¢¥¾¦ÉÊ¥«¥Æ¥´¥ê¡¼¤³¤³¤Þ¤Ç-->
Note: See TracBrowser for help on using the repository browser.