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

📄 codemngbycode.jsp

📁 网上商店
💻 JSP
字号:
<%@ page language="java" pageEncoding="GBK"%>
<%@ page import="java.util.*,java.sql.*" %>
<%@ page import="cn.edu.ujn.srms.pub.conn.*" %>
<%@ taglib uri="http://struts.apache.org/tags-bean" prefix="bean" %>
<%@ taglib uri="http://struts.apache.org/tags-html" prefix="html" %>
<%@ taglib uri="http://struts.apache.org/tags-logic" prefix="logic" %>
<%@ taglib uri="http://struts.apache.org/tags-tiles" prefix="tiles" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html:html lang="true">
  <head>
  	<link rel="StyleSheet" href="css/dtree.css" type="text/css" />
	<script type="text/javascript" src="js/dtree.js"></script>
    <html:base />
    <title>代码管理</title>
	<meta http-equiv="pragma" content="no-cache">
	<meta http-equiv="cache-control" content="no-cache">
	<meta http-equiv="expires" content="0">    
	<meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
	<meta http-equiv="description" content="This is my page">
	<!--
	<link rel="stylesheet" type="text/css" href="styles.css">
	-->
  </head>
  <body>
<div align="left" style="width:1000px; ">
<table width="1000" border="0" align="center" cellpadding="0" cellspacing="0" style="width:1000px">
<tr>
<td width="350" align="left" valign="top" style="background: #ffffff">
    
<div class="dtree">
	<p><a href="javascript: d.openAll();">展开所有代码</a> | <a href="javascript: d.closeAll();">关闭所有子代码</a>| <a href="../codeMng.do?method=addCodeType" target="infoframe">新建代码类型</a></p>
	<script type="text/javascript">
		<!--
		d = new dTree('d');		
		<logic:notEmpty name="cl" scope="request"> 
		<logic:iterate id="codeManager" name="cl" type="cn.edu.ujn.srms.code.CodeManager" scope="request"> 
		d.add(<bean:write name="codeManager" property="id" scope="page"/>,
			<bean:write name="codeManager" property="parentid" scope="page"/>,
			'<bean:write name="codeManager" property="name" scope="page"/>',
			'../codeMng.do?method=view&criterion_id=<bean:write name="codeManager" property="id" scope="page"/>',
			'','infoframe');
		</logic:iterate> 
		</logic:notEmpty> 
		document.write(d);
		//-->
	</script>
</div>
</td>
<td width="500" align="left" valign="top" style="background: #ffffff"><iframe name="infoframe" frameborder="0" align="middle" width="500px;" height="1000px" scrolling="auto"></iframe></td>
</tr>
</table>
</div>
  </body>
</html:html>

⌨️ 快捷键说明

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