<!DOCTYPE html>
|
<html lang="ko">
|
<head>
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">
|
<meta http-equiv="Pragma" content="no-cache">
|
<!-- 캐시 만료 날짜 -->
|
<meta http-equiv="Expires" content="0">
|
|
<!-- 원본 값 : private -->
|
<meta name="viewport"
|
content="width=device-width, initial-scale=1, maximum-scale=1">
|
<!-- 봇이 읽는 설명 -->
|
<meta name="description" content="이슈 관리 시스템 - 탐지 관리">
|
<meta property="og:type" content="website">
|
<meta property="og:title" content="OWL ITS">
|
<meta property="og:description" content="이슈 관리 시스템 - 탐지 관리">
|
<meta property="og:image" content="https://owlsolution.io/assets/images/main.png">
|
<meta property="og:url" content="https://owlsolution.io">
|
<meta name="google-site-verification" content="yhmSp9Zsw5oecXjp43Ndu0w9rBA3FNpnNZ8bQFA_iDA"/>
|
<meta name="viewport" content="user-scalable=no,initial-scale=1,maximum-scale=1">
|
|
<title>탐지정보 통합관리</title>
|
|
<link type="text/css" rel="stylesheet" href="bower_components/font-awesome/css/font-awesome.css">
|
<link type="text/css" rel="stylesheet" href="bower_components/jquery-ui/themes/base/jquery-ui.css">
|
<link type="text/css" rel="stylesheet" href="bower_components/nvd3/build/nv.d3.min.css">
|
<link type="text/css" rel="stylesheet" href="bower_components/d3-context-menu/css/d3-context-menu.css">
|
<link type="text/css" rel="stylesheet" href="bower_components/datetimepicker/build/jquery.datetimepicker.min.css">
|
<link type="text/css" rel="stylesheet" href="bower_components/bootstrap-daterangepicker/daterangepicker.css">
|
<link type="text/css" rel="stylesheet" href="bower_components/nvd3/build/nv.d3.min.css">
|
<link type="text/css" rel="stylesheet" href="bower_components/ng-image-gallery/dist/ng-image-gallery.min.css">
|
<link type="text/css" rel="stylesheet" href="custom_components/sweetalert/sweetalert.css">
|
<link type="text/css" rel="stylesheet" href="custom_components/file-upload-progress/file-upload-progress.css">
|
<link type="text/css" rel="stylesheet" href="custom_components/summernote/summernote.css">
|
<link type="text/css" rel="stylesheet"
|
href="custom_components/bootstrap-colorpalette/css/bootstrap-colorpalette.css">
|
<link type="text/css" rel="stylesheet" href="custom_components/angular-multi-select/angular-multi-select.css">
|
<link type="text/css" rel="stylesheet" href="custom_components/js-autocomplete-single/js-autocomplete-single.css">
|
<link type="text/css" rel="stylesheet" href="custom_components/js-autocomplete-multi/js-autocomplete-multi.css">
|
<link type="text/css" rel="stylesheet" href="custom_components/js-html-diff/js-html-diff.css">
|
<link type="text/css" rel="stylesheet" href="assets/styles/main.css?version=1.0.0">
|
<link type="text/css" rel="stylesheet" href="https://fonts.googleapis.com/css?family=Rubik:300,400,500">
|
|
<!-- google font -->
|
<link rel="shortcut icon" href="assets/images/kisa-favicon.png"/> <!-- 이미지 아이콘 -->
|
|
<!-- Google Tag Manager -->
|
<!-- zenith edit
|
<script>
|
(function (w, d, s, l, i) {
|
w[l] = w[l] || [];
|
w[l].push({
|
'gtm.start' :
|
new Date().getTime(), event : 'gtm.js'
|
});
|
var f = d.getElementsByTagName(s)[0],
|
j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : '';
|
j.async = true;
|
j.src =
|
'https://www.googletagmanager.com/gtm.js?id=' + i + dl;
|
f.parentNode.insertBefore(j, f);
|
})(window, document, 'script', 'dataLayer', 'GTM-PW2T38B');
|
</script>
|
-->
|
<!-- End Google Tag Manager -->
|
|
</head>
|
|
<body class="menu-position-side menu-side-left full-screen with-content-panel" ng-controller="commonController">
|
|
<!-- 프로그래스바 -->
|
<progress-spinner></progress-spinner>
|
<!-- 파일 업로드 진행률 -->
|
<file-upload-progress></file-upload-progress>
|
<!-- 문의하기 -->
|
<js-information></js-information>
|
|
<!-- 메인 영역 -->
|
<div class="all-wrapper with-side-panel solid-bg-all">
|
<div ui-view></div>
|
</div>
|
|
<script data-main="scripts/main"
|
src="bower_components/requirejs/require.js"></script>
|
|
</body>
|
</html>
|