Ignore:
Timestamp:
2012/09/10 16:09:25 (12 years ago)
Author:
h_yoshimoto
Message:

#1215 サブ画像拡大の機能していない記述を削除

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/data/Smarty/templates/default/products/detail.tpl

    r21867 r22023  
    301301                    <div class="subtext"><!--★サブテキスト★--><!--{$arrProduct[$ckey]|nl2br_html}--></div> 
    302302                    <div class="subphotoimg"> 
    303                         <!--{if $arrProduct[$lkey]|strlen >= 1}--> 
    304                             <a href="<!--{$smarty.const.IMAGE_SAVE_URLPATH}--><!--{$arrProduct[$lkey]|h}-->" class="expansion" onmouseover="chgImg('<!--{$TPL_URLPATH}-->img/button/btn_expansion_on.gif', 'expansion_<!--{$lkey|h}-->');" onmouseout="chgImg('<!--{$TPL_URLPATH}-->img/button/btn_expansion.gif', 'expansion_<!--{$lkey|h}-->');" target="_blank" > 
    305                         <!--{/if}--> 
    306303                        <img src="<!--{$arrFile[$ikey].filepath}-->" alt="<!--{$arrProduct.name|h}-->" width="<!--{$arrFile[$ikey].width}-->" height="<!--{$arrFile[$ikey].height}-->" /> 
    307304                        <!--{if $arrProduct[$lkey]|strlen >= 1}--></a> 
Note: See TracChangeset for help on using the changeset viewer.