<!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>
|