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/sphone/mypage/delivery.tpl

    r19713 r19785  
    2424<!--▼CONTENTS--> 
    2525<div id="mypagecolumn"> 
    26     <h2 class="title"><!--{$tpl_title|escape}--></h2> 
     26    <h2 class="title"><!--{$tpl_title|h}--></h2> 
    2727<!--{include file=$tpl_navi}--> 
    2828    <div id="mycontentsarea"> 
    29         <h3><!--{$tpl_subtitle|escape}--></h3> 
     29        <h3><!--{$tpl_subtitle|h}--></h3> 
    3030        <p>登録住所以外への住所へ送付される場合等にご利用いただくことができます。</p> 
    31         <p>※最大<!--{$smarty.const.DELIV_ADDR_MAX|escape}-->件まで登録できます。</p> 
     31        <p>※最大<!--{$smarty.const.DELIV_ADDR_MAX|h}-->件まで登録できます。</p> 
    3232 
    3333        <!--{if $tpl_linemax < $smarty.const.DELIV_ADDR_MAX}--> 
     
    5757                        <td> 
    5858                            〒<!--{$arrOtherDeliv[cnt].zip01}-->-<!--{$arrOtherDeliv[cnt].zip02}--><br /> 
    59                             <!--{$arrPref[$OtherPref]|escape}--><!--{$arrOtherDeliv[cnt].addr01|escape}--><!--{$arrOtherDeliv[cnt].addr02|escape}--><br /> 
    60                             <!--{$arrOtherDeliv[cnt].name01|escape}-->&nbsp;<!--{$arrOtherDeliv[cnt].name02|escape}--> 
     59                            <!--{$arrPref[$OtherPref]|h}--><!--{$arrOtherDeliv[cnt].addr01|h}--><!--{$arrOtherDeliv[cnt].addr02|h}--><br /> 
     60                            <!--{$arrOtherDeliv[cnt].name01|h}-->&nbsp;<!--{$arrOtherDeliv[cnt].name02|h}--> 
    6161                        </td> 
    6262                        <td class="centertd"> 
Note: See TracChangeset for help on using the changeset viewer.