305c8a09280de03b66c0d1aeeb88832809689e02.svn-base 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. <div data-options="dxView : { name: 'MonthMoney', title: '에너지 사용금액 조회(월별)', pane: 'master' } ">
  2. <div data-options="dxContent : { targetPlaceholder: 'content' } ">
  3. <div data-options="dxViewPlaceholder: { viewName: 'SideMenu' }"></div>
  4. <div data-options="dxViewPlaceholder: { viewName: 'MonthMoneySearchConditionView' }"></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. <!---
  17. <p id="st1" class="body_sub_title">@dailyToeEnergyUsageStatus</p>
  18. <div class="fl chart_wrap_box" style="width: 30%; height: 340px;">
  19. <p id="st2" class="body_sub_title_2depth">TOE 환산 에너지 전체 사용량 비율</p>
  20. <div id="chartPieDay" style="height: 90%; width: 100%;" />
  21. </div>
  22. <div class="fr chart_wrap_box" style="width: 69%; height: 340px;">
  23. <p id="st3" class="body_sub_title_2depth">@toeEnergyUsage</p>
  24. <div id="chartBarDay" style="height: 90%; width: 100%;" />
  25. </div>
  26. <div class="clear"></div>-->
  27. <p id="st4" class="clear body_sub_title" style="margin-top: 16px;">@monthlyToeEnergyUsageStatus</p>
  28. <div class="fl chart_wrap_box" style="width: 30%; height: 680px;">
  29. <p id="st5" class="body_sub_title_2depth">TOE 환산 에너지 전체 사용량 비율</p>
  30. <div id="chartPieMonthMM" style="height: 90%; width: 100%;" />
  31. </div>
  32. <div class="fr chart_wrap_box" style="width: 69%; height: 680px;">
  33. <p id="st6" class="body_sub_title_2depth">@toeEnergyUsage</p>
  34. <div id="chartBarMonthMM" style="height: 90%; width: 100%;" />
  35. </div>
  36. </div>
  37. </div>