4e20a9b97e22d58e87f4983bcda919234ce9d575.svn-base 3.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. <div data-options="dxView : { name: 'Zone_TempHumi', title: '실내환경 분석', pane: 'master' } ">
  2. <div data-options="dxContent : { targetPlaceholder: 'content' } ">
  3. <div data-options="dxViewPlaceholder: { viewName: 'SideMenu' }"></div>
  4. <div data-options="dxViewPlaceholder: { viewName: 'Zone_TempHumiPopup' }"></div>
  5. <div data-options="dxViewPlaceholder: { viewName: 'Zone_TempHumiSearchConditionView' }"></div>
  6. <!-- 2017.09.08 : 그리드 도표 작업 : 팝업창 추가 -->
  7. <div data-options="dxViewPlaceholder: { viewName: 'Zone_TempHumiDataGridPopup' }"></div>
  8. <!-- 2017.09.08 : 그리드 도표 작업 : 팝업창 추가 -->
  9. <div data-options="dxViewPlaceholde: { viewName: 'msgbox ' }">
  10. <div class="popup" data-bind="dxPopup: popupOptions">
  11. <div data-options="dxTemplate: { name:'info' }">
  12. <div id="large-indicator" style="margin-left: 40%;"></div>
  13. <span> </span>
  14. <p></p>
  15. <p align="center">실내환경 분석중 입니다.</p>
  16. <p align="center">잠시만 기다려 주세요! </p>
  17. </div>
  18. </div>
  19. </div>
  20. <!-- 2017.09.08 : 그리드 도표 작업 : 팝업창 추가 -->
  21. <div data-options="dxView : { name: 'Zone_TempHumiDataGridPopup'} ">
  22. <div data-bind="dxPopup: Zone_TempHumiDataGridPopupOptions ">
  23. <div class="dx-clearfix" data-options="dxTemplate: { name: 'content' } ">
  24. <div id="popupDetail" data-bind="dxscrollview: { }">
  25. <div class="body_sub_title" style="margin-left:10px;margin-top:10px">실내환경 분석</div>
  26. <div id="Zone_TempHumiDataGrid_Container" style="height: auto; width: 100%; "
  27. data-bind="dxDataGrid: Zone_TempHumiDataGridOptions" />
  28. </div>
  29. </div>
  30. </div>
  31. </div>
  32. <!-- 2017.09.08 : 그리드 도표 작업 : 팝업창 추가 -->
  33. <p id="st" class="body_sub_title">온,습도 현황</p>
  34. <!-- <div id="chartOutdoorTemperature" style="height: 200px; width: 100%;" />-->
  35. <div id="chartContext" class="chart_wrap_box">
  36. <div class="fr" id="S_Temp_Btn" style="width: 130px; margin-right: 20px"></div>
  37. <!--
  38. <li style="width: 33%;">
  39. <span style="float: left;" data-bind="dxCheckBox: { value: check_input }" />~~~
  40. <span style="margin-top: 5px;">냉각수 입구 온도</span>
  41. </li>
  42. <li style="width: 33%;">
  43. <span style="float: left;" data-bind="dxCheckBox: { value: \2, text: 'sadfsdfsd'}" />
  44. <span style="margin-top: 5px;">냉각수 입구 온도</span>
  45. </li>-->
  46. <div id="chartZTH" style="height: 680px; width: 100%;" />
  47. </div>
  48. <!-- 2017.09.08 : 그리드 도표 작업 : 팝업창 추가 -->
  49. <div style="margin-top: 12px;" class="fr" data-bind="dxButton: { text: '도표', onClick: Zone_TempHumiDataGridPopup_ButtonClicked}"></div>
  50. <!-- 2017.09.08 : 그리드 도표 작업 : 팝업창 추가 -->
  51. <div data-bind="dxContextMenu: { items: menuItems, itemClickAction: handleMenuItemClick, target: '#chartContext'}"></div>
  52. </div>
  53. </div>