83f352daa251b10fc30f6fea6e09d93ebc59ea65.svn-base 1.7 KB

1234567891011121314151617181920212223
  1. <div data-options="dxView : { name: 'ReportFormat', title: '보고서 포맷작성', pane: 'master' } ">
  2. <div data-options="dxContent : { targetPlaceholder: 'content' } ">
  3. <div data-options="dxViewPlaceholder: { viewName: 'SideMenu' }"></div>
  4. <!--<iframe id="price" style="height:780px;width:100%;"></iframe>-->
  5. <p class="body_sub_title">보고서 포맷 작성</p>
  6. <!--상단 차트 레이아웃-->
  7. <div class="chart_wrap_box" style="width: 100%;height:800px;">
  8. <div class="fl" style="margin-right: 10px;line-height:220%;cursor:default;background:#d5ecfd url(../images/custom/ibems_light/arrow01.png) 5px center no-repeat;padding-left:15px;width:15%;height:32px;">기존 보고서 불러오기 : </div>
  9. <div id="formatSelect" class="fl" style="width: 350px;margin-right:10px; " data-bind="dxSelectBox: formatSelect"></div>
  10. <div class="fl" style="margin-right: 10px;line-height:220%;cursor:default;background:#d5ecfd url(../images/custom/ibems_light/arrow01.png) 5px center no-repeat;padding-left:15px;width:15%;height:32px;">새 보고서 포맷 제목 : </div>
  11. <div id="formatName" class="fl" style="width: 250px;" data-bind=" dxTextBox : formatName"></div>
  12. <div id="newBtn" class="fr" style="margin-right: 10px;" data-bind="dxButton: {text: '새로만들기', onClick: newButtonClicked}"></div>
  13. <div id="saveBtn" class="fr" style="margin-right:10px;" data-bind="dxButton: {text: '저장', onClick: saveButtonClicked}"></div>
  14. <br />
  15. <br />
  16. <br />
  17. <!--<div id="summernote"></div>-->
  18. <form>
  19. <textarea name="editor" id="editor"></textarea>
  20. </form>
  21. </div>
  22. </div>
  23. </div>