123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- <?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>Case Cart Label 출력</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <cond>
- <printflag>1</printflag>
- </cond>
- </main>
- <send/>
- <hidden>
- </hidden>
- <init>
- <rdoinfo>
- <item>
- <cd>1</cd>
- <nm>선택한 환자만 출력</nm>
- </item>
- <item>
- <cd>2</cd>
- <nm>해당일의 전체 환자 출력</nm>
- </item>
- <item>
- <cd>3</cd>
- <nm>해당일의 전체 집계량 출력</nm>
- </item>
- </rdoinfo>
- </init>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- opener.javascript.setParameter("SPMNP03000_Param","");
- ]]>
- </script>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- </xhtml:head>
- <xhtml:body pagewidth="350" pageheight="140" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="grp_biz" scroll="auto" style="left:0px; top:0px; width:325px; height:90px; ">
- <select1 id="radio1" ref="/root/main/cond/printflag" overflow="visible" appearance="full" cols="2" style="left:10px; top:38px; width:310px; height:47px; border-style:none; ">
- <choices>
- <itemset nodeset="/root/init/rdoinfo/item">
- <label ref="nm"/>
- <value ref="cd"/>
- </itemset>
- </choices>
- </select1>
- <caption id="caption1" class="tit_2" style="left:6px; top:17px; width:297px; height:14px; ">CSR 물품 집계 내역을 출력합니다.</caption>
- </group>
- <group id="group1" scroll="auto" style="left:10px; top:95px; width:310px; height:27px; ">
- <button id="btn_ok" class="btn4_letter2" style="left:191px; top:2px; width:56px; height:22px; ">
- <caption>확인</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- opener.javascript.setParameter("SPMNP03000_Param",model.getValue("/root/main/cond/printflag"));
- window.close();
- ]]>
- </script>
- </button>
- <button id="button1" class="btn4_letter2" style="left:249px; top:2px; width:56px; height:22px; ">
- <caption>취소</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- window.close();
- ]]>
- </script>
- </button>
- </group>
- </xhtml:body>
- </xhtml:html>
|