leftnavigation.jsp

来自「噶额外噶外骨骼感广泛高热感 就 啊啊」· JSP 代码 · 共 35 行

JSP
35
字号
<%--
 * @author  Neelesh
 * @version 1.0
 *
 * Development Environment        :  Oracle9i JDeveloper
 * Name of the Application        :  leftNavigation.jsp
 * Creation/Modification History  :
 *
 *     Neelesh        27-Dec-2001      Created
 *
 * Overview of Application        :
 * The JSP forms the left Navigation of the VSM application. This displays all
 * the categories and shops that sell products of that category.  It uses
 * javascript hierarchical menus for the display
 *
--%>
<%@ page language="java" errorPage="../misc/errorHandler.jsp" %>
<table width="100%" cellspacing="1" cellpadding="1">
<tr><td>
  <!-- You need all this START-->
  <%
    // total # of categories to be displayed
    int len = ((oracle.otnsamples.vsm.services.data.Category[])request.getAttribute("categories")).length;
    //Each category is alloted 30 units of space
    len*=30;
  %>
  <ilayer id="layerMenu"><div id="divMenu">
    <img src="images/cm_fill.gif" width="120" height="<%=len%>" alt="" border="0">
  </div></ilayer>  
  <!-- END -->
</td></tr>  
  </table>


⌨️ 快捷键说明

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