1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- <?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>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>
- </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="340" pageheight="135" 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:310px; height:85px; ">
- <select1 id="radio1" ref="/root/main/cond/printflag" appearance="full" cols="2" overflow="visible" style="left:10px; top:48px; width:285px; height:20px; 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:13px; ">해당 환자의 임시Cart의 'Label'을 출력합니다.</caption>
- </group>
- <group id="group1" scroll="auto" style="left:0px; top:90px; 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>
|