Ignore:
Timestamp:
2011/09/16 11:32:41 (13 years ago)
Author:
fukap
Message:

#1421 (Fix typo.)
#1478 (スペルミス、表記ゆれ)
関連スレッド
 http://xoops.ec-cube.net/modules/newbb/viewtopic.php?viewmode=thread&topic_id=7850&forum=3&post_id=43148#forumpost43148

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

Legend:

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

    r20764 r21240  
    2222<!--{if count($arrBestProducts) > 0}--> 
    2323<div class="bloc_outer clearfix"> 
    24     <div id="recomend_area"> 
     24    <div id="recommend_area"> 
    2525        <h2><img src="<!--{$TPL_URLPATH}-->img/title/tit_bloc_recommend.jpg" alt="*" class="title_icon" /></h2> 
    2626        <!--{section name=cnt loop=$arrBestProducts step=2}--> 
    2727        <div class="bloc_body clearfix"> 
    28             <div class="recomendleft clearfix"> 
     28            <div class="recommendleft clearfix"> 
    2929                <div class="productImage"> 
    3030                    <a href="<!--{$smarty.const.P_DETAIL_URLPATH}--><!--{$arrBestProducts[cnt].product_id|u}-->"> 
     
    4444            </div> 
    4545 
    46             <div class="recomendright clearfix"> 
     46            <div class="recommendright clearfix"> 
    4747                <div class="productImage"> 
    4848                    <!--{assign var=cnt2 value=`$smarty.section.cnt.iteration*$smarty.section.cnt.step-1`}--> 
  • branches/version-2_11-dev/data/Smarty/templates/sphone/frontparts/bloc/recommend.tpl

    r21132 r21240  
    2222<!-- ▼おすすめ商品 --> 
    2323<!--{if count($arrBestProducts) > 0}--> 
    24 <section id="recomend_area" class="mainImageInit"> 
     24<section id="recommend_area" class="mainImageInit"> 
    2525<h2>おすすめ商品</h2> 
    2626<ul> 
    2727<!--{section name=cnt loop=$arrBestProducts step=2}--> 
    2828        <li id="mainImage<!--{$smarty.section.cnt.index}-->"> 
    29             <div class="recomendblock clearfix"> 
     29            <div class="recommendblock clearfix"> 
    3030              <img src="<!--{$smarty.const.ROOT_URLPATH}-->resize_image.php?image=<!--{$arrBestProducts[cnt].main_list_image|sfNoImageMainList|h}-->&amp;width=80&amp;height=80" alt="<!--{$arrBestProducts[cnt].name|h}-->" /> 
    3131              <div class="productContents"> 
     
    4141        <!--{if $arrBestProducts[$cnt2]|count > 0}--> 
    4242          <li id="mainImage<!--{$cnt2}-->"> 
    43               <div class="recomendblock clearfix"> 
     43              <div class="recommendblock clearfix"> 
    4444                <img src="<!--{$smarty.const.ROOT_URLPATH}-->resize_image.php?image=<!--{$arrBestProducts[$cnt2].main_list_image|sfNoImageMainList|h}-->&amp;width=80&amp;height=80" alt="<!--{$arrBestProducts[$cnt2].name|h}-->" /> 
    4545                <div class="productContents"> 
     
    6262<!--// 
    6363$(function(){ 
    64     $('#recomend_area ul li').flickSlide({target:'#recomend_area>ul', duration:5000}); 
     64    $('#recommend_area ul li').flickSlide({target:'#recommend_area>ul', duration:5000}); 
    6565}); 
    6666//--> 
  • branches/version-2_11-dev/data/Smarty/templates/sphone/popup_header.tpl

    r21157 r21240  
    4747<script type="text/javascript">     
    4848    $(function(){ 
    49         $('.recomendblock, .list_area, .newslist li,.bubbleBox,.arrowBox').biggerlink(); 
    50         //$('.recomendblock, .newslist li,.bubbleBox,.arrowBox').biggerlink(); 
     49        $('.recommendblock, .list_area, .newslist li,.bubbleBox,.arrowBox').biggerlink(); 
     50        //$('.recommendblock, .newslist li,.bubbleBox,.arrowBox').biggerlink(); 
    5151    }); 
    5252</script> 
  • branches/version-2_11-dev/data/Smarty/templates/sphone/site_frame.tpl

    r21170 r21240  
    4646<script>//<![CDATA[ 
    4747    $(function(){ 
    48         $('.header_navi li,.recomendblock, .list_area, .newslist li, .bubbleBox, .arrowBox, .category_body, .navBox li,#mypagecolumn .cartitemBox').biggerlink(); 
     48        $('.header_navi li,.recommendblock, .list_area, .newslist li, .bubbleBox, .arrowBox, .category_body, .navBox li,#mypagecolumn .cartitemBox').biggerlink(); 
    4949    }); 
    5050//]]> 
Note: See TracChangeset for help on using the changeset viewer.