Ignore:
Timestamp:
2007/07/20 15:58:59 (17 years ago)
Author:
nanasess
Message:

r15064 から svn cp
とりあえず暫定コミット.

  • UTF-8 に変更
  • slib.php, glib.php のクラス化
  • LC_Page の抽象化(一部)
Location:
branches/feature-module-update
Files:
1 edited
2 copied

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update

    • Property svn:ignore set to
      .cache

      .settings

      .projectOptions
  • branches/feature-module-update/data/Smarty/templates/mobile/products/detail.tpl

    r12157 r15078  
    66 */ 
    77*}--> 
    8 <!--¢§CONTENTS--> 
    9 <!--¢§MAIN CONTENTS--> 
    10 <!--ŽÀŽ²ŽÄŽÙ¤³¤³¤«¤é--> 
    11 <!--¡ú¾¦ÉÊ̾¡ú--> 
     8<!--CONTENTS--> 
     9<!--MAIN CONTENTS--> 
     10<!--タイトルここから--> 
     11<!--★商品名★--> 
    1212<div align="center"><!--{$arrProduct.name|escape}--></div> 
    1313<hr> 
    14 <!--ŽÀŽ²ŽÄŽÙ¤³¤³¤Þ¤Ç--> 
    15 <!--¾ÜºÙ¤³¤³¤«¤é--> 
     14<!--タイトルここまで--> 
     15<!--詳細ここから--> 
    1616<!--{assign var=key value="main_image"}--> 
    1717<img src="<!--{$arrFile[$key].filepath}-->"><br> 
    18 <!--¡ú¾ÜºÙŽÒŽ²ŽÝŽºŽÒŽÝŽÄ¡ú--> 
     18<!--★詳細メインコメント★--> 
    1919[emoji:76]<!--{$arrProduct.main_comment|nl2br}--><br> 
    2020<br> 
    21 <!--Ž±Ž²ŽºŽÝ--> 
    22 <!--¡ú²Á³Ê¡ú--> 
    23 <font color="#FF0000">²Á³Ê(Àǹþ): 
     21<!--アイコン--> 
     22<!--★価格★--> 
     23<font color="#FF0000">価格(税込): 
    2424<!--{if $arrProduct.price02_min == $arrProduct.price02_max}--> 
    2525    <!--{$arrProduct.price02_min|sfPreTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}--> 
    2626<!--{else}--> 
    27     <!--{$arrProduct.price02_min|sfPreTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}-->Ž¥<!--{$arrProduct.price02_max|sfPreTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}--> 
     27    <!--{$arrProduct.price02_min|sfPreTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}--><!--{$arrProduct.price02_max|sfPreTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}--> 
    2828<!--{/if}--> 
    29 ±ß</font><br/> 
     29</font><br/> 
    3030<!--{if $arrProduct.price01_max > 0}--> 
    31 <font color="#FF0000">»²¹Í»Ô¾ì²Á³Ê: 
     31<font color="#FF0000">参考市場価格: 
    3232<!--{if $arrProduct.price01_min == $arrProduct.price01_max}--> 
    3333<!--{$arrProduct.price01_min|number_format}--> 
    3434<!--{else}--> 
    35 <!--{$arrProduct.price01_min|number_format}-->Ž¥<!--{$arrProduct.price01_max|number_format}--> 
     35<!--{$arrProduct.price01_min|number_format}--><!--{$arrProduct.price01_max|number_format}--> 
    3636<!--{/if}--> 
    37 ±ß</font><br> 
     37</font><br> 
    3838<!--{/if}--> 
    3939<form name="form1" method="post" action="<!--{$smarty.server.REQUEST_URI|escape}-->"> 
     
    4141    <input type="hidden" name="product_id" value="<!--{$tpl_product_id}-->"> 
    4242<!--{if $tpl_stock_find}--> 
    43     <!--¡ú¾¦ÉʤòÁª¤Ö¡ú--> 
    44     <center><input type="submit" name="select" id="cart" value="¤³¤Î¾¦ÉʤòÁª¤Ö"></center> 
     43    <!--★商品を選ぶ★--> 
     44    <center><input type="submit" name="select" id="cart" value="この商品を選ぶ"></center> 
    4545<!--{else}--> 
    46     <font color="#FF0000">¿½¤·Ìõ¤´¤¶¤¤¤Þ¤»¤ó¤¬Ž¤Âþº£ÉÊÀÚ¤ìÃæ¤Ç¤¹Ž¡</font> 
     46    <font color="#FF0000">申し訳ございませんが、只今品切れ中です。</font> 
    4747<!--{/if}--> 
    4848</form> 
    49 <!--¾ÜºÙ¤³¤³¤Þ¤Ç--> 
    50 <!--¢¥CONTENTS--> 
     49<!--詳細ここまで--> 
     50<!--CONTENTS--> 
    5151 
    5252<br> 
    5353<hr> 
    5454 
    55 <a href="<!--{$smarty.const.MOBILE_URL_CART_TOP}-->" accesskey="9"><!--{9|numeric_emoji}-->¤«¤´¤ò¸«¤ë</a><br> 
    56 <a href="<!--{$smarty.const.MOBILE_URL_SITE_TOP}-->" accesskey="0"><!--{0|numeric_emoji}-->TOP¥Ú¡¼¥¸¤Ø</a><br> 
     55<a href="<!--{$smarty.const.MOBILE_URL_CART_TOP}-->" accesskey="9"><!--{9|numeric_emoji}-->かごを見る</a><br> 
     56<a href="<!--{$smarty.const.MOBILE_URL_SITE_TOP}-->" accesskey="0"><!--{0|numeric_emoji}-->TOPページへ</a><br> 
    5757 
    5858<br> 
    5959 
    60 <!-- ¢§¥Õ¥Ã¥¿¡¼ ¤³¤³¤«¤é --> 
     60<!-- ▼フッター ここから --> 
    6161<!--{include file='footer.tpl'}--> 
    62 <!-- ¢¥¥Õ¥Ã¥¿¡¼ ¤³¤³¤Þ¤Ç --> 
     62<!-- ▲フッター ここまで --> 
Note: See TracChangeset for help on using the changeset viewer.