source: branches/comu-utf8/html/install/user_data/templates/default1/include/bloc/search_products.tpl @ 15099

Revision 15099, 2.4 KB checked in by Yammy, 17 years ago (diff)

UTF-8変換済みファイルインポート
1.3.4ベース

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.