SPPIE00200_참조란보기.xrw 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <!--
  3. [개발이력]
  4. 2007.06.01 / 최초작성 / 이종찬
  5. [개발사상]
  6. 본 업무 화면에서는 접수정보와 검토서정보를 동시에 생성한다.
  7. [할 일]
  8. (-) 이전자료 존재여부를 확인 할 수 있도록 하고, 삭제를 가능하도록 할 것인지 고객과 협의 해야 함
  9. (-) 재청구여부와 청구일자를 구체적으로 어떻게 사용 할 것인지 확인 후 적용해야 함
  10. [테스트]
  11. 필수입력: 청구년월('200606')
  12. 조작: 저장 버튼을 누른다.
  13. -->
  14. <?xml-stylesheet href="../../../com/commonweb/css/common.css" type="text/css" ?>
  15. <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">
  16. <xhtml:head>
  17. <xhtml:title>참조란보기</xhtml:title>
  18. <model id="model1">
  19. <instance id="instance1">
  20. <root xmlns="">
  21. <main>
  22. <list01>
  23. <rem>
  24. <textdata/>
  25. </rem>
  26. </list01>
  27. </main>
  28. <send>
  29. <textno/>
  30. </send>
  31. <init>
  32. </init>
  33. <hidden/>
  34. </root>
  35. </instance>
  36. <submission id="TRZBC00101" mediatype="application/x-www-form-urlencoded" method="post"/>
  37. <submission id="TRPIE00200" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/textno" resultref="/root/main/list01"/>
  38. </model>
  39. <script type="javascript" ev:event="xforms-ready">
  40. <![CDATA[
  41. submit("TRPIE00200");
  42. ]]>
  43. </script>
  44. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  45. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  46. <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
  47. <script type="javascript">
  48. <![CDATA[
  49. ]]>
  50. </script>
  51. </xhtml:head>
  52. <xhtml:body pagewidth="720" pageheight="560" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  53. <group id="group1" style="left:0px; top:0px; width:700px; height:13px; ">
  54. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:700px; height:14px; ">참조란보기</caption>
  55. </group>
  56. <group id="group3" scroll="auto" style="left:0px; top:13px; width:700px; height:492px; ">
  57. <line id="line1" class="line_1" style="x1:0px; y1:28px; x2:700px; y2:28px; "/>
  58. <caption id="caption2" class="tit_2" style="left:5px; top:13px; width:98px; height:14px; ">기재사항</caption>
  59. <textarea id="txt_text" ref="/root/main/list01/rem/textdata" scroll="vertical" imemode="hangul" maxlength="1750" style="left:0px; top:33px; width:700px; height:459px; vertical-align:top; "/>
  60. </group>
  61. <group id="grp_btn" scroll="auto" style="left:0px; top:510px; width:700px; height:27px; ">
  62. <line id="line33" class="line_6" style="x1:0px; y1:0px; x2:700px; y2:0px; "/>
  63. <button id="button1" class="btn4_letter2" style="left:644px; top:5px; width:56px; height:22px; ">
  64. <caption>닫기</caption>
  65. <script type="javascript" ev:event="DOMActivate">
  66. <![CDATA[
  67. // 윈도우 닫기
  68. window.close();
  69. ]]>
  70. </script>
  71. </button>
  72. </group>
  73. </xhtml:body>
  74. </xhtml:html>