Ignore:
Timestamp:
2013/07/08 21:58:43 (11 years ago)
Author:
Seasoft
Message:

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

  • ソースコードのインデントを適切にする
  • 出力 HTML の冗長なインデントを減らす (strip)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13-dev/data/Smarty/templates/default/frontparts/bloc/recommend.tpl

    r22548 r22959  
    2121 *}--> 
    2222 
    23 <!--{if count($arrBestProducts) > 0}--> 
    24     <div class="block_outer clearfix"> 
    25         <div id="recommend_area"> 
    26             <h2><img src="<!--{$TPL_URLPATH}-->img/title/tit_bloc_recommend.png" alt="*" class="title_icon" /></h2> 
    27             <div class="block_body clearfix"> 
    28                 <!--{foreach from=$arrBestProducts item=arrProduct name="recommend_products"}--> 
    29                     <div class="product_item clearfix"> 
    30                         <div class="productImage"> 
    31                             <a href="<!--{$smarty.const.P_DETAIL_URLPATH}--><!--{$arrProduct.product_id|u}-->"> 
    32                                 <img src="<!--{$smarty.const.ROOT_URLPATH}-->resize_image.php?image=<!--{$arrProduct.main_list_image|sfNoImageMainList|h}-->&amp;width=80&amp;height=80" alt="<!--{$arrProduct.name|h}-->" /> 
    33                             </a> 
     23<!--{strip}--> 
     24    <!--{if count($arrBestProducts) > 0}--> 
     25        <div class="block_outer clearfix"> 
     26            <div id="recommend_area"> 
     27                <h2><img src="<!--{$TPL_URLPATH}-->img/title/tit_bloc_recommend.png" alt="*" class="title_icon" /></h2> 
     28                <div class="block_body clearfix"> 
     29                    <!--{foreach from=$arrBestProducts item=arrProduct name="recommend_products"}--> 
     30                        <div class="product_item clearfix"> 
     31                            <div class="productImage"> 
     32                                <a href="<!--{$smarty.const.P_DETAIL_URLPATH}--><!--{$arrProduct.product_id|u}-->"> 
     33                                    <img src="<!--{$smarty.const.ROOT_URLPATH}-->resize_image.php?image=<!--{$arrProduct.main_list_image|sfNoImageMainList|h}-->&amp;width=80&amp;height=80" alt="<!--{$arrProduct.name|h}-->" /> 
     34                                </a> 
     35                            </div> 
     36                            <div class="productContents"> 
     37                                <h3> 
     38                                    <a href="<!--{$smarty.const.P_DETAIL_URLPATH}--><!--{$arrProduct.product_id|u}-->"><!--{$arrProduct.name|h}--></a> 
     39                                </h3> 
     40                                <p class="sale_price"> 
     41                                    <!--{$smarty.const.SALE_PRICE_TITLE}-->(税込): <span class="price"><!--{$arrProduct.price02_min_inctax|number_format}--> 円</span> 
     42                                </p> 
     43                                <p class="mini comment"><!--{$arrProduct.comment|h|nl2br}--></p> 
     44                            </div> 
    3445                        </div> 
    35                         <div class="productContents"> 
    36                             <h3> 
    37                                 <a href="<!--{$smarty.const.P_DETAIL_URLPATH}--><!--{$arrProduct.product_id|u}-->"><!--{$arrProduct.name|h}--></a> 
    38                             </h3> 
    39                             <p class="sale_price"> 
    40                                 <!--{$smarty.const.SALE_PRICE_TITLE}-->(税込): <span class="price"><!--{$arrProduct.price02_min_inctax|number_format}--> 円</span> 
    41                             </p> 
    42                             <p class="mini comment"><!--{$arrProduct.comment|h|nl2br}--></p> 
    43                         </div> 
    44                     </div> 
    45                     <!--{if $smarty.foreach.recommend_products.iteration % 2 === 0}--> 
    46                         <div class="clear"></div> 
    47                     <!--{/if}--> 
    48                 <!--{/foreach}--> 
     46                        <!--{if $smarty.foreach.recommend_products.iteration % 2 === 0}--> 
     47                            <div class="clear"></div> 
     48                        <!--{/if}--> 
     49                    <!--{/foreach}--> 
     50                </div> 
    4951            </div> 
    5052        </div> 
    51     </div> 
    52 <!--{/if}--> 
     53    <!--{/if}--> 
     54<!--{/strip}--> 
Note: See TracChangeset for help on using the changeset viewer.