Revision 15079,
1.3 KB
checked in by nanasess, 16 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 | <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.