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

📄 foldertreeleftframe.jsp

📁 JSP实现的强大功能树型结构框架,非常实用
💻 JSP
字号:
<%@ page errorPage="folderTreeLeftFrameBeanErrorPage.jsp" import="java.util.*" %>

<!--
     (Please keep all copyright notices.)
     This frameset document includes the FolderTree script.
     Script found at: http://www.treeview.net
     Author: Marcelino Alves Martins

     Instructions:
     - Do not make any changes to this file outside the style tag.
	 - Through the style tag you can change the colors and types
	   of fonts to the particular needs of your site.
	 - A predefined block has been made for stylish people with
	   black backgrounds.
-->

<HTML>
  <HEAD>
    <TITLE>folderTreeLeftFrame</TITLE>
		<META http-equiv="Expires" content="Tue, 01 Jan 2002 00:00:01 GMT">

		<style type="text/css">
	   	BODY {background-color: #003399; }
	   	TD {font-size: 8pt;
	   	    font-family: verdana,helvetica
		 	  text-decoration: none;
		 	  white-space:nowrap;}
	   	A  {text-decoration: none;
	   	    color: #FFFFFF; }
		</STYLE>

	</HEAD>
	<jsp:useBean id="folderTreeLeftFrameBeanId" scope="session" class="com.boa.gcib.gcsdr.folderTreeLeftFrameBean" />

	<!-- NO CHANGES PAST THIS LINE -->


	<!-- Code for browser detection -->
	<SCRIPT src="/scripts/ua.js">
	</SCRIPT>

	<!-- Infrastructure code for the tree -->
	<SCRIPT src="/scripts/ftiens4.js">
	</SCRIPT>

	<!-- Execution of the code that actually builds the specific tree.
	     The variable foldersTree creates its structure with calls to
		 gFld, insFld, and insDoc -->
	<SCRIPT language="JavaScript">
	  <jsp:getProperty name="folderTreeLeftFrameBeanId" property="definedTree" />
	</SCRIPT>

	<BODY topmargin=16 marginheight=16 link="White" vlink="White" alink="Red">

	<!-- Build the browser's objects and display default view of the
	     tree. -->
	<script>initializeDocument()</script>
	<noscript>
	A tree for site navigation will open here if you enable JavaScript in your browser.
	</noscript>
	</body>
</html>

⌨️ 快捷键说明

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