Changeset 15833


Ignore:
Timestamp:
2007/09/21 14:33:31 (17 years ago)
Author:
nanasess
Message:

XHTML 対応

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update/data/Smarty/templates/default/bloc/search_products.tpl

    r15782 r15833  
    55 *}--> 
    66<!--▼検索条件ここから--> 
    7 <table width="166" border="0" cellspacing="0" cellpadding="0" summary=" "> 
    8     <tr> 
    9         <td colspan="3"><img src="<!--{$TPL_DIR}-->img/side/title_search.jpg" width="166" height="35" alt="検索条件"></td> 
    10     </tr> 
    11     <tr> 
    12         <td bgcolor="#cccccc"><img src="<!--{$TPL_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="<!--{$TPL_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="<!--{$TPL_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('<!--{$TPL_DIR}-->img/side/button_search_on.gif',this)" onMouseout="chgImgImageSubmit('<!--{$TPL_DIR}-->img/side/button_search.gif',this)" src="<!--{$TPL_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="<!--{$TPL_DIR}-->img/common/_.gif" width="1" height="10" alt=""></td> 
    50     </tr> 
    51     <tr> 
    52         <td colspan="3"><img src="<!--{$TPL_DIR}-->img/side/flame_bottom03.gif" width="166" height="15" alt=""></td> 
    53     </tr> 
    54     <tr><td height="10"></td></tr> 
    55 </table> 
     7<h2> 
     8  <img src="<!--{$TPL_DIR}-->img/side/title_search.jpg" width="166" height="35" alt="検索条件" /> 
     9</h2> 
     10<div id="searcharea"> 
     11  <!--検索フォーム--> 
     12    <form name="search_form" id="search_form" method="get" action="<!--{$smarty.const.URL_DIR}-->products/list.php"> 
     13 
     14      <p><img src="<!--{$TPL_DIR}-->img/side/search_cat.gif" width="104" height="10" alt="商品カテゴリから選ぶ" /> 
     15        <input type="hidden" name="mode" value="search" /> 
     16        <select name="category_id" class="box142"> 
     17          <option label="すべての商品" value="">全ての商品</option> 
     18          <!--{html_options options=$arrCatList selected=$category_id}--> 
     19        </select> 
     20      </p> 
     21      <p><img src="<!--{$TPL_DIR}-->img/side/search_name.gif" width="66" height="10" alt="商品名を入力" /></p> 
     22      <p><input type="text" name="name" class="box142" maxlength="50" value="<!--{$smarty.get.name|escape}-->"/></p> 
     23      <p class="btn"><input type="image" onmouseover="chgImgImageSubmit('<!--{$TPL_DIR}-->img/side/button_search_on.gif',this)" onmouseout="chgImgImageSubmit('<!--{$TPL_DIR}-->img/side/button_search.gif',this)" src="<!--{$TPL_DIR}-->img/side/button_search.gif" width="51" height="22" alt="検索" name="search" /></p> 
     24    </form> 
     25</div> 
    5626<!--▲検索条件ここまで--> 
Note: See TracChangeset for help on using the changeset viewer.