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

Revision 15078, 1.3 KB checked in by nanasess, 17 years ago (diff)

r15064 から svn cp
とりあえず暫定コミット.

  • UTF-8 に変更
  • slib.php, glib.php のクラス化
  • LC_Page の抽象化(一部)
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"><!--{$tpl_class_name2}--></div>
9<hr>
10
11<!--{if $arrErr.classcategory_id2 != ""}-->
12    <font color="#FF0000">※<!--{$tpl_class_name2}-->を入力して下さい。</font><br>
13<!--{/if}-->
14<form method="post" action="<!--{$smarty.server.REQUEST_URI|escape}-->">
15    <select name="classcategory_id2">
16        <option value="">選択してください</option>
17        <!--{html_options options=$arrClassCat2 selected=$arrForm.classcategory_id2.value}-->
18    </select><br>
19    <input type="hidden" name="mode" value="selectItem">
20    <input type="hidden" name="classcategory_id1" value="<!--{$arrForm.classcategory_id1.value}-->">
21    <input type="hidden" name="product_id" value="<!--{$tpl_product_id}-->">
22    <center><input type="submit" name="submit" value="次へ"></center>
23</form>
24
25<br>
26<hr>
27
28<a href="<!--{$smarty.const.MOBILE_URL_CART_TOP}-->" accesskey="9"><!--{9|numeric_emoji}-->かごを見る</a><br>
29<a href="<!--{$smarty.const.MOBILE_URL_SITE_TOP}-->" accesskey="0"><!--{0|numeric_emoji}-->TOPページへ</a><br>
30
31<br>
32
33<!-- ▼フッター ここから -->
34<!--{include file='footer.tpl'}-->
35<!-- ▲フッター ここまで -->
Note: See TracBrowser for help on using the repository browser.