<!doctype html>
|
<html class="no-js">
|
<head>
|
<meta charset="utf-8">
|
<title>知识地图</title>
|
[#include "/business/pages/include/static.html" /]
|
</head>
|
[#include "/component/newsel.html" /]
|
<body class="fullscreen">
|
[#include "/business/pages/include/header.html" /]
|
[#assign label = GnConstants.ZDTZSK]
|
[#include "/business/pages/include/gps.html" /]
|
|
<div class="monitoring">
|
<div id="detailDiv" class="monitor_report"></div>
|
</div>
|
|
[#include "/business/pages/include/footer.html" /]
|
<script type="text/javascript">
|
$(function(){
|
$("#detailDiv").load("${base}/business/pages/knowledge/knowledgeMain/knowcatecompanyTree.html");
|
})
|
function toWk(categoryId){
|
window.location.href="${base}/business/pages/knowledge/knowledgeMain/knowledgeList.html?category_id="+categoryId;
|
}
|
|
</script>
|
</body>
|
</html>
|