source: branches/dev/data/Smarty/templates/mobile/products/select_item.tpl @ 11853

Revision 11853, 1.2 KB checked in by uehara, 17 years ago (diff)
  • 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<div align="center">¿ôÎÌ»ØÄê</div>
9<hr>
10
11<!--{if $arrErr.classcategory_id2 != ""}-->
12    <font color="#FF0000">¢¨¿ôÎ̤òÆþÎϤ·¤Æ²¼¤µ¤¤Ž¡</font><br>
13<!--{/if}-->
14<form method="post" action="<!--{$smarty.server.REQUEST_URI|escape}-->">
15    <input type="text" name="quantity" size="3" value="<!--{$arrForm.quantity.value|default:1}-->" maxlength=<!--{$smarty.const.INT_LEN}--> istyle="4"><br>
16    <input type="hidden" name="mode" value="cart">
17    <input type="hidden" name="classcategory_id1" value="<!--{$arrForm.classcategory_id1.value}-->">
18    <input type="hidden" name="classcategory_id2" value="<!--{$arrForm.classcategory_id2.value}-->">
19    <input type="hidden" name="product_id" value="<!--{$tpl_product_id}-->">
20    <center><input type="submit" name="submit" value="¤«¤´¤ËÆþ¤ì¤ë"></center>
21</form>
22
23<br>
24<hr>
25
26<a href="<!--{$smarty.const.MOBILE_URL_CART_TOP}-->" accesskey="9"><!--{9|numeric_emoji}-->¤«¤´¤ò¸«¤ë</a><br>
27<a href="<!--{$smarty.const.MOBILE_URL_SITE_TOP}-->" accesskey="0"><!--{0|numeric_emoji}-->TOP¥Ú¡¼¥¸¤Ø</a><br>
28
29<br>
30
31<!-- ¢§¥Õ¥Ã¥¿¡¼ ¤³¤³¤«¤é -->
32<!--{include file='footer.tpl'}-->
33<!-- ¢¥¥Õ¥Ã¥¿¡¼ ¤³¤³¤Þ¤Ç -->
Note: See TracBrowser for help on using the repository browser.