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

📄 left.jsp

📁 基于Sturts+Spring+Hibernate的一个高级销售管理系统。内容丰富
💻 JSP
字号:
<%@ page language="java" contentType="text/html; charset=UTF-8"
    pageEncoding="UTF-8"%>
<%@page import="com.yuanchung.sales.service.admin.SetupTreeView"%>
<html>    
	<head>
		<meta http-equiv="Content-Type" content="text/html; charset=utf-8">			
		<link rel="StyleSheet" href="${pageContext.request.contextPath}/css/dtree.css" type="text/css" />
		<link rel="StyleSheet" href="${pageContext.request.contextPath}/css/global.css" type="text/css" />
		<script type="text/javascript" src="${pageContext.request.contextPath}/js/dtree.js"></script>		
	</head>
	<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
      <table width="98%" border="0" cellspacing="0" cellpadding="0" background="${pageContext.request.contextPath}/images/tiao.gif" align="center">
            <tr >
            	<td width="10%"  height="27" >&nbsp;</td>
   	 		</tr>
       </table>
          <table width="98%" border="0" cellspacing="0" cellpadding="0"
			align="center">
			<tr>
				<td bgcolor="#CCCCCC" width="2" height="2"></td>
				<td  width="2" height="2" bgcolor="#F3F7FA">&nbsp;</td>
				<td height="2" bgcolor="#F3F7FA">
      <div id="myContacts" style="text-align: center;">          
      <table width="100%" border="0" cellspacing="0" cellpadding="0">
			<tr>
			  <td height="550" valign="top" class="dtree">
			  	<br/>
				<input type="button" class="userButton" value="展开" onclick="setupTree.oAll(true);">&nbsp;
        		<input type="button" class="userButton" value="折叠" onclick="setupTree.oAll(false);">&nbsp;
			  	<br/><br/>
				<script type="text/javascript">
				
				  <%=SetupTreeView.getSetupTreeView("", 1)+"document.write(setupTree)" %>
   
				</script>
				<br/><br/>
				<input type="button" class="userButton" value="展开" onclick="setupTree.oAll(true);">&nbsp;
        		<input type="button" class="userButton" value="折叠" onclick="setupTree.oAll(false);">&nbsp;
				</td>
			</tr>
		</table>
      </div>      
				</td>
				<td bgcolor="#CCCCCC" width="2" height="2"></td>
			</tr>
		</table>
		<table width="98%" border="0" cellspacing="0" cellpadding="0" align="center">
			<tr>
				<td width="8" height="5" valign="top">
					<img src="${pageContext.request.contextPath}/images/left.gif" width="8" height="11">
				</td>
				<td background="${pageContext.request.contextPath}/images/ht.gif" height="11">
					&nbsp;
				</td>
				<td width="8" height="5" valign="top">
					<img src="${pageContext.request.contextPath}/images/rg.gif" width="8" height="11">
				</td>
			</tr>
		</table>
	</body>
</html>

⌨️ 快捷键说明

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