|
@@ -0,0 +1,858 @@
|
|
|
+<!DOCTYPE html>
|
|
|
+<html lang="en">
|
|
|
+ <head>
|
|
|
+ <meta charset="UTF-8" />
|
|
|
+ <meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
|
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
+ <script src="/libs/jquery/jquery-3.6.0.min.js"></script>
|
|
|
+ <script src="/libs/include-dialog.js"></script>
|
|
|
+ <script src="/libs/excel/xlsx.full.min.js"></script>
|
|
|
+ <script src="/libs/excel/FileSaver.min.js"></script>
|
|
|
+ <script src="/libs/highchart/highcharts.js"></script>
|
|
|
+ <script src="/js/constant/constant.js"></script>
|
|
|
+ <script src="/libs/highchart/highcharts-more.js"></script>
|
|
|
+ <script src="/libs/highchart/modules/solid-gauge.js"></script>
|
|
|
+ <script src="/libs/highchart/modules/accessibility.js"></script>
|
|
|
+ <link rel="stylesheet" href="./main.css" />
|
|
|
+ <link rel="icon" href="data:;base64,iVBORw0KGgo=">
|
|
|
+
|
|
|
+ <title>용인시 첨단교통센터 시설물 모니터링</title>
|
|
|
+ </head>
|
|
|
+
|
|
|
+ <body>
|
|
|
+ <div class="header bassBgColor">
|
|
|
+ <img class="logo-img" src="/images/application_facility/logo.png" alt="logo" />
|
|
|
+ <div class="bassWordColor"> 용인시 첨단교통센터 시설물 모니터링</div>
|
|
|
+ <div id="clock" class="bassWordColor"></div>
|
|
|
+ </div>
|
|
|
+ <div class="firstBox bassBgColor">
|
|
|
+ <div class="facSttsInfo bassBgColor">
|
|
|
+ <div class="tag bassWordColor tagColor"> 현장 시설물 상태정보</div>
|
|
|
+
|
|
|
+ <div class="VMSSttsInfo">
|
|
|
+ <table>
|
|
|
+ <tr>
|
|
|
+ <td class ="tableColor" rowspan="3">VMS 상태정보</td>
|
|
|
+ <td id="VMSToggle" class="communicationSatusToggle tableColor" colspan="3">통신상태</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td class ="tableColor" width="200px">전체</td>
|
|
|
+ <td class ="tableColor" width="200px">유선정상</td>
|
|
|
+ <td class ="tableColor" width="200px">유선장애</td>
|
|
|
+ </tr>
|
|
|
+ <tr class="VMS_TYPE">
|
|
|
+ <td class="VMS_TOTAL valueColor" id="VMS_TOTAL">-</td>
|
|
|
+ <td class="VMS_NORMAL valueColor" id="VMS_NORMAL">-</td>
|
|
|
+ <td class="VMS_ERROR valueColor" id="VMS_ERROR">-</td>
|
|
|
+ </tr>
|
|
|
+ </table>
|
|
|
+ </div>
|
|
|
+ <div class="CCTVSttsInfo">
|
|
|
+ <table>
|
|
|
+ <tr>
|
|
|
+ <td class ="tableColor" rowspan="3">CCTV 상태정보</td>
|
|
|
+ <td id="CCTVToggle" class="communicationSatusToggle tableColor" colspan="3">통신상태</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td class ="tableColor" width="200px">전체</td>
|
|
|
+ <td class ="tableColor" width="200px">유선정상</td>
|
|
|
+ <td class ="tableColor" width="200px">유선장애</td>
|
|
|
+ </tr>
|
|
|
+ <tr class="CCTV_TYPE">
|
|
|
+ <td class="CCTV_TOTAL valueColor">-</td>
|
|
|
+ <td class="CCTV_NORMAL valueColor">-</td>
|
|
|
+ <td class="CCTV_ERROR valueColor">-</td>
|
|
|
+ </tr>
|
|
|
+ </table>
|
|
|
+ </div>
|
|
|
+ <div class="VDSSttsInfo">
|
|
|
+ <table>
|
|
|
+ <tr>
|
|
|
+ <td class ="tableColor" rowspan="3">VDS 상태정보</td>
|
|
|
+ <td id="VDSToggle" class="communicationSatusToggle tableColor" colspan="3">통신상태</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td class ="tableColor" width="200px">전체</td>
|
|
|
+ <td class ="tableColor" width="200px">유선정상</td>
|
|
|
+ <td class ="tableColor" width="200px">유선장애</td>
|
|
|
+ </tr>
|
|
|
+ <tr class="VDS_TYPE">
|
|
|
+ <td class="VDS_TOTAL valueColor">-</td>
|
|
|
+ <td class="VDS_NORMAL valueColor">-</td>
|
|
|
+ <td class="VDS_ERROR valueColor">-</td>
|
|
|
+ </tr>
|
|
|
+ </table>
|
|
|
+ </div>
|
|
|
+
|
|
|
+
|
|
|
+ <div class="RSESttsInfo">
|
|
|
+ <div id="linkTraffic"></div>
|
|
|
+ <!-- <table>
|
|
|
+ <tr>
|
|
|
+ <td class ="tableColor" rowspan="3">RSE 상태정보</td>
|
|
|
+ <td id="RSEToggle" class="communicationSatusToggle tableColor" colspan="3">통신상태</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td class ="tableColor" width="200px">전체</td>
|
|
|
+ <td class ="tableColor" width="200px">유선정상</td>
|
|
|
+ <td class ="tableColor" width="200px">유선장애</td>
|
|
|
+ </tr>
|
|
|
+ <tr class="RSE_TYPE">
|
|
|
+ <td class="RSE_TOTAL valueColor">-</td>
|
|
|
+ <td class="RSE_NORMAL valueColor">-</td>
|
|
|
+ <td class="RSE_ERROR valueColor">-</td>
|
|
|
+ </tr>
|
|
|
+ </table> -->
|
|
|
+ </div>
|
|
|
+ <div class="BITSttsInfo">
|
|
|
+ <table>
|
|
|
+ <tr>
|
|
|
+ <td class ="tableColor" rowspan="3">BIT 상태정보</td>
|
|
|
+ <td id="BITToggle" class="communicationSatusToggle tableColor" colspan="3">통신상태</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td class ="tableColor" width="200px">전체</td>
|
|
|
+ <td class ="tableColor" width="200px">유선정상</td>
|
|
|
+ <td class ="tableColor" width="200px">유선장애</td>
|
|
|
+ </tr>
|
|
|
+ <tr class="BIT_TYPE">
|
|
|
+ <td class="BIT_TOTAL valueColor">-</td>
|
|
|
+ <td class="BIT_NORMAL valueColor">-</td>
|
|
|
+ <td class="BIT_ERROR valueColor">-</td>
|
|
|
+ </tr>
|
|
|
+ </table>
|
|
|
+ </div>
|
|
|
+ <div class="blank">
|
|
|
+ <div id="linkTrafficRate"></div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div class="dbUsaInfo bassBgColor">
|
|
|
+ <div class="tag2 bassWordColor tagColor"> 테이터베이스 TableSpace 사용정보</div>
|
|
|
+ <div class="tag3 bassWordColor tagColor"> 데이터베이스 Session 사용정보 - 사용률(%)</div>
|
|
|
+ <div class="dbTableSpace">
|
|
|
+ <table>
|
|
|
+ <tr>
|
|
|
+ <td class ="tableColor" width="280px" height="20px">DB 서버</td>
|
|
|
+ <td class ="tableColor" >Table Space 명</td>
|
|
|
+ <td class ="tableColor">사용률(%)</td>
|
|
|
+ </tr>
|
|
|
+ <tr class="db1_serverNameId">
|
|
|
+ <td class ="db1_dbSeverName tableColor" rowspan="2">ITS DB</td>
|
|
|
+ <td class="db1_tableName valueColor"></td>
|
|
|
+ <td class="db1_tableRemSpace valueColor"></td>
|
|
|
+ </tr>
|
|
|
+ <tr class="db2_serverNameId">
|
|
|
+ <!-- <td class ="db2_dbSeverName tableColor"></td> -->
|
|
|
+ <td class="db2_tableName valueColor"></td>
|
|
|
+ <td class="db2_tableRemSpace valueColor"></td>
|
|
|
+ </tr>
|
|
|
+ <tr class="db3_serverNameId">
|
|
|
+ <td class ="db3_dbSeverName tableColor" rowspan="2">BIS DB</td>
|
|
|
+ <td class ="db3_tableName valueColor"></td>
|
|
|
+ <td class ="db3_tableRemSpace valueColor"></td>
|
|
|
+ </tr>
|
|
|
+ <tr class = "db4_serverNameId">
|
|
|
+ <!-- <td class ="db4_dbSeverName tableColor"></td> -->
|
|
|
+ <td class="db4_tableName valueColor"></td>
|
|
|
+ <td class="db4_tableRemSpace valueColor"></td>
|
|
|
+ </tr>
|
|
|
+ </table>
|
|
|
+ </div>
|
|
|
+ <div class="dbSession">
|
|
|
+ <div id="db1_useSession"></div>
|
|
|
+ <div id="db2_useSession"></div>
|
|
|
+ <div id="db3_useSession"></div>
|
|
|
+ <div id="db4_useSession"></div>
|
|
|
+ <!-- <table>
|
|
|
+ <tr>
|
|
|
+ <td class ="tableColor"height="20px">DB 서버</td>
|
|
|
+ <td class ="tableColor"colspan="3">사용중 세션(%)</td>
|
|
|
+ </tr>
|
|
|
+ <tr class="db1_serverNameId">
|
|
|
+ <td class ="db1_dbSeverName tableColor"></td>
|
|
|
+ <td class="db1_useSession valueColor"></td>
|
|
|
+ </tr>
|
|
|
+ <tr class="db2_serverNameId">
|
|
|
+ <td class ="db2_dbSeverName tableColor"></td>
|
|
|
+ <td class="db2_useSession valueColor"></td>
|
|
|
+ </tr>
|
|
|
+ <tr class="db3_serverNameId">
|
|
|
+ <td class ="db3_dbSeverName tableColor"></td>
|
|
|
+ <td class="db3_useSession valueColor"></td>
|
|
|
+ </tr>
|
|
|
+ </table> -->
|
|
|
+ </div>
|
|
|
+ <!-- <div class="dbSession2">
|
|
|
+ <table>
|
|
|
+ <tr>
|
|
|
+ <td class ="tableColor"height="20px">DB 서버</td>
|
|
|
+ <td class ="tableColor"colspan="3">사용중 세션(%)</td>
|
|
|
+ </tr>
|
|
|
+ <tr class="db4_serverNameId">
|
|
|
+ <td class ="db4_dbSeverName tableColor"></td>
|
|
|
+ <td class="db4_useSession valueColor"></td>
|
|
|
+ </tr>
|
|
|
+ <tr class="db5_serverNameId">
|
|
|
+ <td class ="db5_dbSeverName tableColor"></td>
|
|
|
+ <td class="db5_useSession valueColor"></td>
|
|
|
+ </tr>
|
|
|
+ <tr class="db6_serverNameId">
|
|
|
+ <td class ="db6_dbSeverName tableColor"></td>
|
|
|
+ <td class="db6_useSession valueColor"></td>
|
|
|
+ </tr>
|
|
|
+ </table>
|
|
|
+ </div> -->
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div class="secondBox bassBgColor">
|
|
|
+ <!--초기화면-->
|
|
|
+ <div class="centerPsSttsInfo">
|
|
|
+ <div class="tag4 bassWordColor tagColor" > 센터 프로세스 상태정보</div>
|
|
|
+ <div class="tag4-1 bassWordColor" style="width: 455px"> >DB/가공</div>
|
|
|
+ <div class="tag4-1 bassWordColor" style="width: 435px">>ITS 프로세스</div>
|
|
|
+ <div class="tag4-1 bassWordColor" style="width: 690px">>BIS 프로세스</div>
|
|
|
+ <div class="tag4-1 bassWordColor">
|
|
|
+ 정상 <img src="/images/application_facility/stts0.png" alt="blue" style="top:8px; position:relative;"/>
|
|
|
+ 장애 <img src="/images/application_facility/stts1.png" alt="red" style="top:8px; position:relative;"/>
|
|
|
+ 알수없음 <img class="grey" src="/images/application_facility/stts2.png" alt="gray" style="top:8px; position:relative;"/>
|
|
|
+ </div>
|
|
|
+ <div class="dbManu">
|
|
|
+ <table class="Minitable">
|
|
|
+ <tr>
|
|
|
+ <td class="tableColor" colspan="3" style="border-radius: 20px 20px 0px 0px">교통정보 가공</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td class="tableColor" style="width: 50%">통신</td>
|
|
|
+ <td class="tableColor">DB</td>
|
|
|
+ </tr>
|
|
|
+ <tr class="UTP01_systemId">
|
|
|
+ <td class="comStts_UTP01 valueColor"><img class="grey" src="/images/application_facility/stts2.png" alt="gray" style="top:8px; position:relative;"/></td>
|
|
|
+ <td class="dbStts_UTP01 valueColor"><img class="grey" src="/images/application_facility/stts2.png" alt="gray" style="top:8px; position:relative;"/></td>
|
|
|
+ </tr>
|
|
|
+ </table>
|
|
|
+ <table class="Minitable">
|
|
|
+ <tr>
|
|
|
+ <td class="tableColor" colspan="3" style="border-radius: 20px 20px 0px 0px">민간정보 연계</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td class="tableColor" style="width: 50%">통신</td>
|
|
|
+ <td class="tableColor">DB</td>
|
|
|
+ </tr>
|
|
|
+ <tr class="MOCT01_systemId">
|
|
|
+ <td class="comStts_MOCT01 valueColor"><img class="grey" src="/images/application_facility/stts2.png" alt="gray" style="top:8px; position:relative;"/></td>
|
|
|
+ <td class="dbStts_MOCT01 valueColor"><img class="grey" src="/images/application_facility/stts2.png" alt="gray" style="top:8px; position:relative;"/></td>
|
|
|
+ </tr>
|
|
|
+ </table>
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ <!--변경항목-->
|
|
|
+ <table class="Minitable">
|
|
|
+ <tr>
|
|
|
+ <td class="tableColor" colspan="3" style="border-radius: 20px 20px 0px 0px">BIS기반정보 연계</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td class="tableColor" style="width: 50%">통신</td>
|
|
|
+ <td class="tableColor">DB</td>
|
|
|
+ </tr>
|
|
|
+ <tr class="systemId_110201">
|
|
|
+ <td class="comStts_110201 valueColor"><img class="grey" src="/images/application_facility/stts2.png" alt="gray" style="top:8px; position:relative;"/></td>
|
|
|
+ <td class="dbStts_110201 valueColor"><img class="grey" src="/images/application_facility/stts2.png" alt="gray" style="top:8px; position:relative;"/></td>
|
|
|
+ </tr>
|
|
|
+ </table>
|
|
|
+ <table class="Minitable">
|
|
|
+ <tr>
|
|
|
+ <td class="tableColor" colspan="3" style="border-radius: 20px 20px 0px 0px">마을버스 연계</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td class="tableColor" style="width: 50%">통신</td>
|
|
|
+ <td class="tableColor">DB</td>
|
|
|
+ </tr>
|
|
|
+ <tr class="systemId_160101">
|
|
|
+ <td class="comStts_160101 valueColor"><img class="grey" src="/images/application_facility/stts2.png" alt="gray" style="top:8px; position:relative;"/></td>
|
|
|
+ <td class="dbStts_160101 valueColor"><img class="grey" src="/images/application_facility/stts2.png" alt="gray" style="top:8px; position:relative;"/></td>
|
|
|
+ </tr>
|
|
|
+ </table>
|
|
|
+ <!-- <table class="Minitable">
|
|
|
+ <tr>
|
|
|
+ <td class="tableColor" colspan="3" style="border-radius: 20px 20px 0px 0px">BIS 자료구축</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td class="tableColor" style="width: 50%">통신</td>
|
|
|
+ <td class="tableColor">DB</td>
|
|
|
+ </tr>
|
|
|
+ <tr class="systemId_10901">
|
|
|
+ <td class="comStts_10901 valueColor"></td>
|
|
|
+ <td class="dbStts_10901 valueColor"></td>
|
|
|
+ </tr>
|
|
|
+ </table>
|
|
|
+ <table class="Minitable">
|
|
|
+ <tr>
|
|
|
+ <td class="tableColor" colspan="3" style="border-radius: 20px 20px 0px 0px">BIS 예측정보</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td class="tableColor" style="width: 50%">통신</td>
|
|
|
+ <td class="tableColor">DB</td>
|
|
|
+ </tr>
|
|
|
+ <tr class="systemId_11001">
|
|
|
+ <td class="comStts_11001 valueColor"></td>
|
|
|
+ <td class="dbStts_11001 valueColor"></td>
|
|
|
+ </tr>
|
|
|
+ </table> -->
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ <!--없어진 항목-->
|
|
|
+ <!-- <table class="Minitable">
|
|
|
+ <tr>
|
|
|
+ <td class="tableColor" colspan="3" style="border-radius: 20px 20px 0px 0px">BIS 패턴처리</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td class="tableColor" style="width: 50%">통신</td>
|
|
|
+ <td class="tableColor">DB</td>
|
|
|
+ </tr>
|
|
|
+ <tr class="systemId_11101">
|
|
|
+ <td class="comStts_11101 valueColor"><img class="grey" src="/images/application_facility/stts2.png" alt="gray" style="top:8px; position:relative;"/></td>
|
|
|
+ <td class="dbStts_11101 valueColor"><img class="grey" src="/images/application_facility/stts2.png" alt="gray" style="top:8px; position:relative;"/></td>
|
|
|
+ </tr>
|
|
|
+ </table>
|
|
|
+ <table class="Minitable">
|
|
|
+ <tr>
|
|
|
+ <td class="tableColor" colspan="3" style="border-radius: 20px 20px 0px 0px">BIS 통계정리</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td class="tableColor" style="width: 50%">통신</td>
|
|
|
+ <td class="tableColor">DB</td>
|
|
|
+ </tr>
|
|
|
+ <tr class="systemId_11201">
|
|
|
+ <td class="comStts_11201 valueColor"><img class="grey" src="/images/application_facility/stts2.png" alt="gray" style="top:8px; position:relative;"/></td>
|
|
|
+ <td class="dbStts_11201 valueColor"><img class="grey" src="/images/application_facility/stts2.png" alt="gray" style="top:8px; position:relative;"/></td>
|
|
|
+ </tr>
|
|
|
+ </table> -->
|
|
|
+ </div>
|
|
|
+ <div class="itsProcess">
|
|
|
+ <table class="Minitable">
|
|
|
+ <tr>
|
|
|
+ <td class="tableColor" colspan="3" style="border-radius: 20px 20px 0px 0px">기상청 연계</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td class="tableColor" style="width: 50%">통신</td>
|
|
|
+ <td class="tableColor">DB</td>
|
|
|
+ </tr>
|
|
|
+ <tr class="EXT01_systemId">
|
|
|
+ <td class="comStts_EXT01 valueColor"><img class="grey" src="/images/application_facility/stts2.png" alt="gray" style="top:8px; position:relative;"/></td>
|
|
|
+ <td class="dbStts_EXT01 valueColor"><img class="grey" src="/images/application_facility/stts2.png" alt="gray" style="top:8px; position:relative;"/></td>
|
|
|
+ </tr>
|
|
|
+ </table>
|
|
|
+ <table class="Minitable">
|
|
|
+ <tr>
|
|
|
+ <td class="tableColor" colspan="3" style="border-radius: 20px 20px 0px 0px">인터넷</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td class="tableColor" style="width: 50%">통신</td>
|
|
|
+ <td class="tableColor">DB</td>
|
|
|
+ </tr>
|
|
|
+ <tr class="WEB01_systemId">
|
|
|
+ <td class="comStts_WEB01 valueColor"><img class="grey" src="/images/application_facility/stts2.png" alt="gray" style="top:8px; position:relative;"/></td>
|
|
|
+ <td class="dbStts_WEB01 valueColor"><img class="grey" src="/images/application_facility/stts2.png" alt="gray" style="top:8px; position:relative;"/></td>
|
|
|
+ </tr>
|
|
|
+ </table>
|
|
|
+ <table class="Minitable">
|
|
|
+ <tr>
|
|
|
+ <td class="tableColor" colspan="3" style="border-radius: 20px 20px 0px 0px">CCTV 통신서버</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td class="tableColor" style="width: 50%">통신</td>
|
|
|
+ <td class="tableColor">DB</td>
|
|
|
+ </tr>
|
|
|
+ <tr class="CTV01_systemId">
|
|
|
+ <td class="comStts_CTV01 valueColor"><img class="grey" src="/images/application_facility/stts2.png" alt="gray" style="top:8px; position:relative;"/></td>
|
|
|
+ <td class="dbStts_CTV01 valueColor"><img class="grey" src="/images/application_facility/stts2.png" alt="gray" style="top:8px; position:relative;"/></td>
|
|
|
+ </tr>
|
|
|
+ </table>
|
|
|
+ <table class="Minitable">
|
|
|
+ <tr>
|
|
|
+ <td class="tableColor" colspan="3" style="border-radius: 20px 20px 0px 0px">VDS 통신서버</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td class="tableColor" style="width: 50%">통신</td>
|
|
|
+ <td class="tableColor">DB</td>
|
|
|
+ </tr>
|
|
|
+ <tr class="VDS01_systemId">
|
|
|
+ <td class="comStts_VDS01 valueColor"><img class="grey" src="/images/application_facility/stts2.png" alt="gray" style="top:8px; position:relative;"/></td>
|
|
|
+ <td class="dbStts_VDS01 valueColor"><img class="grey" src="/images/application_facility/stts2.png" alt="gray" style="top:8px; position:relative;"/></td>
|
|
|
+ </tr>
|
|
|
+ </table>
|
|
|
+ <table class="Minitable">
|
|
|
+ <tr>
|
|
|
+ <td class="tableColor" colspan="3" style="border-radius: 20px 20px 0px 0px">VMS 통신서버</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td class="tableColor" style="width: 50%">통신</td>
|
|
|
+ <td class="tableColor">DB</td>
|
|
|
+ </tr>
|
|
|
+ <tr class="VMS01_systemId">
|
|
|
+ <td class="comStts_VMS01 valueColor"><img class="grey" src="/images/application_facility/stts2.png" alt="gray" style="top:8px; position:relative;"/></td>
|
|
|
+ <td class="dbStts_VMS01 valueColor"><img class="grey" src="/images/application_facility/stts2.png" alt="gray" style="top:8px; position:relative;"/></td>
|
|
|
+ </tr>
|
|
|
+ </table>
|
|
|
+ </div>
|
|
|
+ <div class="bisProcess">
|
|
|
+ <table class="Minitable">
|
|
|
+ <tr>
|
|
|
+ <td class="tableColor" colspan="3" style="border-radius: 20px 20px 0px 0px">BIT 통신서버1</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td class="tableColor" style="width: 50%">통신</td>
|
|
|
+ <td class="tableColor">DB</td>
|
|
|
+ </tr>
|
|
|
+ <tr class="systemId_90201">
|
|
|
+ <td class="comStts_90201 valueColor"><img class="grey" src="/images/application_facility/stts2.png" alt="gray" style="top:8px; position:relative;"/></td>
|
|
|
+ <td class="dbStts_90201 valueColor"><img class="grey" src="/images/application_facility/stts2.png" alt="gray" style="top:8px; position:relative;"/></td>
|
|
|
+ </tr>
|
|
|
+ </table>
|
|
|
+ <table class="Minitable">
|
|
|
+ <tr>
|
|
|
+ <td class="tableColor" colspan="3" style="border-radius: 20px 20px 0px 0px">BIT 통신서버2</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td class="tableColor" style="width: 50%">통신</td>
|
|
|
+ <td class="tableColor">DB</td>
|
|
|
+ </tr>
|
|
|
+ <tr class="systemId_90202">
|
|
|
+ <td class="comStts_90202 valueColor"><img class="grey" src="/images/application_facility/stts2.png" alt="gray" style="top:8px; position:relative;"/></td>
|
|
|
+ <td class="dbStts_90202 valueColor"><img class="grey" src="/images/application_facility/stts2.png" alt="gray" style="top:8px; position:relative;"/></td>
|
|
|
+ </tr>
|
|
|
+ </table>
|
|
|
+ <table class="Minitable">
|
|
|
+ <tr>
|
|
|
+ <td class="tableColor" colspan="3" style="border-radius: 20px 20px 0px 0px">BIT 통신서버3</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td class="tableColor" style="width: 50%">통신</td>
|
|
|
+ <td class="tableColor">DB</td>
|
|
|
+ </tr>
|
|
|
+ <tr class="systemId_90203">
|
|
|
+ <td class="comStts_90203 valueColor"><img class="grey" src="/images/application_facility/stts2.png" alt="gray" style="top:8px; position:relative;"/></td>
|
|
|
+ <td class="dbStts_90203 valueColor"><img class="grey" src="/images/application_facility/stts2.png" alt="gray" style="top:8px; position:relative;"/></td>
|
|
|
+ </tr>
|
|
|
+ </table>
|
|
|
+ <table class="Minitable">
|
|
|
+ <tr>
|
|
|
+ <td class="tableColor" colspan="3" style="border-radius: 20px 20px 0px 0px">BIT 통신서버4</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td class="tableColor" style="width: 50%">통신</td>
|
|
|
+ <td class="tableColor">DB</td>
|
|
|
+ </tr>
|
|
|
+ <tr class="systemId_90204">
|
|
|
+ <td class="comStts_90204 valueColor"><img class="grey" src="/images/application_facility/stts2.png" alt="gray" style="top:8px; position:relative;"/></td>
|
|
|
+ <td class="dbStts_90204 valueColor"><img class="grey" src="/images/application_facility/stts2.png" alt="gray" style="top:8px; position:relative;"/></td>
|
|
|
+ </tr>
|
|
|
+ </table>
|
|
|
+ <table class="Minitable">
|
|
|
+ <tr>
|
|
|
+ <td class="tableColor" colspan="3" style="border-radius: 20px 20px 0px 0px">BIT 통신서버5</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td class="tableColor" style="width: 50%">통신</td>
|
|
|
+ <td class="tableColor">DB</td>
|
|
|
+ </tr>
|
|
|
+ <tr class="systemId_90205">
|
|
|
+ <td class="comStts_90205 valueColor"><img class="grey" src="/images/application_facility/stts2.png" alt="gray" style="top:8px; position:relative;"/></td>
|
|
|
+ <td class="dbStts_90205 valueColor"><img class="grey" src="/images/application_facility/stts2.png" alt="gray" style="top:8px; position:relative;"/></td>
|
|
|
+ </tr>
|
|
|
+ </table>
|
|
|
+ <table class="Minitable">
|
|
|
+ <tr>
|
|
|
+ <td class="tableColor" colspan="3" style="border-radius: 20px 20px 0px 0px">버스 정보제공1</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td class="tableColor" style="width: 50%">통신</td>
|
|
|
+ <td class="tableColor">DB</td>
|
|
|
+ </tr>
|
|
|
+ <tr class="systemId_90101">
|
|
|
+ <td class="comStts_90101 valueColor"><img class="grey" src="/images/application_facility/stts2.png" alt="gray" style="top:8px; position:relative;"/></td>
|
|
|
+ <td class="dbStts_90101 valueColor"><img class="grey" src="/images/application_facility/stts2.png" alt="gray" style="top:8px; position:relative;"/></td>
|
|
|
+ </tr>
|
|
|
+ </table>
|
|
|
+ <table class="Minitable">
|
|
|
+ <tr>
|
|
|
+ <td class="tableColor" colspan="3" style="border-radius: 20px 20px 0px 0px">버스 정보제공2</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td class="tableColor" style="width: 50%">통신</td>
|
|
|
+ <td class="tableColor">DB</td>
|
|
|
+ </tr>
|
|
|
+ <tr class="systemId_90102">
|
|
|
+ <td class="comStts_90102 valueColor"><img class="grey" src="/images/application_facility/stts2.png" alt="gray" style="top:8px; position:relative;"/></td>
|
|
|
+ <td class="dbStts_90102 valueColor"><img class="grey" src="/images/application_facility/stts2.png" alt="gray" style="top:8px; position:relative;"/></td>
|
|
|
+ </tr>
|
|
|
+ </table>
|
|
|
+ <table class="Minitable">
|
|
|
+ <tr>
|
|
|
+ <td class="tableColor" colspan="3" style="border-radius: 20px 20px 0px 0px">버스 정보제공3</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td class="tableColor" style="width: 50%">통신</td>
|
|
|
+ <td class="tableColor">DB</td>
|
|
|
+ </tr>
|
|
|
+ <tr class="systemId_90103">
|
|
|
+ <td class="comStts_90103 valueColor"><img class="grey" src="/images/application_facility/stts2.png" alt="gray" style="top:8px; position:relative;"/></td>
|
|
|
+ <td class="dbStts_90103 valueColor"><img class="grey" src="/images/application_facility/stts2.png" alt="gray" style="top:8px; position:relative;"/></td>
|
|
|
+ </tr>
|
|
|
+ </table>
|
|
|
+ <table class="Minitable">
|
|
|
+ <tr>
|
|
|
+ <td class="tableColor" colspan="3" style="border-radius: 20px 20px 0px 0px">버스 정보제공4</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td class="tableColor" style="width: 50%">통신</td>
|
|
|
+ <td class="tableColor">DB</td>
|
|
|
+ </tr>
|
|
|
+ <tr class="systemId_90104">
|
|
|
+ <td class="comStts_90104 valueColor"><img class="grey" src="/images/application_facility/stts2.png" alt="gray" style="top:8px; position:relative;"/></td>
|
|
|
+ <td class="dbStts_90104 valueColor"><img class="grey" src="/images/application_facility/stts2.png" alt="gray" style="top:8px; position:relative;"/></td>
|
|
|
+ </tr>
|
|
|
+ </table>
|
|
|
+ <table class="Minitable">
|
|
|
+ <tr>
|
|
|
+ <td class="tableColor" colspan="3" style="border-radius: 20px 20px 0px 0px">버스 정보제공5</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td class="tableColor" style="width: 50%">통신</td>
|
|
|
+ <td class="tableColor">DB</td>
|
|
|
+ </tr>
|
|
|
+ <tr class="systemId_90104">
|
|
|
+ <td class="comStts_90105 valueColor"><img class="grey" src="/images/application_facility/stts2.png" alt="gray" style="top:8px; position:relative;"/></td>
|
|
|
+ <td class="dbStts_90105 valueColor"><img class="grey" src="/images/application_facility/stts2.png" alt="gray" style="top:8px; position:relative;"/></td>
|
|
|
+ </tr>
|
|
|
+ </table>
|
|
|
+ <table class="Minitable">
|
|
|
+ <tr>
|
|
|
+ <td class="tableColor"td class="tableColor"td colspan="3" style="border-radius: 20px 20px 0px 0px">시내버스 가공</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td class="tableColor" style="width: 50%">통신</td>
|
|
|
+ <td class="tableColor">DB</td>
|
|
|
+ </tr>
|
|
|
+ <tr class="systemId_80101">
|
|
|
+ <td class="comStts_80101 valueColor"><img class="grey" src="/images/application_facility/stts2.png" alt="gray" style="top:8px; position:relative;"/></td>
|
|
|
+ <td class="dbStts_80101 valueColor"><img class="grey" src="/images/application_facility/stts2.png" alt="gray" style="top:8px; position:relative;"/></td>
|
|
|
+ </tr>
|
|
|
+ </table>
|
|
|
+ <table class="Minitable">
|
|
|
+ <tr>
|
|
|
+ <td class="tableColor" colspan="3" style="border-radius: 20px 20px 0px 0px">마을버스 가공</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td class="tableColor" style="width: 50%">통신</td>
|
|
|
+ <td class="tableColor">DB</td>
|
|
|
+ </tr>
|
|
|
+ <tr class="systemId_80201">
|
|
|
+ <td class="comStts_80201 valueColor"><img class="grey" src="/images/application_facility/stts2.png" alt="gray" style="top:8px; position:relative;"/></td>
|
|
|
+ <td class="dbStts_80201 valueColor"><img class="grey" src="/images/application_facility/stts2.png" alt="gray" style="top:8px; position:relative;"/></td>
|
|
|
+ </tr>
|
|
|
+ </table>
|
|
|
+ <!-- <table class="Minitable">
|
|
|
+ <tr>
|
|
|
+ <td class="tableColor"td class="tableColor"td colspan="3" style="border-radius: 20px 20px 0px 0px">위치 가공1</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td class="tableColor" style="width: 50%">통신</td>
|
|
|
+ <td class="tableColor">DB</td>
|
|
|
+ </tr>
|
|
|
+ <tr class="systemId_80101">
|
|
|
+ <td class="comStts_80101 valueColor"></td>
|
|
|
+ <td class="dbStts_80101 valueColor"></td>
|
|
|
+ </tr>
|
|
|
+ </table>
|
|
|
+ <table class="Minitable">
|
|
|
+ <tr>
|
|
|
+ <td class="tableColor" colspan="3" style="border-radius: 20px 20px 0px 0px">위치 가공2</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td class="tableColor" style="width: 50%">통신</td>
|
|
|
+ <td class="tableColor">DB</td>
|
|
|
+ </tr>
|
|
|
+ <tr class="systemId_80102">
|
|
|
+ <td class="comStts_80102 valueColor"></td>
|
|
|
+ <td class="dbStts_80102 valueColor"></td>
|
|
|
+ </tr>
|
|
|
+ </table> -->
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ <!--없어진 항목-->
|
|
|
+ <!-- <table class="Minitable">
|
|
|
+ <tr>
|
|
|
+ <td class="tableColor" colspan="3" style="border-radius: 20px 20px 0px 0px">BIS 기반정보</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td class="tableColor" style="width: 50%">통신</td>
|
|
|
+ <td class="tableColor">DB</td>
|
|
|
+ </tr>
|
|
|
+ <tr class="systemId_110201">
|
|
|
+ <td class="comStts_110201 valueColor"><img class="grey" src="/images/application_facility/stts2.png" alt="gray" style="top:8px; position:relative;"/></td>
|
|
|
+ <td class="dbStts_110201 valueColor"><img class="grey" src="/images/application_facility/stts2.png" alt="gray" style="top:8px; position:relative;"/></td>
|
|
|
+ </tr>
|
|
|
+ </table>
|
|
|
+ <table class="Minitable">
|
|
|
+ <tr>
|
|
|
+ <td class="tableColor" colspan="3" style="border-radius: 20px 20px 0px 0px">BMS 연계서버</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td class="tableColor" style="width: 50%">통신</td>
|
|
|
+ <td class="tableColor">DB</td>
|
|
|
+ </tr>
|
|
|
+ <tr class="systemId_110101">
|
|
|
+ <td class="comStts_110101 valueColor"><img class="grey" src="/images/application_facility/stts2.png" alt="gray" style="top:8px; position:relative;"/></td>
|
|
|
+ <td class="dbStts_110101 valueColor"><img class="grey" src="/images/application_facility/stts2.png" alt="gray" style="top:8px; position:relative;"/></td>
|
|
|
+ </tr>
|
|
|
+ </table> -->
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <!--VMS 통신상태-->
|
|
|
+ <div class="VMSDisabilityStautsList">
|
|
|
+ <div class="tag5 tagColor bassWordColor"> VMS 통신상태 장애현황 리스트</div>
|
|
|
+ <div class="xToggle bassWordColor tagColor"> X</div>
|
|
|
+ <div class="VMSDisabilityList">
|
|
|
+ <div class="VMSDisabilityListValues">
|
|
|
+ <table>
|
|
|
+ <tr>
|
|
|
+ <td class = "tableColor" width="200">VMS ID</td>
|
|
|
+ <td class = "tableColor" width="200">관리번호</td>
|
|
|
+ <td class = "tableColor" width="500">설치위치</td>
|
|
|
+ <td class = "tableColor" width="200">통신 상태</td>
|
|
|
+ <td class = "tableColor" width="200">장애횟수</td>
|
|
|
+ <td class = "tableColor" width="200">장애일시</td>
|
|
|
+ </tr>
|
|
|
+ </table>
|
|
|
+ <table class="VMSDisabilityListValuesInsert "></table>
|
|
|
+ </div>
|
|
|
+ <div id="VMSTable" class="VMSDisabilityListValuesHidden">
|
|
|
+ <table>
|
|
|
+ <tr>
|
|
|
+ <td width="200">VMS ID</td>
|
|
|
+ <td width="200">관리번호</td>
|
|
|
+ <td width="500">설치위치</td>
|
|
|
+ <td width="200">통신 상태</td>
|
|
|
+ <td width="200">장애횟수</td>
|
|
|
+ <td width="200">장애일시</td>
|
|
|
+ </tr>
|
|
|
+ </table>
|
|
|
+ <table class="VMSDisabilityListValuesInsertHidden"></table>
|
|
|
+ </div>
|
|
|
+ <div class="footer">
|
|
|
+ <div class="footer_disNum bassWordColor">장애 개수 :</div>
|
|
|
+ <div class="footer_disNumBox valueColor"></div>
|
|
|
+ <div class="footer_previous10"><< 10</div>
|
|
|
+ <div class="footer_previous bassWordColor"><< 이전</div>
|
|
|
+ <div class="fotter_page valueColor">0</div>
|
|
|
+ <div class="footer_next bassWordColor">다음 >></div>
|
|
|
+ <div class="footer_next10">10 >></div>
|
|
|
+ <div class="footer_excel bassWordColor">엑셀저장</div>
|
|
|
+ <div id="VMSRefresh" class="footer_refresh bassWordColor">새로고침</div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <!--CCTV 통신상태-->
|
|
|
+ <div class="CCTVDisabilityStautsList">
|
|
|
+ <div class="tag5 tagColor bassWordColor"> CCTV 통신상태 장애현황 리스트</div>
|
|
|
+ <div class="xToggle bassWordColor tagColor"> X</div>
|
|
|
+ <div class="CCTVDisabilityList">
|
|
|
+ <div class="CCTVDisabilityListValues">
|
|
|
+ <table>
|
|
|
+ <tr>
|
|
|
+ <td class = "tableColor" width="200">CCTV ID</td>
|
|
|
+ <td class = "tableColor" width="200">관리번호</td>
|
|
|
+ <td class = "tableColor" width="500">설치위치</td>
|
|
|
+ <td class = "tableColor" width="200">통신 상태</td>
|
|
|
+ <td class = "tableColor" width="200">장애횟수</td>
|
|
|
+ <td class = "tableColor" width="200">장애일시</td>
|
|
|
+ </tr>
|
|
|
+ </table>
|
|
|
+ <table class="CCTVDisabilityListValuesInsert"></table>
|
|
|
+ </div>
|
|
|
+ <div id="CCTVTable" class="CCTVDisabilityListValuesHidden">
|
|
|
+ <table>
|
|
|
+ <tr>
|
|
|
+ <td width="200">CCTV ID</td>
|
|
|
+ <td width="200">관리번호</td>
|
|
|
+ <td width="500">설치위치</td>
|
|
|
+ <td width="200">통신 상태</td>
|
|
|
+ <td width="200">장애횟수</td>
|
|
|
+ <td width="200">장애일시</td>
|
|
|
+ </tr>
|
|
|
+ </table>
|
|
|
+ <table class="CCTVDisabilityListValuesInsertHidden"></table>
|
|
|
+ </div>
|
|
|
+ <div class="footer">
|
|
|
+ <div class="footer_disNum bassWordColor">장애 개수 :</div>
|
|
|
+ <div class="footer_disNumBox valueColor"></div>
|
|
|
+ <div class="footer_previous10"><< 10</div>
|
|
|
+ <div class="footer_previous bassWordColor"><< 이전</div>
|
|
|
+ <div class="fotter_page valueColor">0</div>
|
|
|
+ <div class="footer_next bassWordColor">다음 >></div>
|
|
|
+ <div class="footer_next10">10 >></div>
|
|
|
+ <div class="footer_excel bassWordColor">엑셀저장</div>
|
|
|
+ <div id="CCTVRefresh" class="footer_refresh bassWordColor">새로고침</div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <!--VDS 통신상태-->
|
|
|
+ <div class="VDSDisabilityStautsList">
|
|
|
+ <div class="tag5 tagColor bassWordColor"> VDS 통신상태 장애현황 리스트</div>
|
|
|
+ <div class="xToggle bassWordColor tagColor"> X</div>
|
|
|
+ <div class="VDSDisabilityList">
|
|
|
+ <div class="VDSDisabilityListValues">
|
|
|
+ <table>
|
|
|
+ <tr>
|
|
|
+ <td class = "tableColor" width="200">VDS ID</td>
|
|
|
+ <td class = "tableColor" width="200">관리번호</td>
|
|
|
+ <td class = "tableColor" width="500">설치위치</td>
|
|
|
+ <td class = "tableColor" width="200">통신 상태</td>
|
|
|
+ <td class = "tableColor" width="200">수집 장애</td>
|
|
|
+ <td class = "tableColor" width="200">장애횟수</td>
|
|
|
+ <td class = "tableColor" width="200">장애일시</td>
|
|
|
+ </tr>
|
|
|
+ </table>
|
|
|
+ <table class="VDSDisabilityListValuesInsert"></table>
|
|
|
+ </div>
|
|
|
+ <div id="VDSTable" class="VDSDisabilityListValuesHidden">
|
|
|
+ <table>
|
|
|
+ <tr>
|
|
|
+ <td width="200">VDS ID</td>
|
|
|
+ <td width="200">관리번호</td>
|
|
|
+ <td width="500">설치위치</td>
|
|
|
+ <td width="200">통신 상태</td>
|
|
|
+ <td width="200">수집 장애</td>
|
|
|
+ <td width="200">장애횟수</td>
|
|
|
+ <td width="200">장애일시</td>
|
|
|
+ </tr>
|
|
|
+ </table>
|
|
|
+ <table class="VDSDisabilityListValuesInsertHidden"></table>
|
|
|
+ </div>
|
|
|
+ <div class="footer">
|
|
|
+ <div class="footer_disNum bassWordColor">장애 개수 :</div>
|
|
|
+ <div class="footer_disNumBox valueColor"></div>
|
|
|
+ <div class="footer_previous10"><< 10</div>
|
|
|
+ <div class="footer_previous bassWordColor"><< 이전</div>
|
|
|
+ <div class="fotter_page valueColor">0</div>
|
|
|
+ <div class="footer_next bassWordColor">다음 >></div>
|
|
|
+ <div class="footer_next10">10 >></div>
|
|
|
+ <div class="footer_excel bassWordColor">엑셀저장</div>
|
|
|
+ <div id="VDSRefresh" class="footer_refresh bassWordColor">새로고침</div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <!--RSE 통신상태-->
|
|
|
+ <div class="RSEDisabilityStautsList">
|
|
|
+ <div class="tag5 tagColor bassWordColor"> RSE 통신상태 장애현황 리스트</div>
|
|
|
+ <div class="xToggle bassWordColor tagColor"> X</div>
|
|
|
+ <div class="RSEDisabilityList">
|
|
|
+ <div class="RSEDisabilityListValues">
|
|
|
+ <table>
|
|
|
+ <tr>
|
|
|
+ <td class = "tableColor" width="400">RSE ID</td>
|
|
|
+ <td class = "tableColor" width="500">설치위치</td>
|
|
|
+ <td class = "tableColor" width="300">통신 상태</td>
|
|
|
+ <td class = "tableColor" width="300">장애일시</td>
|
|
|
+ </tr>
|
|
|
+ </table>
|
|
|
+ <table class="RSEDisabilityListValuesInsert"></table>
|
|
|
+ </div>
|
|
|
+ <div id="RSETable" class="RSEDisabilityListValuesHidden">
|
|
|
+ <table>
|
|
|
+ <tr>
|
|
|
+ <td width="400">RSE ID</td>
|
|
|
+ <td width="500">설치위치</td>
|
|
|
+ <td width="300">통신 상태</td>
|
|
|
+ <td width="300">장애일시</td>
|
|
|
+ </tr>
|
|
|
+ </table>
|
|
|
+ <table class="RSEDisabilityListValuesInsertHidden"></table>
|
|
|
+ </div>
|
|
|
+ <div class="footer">
|
|
|
+ <div class="footer_disNum bassWordColor">장애 개수 :</div>
|
|
|
+ <div class="footer_disNumBox valueColor"></div>
|
|
|
+ <div class="footer_previous10"><< 10</div>
|
|
|
+ <div class="footer_previous bassWordColor"><< 이전</div>
|
|
|
+ <div class="fotter_page valueColor">0</div>
|
|
|
+ <div class="footer_next bassWordColor">다음 >></div>
|
|
|
+ <div class="footer_next10">10 >></div>
|
|
|
+ <div class="footer_excel bassWordColor">엑셀저장</div>
|
|
|
+ <div id="RSERefresh" class="footer_refresh bassWordColor">새로고침</div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <!--BIT 통신상태-->
|
|
|
+ <div class="BITDisabilityStautsList">
|
|
|
+ <div class="tag5 tagColor bassWordColor"> BIT 통신상태 장애현황 리스트</div>
|
|
|
+ <div class="xToggle bassWordColor tagColor"> X</div>
|
|
|
+ <div class="BITDisabilityList">
|
|
|
+ <div class="BITDisabilityListValues">
|
|
|
+ <table>
|
|
|
+ <tr>
|
|
|
+ <td class = "tableColor" width="200">BIT ID</td>
|
|
|
+ <td class = "tableColor" width="200">Mobile ID</td>
|
|
|
+ <td class = "tableColor" width="500">설치위치</td>
|
|
|
+ <td class = "tableColor" width="200">통신 상태</td>
|
|
|
+ <td class = "tableColor" width="200">장애횟수</td>
|
|
|
+ <td class = "tableColor" width="200">장애일시</td>
|
|
|
+ </tr>
|
|
|
+ </table>
|
|
|
+ <table class="BITDisabilityListValuesInsert"></table>
|
|
|
+ </div>
|
|
|
+ <div id="BITTable" class="BITDisabilityListValuesHidden">
|
|
|
+ <table>
|
|
|
+ <tr>
|
|
|
+ <td width="400">BIT ID</td>
|
|
|
+ <td width="500">설치위치</td>
|
|
|
+ <td width="200">통신 상태</td>
|
|
|
+ <td width="200">장애횟수</td>
|
|
|
+ <td width="200">장애일시</td>
|
|
|
+ </tr>
|
|
|
+ </table>
|
|
|
+ <table class="BITDisabilityListValuesInsertHidden"></table>
|
|
|
+ </div>
|
|
|
+ <div class="footer">
|
|
|
+ <div class="footer_disNum bassWordColor">장애 개수 :</div>
|
|
|
+ <div class="footer_disNumBox valueColor"></div>
|
|
|
+ <div class="footer_previous10"><< 10</div>
|
|
|
+ <div class="footer_previous bassWordColor"><< 이전</div>
|
|
|
+ <div class="fotter_page valueColor">0</div>
|
|
|
+ <div class="footer_next bassWordColor">다음 >></div>
|
|
|
+ <div class="footer_next10 bassWordColor">10 >></div>
|
|
|
+ <div class="footer_excel bassWordColor">엑셀저장</div>
|
|
|
+ <div id="BITRefresh" class="footer_refresh bassWordColor">새로고침</div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+
|
|
|
+
|
|
|
+ <script src="/libs/sockjs/sockjs.min.js"></script>
|
|
|
+ <script type="module">
|
|
|
+ import { startApp } from "./main.js";
|
|
|
+
|
|
|
+ startApp();
|
|
|
+
|
|
|
+ </script>
|
|
|
+ </body>
|
|
|
+</html>
|