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

    r19713 r19785  
    2323<div id="undercolumn"> 
    2424  <div id="undercolumn_entry"> 
    25     <h2 class="title"><!--{$tpl_title|escape}--></h2> 
     25    <h2 class="title"><!--{$tpl_title|h}--></h2> 
    2626    <div id="completetext"> 
    2727      <em>本登録が完了いたしました。<br /> 
     
    3030      <p>今後ともご愛顧賜りますようよろしくお願い申し上げます。</p> 
    3131 
    32       <p><!--{$arrSiteInfo.company_name|escape}--><br /> 
     32      <p><!--{$arrSiteInfo.company_name|h}--><br /> 
    3333        TEL:<!--{$arrSiteInfo.tel01}-->-<!--{$arrSiteInfo.tel02}-->-<!--{$arrSiteInfo.tel03}--> <!--{if $arrSiteInfo.business_hour != ""}-->(受付時間/<!--{$arrSiteInfo.business_hour}-->)<!--{/if}--><br /> 
    3434        E-mall:<a href="mailto:<!--{$arrSiteInfo.email02|escape:'hex'}-->"><!--{$arrSiteInfo.email02|escape:'hexentity'}--></a></p> 
Note: See TracChangeset for help on using the changeset viewer.