Ignore:
Timestamp:
2010/03/11 10:35:11 (14 years ago)
Author:
kajiwara
Message:

正式版にナイトリービルド版をマージしてみるテスト

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tmp/version-2_5-test/data/Smarty/templates/default/mobile/products/detail.tpl

    r16998 r18609  
    3030<!--タイトルここまで--> 
    3131<!--詳細ここから--> 
    32 <!--{assign var=key value="main_image"}--> 
    33 <img src="<!--{$arrFile[$key].filepath}-->"><br> 
     32<!--{if $smarty.get.image != ''}--> 
     33  <!--{assign var=key value="`$smarty.get.image`"}--> 
     34<!--{else}--> 
     35  <!--{assign var=key value="main_image"}--> 
     36<!--{/if}--> 
     37<img src="<!--{$arrFile[$key].filepath}-->"> 
     38<!--{if $subImageFlag == true}--> 
     39<br>画像 
     40  <!--{if ($smarty.get.image == "" || $smarty.get.image == "main_image")}--> 
     41[1] 
     42  <!--{else}--> 
     43[<a href="<!--{$smarty.server.PHP_SELF|escape}-->?product_id=<!--{$smarty.get.product_id}-->&image=main_image">1</a>] 
     44  <!--{/if}--> 
     45   
     46  <!--{assign var=num value="2"}--> 
     47  <!--{section name=cnt loop=$smarty.const.PRODUCTSUB_MAX}--> 
     48  <!--{assign var=key value="sub_image`$smarty.section.cnt.iteration`"}--> 
     49  <!--{if $arrFile[$key].filepath != ""}--> 
     50    <!--{if $key == $smarty.get.image}--> 
     51[<!--{$num}-->] 
     52    <!--{else}--> 
     53[<a href="<!--{$smarty.server.PHP_SELF|escape}-->?product_id=<!--{$smarty.get.product_id}-->&image=<!--{$key}-->"><!--{$num}--></a>] 
     54    <!--{/if}--> 
     55    <!--{assign var=num value="`$num+1`"}--> 
     56  <!--{/if}--> 
     57  <!--{/section}--> 
     58<!--{/if}--> 
     59<br> 
    3460<!--{* オペビルダー用 *}--> 
    3561<!--{if "sfViewDetailOpe"|function_exists === TRUE}--> 
     
    3763<!--{/if}--> 
    3864<!--★詳細メインコメント★--> 
    39 [emoji:76]<!--{$arrProduct.main_comment|nl2br}--><br> 
     65[emoji:76]<!--{$arrProduct.main_comment|nl2br_html}--><br> 
    4066<br> 
    4167<!--アイコン--> 
    42 <!--★価格★--> 
    43 <font color="#FF0000">価格(税込): 
     68<!--★販売価格★--> 
     69<font color="#FF0000"><!--{$smarty.const.SALE_PRICE_TITLE}-->(税込): 
    4470<!--{if $arrProduct.price02_min == $arrProduct.price02_max}--> 
    4571    <!--{$arrProduct.price02_min|sfPreTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}--> 
    4672<!--{else}--> 
    47     <!--{$arrProduct.price02_min|sfPreTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}--><!--{$arrProduct.price02_max|sfPreTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}--> 
     73    <!--{$arrProduct.price02_min|sfPreTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}--><!--{$arrProduct.price02_max|sfPreTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}--> 
    4874<!--{/if}--> 
    4975円</font><br/> 
     76<!--★通常価格★--> 
    5077<!--{if $arrProduct.price01_max > 0}--> 
    51 <font color="#FF0000">参考市場価格: 
     78<font color="#FF0000"><!--{$smarty.const.NORMAL_PRICE_TITLE}-->: 
    5279<!--{if $arrProduct.price01_min == $arrProduct.price01_max}--> 
    5380<!--{$arrProduct.price01_min|number_format}--> 
    5481<!--{else}--> 
    55 <!--{$arrProduct.price01_min|number_format}--><!--{$arrProduct.price01_max|number_format}--> 
     82<!--{$arrProduct.price01_min|number_format}--><!--{$arrProduct.price01_max|number_format}--> 
    5683<!--{/if}--> 
    5784円</font><br> 
Note: See TracChangeset for help on using the changeset viewer.