⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 incsearchbar.jsp.svn-base

📁 spring+hibernate做的网上订餐系统
💻 SVN-BASE
字号:
<%@ page language="java" pageEncoding="UTF-8"%>
<cache:cache>
<table width="100%"  border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td height="34" align="center" background="images/search_bar_bg.gif"><table width="778" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td width="50"><img src="images/search_ico.gif" width="45" height="22"></td>
        <td width="728"><table width="100%"  border="0" cellspacing="0" cellpadding="0">
        <form name="searchForm" method="post" action="<c:url value="/resultResultList.jspx"/>">
          <tr>
            <td width="12%" align="right">菜名关键词:</td>
            <td width="21%"><input type="text" name="keyword"  class="login_input" size="20" maxlength="20" onfocus="this.className='login_input_focus'" onBlur="this.className='login_input'"></td>
            <td width="7%">&nbsp;<img src="images/search_bt.gif" width="44" height="20" onmouseover="this.src='images/search_bt_over.gif'" onmouseout="this.src='images/search_bt.gif'" class="image_button" onclick="document.searchForm.submit();"></td>
            <td width="60%">
            <table width="100%"  border="0" cellspacing="0" cellpadding="0">
              <tr>
                <td width="10" align="center"><img src="images/hot_arrow.gif" width="3" height="6"></td>
                <td><span class="hot_product">热门菜:</span>&nbsp;<span id="linkHot"></span></td>
              </tr>
            </table>
            </td>
          </tr>
          </form>
        </table></td>
      </tr>
    </table></td>
  </tr>
</table>
<table width="100%"  border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td height="1" bgcolor="#DEDEDE"></td>
  </tr>
</table>
<table width="100%"  border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td height="4"></td>
  </tr>
</table>
</cache:cache>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -