Ignore:
Timestamp:
2013/08/26 15:52:37 (11 years ago)
Author:
m_uehara
Message:

#2348 r23116 - r23125 をマージ

Location:
branches/version-2_13_0/data/Smarty/templates/sphone
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13_0/data/Smarty/templates/sphone/cart/index.tpl

    r23103 r23126  
    107107                                <!--▼商品 --> 
    108108                                <div class="cartitemBox"> 
    109                                     <img src="<!--{$smarty.const.IMAGE_SAVE_URLPATH}--><!--{$arrItem.productsClass.main_list_image|sfNoImageMainList|h}-->" style="max-width: 80px;max-height: 80;" alt="<!--{$arrItem.productsClass.name|h}-->" class="photoL" /> 
     109                                    <img src="<!--{$smarty.const.IMAGE_SAVE_URLPATH}--><!--{$arrItem.productsClass.main_list_image|sfNoImageMainList|h}-->" style="max-width: 80px;max-height: 80px;" alt="<!--{$arrItem.productsClass.name|h}-->" class="photoL" /> 
    110110                                    <div class="cartinContents"> 
    111111                                        <div> 
  • branches/version-2_13_0/data/Smarty/templates/sphone/frontparts/bloc/recommend.tpl

    r23041 r23126  
    2929                <li id="mainImage<!--{$smarty.section.cnt.index}-->"> 
    3030                    <div class="recommendblock clearfix"> 
    31                         <img src="<!--{$smarty.const.IMAGE_SAVE_URLPATH}--><!--{$arrBestProducts[cnt].main_list_image|sfNoImageMainList|h}-->" style="max-width: 80px;max-height: 80;" alt="<!--{$arrBestProducts[cnt].name|h}-->" /> 
     31                        <img src="<!--{$smarty.const.IMAGE_SAVE_URLPATH}--><!--{$arrBestProducts[cnt].main_list_image|sfNoImageMainList|h}-->" style="max-width: 80px;max-height: 80px;" alt="<!--{$arrBestProducts[cnt].name|h}-->" /> 
    3232                        <div class="productContents"> 
    3333                            <h3><a rel="external" href="<!--{$smarty.const.P_DETAIL_URLPATH}--><!--{$arrBestProducts[cnt].product_id|u}-->"><!--{$arrBestProducts[cnt].name|h}--></a></h3> 
  • branches/version-2_13_0/data/Smarty/templates/sphone/mypage/favorite.tpl

    r23103 r23126  
    5555                        <!--▼商品 --> 
    5656                        <div class="favoriteBox"> 
    57                             <a rel="external" href="<!--{$smarty.const.P_DETAIL_URLPATH}--><!--{$product_id|u}-->"><img src="<!--{$smarty.const.IMAGE_SAVE_URLPATH}--><!--{$arrFavorite[cnt].main_list_image|sfNoImageMainList|h}-->" style="max-width: 80px;max-height: 80;" class="photoL productImg"  /></a> 
     57                            <a rel="external" href="<!--{$smarty.const.P_DETAIL_URLPATH}--><!--{$product_id|u}-->"><img src="<!--{$smarty.const.IMAGE_SAVE_URLPATH}--><!--{$arrFavorite[cnt].main_list_image|sfNoImageMainList|h}-->" style="max-width: 80px;max-height: 80px;" class="photoL productImg"  /></a> 
    5858                            <div class="favoriteContents clearfix"> 
    5959                                <h4><a rel="external" href="<!--{$smarty.const.P_DETAIL_URLPATH}--><!--{$product_id|u}-->" class="productName"><!--{$arrFavorite[cnt].name}--></a></h4> 
  • branches/version-2_13_0/data/Smarty/templates/sphone/mypage/history.tpl

    r23041 r23126  
    9090                <!--{foreach from=$tpl_arrOrderDetail item=orderDetail}--> 
    9191                    <div> 
    92                         <img src="<!--{$smarty.const.IMAGE_SAVE_URLPATH}--><!--{$orderDetail.main_list_image|sfNoImageMainList|h}-->" style="max-width: 80px;max-height: 80;" alt="<!--{$orderDetail.product_name|h}-->" class="photoL" /> 
     92                        <img src="<!--{$smarty.const.IMAGE_SAVE_URLPATH}--><!--{$orderDetail.main_list_image|sfNoImageMainList|h}-->" style="max-width: 80px;max-height: 80px;" alt="<!--{$orderDetail.product_name|h}-->" class="photoL" /> 
    9393                        <div class="cartinContents"> 
    9494                            <div> 
  • branches/version-2_13_0/data/Smarty/templates/sphone/products/detail.tpl

    r23103 r23126  
    402402                    <!--{if $arrRecommend[cnt].product_id}--> 
    403403                        <li id="mainImage1<!--{$smarty.section.cnt.index}-->"> 
    404                             <img src="<!--{$smarty.const.IMAGE_SAVE_URLPATH}--><!--{$arrRecommend[cnt].main_list_image|sfNoImageMainList|h}-->" style="max-width: 65px;max-height: 65;" alt="!--{$arrRecommend[cnt].name|h}-->" /> 
     404                            <img src="<!--{$smarty.const.IMAGE_SAVE_URLPATH}--><!--{$arrRecommend[cnt].main_list_image|sfNoImageMainList|h}-->" style="max-width: 65px;max-height: 65px;" alt="!--{$arrRecommend[cnt].name|h}-->" /> 
    405405                            <!--{assign var=price02_min value=`$arrRecommend[cnt].price02_min_inctax`}--> 
    406406                            <!--{assign var=price02_max value=`$arrRecommend[cnt].price02_max_inctax`}--> 
  • branches/version-2_13_0/data/Smarty/templates/sphone/products/list.tpl

    r23103 r23126  
    7575        <div class="list_area clearfix"> 
    7676            <!--★画像★--> 
    77             <p class="listphoto"><img src="<!--{$smarty.const.IMAGE_SAVE_URLPATH}--><!--{$arrProduct.main_list_image|sfNoImageMainList|h}-->" style="max-width: 80px;max-height: 80;" alt="<!--{$arrProduct.name|h}-->" /></p> 
     77            <p class="listphoto"><img src="<!--{$smarty.const.IMAGE_SAVE_URLPATH}--><!--{$arrProduct.main_list_image|sfNoImageMainList|h}-->" style="max-width: 80px;max-height: 80px;" alt="<!--{$arrProduct.name|h}-->" /></p> 
    7878            <div class="listrightblock"> 
    7979                <div class="statusArea"> 
  • branches/version-2_13_0/data/Smarty/templates/sphone/shopping/confirm.tpl

    r23041 r23126  
    9898                            <!--▼商品 --> 
    9999                            <div class="cartconfirmBox"> 
    100                                 <img src="<!--{$smarty.const.IMAGE_SAVE_URLPATH}--><!--{$item.productsClass.main_list_image|sfNoImageMainList|h}-->" style="max-width: 80px;max-height: 80;" alt="<!--{$item.productsClass.name|h}-->" class="photoL" /> 
     100                                <img src="<!--{$smarty.const.IMAGE_SAVE_URLPATH}--><!--{$item.productsClass.main_list_image|sfNoImageMainList|h}-->" style="max-width: 80px;max-height: 80px;" alt="<!--{$item.productsClass.name|h}-->" class="photoL" /> 
    101101                                <div class="cartconfirmContents"> 
    102102                                    <div> 
     
    230230                                            <!--{if $item.productsClass.main_image|strlen >= 1}--> 
    231231                                                <a href="<!--{$smarty.const.IMAGE_SAVE_URLPATH}--><!--{$item.productsClass.main_image|sfNoImageMainList|h}-->" target="_blank"> 
    232                                                     <img src="<!--{$smarty.const.IMAGE_SAVE_URLPATH}--><!--{$item.productsClass.main_list_image|sfNoImageMainList|h}-->" style="max-width: 80px;max-height: 80;" alt="<!--{$item.productsClass.name|h}-->" class="photoL" /></a> 
     232                                                    <img src="<!--{$smarty.const.IMAGE_SAVE_URLPATH}--><!--{$item.productsClass.main_list_image|sfNoImageMainList|h}-->" style="max-width: 80px;max-height: 80px;" alt="<!--{$item.productsClass.name|h}-->" class="photoL" /></a> 
    233233                                            <!--{else}--> 
    234                                                 <img src="<!--{$smarty.const.IMAGE_SAVE_URLPATH}--><!--{$item.productsClass.main_list_image|sfNoImageMainList|h}-->" style="max-width: 80px;max-height: 80;" alt="<!--{$item.productsClass.name|h}-->" class="photoL" /> 
     234                                                <img src="<!--{$smarty.const.IMAGE_SAVE_URLPATH}--><!--{$item.productsClass.main_list_image|sfNoImageMainList|h}-->" style="max-width: 80px;max-height: 80px;" alt="<!--{$item.productsClass.name|h}-->" class="photoL" /> 
    235235                                            <!--{/if}--> 
    236236                                            <div class="cartconfirmContents"> 
  • branches/version-2_13_0/data/Smarty/templates/sphone/shopping/multiple.tpl

    r23106 r23126  
    5656                    <!--▼商品 --> 
    5757                    <div class="delivitemBox"> 
    58                         <img src="<!--{$smarty.const.IMAGE_SAVE_URLPATH}--><!--{$arrForm.main_list_image.value[$index]|sfNoImageMainList|h}-->" style="max-width: 80px;max-height: 80;" alt="<!--{$arrForm.name.value[$index]|h}-->" class="photoL" /> 
     58                        <img src="<!--{$smarty.const.IMAGE_SAVE_URLPATH}--><!--{$arrForm.main_list_image.value[$index]|sfNoImageMainList|h}-->" style="max-width: 80px;max-height: 80px;" alt="<!--{$arrForm.name.value[$index]|h}-->" class="photoL" /> 
    5959                        <div class="delivContents"> 
    6060 
Note: See TracChangeset for help on using the changeset viewer.