source: temp/branches/mobile/data/Smarty/templates/mobile/products/select_find2.tpl @ 11414

Revision 11414, 1.0 KB checked in by rebelt, 17 years ago (diff)

修正です。

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