?? left.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" > </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"> </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);">
<input type="button" class="userButton" value="折疊" onclick="setupTree.oAll(false);">
<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);">
<input type="button" class="userButton" value="折疊" onclick="setupTree.oAll(false);">
</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">
</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 + -