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

📄 moduletree.jsp

📁 这是一个用java三层框架做的ISS学员管理系统
💻 JSP
字号:
<%--
  Created by IntelliJ IDEA.
  User: Songzou
  Date: 2007-4-8
  Time: 11:48:00
--%>

<%@ page language="java" pageEncoding="GBK"%>
<%@ include file="/WEB-INF/jsp/inc/taglib.jsp"%>
<%@ include file="/WEB-INF/jsp/inc/css.jsp"%>
<%@ include file="/WEB-INF/jsp/inc/js.jsp"%>
<html>
<head>
<meta http-equiv="Pragma" content="no-cache">
<title></title>
<base target="_self"/>
</head>
<body onload="root.click();" leftmargin="2" footmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table width="988" border="0" cellpadding="0" cellspacing="0">
  <tr>
    <td width="18"><img src="images/frame/navigation_1.jpg" width="18"></td>
    <td background="images/frame/navigation_2.jpg" style="padding-top:2px ">
    框架设置>>模块设置
    </td>
    <td width="9"><img src="images/frame/navigation_3.jpg" width="9"></td>
  </tr>
</table>
<table width="988" border="1" borderColor="#7F9DB9" cellpadding="1" cellspacing="0" style="border-collapse:collapse;">
  <tr>
    <td width="250" height="550" style="vertical-align:top;background-color:#FFFFFF">
      <table width="100%" height="550" cellpadding="0" cellspacing="0">
        <tr>
          <td height="30" style="border-bottom-style:solid;border-bottom-width:1px;border-bottom-color:#7F9DB9;">
            <table>
              <tr>
                <td width="10">&nbsp;</td>
                <td><a href="###" onClick="link('moduleAction.do?method=moduleTree')">刷新树状图</a></td>
                <td width="10">&nbsp;</td>
                <td><a href="javascript:moduleTree.expandAll();">展开树</a></td>
                <td width="10">&nbsp;</td>
                <td><a href="javascript:moduleTree.collapseAll();">收缩树</a></td>
              </tr>
            </table>
          </td>
        </tr>
        <tr>
          <td height="550">
            <nobr>
              <ul class="tree" id="moduleTree" borderStyle="0" width="250" height="550" >
                <li><img class="parentNode" id='root'><a onclick="link('moduleAction.do?method=moduleList&fatherid=0','moduleFrame')"><c:out value="${systemName}"/></a></li>
                  <ul>
                    <c:forEach var="module" items="${moduleTree}">
                      <c:out value="${module}" escapeXml="false"/>
                    </c:forEach>
                  </ul>
                </ul>
             </nobr>
          </td>
        </tr>
      </table>
    </td>
    <td width="720" height="550"  style="vertical-align:top;background-color:#FFFFFF">
      <iframe src="moduleAction.do?method=moduleList&fatherid=0" name="moduleFrame" scrolling="auto" frameborder="0" width="100%" height="100%"></iframe>
    </td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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