directory_list.jsp
上传用户:guhaomin
上传日期:2007-06-10
资源大小:23203k
文件大小:3k
源码类别:

电子政务应用

开发平台:

Java

  1. <%@ taglib uri="/vnex_directory.tld" prefix="directory" %>
  2. <%@ taglib uri="/vnex.tld" prefix="vnex" %>
  3. <%@ page errorPage="/vnex/ErrorPage.jsp" %>
  4. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  5. <HTML>
  6. <jsp:include page="/vnex/page/FORM_HEAD.jsp" />
  7. <BODY text=#000000 vLink=#000000 aLink=#000000 link=#000000 bgColor=#ffffff topMargin=20 leftmargin="0" marginwidth="0" marginheight="0">
  8. <script language="JavaScript1.2" src="/vnex/menu/dockmenu_leader.js"></script>
  9. <script language="JavaScript1.2" src="/vnex/menu/dockmenu.js"></script>
  10. <DIV align=center>
  11. <form name="form1" method="post" action="">
  12.   <TABLE class=outter cellSpacing=0 cellPadding=0 width=600 border=0>
  13.     <jsp:include page="/vnex/page/TTOA_TABLE_TOP.jsp" /> 
  14.     <TR>
  15.         <TD colSpan=3 align="center" class="iframestyle" valign="top">
  16.          <br>
  17.           <table width="600" border="1" cellspacing="1" bordercolor="#666666">
  18.             <tr valign="top" bgcolor="#fafafa">
  19.               <td height="27" >
  20.                 <table width="600" border="0" cellpadding="2" cellspacing="0">
  21.                   <tr>
  22.                       <td bgcolor="#666666"><font class=strongw>
  23. <a href="/mainctrl/home/index"><font color="#ffffff">首页</font></a>&gt;&gt;
  24. <a href="/mainctrl/leader/main"><font color="#ffffff">领导查询</font></a>&gt;&gt;
  25. 信息查询
  26. </font></td>
  27.                     </tr>
  28.                   </table>
  29.                 <br>
  30.                 <table width="600" border="0" cellpadding="2" cellspacing="0">
  31. <directory:DirectoryList superDirectoryId="1" >
  32. <% int i=0;
  33. %>
  34. <vnex:items>
  35. <% if ((i%4) == 0){%>
  36.                 <tr bgcolor="<vnex:itemsColor/>">
  37. <td width="20">&nbsp;</td>
  38. <%}%>
  39. <td width="145">
  40. <input type=hidden name=nouse value=<directory:DirectoryAttribute attribute="isLeaf"/>>
  41. <img value="isLeaf" src="<directory:DirectoryAttribute attribute="imagePath" />">
  42. <%
  43. String isLeaf = (String)pageContext.getAttribute("isLeaf");
  44. if (isLeaf.equals("0")){
  45. %>
  46. <a href="/mainctrl/directory/sub_directory_list?id=<directory:DirectoryAttribute attribute="id"/>&isLeaf=<directory:DirectoryAttribute attribute="isLeaf"/>"><directory:DirectoryAttribute attribute="name"/></a>
  47. <% }else{ %>
  48. <a href="/mainctrl/directory/file_list?id=<directory:DirectoryAttribute attribute="id"/>&isLeaf=<directory:DirectoryAttribute attribute="isLeaf"/>"><directory:DirectoryAttribute attribute="name"/></a>
  49. <% } %>
  50. </td>
  51. <% if ((i%4) == 3){%>
  52.                 </tr>
  53. <%} i++;%>
  54. </vnex:items>
  55. </directory:DirectoryList>
  56.                 </table>
  57.                 <br>
  58.             </tr>
  59.           </table>
  60.           <br>
  61.           <jsp:include page="/vnex/page/TTOA_HELP.jsp" />
  62.        </TD>
  63.      </TR>
  64.      <jsp:include page="/vnex/page/TTOA_TABLE_BOTTOM.jsp" />
  65.     </TBODY> 
  66.   </TABLE>
  67.     <BR>
  68.   <jsp:include page="/vnex/page/TTOA_PRODUCER_LOGO.jsp" />
  69. </form>
  70. </DIV>
  71. </BODY>
  72. </HTML>