12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- <?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>
- <lbllist>
- <lbllist/>
- </lbllist>
- </main>
- <send>
- <prcpinfo/>
- </send>
- <hidden>
- <username/>
- </hidden>
- <init>
- <barcdprntsetup>
- <setupinfo/>
- </barcdprntsetup>
- </init>
- </root>
- </instance>
- <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/stringHelper.js"/>
- <script type="javascript" src="../../../ast/commonweb/js/AST.js"/>
- <script type="javascript" src="../../../ast/pharmacyweb/js/SPADT63300.js"/>
- <script type="javascript" src="../../../com/commonweb/js/numericHelper.js"/>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- //model.setValue("/root/hidden/username",getUserInfo("usernm"));
- fInit();
- ]]>
- </script>
- <submission id="TRADT63301" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/prcpinfo" replace="instance" resultref="/root/main/lbllist"/>
- <submission id="TRADT63302" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/prcpinfo" replace="instance" resultref="/root/main/lbllist"/>
- </model>
- </xhtml:head>
- <xhtml:body pagewidth="400" pageheight="150" guideline="1,379;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; "/>
- <object id="CommAX" clsid="{B721F534-D025-466B-8A28-7CF40E700ACD}" style="left:5px; top:6px; width:45px; height:45px; "/>
- </xhtml:body>
- </xhtml:html>
|