443d83c4a2774e453eae9e6e4604ed27ad753f95.svn-base 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <div data-options="dxView : { name: 'BudgetExecuteView', title: '예산 대비 실적 분석', pane: 'master' } ">
  2. <div data-options="dxContent : { targetPlaceholder: 'content' } ">
  3. <div data-options="dxViewPlaceholder: { viewName: 'SideMenu' }"></div>
  4. <div data-options="dxViewPlaceholder: { viewName: 'BudgetExecuteViewSearchConditionView' }"></div>
  5. <div data-options="dxViewPlaceholde: { viewName: 'msgbox ' }">
  6. <div class="popup" data-bind="dxPopup: popupOptions">
  7. <div data-options="dxTemplate: { name:'info' }">
  8. <div id="large-indicator" style="margin-left: 40%;"></div>
  9. <span> </span>
  10. <p></p>
  11. <p align="center">에너지사용량 조회 중 입니다.</p>
  12. <p align="center">잠시만 기다려 주세요! </p>
  13. </div>
  14. </div>
  15. </div>
  16. <p id="st1" class="body_sub_title">예산 대비 실적</p>
  17. <div class="fl chart_wrap_box" style="width: 30%; height: 330px;">
  18. <p id="st2" class="body_sub_title_2depth">예산 월</p>
  19. <div id="chartPieDayBEV" style="height: 90%; width: 100%;" />
  20. </div>
  21. <div class="fr chart_wrap_box" style="width: 69%; height: 680px;">
  22. <p id="st3" class="body_sub_title_2depth">예산 대비 내역</p>
  23. <div id="chartBarDayBEV" style="height: 90%; width: 100%;" />
  24. </div>
  25. <!--
  26. <div class="clear"></div>
  27. <p id="st4" class="clear body_sub_title" style="margin-top: 16px;">고정비와 운영비 비율</p>
  28. <div class="fl chart_wrap_box" style="width: 30%; height: 340px;">
  29. <p id="st5" class="body_sub_title_2depth">고정비와 운영비 비율</p>
  30. <div id="chartPieMonth" style="height: 90%; width: 100%;" />
  31. </div>
  32. <div class="fr chart_wrap_box" style="width: 69%; height: 340px;">
  33. <p id="st6" class="body_sub_title_2depth">고정비와 운영비</p>
  34. <div id="chartBarMonth" style="height: 90%; width: 100%;" />
  35. </div>-->
  36. <div class="clear"></div>
  37. <div class="fl chart_wrap_box" style="width: 30%; height: 330px; margin-top:-330px">
  38. <p id="st4" class="body_sub_title_2depth">실적 월</p>
  39. <div id="chartPieDay2BEV" style="height: 90%; width: 100%;" />
  40. </div>
  41. </div>