cy
2022-06-21 129904537f66509f97b285e7eb4f42b3dc349dd0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!doctype html>
<html class="no-js">
<head>
<meta charset="utf-8">
<title>知识统计</title>
[#include "/business/pages/include/static.html" /]
[#include "/component/DatePicker.html" /]
[#include "/component/newsel.html" /]
<style>
.tonji{width:100%;table-layout:auto;border-collapse:collapse;border-spacing:0; border-top:1px solid #666;border-left:1px solid #666}
.tonji td{ border-bottom:1px solid #666;border-right:1px solid #666;line-height:24px;padding-left:10px;}
</style>
</head>
<body class="fullscreen">
[#include "/business/pages/include/header.html" /]
[#assign label = GnConstants.ZSFLTJ]
[#include "/business/pages/include/gps.html" /]
 
 
<div class="fs_main equip_add clearfix" >
     <div class="leftPop" id="equipAddLeft">
    <div class="leftPopRight"><a class="popclose" id="popclose"></a><a class="popopen" id="popopen"></a></div>
    <div class="leftPopCon iframe_main">
    [#assign tjType = 'DXTJ'] 
    [#assign tjFocus = 'KNOW_CATE']
    [#include "/business/pages/knowledge/knowledgetj/knowtjLeft.html" /]
    </div>
   </div>
  
    <div class="client_right" id="equipAddRight">
     
      <iframe src="${base}/business/pages/knowledgetj/knowcatedata.html"  name="baseMsgIframe" id="baseMsgIframe"  frameborder="0" width="100%" scrolling="auto" height="610px"></iframe>
    </div>
    </div>
<script type="text/javascript">
$(function() {
    $(".leftPopCon a").click(function() {
       $(".leftPopCon a").removeClass("focus");
       $(this).addClass("focus");
    })
})
function loadiframe(url,gd){
   $("#baseMsgIframe").attr("src",url);
   if($.util.isEmpty(gd)){
      gd = '610';
   }
   $("#baseMsgIframe").attr("height",gd+"px");
    
}
</script>
[#include "/business/pages/include/footer.html" /]
</body>
</html>