Ignore:
Timestamp:
2011/11/17 10:18:16 (12 years ago)
Author:
Seasoft
Message:

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

Location:
branches/version-2_11-dev/data/Smarty/templates/default/shopping
Files:
4 edited

Legend:

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

    r21192 r21343  
    7575 
    7676        <table summary="ご注文内容確認"> 
    77             <colgroup width="10%"></colgroup> 
    78             <colgroup width="40%"></colgroup> 
    79             <colgroup width="20%"></colgroup> 
    80             <colgroup width="10%"></colgroup> 
    81             <colgroup width="20%"></colgroup> 
     77            <col width="10%" /> 
     78            <col width="40%" /> 
     79            <col width="20%" /> 
     80            <col width="10%" /> 
     81            <col width="20%" /> 
    8282            <tr> 
    8383                <th scope="col">商品写真</th> 
     
    143143        <!--{if $tpl_login == 1 && $smarty.const.USE_POINT !== false}--> 
    144144            <table summary="ポイント確認" class="delivname"> 
    145             <colgroup width="30%"></colgroup> 
    146             <colgroup width="70%"></colgroup> 
     145            <col width="30%" /> 
     146            <col width="70%" /> 
    147147                <tr> 
    148148                    <th scope="row">ご注文前のポイント</th> 
     
    179179        <!--{if $is_multiple}--> 
    180180            <table summary="ご注文内容確認"> 
    181                 <colgroup width="10%"></colgroup> 
    182                 <colgroup width="60%"></colgroup> 
    183                 <colgroup width="20%"></colgroup> 
    184                 <colgroup width="10%"></colgroup> 
     181                <col width="10%" /> 
     182                <col width="60%" /> 
     183                <col width="20%" /> 
     184                <col width="10%" /> 
    185185                <tr> 
    186186                    <th scope="col">商品写真</th> 
     
    222222 
    223223        <table summary="お届け先確認" class="delivname"> 
    224             <colgroup width="30%"></colgroup> 
    225             <colgroup width="70%"></colgroup> 
     224            <col width="30%" /> 
     225            <col width="70%" /> 
    226226            <tbody> 
    227227                <tr> 
     
    263263        <h3>配送方法・お支払方法・その他お問い合わせ</h3> 
    264264        <table summary="配送方法・お支払方法・その他お問い合わせ" class="delivname"> 
    265             <colgroup width="30%"></colgroup> 
    266             <colgroup width="70%"></colgroup> 
     265            <col width="30%" /> 
     266            <col width="70%" /> 
    267267            <tbody> 
    268268            <tr> 
  • branches/version-2_11-dev/data/Smarty/templates/default/shopping/deliv.tpl

    r20764 r21343  
    5757        <!--{/if}--> 
    5858        <table summary="お届け先の指定"> 
    59             <colgroup width="10%"></colgroup> 
    60             <colgroup width="20%"></colgroup> 
    61             <colgroup width="50%"></colgroup> 
    62             <colgroup width="10%"></colgroup> 
    63             <colgroup width="10%"></colgroup> 
     59            <col width="10%" /> 
     60            <col width="20%" /> 
     61            <col width="50%" /> 
     62            <col width="10%" /> 
     63            <col width="10%" /> 
    6464            <tr> 
    6565                <th class="alignC">選択</th> 
  • branches/version-2_11-dev/data/Smarty/templates/default/shopping/multiple.tpl

    r21140 r21343  
    5454            <input type="hidden" name="mode" value="confirm" /> 
    5555            <table summary="商品情報"> 
    56                 <colgroup width="10%"></colgroup> 
    57                 <colgroup width="35%"></colgroup> 
    58                 <colgroup width="10%"></colgroup> 
    59                 <colgroup width="45%"></colgroup> 
     56                <col width="10%" /> 
     57                <col width="35%" /> 
     58                <col width="10%" /> 
     59                <col width="45%" /> 
    6060                <tr> 
    6161                    <th class="alignC">商品写真</th> 
  • branches/version-2_11-dev/data/Smarty/templates/default/shopping/payment.tpl

    r20871 r21343  
    143143            <!--{/if}--> 
    144144            <table summary="配送方法選択"> 
    145                 <colgroup width="20%"></colgroup> 
    146                 <colgroup width="80%"></colgroup> 
     145                <col width="20%" /> 
     146                <col width="80%" /> 
    147147                <tr> 
    148148                    <th class="alignC">選択</th> 
     
    172172            <!--{/if}--> 
    173173            <table summary="お支払方法選択" id="payment"> 
    174                 <colgroup width="20%"></colgroup> 
    175                 <colgroup width="80%"></colgroup> 
     174                <col width="20%" /> 
     175                <col width="80%" /> 
    176176                <thead> 
    177177                    <tr> 
Note: See TracChangeset for help on using the changeset viewer.