source: branches/comu/data/Smarty/templates/mobile/products/detail.tpl @ 12197

Revision 12197, 2.1 KB checked in by adati, 17 years ago (diff)

1.3.0正式版のマージ

  • Property svn:eol-style set to native
Line 
1<!--{*
2/*
3 * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved.
4 *
5 * http://www.lockon.co.jp/
6 */
7*}-->
8<!--¢§CONTENTS-->
9<!--¢§MAIN CONTENTS-->
10<!--ŽÀŽ²ŽÄŽÙ¤³¤³¤«¤é-->
11<!--¡ú¾¦ÉÊ̾¡ú-->
12<div align="center"><!--{$arrProduct.name|escape}--></div>
13<hr>
14<!--ŽÀŽ²ŽÄŽÙ¤³¤³¤Þ¤Ç-->
15<!--¾ÜºÙ¤³¤³¤«¤é-->
16<!--{assign var=key value="main_image"}-->
17<img src="<!--{$arrFile[$key].filepath}-->"><br>
18<!--¡ú¾ÜºÙŽÒŽ²ŽÝŽºŽÒŽÝŽÄ¡ú-->
19[emoji:76]<!--{$arrProduct.main_comment|nl2br}--><br>
20<br>
21<!--Ž±Ž²ŽºŽÝ-->
22<!--¡ú²Á³Ê¡ú-->
23<font color="#FF0000">²Á³Ê(Àǹþ):
24<!--{if $arrProduct.price02_min == $arrProduct.price02_max}-->
25    <!--{$arrProduct.price02_min|sfPreTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}-->
26<!--{else}-->
27    <!--{$arrProduct.price02_min|sfPreTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}-->Ž¥<!--{$arrProduct.price02_max|sfPreTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}-->
28<!--{/if}-->
29±ß</font><br/>
30<!--{if $arrProduct.price01_max > 0}-->
31<font color="#FF0000">»²¹Í»Ô¾ì²Á³Ê:
32<!--{if $arrProduct.price01_min == $arrProduct.price01_max}-->
33<!--{$arrProduct.price01_min|number_format}-->
34<!--{else}-->
35<!--{$arrProduct.price01_min|number_format}-->Ž¥<!--{$arrProduct.price01_max|number_format}-->
36<!--{/if}-->
37±ß</font><br>
38<!--{/if}-->
39<form name="form1" method="post" action="<!--{$smarty.server.REQUEST_URI|escape}-->">
40    <input type="hidden" name="mode" value="select">
41    <input type="hidden" name="product_id" value="<!--{$tpl_product_id}-->">
42<!--{if $tpl_stock_find}-->
43    <!--¡ú¾¦ÉʤòÁª¤Ö¡ú-->
44    <center><input type="submit" name="select" id="cart" value="¤³¤Î¾¦ÉʤòÁª¤Ö"></center>
45<!--{else}-->
46    <font color="#FF0000">¿½¤·Ìõ¤´¤¶¤¤¤Þ¤»¤ó¤¬Ž¤Âþº£ÉÊÀÚ¤ìÃæ¤Ç¤¹Ž¡</font>
47<!--{/if}-->
48</form>
49<!--¾ÜºÙ¤³¤³¤Þ¤Ç-->
50<!--¢¥CONTENTS-->
51
52<br>
53<hr>
54
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>
57
58<br>
59
60<!-- ¢§¥Õ¥Ã¥¿¡¼ ¤³¤³¤«¤é -->
61<!--{include file='footer.tpl'}-->
62<!-- ¢¥¥Õ¥Ã¥¿¡¼ ¤³¤³¤Þ¤Ç -->
Note: See TracBrowser for help on using the repository browser.