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

📄 directory_list.jsp

📁 非常完整的Java开发的网络办公系统
💻 JSP
字号:
<%@ 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>&gt;&gt;
					<a href="/mainctrl/leader/main"><font color="#ffffff">领导查询</font></a>&gt;&gt;
					信息查询
					</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">&nbsp;</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>

⌨️ 快捷键说明

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