source: branches/feature-module-paygent/html/user_data/templates/default1/include/bloc/search_products.tpl @ 15162

Revision 15162, 2.4 KB checked in by naka, 17 years ago (diff)

ペイジェント決済モジュール

Line 
1<!--{*
2 * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved.
3 *
4 * http://www.lockon.co.jp/
5 *}-->
6<!--¢§¸¡º÷¾ò·ï¤³¤³¤«¤é-->
7<table width="166" border="0" cellspacing="0" cellpadding="0" summary=" ">
8    <tr>
9        <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/side/title_search.jpg" width="166" height="35" alt="¸¡º÷¾ò·ï"></td>
10    </tr>
11    <tr>
12        <td bgcolor="#cccccc"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="1" height="10" alt=""></td>
13        <td align="center" bgcolor="#ffffff">
14        <!--¸¡º÷¥Õ¥©¡¼¥à-->
15        <table width="146" border="0" cellspacing="0" cellpadding="0" summary=" ">
16        <form name="search_form" id="search_form" method="get" action="<!--{$smarty.const.URL_DIR}-->products/list.php">
17        <input type="hidden" name="mode" value="search">
18            <tr><td height="10"></td></tr>
19            <tr>
20                <td><img src="<!--{$smarty.const.URL_DIR}-->img/side/search_cat.gif" width="104" height="10" alt="¾¦ÉÊ¥«¥Æ¥´¥ê¤«¤éÁª¤Ö"></td>
21            </tr>
22            <tr><td height="3"></td></tr>
23            <tr>
24                <td>
25                    <select name="category_id">
26                    <option label="¤¹¤Ù¤Æ¤Î¾¦ÉÊ" value="">Á´¤Æ¤Î¾¦ÉÊ</option>
27                    <!--{html_options options=$arrCatList selected=$category_id}-->
28                    </select>
29                </td>
30            </tr>
31            <tr><td height="10"></td></tr>
32            <tr>
33                <td><img src="<!--{$smarty.const.URL_DIR}-->img/side/search_name.gif" width="66" height="10" alt="¾¦ÉÊ̾¤òÆþÎÏ"></td>
34            </tr>
35            <tr><td height="3"></td></tr>
36            <tr>
37                <td><input type="text" name="name" size="18" class="box18" maxlength="50" value="<!--{$smarty.get.name|escape}-->"/></td>
38            </tr>
39            <tr><td height="10"></td></tr>
40            <tr>
41                <td align="center">
42                    <input type="image" onMouseover="chgImgImageSubmit('<!--{$smarty.const.URL_DIR}-->img/side/button_search_on.gif',this)" onMouseout="chgImgImageSubmit('<!--{$smarty.const.URL_DIR}-->img/side/button_search.gif',this)" src="<!--{$smarty.const.URL_DIR}-->img/side/button_search.gif" width="51" height="22" alt="¸¡º÷" border="0" name="search">
43                </td>
44            </tr>
45        </form>
46        </table>
47        <!--¸¡º÷¥Õ¥©¡¼¥à-->
48        </td>
49        <td bgcolor="#cccccc"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="1" height="10" alt=""></td>
50    </tr>
51    <tr>
52        <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/side/flame_bottom03.gif" width="166" height="15" alt=""></td>
53    </tr>
54    <tr><td height="10"></td></tr>
55</table>
56<!--¢¥¸¡º÷¾ò·ï¤³¤³¤Þ¤Ç-->
Note: See TracBrowser for help on using the repository browser.