1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <!--
- [개발이력]
- 2007.06.01 / 최초작성 / 이종찬
- [개발사상]
- 본 업무 화면에서는 접수정보와 검토서정보를 동시에 생성한다.
- [할 일]
- (-) 이전자료 존재여부를 확인 할 수 있도록 하고, 삭제를 가능하도록 할 것인지 고객과 협의 해야 함
- (-) 재청구여부와 청구일자를 구체적으로 어떻게 사용 할 것인지 확인 후 적용해야 함
- [테스트]
- 필수입력: 청구년월('200606')
- 조작: 저장 버튼을 누른다.
- -->
- <?xml-stylesheet href="../../../com/commonweb/css/common.css" type="text/css" ?>
- <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">
- <xhtml:head>
- <xhtml:title>참조란보기</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <list01>
- <rem>
- <textdata/>
- </rem>
- </list01>
- </main>
- <send>
- <textno/>
- </send>
- <init>
- </init>
- <hidden/>
- </root>
- </instance>
- <submission id="TRZBC00101" mediatype="application/x-www-form-urlencoded" method="post"/>
- <submission id="TRPIE00200" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/textno" resultref="/root/main/list01"/>
- </model>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- submit("TRPIE00200");
- ]]>
- </script>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
- <script type="javascript">
- <![CDATA[
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body pagewidth="720" pageheight="560" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="group1" style="left:0px; top:0px; width:700px; height:13px; ">
- <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:700px; height:14px; ">참조란보기</caption>
- </group>
- <group id="group3" scroll="auto" style="left:0px; top:13px; width:700px; height:492px; ">
- <line id="line1" class="line_1" style="x1:0px; y1:28px; x2:700px; y2:28px; "/>
- <caption id="caption2" class="tit_2" style="left:5px; top:13px; width:98px; height:14px; ">기재사항</caption>
- <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; "/>
- </group>
- <group id="grp_btn" scroll="auto" style="left:0px; top:510px; width:700px; height:27px; ">
- <line id="line33" class="line_6" style="x1:0px; y1:0px; x2:700px; y2:0px; "/>
- <button id="button1" class="btn4_letter2" style="left:644px; top:5px; width:56px; height:22px; ">
- <caption>닫기</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- // 윈도우 닫기
- window.close();
- ]]>
- </script>
- </button>
- </group>
- </xhtml:body>
- </xhtml:html>
|