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/default/shopping/complete.tpl

    r19697 r19785  
    2626      <img src="<!--{$TPL_DIR}-->img/picture/img_flow_04.gif" width="700" height="36" alt="購入手続きの流れ" /> 
    2727    </p> 
    28     <h2 class="title"><!--{$tpl_title|escape}--></h2> 
     28    <h2 class="title"><!--{$tpl_title|h}--></h2> 
    2929 
    3030    <!-- ▼その他決済情報を表示する場合は表示 --> 
     
    4444 
    4545    <div id="completetext"> 
    46       <em><!--{$arrInfo.shop_name|escape}-->の商品をご購入いただき、ありがとうございました。</em> 
     46      <em><!--{$arrInfo.shop_name|h}-->の商品をご購入いただき、ありがとうございました。</em> 
    4747 
    4848      <p>ただいま、ご注文の確認メールをお送りさせていただきました。<br /> 
     
    5050        今後ともご愛顧賜りますようよろしくお願い申し上げます。</p> 
    5151 
    52       <p><!--{$arrInfo.shop_name|escape}--><br /> 
     52      <p><!--{$arrInfo.shop_name|h}--><br /> 
    5353        TEL:<!--{$arrInfo.tel01}-->-<!--{$arrInfo.tel02}-->-<!--{$arrInfo.tel03}--> <!--{if $arrInfo.business_hour != ""}-->(受付時間/<!--{$arrInfo.business_hour}-->)<!--{/if}--><br /> 
    5454        E-mail:<a href="mailto:<!--{$arrInfo.email02|escape:'hex'}-->"><!--{$arrInfo.email02|escape:'hexentity'}--></a></p> 
Note: See TracChangeset for help on using the changeset viewer.