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

电子政务应用

开发平台:

Java

  1. <%@ taglib uri="/vnex.tld" prefix="vnex" %>
  2. <%@ taglib uri="/vnex_system.tld" prefix="sys" %>
  3. <%@ taglib uri="/vnex_equipment.tld" prefix="eqt" %>
  4. <HTML>
  5. <jsp:include page="/vnex/page/FORM_HEAD.jsp" />
  6. <BODY text=#000000 vLink=#000000 aLink=#000000 link=#000000 bgColor=#ffffff topMargin=20 leftmargin="0" marginwidth="0" marginheight="0">
  7. <script language="JavaScript1.2" src="/vnex/menu/dockmenu_office.js"></script>
  8. <script language="JavaScript1.2" src="/vnex/menu/dockmenu.js"></script>
  9. <DIV align=center>
  10. <form name="form1" method="post" action="">
  11.    
  12.     <TABLE class=outter cellSpacing=0 cellPadding=0 width=600 border=0>
  13.     <TBODY> 
  14.     <jsp:include page="/vnex/page/TTOA_TABLE_TOP.jsp" />
  15.     <TR> 
  16.         <TD colSpan=3 align="center"><br>
  17.         <table width="600" border="1" cellspacing="1" bordercolor="#666666">
  18.             <tr> 
  19.               <td bgcolor="#fafafa">
  20.                 <table class=title cellspacing=1 cellpadding=2 border=0 width="600">
  21.                   <tr> 
  22.                      <td colspan="3" bgcolor="#666666"> 
  23.                       <div align="left"><font class="strongw"><a href="/mainctrl/home/index"><font color="#FFFFFF">首页</font></a>&gt;&gt;<a href="/mainctrl/office/main"><font color="#FFFFFF">办公室管理</font></a>&gt;&gt;<a href="/mainctrl/equipmentSearchResult"><font color="#FFFFFF">固定资产管理</font></a>&gt;&gt;<a href="/mainctrl/equipmentStat"><font color="#FFFFFF">固定资产统计</font></a>&gt;&gt;按类型统计</font></div>
  24.                      </td>
  25.                   </tr>
  26.                   <tr align="center">
  27.                     <td width="20%"><font class="strong">分类编号</font></td>
  28.                     <td width="50%"><font class="strong">分类名称</font></td>
  29.                     <td width="30%"><font class="strong">数量</font></td>
  30.                  </tr>
  31. <sys:CategoryList categoryId="2000" withChildren="yes">
  32. <vnex:items>
  33.             <tr bgColor="<vnex:itemsColor/>"> 
  34.               <td width="20%" align="center"><eqt:CategoryNum attribute = "id"/><br>
  35.               </td>
  36.               <td width="50%" align=left><eqt:CategoryNum attribute="levelStr"/>+<sys:CategoryAttribute attribute = "name"/><br>
  37.               </td>
  38.               <td width="30%" align="center"><eqt:CategoryNum attribute="num"/><br>
  39.               </td>
  40.             </tr>            
  41. </vnex:items>     
  42. </sys:CategoryList> 
  43.             <tr bgcolor="#fafafa">
  44.               <td colspan="3" align="center">
  45.             <input type="button" name="Button322" value="返回" class="file" onclick="history.back()">
  46.               </td>
  47.             </tr>
  48.           </table>
  49.           </td>
  50.           </tr>
  51.           </table>
  52.           <jsp:include page="/vnex/page/TTOA_HELP.jsp" />
  53.        </TD>
  54.      </TR>
  55.      <jsp:include page="/vnex/page/TTOA_TABLE_BOTTOM.jsp" />
  56.     </TBODY> 
  57.   </TABLE>
  58.     <BR>
  59.   <jsp:include page="/vnex/page/TTOA_PRODUCER_LOGO.jsp" />
  60. </form>
  61. </DIV>
  62. </BODY>
  63. </HTML>