- Visual C++源码
- Visual Basic源码
- C++ Builder源码
- Java源码
- Delphi源码
- C/C++源码
- PHP源码
- Perl源码
- Python源码
- Asm源码
- Pascal源码
- Borland C++源码
- Others源码
- SQL源码
- VBScript源码
- JavaScript源码
- ASP/ASPX源码
- C#源码
- Flash/ActionScript源码
- matlab源码
- PowerBuilder源码
- LabView源码
- Flex源码
- MathCAD源码
- VBA源码
- IDL源码
- Lisp/Scheme源码
- VHDL源码
- Objective-C源码
- Fortran源码
- tcl/tk源码
- QT源码
LeftMenu.jsp~25~
资源名称:shihua.rar [点击查看]
上传用户:zghglow
上传日期:2022-08-09
资源大小:27227k
文件大小:1k
源码类别:
WEB源码(ASP,PHP,...)
开发平台:
JavaScript
- <%@ page contentType="text/html; charset=GBK" %>
- <%@ taglib uri="http://java.sun.com/jstl/core_rt" prefix="c" %>
- <table width="166" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td width="11%" valign="bottom"><img src="<%=request.getContextPath()%>/images/Menu_FT.gif" width="12" height="11" alt=""></td>
- <td width="89%" class="Every_Title"><c:out value="${menu.men_Name}" /></td>
- </tr>
- <tr>
- <td height="1" colspan="2" bgcolor="CBCED7"></td>
- </tr>
- </table>
- <table width="100%" border="0" cellspacing="0" cellpadding="0" style="margin:5px 0 0 7px;">
- <c:forEach var="menu" items="${menuList}" varStatus="status">
- <tr>
- <td width="6%"><img src="<%=request.getContextPath()%>/images/Menu_Bar_Ft.gif" width="7" height="7" alt=""></td>
- <td width="94%"><a href="<%=request.getContextPath()%>/Index.do?todo=OpenIndexMenu&fMenuID=<c:out value="${menu.menu.men_Superior}" />&cMenuID=<c:out value="${menu.men_ID}" />"><c:out value="${menu.men_DefaultName}" /></a></td>
- </tr>
- </c:forEach>
- </table>