12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <?xml-stylesheet type="text/css" href="../../../com/commonweb/css/common.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>
- <cond>
- <fromdd/>
- <pid/>
- <instcd/>
- <indd/>
- <cretno/>
- </cond>
- </main>
- <send>
- <reqdata/>
- <fromdd/>
- <pid/>
- <instcd/>
- </send>
- <init/>
- <temp>
- </temp>
- <batchrsltlist>
- <batchrslt/>
- </batchrsltlist>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- fInitialize();
- ]]>
- </script>
- <submission id="TXMMR03600" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/main/cond" resultref="/root/batchrsltlist"/>
- <submission id="TRMMR03600" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/cond"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" src="../../../emr/anstrecweb/js/MMR03600.js"/>
- </xhtml:head>
- <xhtml:body pagewidth="340" pageheight="210" guideline="1,1212;">
- <group id="group2" ref="/root/main/uprepmngt" style="left:15px; top:15px; width:315px; height:170px; ">
- <shape id="roundrect1" appearance="roundrect" ellipsewidth="20" ellipseheight="20" style="left:1px; top:25px; width:309px; height:90px; "/>
- <input id="input1" ref="/root/send/pid" class="input_search" style="left:125px; top:55px; width:90px; height:19px; "/>
- <caption id="caption1" class="search_name" style="left:25px; top:30px; width:86px; height:17px; ">일자:</caption>
- <caption id="caption2" class="search_name" style="left:25px; top:56px; width:86px; height:17px; ">등록번호 :</caption>
- <input id="input2" ref="/root/send/fromdd" class="input_s_essential" inputtype="date" style="left:125px; top:30px; width:90px; height:19px; "/>
- <caption id="cap_title" class="tit_1" style="left:0px; top:0px; width:189px; height:14px; ">아파치배치팝업</caption>
- <button id="btn_search" class="btn4_letter2" style="left:225px; top:55px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- submit("TRMMR03600");
- ]]>
- </script>
- </button>
- </group>
- <button id="button1" class="btn4_letter2" style="left:150px; top:140px; width:56px; height:22px; ">
- <caption>확인</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fCnfmBtn();
- ]]>
- </script>
- </button>
- <button id="button2" class="btn4_letter2" style="left:210px; top:140px; width:56px; height:22px; ">
- <caption>취소</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fClose();
- ]]>
- </script>
- </button>
- </xhtml:body>
- </xhtml:html>
|