source: branches/dev/data/Smarty/templates/mobile/products/select_find1.tpl @ 11460

Revision 11460, 970 bytes checked in by inoue, 17 years ago (diff)

モバイル版EC-CUBE

  • Property svn:eol-style set to native
Line 
1<div align="center"><!--{$tpl_class_name1}--></div>
2<hr>
3
4<!--{if $arrErr.classcategory_id1 != ""}-->
5    <font color="#FF0000">¢¨<!--{$tpl_class_name1}-->¤òÆþÎϤ·¤Æ²¼¤µ¤¤Ž¡</font><br>
6<!--{/if}-->
7<form method="post" action="<!--{$smarty.server.REQUEST_URI|escape}-->">
8    <select name="classcategory_id1">
9        <option value="">ÁªÂò¤·¤Æ¤¯¤À¤µ¤¤</option>
10        <!--{html_options options=$arrClassCat1 selected=$arrForm.classcategory_id1.value}-->
11    </select><br>
12    <input type="hidden" name="mode" value="select2">
13    <input type="hidden" name="product_id" value="<!--{$tpl_product_id}-->">
14    <center><input type="submit" name="submit" value="¼¡¤Ø"></center>
15</form>
16
17<br>
18<hr>
19
20<a href="<!--{$smarty.const.URL_CART_TOP}-->" accesskey="9"><!--{9|numeric_emoji}-->¤«¤´¤ò¸«¤ë</a><br>
21<a href="<!--{$smarty.const.URL_SITE_TOP}-->" accesskey="0"><!--{0|numeric_emoji}-->TOP¥Ú¡¼¥¸¤Ø</a><br>
22
23<br>
24
25<!-- ¢§¥Õ¥Ã¥¿¡¼ ¤³¤³¤«¤é -->
26<!--{include file='footer.tpl'}-->
27<!-- ¢¥¥Õ¥Ã¥¿¡¼ ¤³¤³¤Þ¤Ç -->
Note: See TracBrowser for help on using the repository browser.