Ignore:
Timestamp:
2011/03/07 15:37:16 (13 years ago)
Author:
Seasoft
Message:

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

  • 半SP
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/Smarty/templates/sphone/products/list.tpl

    r20463 r20540  
    6060        <input type="hidden" name="rnd" value="<!--{$tpl_rnd|h}-->" /> 
    6161    </form> 
    62      
     62 
    6363    <!--★タイトル★--> 
    6464    <h2 class="title"><!--{$tpl_subtitle|h}--></h2> 
    65      
     65 
    6666    <!--▼検索条件--> 
    6767    <!--{if $tpl_subtitle == "検索結果"}--> 
     
    100100            <div> 
    101101                <span class="pagenumber"><!--{$tpl_linemax}--></span>件の商品 
    102                  
     102 
    103103                <select name="disp_number" onchange="javascript:fnChangeDispNumber(this.value);"> 
    104104                    <!--{foreach from=$arrPRODUCTLISTMAX item="dispnum" key="num"}--> 
     
    112112            </div> 
    113113            <!--▲件数--> 
    114              
     114 
    115115            <!--▼ページナビ(上部)--> 
    116116            <form name="page_navi_top" id="page_navi_top" action="?"> 
     
    130130                <a href="<!--{$smarty.const.P_DETAIL_URLPATH}--><!--{$arrProduct.product_id|u}-->" class="over"><!--商品写真--><img src="<!--{$smarty.const.IMAGE_SAVE_URLPATH|sfTrimURL}-->/<!--{$arrProduct.main_list_image|sfNoImageMainList|h}-->" alt="<!--{$arrProduct.name|h}-->" class="picture" /></a> 
    131131            </div> 
    132              
     132 
    133133            <div class="listrightblock"> 
    134134                <!--▼商品ステータス--> 
     
    143143                <!--{/if}--> 
    144144                <!--▲商品ステータス--> 
    145                  
     145 
    146146                <!--★商品名★--> 
    147147                <h3> 
    148148                    <a href="<!--{$smarty.const.P_DETAIL_URLPATH}--><!--{$arrProduct.product_id|u}-->" name="product<!--{$arrProduct.product_id}-->"><!--{$arrProduct.name|h}--></a> 
    149149                </h3> 
    150                  
     150 
    151151                <!--★コメント★--> 
    152152                <p class="listcomment"><!--{$arrProduct.main_list_comment|h|nl2br}--></p> 
    153                  
     153 
    154154                <p> 
    155155                    <span class="pricebox sale_price"> 
Note: See TracChangeset for help on using the changeset viewer.