source: temp/branches/mobile/data/Smarty/templates/mobile/products/select_item.tpl @ 11414

Revision 11414, 1.1 KB checked in by rebelt, 17 years ago (diff)

修正です。

  • Property svn:eol-style set to native
Line 
1<div align="center">¿ôÎÌ»ØÄê</div>
2<hr>
3
4<!--{if $arrErr.classcategory_id2 != ""}-->
5    <font color="#FF0000">¢¨¿ôÎ̤òÆþÎϤ·¤Æ²¼¤µ¤¤Ž¡</font><br>
6<!--{/if}-->
7<form method="post" action="<!--{$smarty.server.REQUEST_URI|escape}-->">
8    <input type="text" name="quantity" size="3" value="<!--{$arrForm.quantity.value|default:1}-->" maxlength=<!--{$smarty.const.INT_LEN}--> istyle="4"><br>
9    <input type="hidden" name="mode" value="cart">
10    <input type="hidden" name="classcategory_id1" value="<!--{$arrForm.classcategory_id1.value}-->">
11    <input type="hidden" name="classcategory_id2" value="<!--{$arrForm.classcategory_id2.value}-->">
12    <input type="hidden" name="product_id" value="<!--{$tpl_product_id}-->">
13    <center><input type="submit" name="submit" value="¤«¤´¤ËÆþ¤ì¤ë"></center>
14</form>
15
16<br>
17<hr>
18
19<a href="<!--{$smarty.const.URL_CART_TOP}-->" accesskey="9"><!--{9|numeric_emoji}-->¤«¤´¤ò¸«¤ë</a><br>
20<a href="<!--{$smarty.const.URL_SITE_TOP}-->" accesskey="0"><!--{0|numeric_emoji}-->TOP¥Ú¡¼¥¸¤Ø</a><br>
21
22<br>
23
24<!-- ¢§¥Õ¥Ã¥¿¡¼ ¤³¤³¤«¤é -->
25<!--{include file='footer.tpl'}-->
26<!-- ¢¥¥Õ¥Ã¥¿¡¼ ¤³¤³¤Þ¤Ç -->
Note: See TracBrowser for help on using the repository browser.