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

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