Ignore:
Timestamp:
2012/02/18 23:28:42 (12 years ago)
Author:
Seasoft
Message:

#1613 (ソース整形・ソースコメントの改善)

  • 主にテンプレートのスペース関連
Location:
branches/version-2_12-dev/data/Smarty/templates/default/shopping
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/data/Smarty/templates/default/shopping/confirm.tpl

    r21343 r21535  
    6565                <li> 
    6666                    <input type="image" onclick="return fnCheckSubmit();" onmouseover="chgImgImageSubmit('<!--{$TPL_URLPATH}-->img/button/btn_next_on.jpg',this)" onmouseout="chgImgImageSubmit('<!--{$TPL_URLPATH}-->img/button/btn_next.jpg',this)" src="<!--{$TPL_URLPATH}-->img/button/btn_next.jpg" alt="次へ" name="next-top" id="next-top" /> 
    67                 </li>  
     67                </li> 
    6868                    <!--{else}--> 
    6969                <li> 
  • branches/version-2_12-dev/data/Smarty/templates/default/shopping/multiple.tpl

    r21343 r21535  
    8585                        <td> 
    8686                            <!--{assign var=key value="quantity"}--> 
    87                             <!--{if $arrErr[$key][$index] != ''}-->  
    88                                 <span class="attention"><!--{$arrErr[$key][$index]}--></span>  
     87                            <!--{if $arrErr[$key][$index] != ''}--> 
     88                                <span class="attention"><!--{$arrErr[$key][$index]}--></span> 
    8989                            <!--{/if}--> 
    9090                            <input type="text" name="<!--{$key}-->[<!--{$index}-->]" value="<!--{$arrForm[$key].value[$index]}-->" class="box40" style="<!--{$arrErr[$key][$index]|sfGetErrorColor}-->" /> 
  • branches/version-2_12-dev/data/Smarty/templates/default/shopping/payment.tpl

    r21343 r21535  
    5050                        payment_tbody.empty(); 
    5151                        for (var i in data.arrPayment) { 
    52                             // ラジオボタン  
     52                            // ラジオボタン 
    5353                            <!--{* IE7未満対応のため name と id をベタ書きする *}--> 
    5454                            var radio = $('<input type="radio" name="payment_id" id="pay_' + i + '" />') 
Note: See TracChangeset for help on using the changeset viewer.