12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- <div data-options="dxView : { name: 'PlanConsumeRegression', title: '에너지 사용량 회귀분석 예측 설정', pane: 'master' } ">
- <div data-options="dxContent : { targetPlaceholder: 'content' } ">
- <div data-options="dxViewPlaceholder: { viewName: 'SideMenu' }"></div>
- <div data-options="dxViewPlaceholder: { viewName: 'RegressionConfigPopup' }"></div>
- <div id="LoadPanel"></div>
- <p class="body_sub_title">에너지 사용량 회귀분석 예측 설정</p>
- <!--상단 차트 레이아웃-->
- <div class="chart_wrap_box" style="width: 100%;height: 720px;">
- <div style="width: 100%; height: 30px; margin-bottom: 10px;">
- <div class="fl" style="width: 100px; margin-top: 7px; margin-left: 10px;">회귀 분석식</div>
- <div class="fr" id="Button_PredictionConfig"></div>
- </div>
- <div id="Grid_RegressionInfo" style="height: 103px; margin-bottom: 30px;"></div>
- <div style="width: 100%; height: 50px;">
- <div class="fl" id="TodayMeanT" style="width: 180px; margin-top: 7px; margin-left: 10px; margin-right: 30px;">금일 평균 온도</div>
- <div class="fl" id="NumberBox_TodayMeanT" style="margin-right: 30px;"></div>
- <div class="fl" id="TodayHDD" style="width: 180px; margin-top: 7px; margin-left: 10px; margin-right: 30px;">금일 HDD</div>
- <div class="fl" id="NumberBox_TodayHDD" style="margin-right: 30px;"></div>
- <div class="fl" id="TodayCDD" style="width: 180px; margin-top: 7px; margin-left: 10px; margin-right: 30px;">금일 CDD</div>
- <div class="fl" id="NumberBox_TodayCDD" style="margin-right: 30px;"></div>
- </div>
- <div style="width: 100%; height: 50px;">
- <div class="fl" id="TomorrowMeanT" style="width: 180px; margin-top: 7px; margin-left: 10px; margin-right: 30px;">명일 평균 온도</div>
- <div class="fl" id="NumberBox_TomorrowMeanT" style="margin-right: 30px;"></div>
- <div class="fl" id="TomorrowHDD" style="width: 180px; margin-top: 7px; margin-left: 10px; margin-right: 30px;">명일 HDD</div>
- <div class="fl" id="NumberBox_TomorrowHDD" style="margin-right: 30px;"></div>
- <div class="fl" id="TomorrowCDD" style="width: 180px; margin-top: 7px; margin-left: 10px; margin-right: 30px;">명일 CDD</div>
- <div class="fl" id="NumberBox_TomorrowCDD" style="margin-right: 30px;"></div>
- </div>
- <div style="width: 100%; height: 50px;">
- <div class="fl" id="TodayPowerPrediction" style="width: 180px; margin-top: 7px; margin-left: 10px; margin-right: 30px;">금일 전력 사용량 예측(KWh)</div>
- <div class="fl" id="NumberBox_TodayPowerPrediction" style="margin-right: 30px;"></div>
- <div class="fl" id="TodayGasPrediction" style="width: 180px; margin-top: 7px; margin-left: 10px; margin-right: 30px;">금일 가스 사용량 예측(m3)</div>
- <div class="fl" id="NumberBox_TodayGasPrediction" style="margin-right: 30px;"></div>
- <div class="fl" id="TodayWaterPrediction" style="width: 180px; margin-top: 7px; margin-left: 10px; margin-right: 30px;">금일 수도 사용량 예측(m3)</div>
- <div class="fl" id="NumberBox_TodayWaterPrediction" style="margin-right: 30px;"></div>
- </div>
- <div style="width: 100%; height: 50px;">
- <div class="fl" id="TomorrowPowerPrediction" style="width: 180px; margin-top: 7px; margin-left: 10px; margin-right: 30px;">명일 전력 사용량 예측(KWh)</div>
- <div class="fl" id="NumberBox_TomorrowPowerPrediction" style="margin-right: 30px;"></div>
- <div class="fl" id="TomorrowGasPrediction" style="width: 180px; margin-top: 7px; margin-left: 10px; margin-right: 30px;">명일 가스 사용량 예측(m3)</div>
- <div class="fl" id="NumberBox_TomorrowGasPrediction" style="margin-right: 30px;"></div>
- <div class="fl" id="TomorrowWaterPrediction" style="width: 180px; margin-top: 7px; margin-left: 10px; margin-right: 30px;">명일 수도 사용량 예측(m3)</div>
- <div class="fl" id="NumberBox_TomorrowWaterPrediction" style="margin-right: 30px;"></div>
- </div>
- <div style="width: 100%; height: 50px;">
- <!--<div class="fl" style="margin-top: 7px; margin-left: 10px; margin-right: 30px; color: red;">매일 오전 12시에 명일 에너지 사용량 예측 실행(기상 예보 확인)</div>-->
- </div>
- </div>
- <div data-options="dxView : { name: 'RegressionConfigPopup'} ">
- <div id="Popup">
- <div class="dx-clearfix" data-options="dxTemplate: { name: 'content' } ">
- <div id="popupDetail" data-bind="dxscrollview: { }">
- <div style="width: 100%; height: 50px;">
- <div class="fl" style="margin-top: 22px; margin-left: 10px; margin-right: 30px;">에너지원별 회귀분석에 의한 사용량 예측 및 목표 변경 사용함</div>
- <div class="fl" id="Switch_Regression" style="margin-top: 20px;"></div>
- <div class="fr" id="Button_Save" style="margin-top: 15px;"></div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
|