source: branches/feature-module-update/data/Smarty/templates/mobile/products/detail.tpl @ 15079

Revision 15079, 2.2 KB checked in by nanasess, 17 years ago (diff)

svn:mime-type application/x-httpd-php; charset=UTF-8 設定

  • Property svn:mime-type set to application/x-httpd-php; charset=UTF-8
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.