Ignore:
Timestamp:
2011/03/10 20:03:42 (13 years ago)
Author:
kotani
Message:

#1124 ([フロント]商品一覧:モバイルサイトで7番目の商品以降アクセスキーがかぶってしまう)

Location:
branches/version-2_5-dev/data/Smarty/templates/mobile/products
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/Smarty/templates/mobile/products/category_list.tpl

    r20462 r20590  
    2828<!--{assign var=path value="`$smarty.const.ROOT_URLPATH`products/list.php"}--> 
    2929<!--{/if}--> 
    30 <!--{if $i+1<9}--> 
    31 <a href="<!--{$path}-->?category_id=<!--{$arrChild.category_id}-->" accesskey="<!--{$i+1}-->"><!--{$i+1|numeric_emoji}--><!--{$arrChild.category_name|h}-->(<!--{$arrChild.product_count}-->)</a><br> 
    32 <!--{else}--> 
    33 [<!--{$i+1}-->]<a href="<!--{$path}-->?category_id=<!--{$arrChild.category_id}-->"><!--{$arrChild.category_name|h}-->(<!--{$arrChild.product_count}-->)</a><br> 
    34 <!--{/if}--> 
     30<a href="<!--{$path}-->?category_id=<!--{$arrChild.category_id}-->"><!--{$arrChild.category_name|h}-->(<!--{$arrChild.product_count}-->)</a><br> 
    3531<!--{/foreach}--> 
    3632 
  • branches/version-2_5-dev/data/Smarty/templates/mobile/products/list.tpl

    r20571 r20590  
    2929<!--{foreach from=$arrProducts key=i item=arrProduct}--> 
    3030<!-- ▼商品 ここから --> 
    31 <!--{if $i+1<9}--><!--{$i+1|numeric_emoji}--><!--{else}-->[<!--{$i+1}-->]<!--{/if}--> 
    3231<!-- 商品名 --><!--{$arrProduct.name|h}--><br> 
    3332 
     
    4140 
    4241<div align="right"> 
    43 <!--{if $i+1<9}--> 
    44 <a href="<!--{$smarty.const.MOBILE_P_DETAIL_URLPATH}--><!--{$arrProduct.product_id|u}-->" accesskey="<!--{$i+1}-->">商品詳細へ→</a> 
    45 <!--{else}--> 
    4642<a href="<!--{$smarty.const.MOBILE_P_DETAIL_URLPATH}--><!--{$arrProduct.product_id|u}-->">商品詳細へ→</a> 
    47 <!--{/if}--> 
    4843</div> 
    4944 
Note: See TracChangeset for help on using the changeset viewer.