Ignore:
Timestamp:
2010/12/29 13:10:01 (12 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/mobile/regist/complete.tpl

    r19665 r19785  
    3535<br> 
    3636 
    37 <!--{$arrSiteInfo.company_name|escape}--><br> 
     37<!--{$arrSiteInfo.company_name|h}--><br> 
    3838TEL:<!--{$arrSiteInfo.tel01}-->-<!--{$arrSiteInfo.tel02}-->-<!--{$arrSiteInfo.tel03}--> <!--{if $arrSiteInfo.business_hour != ""}-->(受付時間/<!--{$arrSiteInfo.business_hour}-->)<!--{/if}--><br> 
    39 E-mail:<a href="mailto:<!--{$arrSiteInfo.email02|escape}-->"><!--{$arrSiteInfo.email02|escape}--></a><br> 
     39E-mail:<a href="mailto:<!--{$arrSiteInfo.email02|h}-->"><!--{$arrSiteInfo.email02|h}--></a><br> 
    4040 
    4141<br> 
Note: See TracChangeset for help on using the changeset viewer.