e20e98892ce2092ce3ba236af9db5a869cd64c4a.svn-base 1.6 KB

1234567891011121314151617181920212223242526
  1. <div data-options="dxView : { name: 'CO2EnergyUsage', title: '@viewCO2EnergyUsage', pane: 'master' } ">
  2. <div data-options="dxContent : { targetPlaceholder: 'content' } ">
  3. <div data-options="dxViewPlaceholder: { viewName: 'SideMenu' }"></div>
  4. <div data-options="dxViewPlaceholder: { viewName: 'HourGlassPopup' }"></div>
  5. <div data-options="dxViewPlaceholder: { viewName: 'CO2EnergyUsageSearchConditionView' }"></div>
  6. <p id="st1" class="body_sub_title">@dailyCO2EnergyUsageStatus</p>
  7. <div class="fl chart_wrap_box" style="width: 40%; height: 340px;">
  8. <p id="st2" class="body_sub_title_2depth">CO2 환산 전체 배출량 비율</p>
  9. <div id="chartPieDayCO2" style="height: 90%; width: 100%;" />
  10. </div>
  11. <div class="fr chart_wrap_box" style="width: 59%; height: 340px;">
  12. <p id="st3" class="body_sub_title_2depth">@CO2EnergyUsageRatio</p>
  13. <div id="chartBarDayCO2" style="height: 90%; width: 100%;" />
  14. </div>
  15. <div class="clear"></div>
  16. <p id="st4" class="clear body_sub_title" style="margin-top: 16px;">@monthlyCO2EnergyUsageStatus</p>
  17. <div class="fl chart_wrap_box" style="width: 40%; height: 340px;">
  18. <p id="st5" class="body_sub_title_2depth">CO2 환산 전체 배출량 비율</p>
  19. <div id="chartPieMonthCO2" style="height: 90%; width: 100%;" />
  20. </div>
  21. <div class="fr chart_wrap_box" style="width: 59%; height: 340px;">
  22. <p id="st6" class="body_sub_title_2depth">@CO2EnergyUsageRatio</p>
  23. <div id="chartBarMonthCO2" style="height: 90%; width: 100%;" />
  24. </div>
  25. </div>
  26. </div>