SPMMB00900_약속처방SET복사.xrw 3.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <?xml-stylesheet type="text/css" href="../../../com/commonweb/css/common.css" ?>
  3. <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">
  4. <xhtml:head>
  5. <xhtml:title>약속처방SET 복사</xhtml:title>
  6. <model id="model1">
  7. <instance id="instance1">
  8. <root xmlns="">
  9. <main>
  10. </main>
  11. <send>
  12. <srcid/>
  13. <tarid/>
  14. <ioflag>O</ioflag>
  15. </send>
  16. <hidden>
  17. <message/>
  18. </hidden>
  19. <temp/>
  20. </root>
  21. </instance>
  22. <submission id="TXMMB00902" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/temp"/>
  23. </model>
  24. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  25. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  26. </xhtml:head>
  27. <xhtml:body pagewidth="200" pageheight="200" guideline="2,643;">
  28. <line id="line1" class="line_1" style="x1:6px; y1:18px; x2:195px; y2:18px; "/>
  29. <caption id="caption25" class="tit_2" style="left:6px; top:2px; width:170px; height:14px; ">의사별 약속SET 복사</caption>
  30. <button id="button1" class="btn4_letter2" style="left:70px; top:120px; width:56px; height:22px; ">
  31. <caption>복사</caption>
  32. <script type="javascript" ev:event="DOMActivate">
  33. <![CDATA[
  34. var SrcID = model.getValue("/root/send/srcid");
  35. var TarID = model.getValue("/root/send/tarid");
  36. if ( messageBox( "복사하실 경우 기존의 타겟 리스트는 삭제 됩니다. 삭제하시겠습니까?", "Q") == "7" ) {
  37. return ;
  38. }
  39. if (SrcID == "" || TarID == "") {
  40. alert("해당 등록번호가 없습니다. ");
  41. return ;
  42. }
  43. submit("TXMMB00902");
  44. //window.close();
  45. ]]>
  46. </script>
  47. </button>
  48. <button id="button3" class="btn4_letter2" style="left:128px; top:120px; width:56px; height:22px; ">
  49. <caption>닫기</caption>
  50. <script type="javascript" ev:event="DOMActivate">
  51. <![CDATA[
  52. window.close();
  53. ]]>
  54. </script>
  55. </button>
  56. <caption id="caption1" style="left:10px; top:34px; width:80px; height:20px; ">원본등록번호:</caption>
  57. <input id="input1" ref="/root/send/srcid" class="input_search" style="left:100px; top:33px; width:80px; height:19px; "/>
  58. <caption id="caption2" style="left:10px; top:61px; width:80px; height:20px; ">타겟등록번호:</caption>
  59. <input id="input2" ref="/root/send/tarid" class="input_search" style="left:100px; top:60px; width:80px; height:19px; "/>
  60. <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; ">
  61. <choices>
  62. <item>
  63. <label>외래</label>
  64. <value>O</value>
  65. </item>
  66. <item>
  67. <label>입원</label>
  68. <value>I</value>
  69. </item>
  70. </choices>
  71. </select1>
  72. <caption id="caption3" style="left:10px; top:86px; width:65px; height:20px; ">외래/입원:</caption>
  73. </xhtml:body>
  74. </xhtml:html>