12345678910111213141516171819202122232425262728293031 |
- <div data-options="dxView : { name: 'ZoneTempHumiSet', title: '구역별 목표온/습도 설정', pane: 'master' } ">
- <!-- <div data-bind="dxCommand: popupInsertButtonOptions"></div>-->
- <div data-bind="dxCommand: { action: refreshList, id: 'refresh', title: 'Refresh', icon: 'refresh' }"></div>
- <div data-options="dxContent : { targetPlaceholder: 'content' } ">
- <div data-options="dxViewPlaceholder: { viewName: 'SideMenu' }"></div>
- <!-- <div data-options="dxViewPlaceholder: { viewName: 'ZoneTempHumiSetPopup' }"></div>-->
- <div data-options="dxViewPlaceholder: { viewName: 'ZoneTempHumiSetSearchConditionView' }"></div>
- <p class="body_sub_title">구역 정보 목록</p>
- <table style="clear: both; width: 1032px; margin-top: 3px; margin-left:368px; 2px solid #7c8fc6;">
- <tbody class="employee2">
- <tr style="text-align: center; border-bottom: 1px solid #e3eaf3; height: 37px; border: 1px solid #e3eaf3 !important; background: #e3eaf3; background: -moz-linear-gradient(top, #e3eaf3 0%, #FFFFFF 95%, #dae5ef 98%, #9aafc3 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b9c9d8), color-stop(95%,#c5d1dd), color-stop(98%,#dae5ef), color-stop(100%,#9aafc3)); background: -webkit-linear-gradient(top, #e3eaf3 0%,#FFFFFF 95%,#dae5ef 98%,#9aafc3 100%); background: -o-linear-gradient(top, #e3eaf3 0%,#e3eaf3 95%,#dae5ef 98%,#9aafc3 100%); background: -ms-linear-gradient(top, #e3eaf3 0%,#e3eaf3 95%,#dae5ef 98%,#9aafc3 100%); background: linear-gradient(to bottom, #e3eaf3 0%,#e3eaf3 95%,#dae5ef 98%,#9aafc3 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b9c9d8', endColorstr='#9aafc3',GradientType=0 );">
- <td style="font-size: 12px; width: 86px; border-left: 0 !important; border-bottom: 1px solid #c2d6f1; background-color: #e3eaf3; border-right: 1px solid #c2d6f1; ">1월</td>
- <td style="font-size: 12px; width: 86px; border-left: 0 !important; border-bottom: 1px solid #c2d6f1; background-color: #e3eaf3; border-right: 1px solid #c2d6f1; ">2월</td>
- <td style="font-size: 12px; width: 86px; border-left: 0 !important; border-bottom: 1px solid #c2d6f1; background-color: #e3eaf3; border-right: 1px solid #c2d6f1; ">3월</td>
- <td style="font-size: 12px; width: 86px; border-left: 0 !important; border-bottom: 1px solid #c2d6f1; background-color: #e3eaf3; border-right: 1px solid #c2d6f1; ">4월</td>
- <td style="font-size: 12px; width: 86px; border-left: 0 !important; border-bottom: 1px solid #c2d6f1; background-color: #e3eaf3; border-right: 1px solid #c2d6f1; ">5월</td>
- <td style="font-size: 12px; width: 86px; border-left: 0 !important; border-bottom: 1px solid #c2d6f1; background-color: #e3eaf3; border-right: 1px solid #c2d6f1; ">6월</td>
- <td style="font-size: 12px; width: 86px; border-left: 0 !important; border-bottom: 1px solid #c2d6f1; background-color: #e3eaf3; border-right: 1px solid #c2d6f1; ">7월</td>
- <td style="font-size: 12px; width: 86px; border-left: 0 !important; border-bottom: 1px solid #c2d6f1; background-color: #e3eaf3; border-right: 1px solid #c2d6f1; ">8월</td>
- <td style="font-size: 12px; width: 86px; border-left: 0 !important; border-bottom: 1px solid #c2d6f1; background-color: #e3eaf3; border-right: 1px solid #c2d6f1; ">9월</td>
- <td style="font-size: 12px; width: 86px; border-left: 0 !important; border-bottom: 1px solid #c2d6f1; background-color: #e3eaf3; border-right: 1px solid #c2d6f1; ">10월</td>
- <td style="font-size: 12px; width: 86px; border-left: 0 !important; border-bottom: 1px solid #c2d6f1; background-color: #e3eaf3; border-right: 1px solid #c2d6f1; ">11월</td>
- <td style="font-size: 12px; width: 86px; border-left: 0 !important; border-bottom: 1px solid #c2d6f1; background-color: #e3eaf3; border-right: 1px solid #c2d6f1; ">12월</td>
- </tr>
- </tbody>
- </table>
- <div id="gridContainer" style="height: 714px; width: 100%; font-size: 12px;" />
- </div>
- </div>
|