source: temp/branches/mobile/data/Smarty/templates/mobile/products/detail.tpl @ 11418

Revision 11418, 1.9 KB checked in by rebelt, 17 years ago (diff)

以下のモバイルサイト用ページ・機能を作成いたしました。

  • 退会
  • MYページ (お届け先登録以外)
  • メルマガ登録・解除
  • 画像変換機能
  • Property svn:eol-style set to native
Line 
1<!--¢§CONTENTS-->
2<!--¢§MAIN CONTENTS-->
3<!--ŽÀŽ²ŽÄŽÙ¤³¤³¤«¤é-->
4<!--¡ú¾¦ÉÊ̾¡ú-->
5<div align="center"><!--{$arrProduct.name|escape}--></div>
6<hr>
7<!--ŽÀŽ²ŽÄŽÙ¤³¤³¤Þ¤Ç-->
8<!--¾ÜºÙ¤³¤³¤«¤é-->
9<!--{assign var=key value="main_image"}-->
10<img src="<!--{$arrFile[$key].filepath}-->"><br>
11<!--¡ú¾ÜºÙŽÒŽ²ŽÝŽºŽÒŽÝŽÄ¡ú-->
12[emoji:76]<!--{$arrProduct.main_comment|nl2br}--><br>
13<br>
14<!--Ž±Ž²ŽºŽÝ-->
15<!--¡ú²Á³Ê¡ú-->
16<font color="#FF0000">²Á³Ê(Àǹþ):
17<!--{if $arrProduct.price02_min == $arrProduct.price02_max}-->
18    <!--{$arrProduct.price02_min|sfPreTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}-->
19<!--{else}-->
20    <!--{$arrProduct.price02_min|sfPreTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}-->Ž¥<!--{$arrProduct.price02_max|sfPreTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}-->
21<!--{/if}-->
22±ß</font><br/>
23<!--{if $arrProduct.price01_max > 0}-->
24<font color="#FF0000">»²¹Í»Ô¾ì²Á³Ê:
25<!--{if $arrProduct.price01_min == $arrProduct.price01_max}-->
26<!--{$arrProduct.price01_min|number_format}-->
27<!--{else}-->
28<!--{$arrProduct.price01_min|number_format}-->Ž¥<!--{$arrProduct.price01_max|number_format}-->
29<!--{/if}-->
30±ß</font><br>
31<!--{/if}-->
32<form name="form1" method="post" action="<!--{$smarty.server.REQUEST_URI|escape}-->">
33    <input type="hidden" name="mode" value="select">
34    <input type="hidden" name="product_id" value="<!--{$tpl_product_id}-->">
35<!--{if $tpl_stock_find}-->
36    <!--¡ú¾¦ÉʤòÁª¤Ö¡ú-->
37    <center><input type="submit" name="select" id="cart" value="¤³¤Î¾¦ÉʤòÁª¤Ö"></center>
38<!--{else}-->
39    <font color="#FF0000">¿½¤·Ìõ¤´¤¶¤¤¤Þ¤»¤ó¤¬Ž¤Âþº£ÉÊÀÚ¤ìÃæ¤Ç¤¹Ž¡</font>
40<!--{/if}-->
41</form>
42<!--¾ÜºÙ¤³¤³¤Þ¤Ç-->
43<!--¢¥CONTENTS-->
44
45<br>
46<hr>
47
48<a href="<!--{$smarty.const.URL_CART_TOP}-->" accesskey="9"><!--{9|numeric_emoji}-->¤«¤´¤ò¸«¤ë</a><br>
49<a href="<!--{$smarty.const.URL_SITE_TOP}-->" accesskey="0"><!--{0|numeric_emoji}-->TOP¥Ú¡¼¥¸¤Ø</a><br>
50
51<br>
52
53<!-- ¢§¥Õ¥Ã¥¿¡¼ ¤³¤³¤«¤é -->
54<!--{include file='footer.tpl'}-->
55<!-- ¢¥¥Õ¥Ã¥¿¡¼ ¤³¤³¤Þ¤Ç -->
Note: See TracBrowser for help on using the repository browser.