Ignore:
Timestamp:
2010/12/29 13:10:01 (13 years ago)
Author:
Seasoft
Message:

#862(テンプレート上のエスケープを簡単に)
#628(未使用処理・定義などの削除)

  • Smarty 変数 tpl_start

#879(jQuery の ready イベントと競合する body の onload イベントを使用している)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/Smarty/templates/admin/total/page_products.tpl

    r18873 r19785  
    4646  <tr class="<!--{$color}-->"> 
    4747    <td class="center"><!--{*順位*}--><!--{$smarty.section.cnt.iteration}--></td> 
    48     <td class="right"><!--{*商品コード*}--><!--{$arrResults[cnt].product_code|escape}--></td> 
    49     <td class="left"><!--{*商品名*}--><!--{$arrResults[cnt].product_name|sfCutString:40|escape}--></td> 
     48    <td class="right"><!--{*商品コード*}--><!--{$arrResults[cnt].product_code|h}--></td> 
     49    <td class="left"><!--{*商品名*}--><!--{$arrResults[cnt].product_name|sfCutString:40|h}--></td> 
    5050    <td class="right"><!--{*購入件数*}--><!--{$arrResults[cnt].order_count}-->件</td> 
    5151    <td class="right"><!--{*点数*}--><!--{$arrResults[cnt].products_count}--></td> 
Note: See TracChangeset for help on using the changeset viewer.