1234567891011121314151617181920212223242526272829303132333435363738 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <?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>
- <prcpdata/>
- </main>
- <send>
- <prcpinfo/>
- </send>
- <hidden/>
- <init/>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- fInit();
- ]]>
- </script>
- <submission id="TRADC61501" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/prcpinfo" resultref="/root/main/prcpdata"/>
- <submission id="TXADT00701" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/prcpinfo" replace="instance" resultref="/root/hidden"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../ast/commonweb/js/AST.js"/>
- <script type="javascript" src="../../../ast/pharmacyweb/js/SPADC61500.js"/>
- </xhtml:head>
- <xhtml:body pagewidth="400" pageheight="150" guideline="1,378;2,91;" style="font-size:11pt; margin-left:8; margin-top:8; margin-right:8; margin-bottom:8; ">
- <shape id="roundrect1" class="roundrect_error" appearance="roundrect" style="left:1px; top:1px; width:378px; height:134px; "/>
- <caption id="caption1" style="left:128px; top:45px; width:197px; height:56px; font-size:11pt; font-weight:bold; ">임상약 처방전 출력 중</caption>
- <img id="img1" src="../../../com/commonweb/images/error.gif" style="left:40px; top:35px; width:75px; height:70px; "/>
- <group id="grp_pharmacy" visibility="hidden" style="left:15px; top:15px; width:300px; height:105px; "/>
- <group id="grp_pat" visibility="hidden" style="left:150px; top:25px; width:200px; height:90px; "/>
- </xhtml:body>
- </xhtml:html>
|