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

Revision 11398, 3.1 KB checked in by rebelt, 17 years ago (diff)

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

  • トップページ
  • 商品閲覧
  • 商品検索
  • セッションIDチェック機能
  • 簡単ログイン補助機能
  • 絵文字変換機能
  • Property svn:eol-style set to native
Line 
1<!--¢§CONTENTS-->
2<!--¢§MAIN CONTENTS-->
3<!--ŽÀŽ²ŽÄŽÙ¤³¤³¤«¤é-->
4<!--¡ú¾¦ÉÊ̾¡ú-->
5<div align="center"><font color="#FF8C00"><!--{$arrProduct.name|escape}-->
6&nbsp;
7<!--¡ú¾¦ÉʎºŽ°ŽÄŽÞ¡ú-->
8<!--{assign var=codecnt value=$arrProductCode|@count}-->
9<!--{assign var=codemax value=`$codecnt-1`}-->
10<!--{if $codecnt > 1}-->
11    <!--{$arrProductCode.0}-->Ž¥<!--{$arrProductCode[$codemax]}-->
12<!--{else}-->
13    <!--{$arrProductCode.0}-->
14<!--{/if}-->
15</font></div>
16<hr>
17<!--ŽÀŽ²ŽÄŽÙ¤³¤³¤Þ¤Ç-->
18<!--¾ÜºÙ¤³¤³¤«¤é-->
19<!--{assign var=key value="main_image"}-->
20<img src="<!--{$arrFile[$key].filepath}-->" /><br>
21<!--¡ú¾ÜºÙŽÒŽ²ŽÝŽºŽÒŽÝŽÄ¡ú-->
22[emoji:76]<!--{$arrProduct.main_comment|nl2br}--><br>
23<br>
24<!--Ž±Ž²ŽºŽÝ-->
25<!--¡ú²Á³Ê¡ú-->
26<font color="#FF0000">²Á³Ê(Àǹþ):
27<!--{if $arrProduct.price02_min == $arrProduct.price02_max}-->
28    <!--{$arrProduct.price02_min|sfPreTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}-->
29<!--{else}-->
30    <!--{$arrProduct.price02_min|sfPreTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}-->Ž¥<!--{$arrProduct.price02_max|sfPreTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}-->
31<!--{/if}-->
32±ß</font><br/>
33<!--{if $arrProduct.price01_max > 0}-->
34<font color="#FF0000">»²¹Í»Ô¾ì²Á³Ê:
35<!--{if $arrProduct.price01_min == $arrProduct.price01_max}-->
36<!--{$arrProduct.price01_min|number_format}-->
37<!--{else}-->
38<!--{$arrProduct.price01_min|number_format}-->Ž¥<!--{$arrProduct.price01_max|number_format}-->
39<!--{/if}-->
40±ß</font><br>
41<!--{/if}-->
42<!--¡úŽÎŽßŽ²ŽÝŽÄ¡ú-->
43<font color="#FF0000">ŽÎŽßŽ²ŽÝŽÄ:
44<!--{if $arrProduct.price02_min == $arrProduct.price02_max}-->
45    <!--{$arrProduct.price02_min|sfPrePoint:$arrProduct.point_rate:$smarty.const.POINT_RULE:$arrProduct.product_id}-->
46<!--{else}-->
47    <!--{if $arrProduct.price02_min|sfPrePoint:$arrProduct.point_rate:$smarty.const.POINT_RULE:$arrProduct.product_id == $arrProduct.price02_max|sfPrePoint:$arrProduct.point_rate:$smarty.const.POINT_RULE:$arrProduct.product_id}-->
48        <!--{$arrProduct.price02_min|sfPrePoint:$arrProduct.point_rate:$smarty.const.POINT_RULE:$arrProduct.product_id}-->
49    <!--{else}-->
50        <!--{$arrProduct.price02_min|sfPrePoint:$arrProduct.point_rate:$smarty.const.POINT_RULE:$arrProduct.product_id}-->Ž¥<!--{$arrProduct.price02_max|sfPrePoint:$arrProduct.point_rate:$smarty.const.POINT_RULE:$arrProduct.product_id}-->
51    <!--{/if}-->
52<!--{/if}-->
53Pt</font><br>
54<form name="form1" method="post" action="<!--{$smarty.server.REQUEST_URI|escape}-->">
55    <input type="hidden" name="mode" value="select">
56    <input type="hidden" name="product_id" value="<!--{$tpl_product_id}-->">
57<!--{if $tpl_stock_find}-->
58    <!--¡ú¾¦ÉʤòÁª¤Ö¡ú-->
59    <input type="submit" name="select" id="cart" value="¤³¤Î¾¦ÉʤòÁª¤Ö"><br>
60<!--{else}-->
61    <font color="#FF0000">¿½¤·Ìõ¤´¤¶¤¤¤Þ¤»¤ó¤¬Ž¤Âþº£ÉÊÀÚ¤ìÃæ¤Ç¤¹Ž¡</font><br>
62<!--{/if}-->
63<!--¾ÜºÙ¤³¤³¤Þ¤Ç-->
64<!--¢¥CONTENTS-->
65
66<br>
67<a href="<!--{$smarty.const.URL_CART_TOP}-->" accesskey="9">[emoji:133]¤«¤´¤ò¸«¤ë</a><br>
68<a href="<!--{$smarty.const.URL_SITE_TOP}-->" accesskey="0">[emoji:134]TOP¥Ú¡¼¥¸¤Ø</a><br>
69
70<br>
71
72<!-- ¢§¥Õ¥Ã¥¿¡¼ ¤³¤³¤«¤é -->
73<center>LOCKON CO.,LTD.</center>
74<!-- ¢¥¥Õ¥Ã¥¿¡¼ ¤³¤³¤Þ¤Ç --><!--¢¥MAIN-->
Note: See TracBrowser for help on using the repository browser.