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/mobile/shopping/payment.tpl

    r19665 r19785  
    2626<hr> 
    2727 
    28 <form method="post" action="<!--{$smarty.server.PHP_SELF|escape}-->"> 
     28<form method="post" action="<!--{$smarty.server.PHP_SELF|h}-->"> 
    2929<input type="hidden" name="mode" value="deliv_date"> 
    3030<input type="hidden" name="uniqid" value="<!--{$tpl_uniqid}-->"> 
     
    4242<!--{section name=cnt loop=$arrPayment}--> 
    4343<input type="radio" name="<!--{$key}-->" value="<!--{$arrPayment[cnt].payment_id}-->" <!--{$arrPayment[cnt].payment_id|sfGetChecked:$arrForm[$key].value}-->> 
    44 <!--{$arrPayment[cnt].payment_method|escape}--> 
     44<!--{$arrPayment[cnt].payment_method|h}--> 
    4545<br> 
    4646<!--{/section}--> 
Note: See TracChangeset for help on using the changeset viewer.