directory_list.jsp
资源名称:NetOffice.rar [点击查看]
上传用户:guhaomin
上传日期:2007-06-10
资源大小:23203k
文件大小:3k
源码类别:
电子政务应用
开发平台:
Java
- <%@ taglib uri="/vnex_directory.tld" prefix="directory" %>
- <%@ taglib uri="/vnex.tld" prefix="vnex" %>
- <%@ page errorPage="/vnex/ErrorPage.jsp" %>
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
- <HTML>
- <jsp:include page="/vnex/page/FORM_HEAD.jsp" />
- <BODY text=#000000 vLink=#000000 aLink=#000000 link=#000000 bgColor=#ffffff topMargin=20 leftmargin="0" marginwidth="0" marginheight="0">
- <script language="JavaScript1.2" src="/vnex/menu/dockmenu_leader.js"></script>
- <script language="JavaScript1.2" src="/vnex/menu/dockmenu.js"></script>
- <DIV align=center>
- <form name="form1" method="post" action="">
- <TABLE class=outter cellSpacing=0 cellPadding=0 width=600 border=0>
- <jsp:include page="/vnex/page/TTOA_TABLE_TOP.jsp" />
- <TR>
- <TD colSpan=3 align="center" class="iframestyle" valign="top">
- <br>
- <table width="600" border="1" cellspacing="1" bordercolor="#666666">
- <tr valign="top" bgcolor="#fafafa">
- <td height="27" >
- <table width="600" border="0" cellpadding="2" cellspacing="0">
- <tr>
- <td bgcolor="#666666"><font class=strongw>
- <a href="/mainctrl/home/index"><font color="#ffffff">首页</font></a>>>
- <a href="/mainctrl/leader/main"><font color="#ffffff">领导查询</font></a>>>
- 信息查询
- </font></td>
- </tr>
- </table>
- <br>
- <table width="600" border="0" cellpadding="2" cellspacing="0">
- <directory:DirectoryList superDirectoryId="1" >
- <% int i=0;
- %>
- <vnex:items>
- <% if ((i%4) == 0){%>
- <tr bgcolor="<vnex:itemsColor/>">
- <td width="20"> </td>
- <%}%>
- <td width="145">
- <input type=hidden name=nouse value=<directory:DirectoryAttribute attribute="isLeaf"/>>
- <img value="isLeaf" src="<directory:DirectoryAttribute attribute="imagePath" />">
- <%
- String isLeaf = (String)pageContext.getAttribute("isLeaf");
- if (isLeaf.equals("0")){
- %>
- <a href="/mainctrl/directory/sub_directory_list?id=<directory:DirectoryAttribute attribute="id"/>&isLeaf=<directory:DirectoryAttribute attribute="isLeaf"/>"><directory:DirectoryAttribute attribute="name"/></a>
- <% }else{ %>
- <a href="/mainctrl/directory/file_list?id=<directory:DirectoryAttribute attribute="id"/>&isLeaf=<directory:DirectoryAttribute attribute="isLeaf"/>"><directory:DirectoryAttribute attribute="name"/></a>
- <% } %>
- </td>
- <% if ((i%4) == 3){%>
- </tr>
- <%} i++;%>
- </vnex:items>
- </directory:DirectoryList>
- </table>
- <br>
- </tr>
- </table>
- <br>
- <jsp:include page="/vnex/page/TTOA_HELP.jsp" />
- </TD>
- </TR>
- <jsp:include page="/vnex/page/TTOA_TABLE_BOTTOM.jsp" />
- </TBODY>
- </TABLE>
- <BR>
- <jsp:include page="/vnex/page/TTOA_PRODUCER_LOGO.jsp" />
- </form>
- </DIV>
- </BODY>
- </HTML>