source: temp/branches/mobile/data/Smarty/templates/mobile/frontparts/bloc/category.tpl @ 11398

Revision 11398, 620 bytes checked in by rebelt, 17 years ago (diff)

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

  • トップページ
  • 商品閲覧
  • 商品検索
  • セッションIDチェック機能
  • 簡単ログイン補助機能
  • 絵文字変換機能
  • Property svn:eol-style set to native
Line 
1<!--¢§¾¦ÉÊ¥«¥Æ¥´¥ê¡¼¤³¤³¤«¤é-->
2<!--{section name=cnt loop=$arrCat}-->
3<!--{assign var=disp_name value="`$arrCat[cnt].category_name`"}-->
4<!--{if $arrCat[cnt].has_children}-->
5<!--{assign var=path value="`$smarty.const.URL_DIR`products/category_list.php"}-->
6<!--{else}-->
7<!--{assign var=path value="`$smarty.const.URL_DIR`products/list.php"}-->
8<!--{/if}-->
9¡¡<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>
10<!--{/section}-->
11<!--¢¥¾¦ÉÊ¥«¥Æ¥´¥ê¡¼¤³¤³¤Þ¤Ç-->
Note: See TracBrowser for help on using the repository browser.