username@email.com
2025-04-27 15eb82df2d6ec539e9d4245bfe08d531e8eb6379
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
<!DOCTYPE html>
<html>
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <link href="/css/bootstrap.min.css" rel="stylesheet">
    <link href="/css/font-awesome.min.css" rel="stylesheet">
    <link href="/css/animate.min.css" rel="stylesheet">
    <link href="/css/style.min.css" rel="stylesheet">
    <link href="/css/plugins/iCheck/custom.css" rel="stylesheet">
    <link href="/css/plugins/chosen/chosen.css" rel="stylesheet">
    <link href="/css/plugins/datapicker/datepicker3.css" rel="stylesheet">
    <script src="/js/jquery.min.js"></script>
    <script src="/js/bootstrap.min.js"></script>
    <script src="/js/plugins/query/jquery.query-object.js"></script>
    <script src="/js/plugins/iCheck/icheck.min.js"></script>
    <script src="/js/plugins/chosen/chosen.jquery.js"></script>
    <script src="/js/plugins/datapicker/bootstrap-datepicker.js"></script>
    <script src="/js/common-layout.js" type="text/javascript"></script>
    <script src="/js/plugins/iTexbox/itextbox.js"></script>
    <script src="/js/plugins/search/commsearch.js"></script>
    <script src="/js/deptTree.js"></script>
    <script src="/js/plugins/treeview/bootstrap-treeview.js"></script>
    <title></title>
    <meta charset="utf-8" />
    <script type="text/javascript">
 
        window.onload = function () {
            var ntreecount = $('#deptid').length;
            if (ntreecount > 0) {
                setTree('#deptid', '300px', '250px');
            }
        }
    </script>
</head>
<body>
    <div class="ibox-content" id="searchzone" style="">
    </div>
 
</body>
</html>