12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- <?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>
- <lbllist>
- <lbllist/>
- </lbllist>
- </main>
- <send>
- <prcpinfo/>
- </send>
- <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="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" src="../../../ast/commonweb/js/AST.js"/>
- <!--<script type="javascript" src="../../../ast/pharmacyweb/js/SPADT61300.js"/>-->
- <script type="javascript" src="../../../ast/pharmacyweb/js/SPADT61400.js"/>
- <submission id="TRADT61301" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/prcpinfo" resultref="/root/main/lbllist"/>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- fInit();
- ]]>
- </script>
- </model>
- </xhtml:head>
- <xhtml:body pagewidth="250" pageheight="100" style="font-size:11pt; margin-left:8; margin-top:8; margin-right:8; margin-bottom:8; ">
- <caption id="caption1" style="left:50px; top:15px; width:180px; height:56px; font-size:11pt; font-weight:bold; ">원내 봉투 출력 중</caption>
- </xhtml:body>
- </xhtml:html>
|