1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- <?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>Information</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <valuinfo>
- <valulist>
- <cpgappno/>
- <cpgno/>
- <cpghistseq/>
- <valunm/>
- </valulist>
- </valuinfo>
- </main>
- <send/>
- </root>
- </instance>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- if ( checkOpener() ) {
- model.makeValue("/root/send/pid", getPatientId());
- model.makeValue("/root/send/cretno", getPatientInfoDetail("cretno"));
- if( getPatientInfoDetail("ordtype") != "O" )
- model.makeValue("/root/send/orddd", getPatientInfoDetail("indd"));
- else
- model.makeValue("/root/send/orddd", getPatientInfoDetail("orddd"));
-
- submit("TRMMP03501");
- }
- ]]>
- </script>
- <submission id="TRMMP03501" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/valuinfo"/>
- </model>
- </xhtml:head>
- <xhtml:body pagewidth="320" pageheight="180" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <caption id="cap_mntrflagnm" class="tit_2" style="left:5px; top:1px; width:110px; height:14px; ">Æò°¡ Á¤º¸</caption>
- <line id="line5" class="line_1" style="x1:0px; y1:31px; x2:300px; y2:32px; "/>
- <caption id="cap_cpgnm" class="cell_1" style="left:0px; top:35px; width:70px; height:101px; ">Æò°¡¸í</caption>
- <textarea id="textarea1" ref="/root/main/valuinfo/valulist/valunm" editable="false" style="left:73px; top:36px; width:228px; height:98px; "/>
- <line id="line1" class="line_3" style="x1:0px; y1:135px; x2:300px; y2:135px; "/>
- <button id="btn_cncl" class="btn4_letter2" style="left:245px; top:145px; width:56px; height:22px; ">
- <caption>´Ý±â</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- window.close();
- ]]>
- </script>
- </button>
- </xhtml:body>
- </xhtml:html>
|