근무스케줄신청등록(간호)_Popup(사유등록).xrw 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <?xml-stylesheet type="text/css" href="../../../com/commonweb/css/common.css" ?>
  3. <xhtml:html xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.w3.org/2002/01/xforms" xmlns:ev="http://www.w3.org/2001/xml-events">
  4. <xhtml:head>
  5. <xhtml:title>Untitle</xhtml:title>
  6. <model id="model1">
  7. <instance id="instance1">
  8. <root xmlns="">
  9. <main>
  10. <targetList>
  11. <일자>20061231</일자>
  12. <사유>감기</사유>
  13. </targetList>
  14. <targetList>
  15. <일자>20070122</일자>
  16. <사유>특근</사유>
  17. </targetList>
  18. </main>
  19. </root>
  20. </instance>
  21. </model>
  22. </xhtml:head>
  23. <xhtml:body guideline="1,1193;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  24. <line id="line1" class="line_1" style="x1:0px; y1:25px; x2:750px; y2:25px; "/>
  25. <caption id="caption9" class="tit_2" style="left:5px; top:10px; width:117px; height:13px; ">사유입력</caption>
  26. <datagrid id="datagrid1" nodeset="/root/main/targetList" caption="일자^사유" colwidth="147, 250" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="23" rowsep="|" colsep="^" style="left:0px; top:29px; width:750px; height:636px; ">
  27. <col ref="일자" type="inputdate"/>
  28. <col ref="사유" type="input"/>
  29. </datagrid>
  30. <button id="button2" class="btn2_letter3" style="left:642px; top:4px; width:53px; height:19px; ">
  31. <caption>행추가</caption>
  32. </button>
  33. <button id="button3" class="btn2_letter3" style="left:697px; top:4px; width:53px; height:19px; ">
  34. <caption>행삭제</caption>
  35. </button>
  36. <button id="button41" class="btn4_letter2" style="left:637px; top:666px; width:56px; height:22px; ">
  37. <caption>저장</caption>
  38. </button>
  39. <button id="button42" class="btn4_letter2" style="left:695px; top:666px; width:56px; height:22px; ">
  40. <caption>취소</caption>
  41. </button>
  42. </xhtml:body>
  43. </xhtml:html>