<DIV ID="addVersion" STYLE="margin-left: 3px; width: 700px; float: left;display:none;" border="3">
<%@ page language="java" import="java.util.*" pageEncoding="utf-8"%>
<%@ include file="/WEB-INF/jsp/common/common.jsp"%>
<script language="javascript" src="${pageContext.request.contextPath}/js/js-jquery-tree.js"></script>
<script language="javascript" src="${pageContext.request.contextPath}/js/kynamic.js"></script>
<HTML>
<HEAD>
<TITLE>知识管理</TITLE>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8" />
<link rel="stylesheet" href="${pageContext.request.contextPath}/css/zTreeStyle/zTreeStyle.css" type="text/css">
<link href="${pageContext.request.contextPath}/css/style/style.css" rel="stylesheet" type="text/css" />
</HEAD>
<BODY STYLE="background-color: #F7FFFF;">
<DIV ID="Title_bar">
<DIV ID="Title_bar_Head">
<DIV ID="Title_Head"></DIV>
<DIV ID="Title"><!--页面标题-->
<IMG BORDER="0" WIDTH="13" HEIGHT="13" SRC="${pageContext.request.contextPath}/css/images/title_arrow.gif"/> 知识管理
</DIV>
<DIV ID="Title_End"></DIV>
</DIV>
</DIV>
<!--当前路径-->
<DIV ID="QueryArea">
<DIV ID="FilePath">
<DIV CLASS="PathTitle">
当前路径:
</DIV>
</DIV>
</DIV>
<!--目录列表-->
<DIV ID="dirListArea" STYLE="width: 260px; float: left;">
<DIV STYLE="margin-left: 15px;">
<!--显示文件夹树-->
<div ID="kynamicTree" class="tree">
</div>
</DIV>
</DIV>
<!--目录内容列表显示-->
<DIV ID="addVersion" STYLE="margin-left: 3px; width: 700px; float: left;display:none;" border="3">
<table width="700" border="0" cellspacing="0" cellpadding="0" style="border:1px solid #91C0E3;">
<tr>
<td width="94" height="40" align="center" valign="middle" bgcolor="#F0F7FD" style="color: #069;"><strong>标题</strong></td>
<td width="540" bgcolor="#F0F7FD"><input id="title" name="" type="text" style="background-color: #FFFFFF;
border: 1px solid #91C0E3;
color: #004779;width:250px;" /></td>
</tr>
<tr>
<td height="53" align="center" valign="middle" bgcolor="#F0F7FD" style="color:#069;"><strong>内容</strong></td>
<td bgcolor="#F0F7FD"><textarea id="content" name="" cols="" rows="" style="background-color: #FFFFFF;
border: 1px solid #91C0E3;
color: #004779;width:250px;height:auto;" ></textarea></td>
</tr>
<tr>
<td colspan="2" bgcolor="#F0F7FD" height="50"><table width="199" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td id="checkin" width="100"><input name="" type="button" value="check in" style="background: #D3EDFC;border:1px solid #91C0E3; cursor:pointer;"/></td>
<td id="checkout" width="99"><input name="" type="button" value="check out" style="background: #D3EDFC;border:1px solid #91C0E3; cursor:pointer;"/></td>
</tr>
</table></td>
</tr>
</table>
</DIV>
<!--目录内容列表显示-->
<DIV ID="versionsList" STYLE="margin-left: 3px; width: 700px; float: left; display:none;" border="2">
<table width="700" height="57" border="0" cellpadding="0" cellspacing="0" style="font-size:12px;">
<tr>
<td height="30"><table width="700" height="26" border="0" cellpadding="0" cellspacing="0" style="background: url(${pageContext.request.contextPath}/css/images/411.jpg) repeat-x;">
<tr>
<td align="center" valign="middle" style="border:1px solid #CBE3ED;border-right:none;">版本号</td>
<td align="center" valign="middle" style="border:1px solid #CBE3ED;">修改时间</td>
<td align="center" valign="middle" style="border:1px solid #CBE3ED;border-left:none;">相关操作</td>
</tr>
</table></td>
</tr>
<tr>
<td>
<table id="versionContent" width="700" border="0" cellspacing="0" cellpadding="0">
</table>
</td>
</tr>
</table>
</DIV>
<div class="addnodes" id="rMenu" style="position:absolute;display:none;overflow:hidden">
<ul>
<li id="addFolder" style="background: url(${pageContext.request.contextPath}/css/images/jia.jpg) 10px 5px no-repeat;border-bottom:1px solid #8ab2e6;cursor:pointer;">增加文件夹</li>
<li id="addFile" style="background: url(${pageContext.request.contextPath}/css/images/jia.jpg) 10px 5px no-repeat;border-bottom:1px solid #8ab2e6;cursor:pointer;">增加文件</li>
<li id="updateNode" style="background: url(${pageContext.request.contextPath}/css/images/jia.jpg) 10px 5px no-repeat;border-bottom:1px solid #8ab2e6;cursor:pointer;">修改节点</li>
<li id="deleteNode" style="background: url(${pageContext.request.contextPath}/css/images/jian.jpg) 10px 9px no-repeat;cursor:pointer;">删除节点</li>
</ul>
</div>
</BODY>
</HTML>