12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- <?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>약속처방SET 복사</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- </main>
- <send>
- <srcid/>
- <tarid/>
- <ioflag>O</ioflag>
- </send>
- <hidden>
- <message/>
- </hidden>
- <temp/>
- </root>
- </instance>
- <submission id="TXMMB00902" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/temp"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- </xhtml:head>
- <xhtml:body pagewidth="200" pageheight="200" guideline="2,643;">
- <line id="line1" class="line_1" style="x1:6px; y1:18px; x2:195px; y2:18px; "/>
- <caption id="caption25" class="tit_2" style="left:6px; top:2px; width:170px; height:14px; ">의사별 약속SET 복사</caption>
- <button id="button1" class="btn4_letter2" style="left:70px; top:120px; width:56px; height:22px; ">
- <caption>복사</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var SrcID = model.getValue("/root/send/srcid");
- var TarID = model.getValue("/root/send/tarid");
-
- if ( messageBox( "복사하실 경우 기존의 타겟 리스트는 삭제 됩니다. 삭제하시겠습니까?", "Q") == "7" ) {
- return ;
- }
-
- if (SrcID == "" || TarID == "") {
- alert("해당 등록번호가 없습니다. ");
- return ;
- }
- submit("TXMMB00902");
- //window.close();
- ]]>
- </script>
- </button>
- <button id="button3" class="btn4_letter2" style="left:128px; top:120px; width:56px; height:22px; ">
- <caption>닫기</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- window.close();
- ]]>
- </script>
- </button>
- <caption id="caption1" style="left:10px; top:34px; width:80px; height:20px; ">원본등록번호:</caption>
- <input id="input1" ref="/root/send/srcid" class="input_search" style="left:100px; top:33px; width:80px; height:19px; "/>
- <caption id="caption2" style="left:10px; top:61px; width:80px; height:20px; ">타겟등록번호:</caption>
- <input id="input2" ref="/root/send/tarid" class="input_search" style="left:100px; top:60px; width:80px; height:19px; "/>
- <select1 id="radio1" ref="/root/send/ioflag" overflow="visible" appearance="full" cellspacing="10" cols="2" style="left:80px; top:87px; width:110px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>외래</label>
- <value>O</value>
- </item>
- <item>
- <label>입원</label>
- <value>I</value>
- </item>
- </choices>
- </select1>
- <caption id="caption3" style="left:10px; top:86px; width:65px; height:20px; ">외래/입원:</caption>
- </xhtml:body>
- </xhtml:html>
|