Changeset 22787


Ignore:
Timestamp:
2013/04/21 22:05:08 (11 years ago)
Author:
Seasoft
Message:

#2043 (typo修正・ソース整形・ソースコメントの改善 for 2.13.0)

  • 記述重複
  • エスケープ漏れ
Location:
branches/version-2_13-dev/data/Smarty/templates
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13-dev/data/Smarty/templates/default/cart/index.tpl

    r22736 r22787  
    178178                                <li> 
    179179                                    <!--{if strlen($tpl_error) == 0}--> 
    180                                         <input type="hidden" name="cartKey" value="<!--{$key|h}-->" /> 
    181180                                        <input type="image" onmouseover="chgImgImageSubmit('<!--{$TPL_URLPATH|h}-->img/button/btn_buystep_on.jpg',this)" onmouseout="chgImgImageSubmit('<!--{$TPL_URLPATH|h}-->img/button/btn_buystep.jpg',this)" src="<!--{$TPL_URLPATH|h}-->img/button/btn_buystep.jpg" alt="購入手続きへ" name="confirm" /> 
    182181                                    <!--{/if}--> 
  • branches/version-2_13-dev/data/Smarty/templates/sphone/cart/index.tpl

    r22574 r22787  
    8989                    <input type="hidden" name="mode" value="confirm" /> 
    9090                    <input type="hidden" name="cart_no" value="" /> 
    91                     <input type="hidden" name="cartKey" value="<!--{$key}-->" /> 
     91                    <input type="hidden" name="cartKey" value="<!--{$key|h}-->" /> 
    9292 
    9393                    <div class="formBox"> 
     
    146146                        <!--{if strlen($tpl_error) == 0}--> 
    147147                            <div class="btn_area_btm"> 
    148                                 <input type="hidden" name="cartKey" value="<!--{$key}-->" /> 
    149148                                <input type="submit" value="ご購入手続きへ" name="confirm" class="btn data-role-none" /> 
    150149                            </div> 
Note: See TracChangeset for help on using the changeset viewer.