source: branches/comu/data/Smarty/templates_c/%%2A^2A8^2A8F0A5D%%search_products.tpl.php @ 2

Revision 2, 2.9 KB checked in by root, 17 years ago (diff)

new import

Line 
1<?php /* Smarty version 2.6.13, created on 2007-01-10 13:54:21
2         compiled from /home/web/beta.ec-cube.net/html/user_data/include/bloc/search_products.tpl */ ?>
3<?php require_once(SMARTY_CORE_DIR . 'core.load_plugins.php');
4smarty_core_load_plugins(array('plugins' => array(array('function', 'html_options', '/home/web/beta.ec-cube.net/html/user_data/include/bloc/search_products.tpl', 27, false),array('modifier', 'escape', '/home/web/beta.ec-cube.net/html/user_data/include/bloc/search_products.tpl', 37, false),)), $this); ?>
5<!--¢§¸¡º÷¾ò·ï¤³¤³¤«¤é-->
6<table width="166" border="0" cellspacing="0" cellpadding="0" summary=" ">
7    <tr>
8        <td colspan="3"><img src="<?php echo @URL_DIR; ?>
9img/side/title_search.jpg" width="166" height="35" alt="¸¡º÷¾ò·ï"></td>
10    </tr>
11    <tr>
12        <td bgcolor="#cccccc"><img src="<?php echo @URL_DIR; ?>
13img/common/_.gif" width="1" height="10" alt=""></td>
14        <td align="center" bgcolor="#ffffff">
15        <!--¸¡º÷¥Õ¥©¡¼¥à-->
16        <table width="146" border="0" cellspacing="0" cellpadding="0" summary=" ">
17        <form name="search_form" id="search_form" method="get" action="<?php echo @URL_DIR; ?>
18products/list.php">
19        <input type="hidden" name="mode" value="search">
20            <tr><td height="10"></td></tr>
21            <tr>
22                <td><img src="<?php echo @URL_DIR; ?>
23img/side/search_cat.gif" width="104" height="10" alt="¾¦ÉÊ¥«¥Æ¥´¥ê¤«¤éÁª¤Ö"></td>
24            </tr>
25            <tr><td height="3"></td></tr>
26            <tr>
27                <td>
28                    <select name="category_id">
29                    <option label="¤¹¤Ù¤Æ¤Î¾¦ÉÊ" value="">Á´¤Æ¤Î¾¦ÉÊ</option>
30                    <?php echo smarty_function_html_options(array('options' => $this->_tpl_vars['arrCatList'],'selected' => $this->_tpl_vars['category_id']), $this);?>
31
32                    </select>
33                </td>
34            </tr>
35            <tr><td height="10"></td></tr>
36            <tr>
37                <td><img src="<?php echo @URL_DIR; ?>
38img/side/search_name.gif" width="66" height="10" alt="¾¦ÉÊ̾¤òÆþÎÏ"></td>
39            </tr>
40            <tr><td height="3"></td></tr>
41            <tr>
42                <td><input type="text" name="name" size="18" class="box18" maxlength="50" value="<?php echo ((is_array($_tmp=$_GET['name'])) ? $this->_run_mod_handler('escape', true, $_tmp) : smarty_modifier_escape($_tmp)); ?>
43"/></td>
44            </tr>
45            <tr><td height="10"></td></tr>
46            <tr>
47                <td align="center">
48                    <input type="image" onMouseover="chgImgImageSubmit('<?php echo @URL_DIR; ?>
49img/side/button_search_on.gif',this)" onMouseout="chgImgImageSubmit('<?php echo @URL_DIR; ?>
50img/side/button_search.gif',this)" src="<?php echo @URL_DIR; ?>
51img/side/button_search.gif" width="51" height="22" alt="¸¡º÷" border="0" name="search">
52                </td>
53            </tr>
54        </form>
55        </table>
56        <!--¸¡º÷¥Õ¥©¡¼¥à-->
57        </td>
58        <td bgcolor="#cccccc"><img src="<?php echo @URL_DIR; ?>
59img/common/_.gif" width="1" height="10" alt=""></td>
60    </tr>
61    <tr>
62        <td colspan="3"><img src="<?php echo @URL_DIR; ?>
63img/side/flame_bottom03.gif" width="166" height="15" alt=""></td>
64    </tr>
65    <tr><td height="10"></td></tr>
66</table>
67<!--¢¥¸¡º÷¾ò·ï¤³¤³¤Þ¤Ç-->
Note: See TracBrowser for help on using the repository browser.