source: branches/comu/data/Smarty/templates/mobile/products/select_find1.tpl @ 11984

Revision 11984, 1.1 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"><!--{$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.