SPADC62200_회신내역서식.xrw 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  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>회신내역</xhtml:title>
  6. <model id="model1">
  7. <instance id="instance1">
  8. <root xmlns="">
  9. <main>
  10. <formdata>
  11. <replinfo>
  12. <replcnts/>
  13. </replinfo>
  14. </formdata>
  15. </main>
  16. <send>
  17. <srchinfo>
  18. <formrecseq/>
  19. <pid/>
  20. <formcd/>
  21. </srchinfo>
  22. </send>
  23. <init/>
  24. <hidden>
  25. <cnststatinfo>
  26. <cnststat/>
  27. </cnststatinfo>
  28. </hidden>
  29. <temp>
  30. <replform>
  31. <formflag/>
  32. </replform>
  33. <receivedata/>
  34. <cnstinfo/>
  35. </temp>
  36. </root>
  37. </instance>
  38. <script type="javascript" ev:event="xforms-ready">
  39. <![CDATA[
  40. finit();
  41. //2008-11-17 EN에 대해서 회신내용을 수정가능하도록 처리한다.
  42. //2009-01-22 PN에 대해서 회신내용 수정가능하도록 처리. formflag : EN -> NST 변경
  43. if (model.getValue("/root/temp/replform/formflag") == "NST" ) {
  44. textarea2.attribute("editable") = true;
  45. }
  46. //2010-01-08 TDM저장시 저장지내용 미리보기후 저장자ID 저장하기 - 메세지를 [회신]->[저장]으로 명칭변경처리함.
  47. if (model.getValue("/root/temp/replform/formflag") == "TDM"){
  48. caption2.attribute("text") = "저장내역";
  49. document.title ="저장내역";
  50. }
  51. ]]>
  52. </script>
  53. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  54. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  55. <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
  56. <script type="javascript" src="../../../ast/pharmacyconsultweb/js/SPADC62200.js"/>
  57. <submission id="TRADC62201" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/srchinfo" replace="instance" resultref="/root/main/formdata"/>
  58. <submission id="TXADC66201" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/srchinfo" replace="instance" resultref="/root/hidden"/>
  59. <submission id="TRADC62202" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/srchinfo" replace="instance" resultref="/root/hidden"/>
  60. </model>
  61. </xhtml:head>
  62. <xhtml:body pagewidth="530" pageheight="530" guideline="1,6;1,580;2,660;2,8;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  63. <group id="group1" style="left:6px; top:8px; width:500px; height:465px; ">
  64. <caption id="caption2" class="tit_2" style="left:0px; top:5px; width:90px; height:13px; vertical-align:middle; background-image:../../../com/commonweb/images/tit_bullet2.gif; ">회신내역</caption>
  65. <textarea id="textarea2" ref="/root/main/formdata/replinfo/replcnts" overflow="scroll" scroll="auto" editable="false" style="left:0px; top:30px; width:500px; height:435px; "/>
  66. <line id="line3" class="line_1" style="x1:0px; y1:25px; x2:500px; y2:25px; "/>
  67. </group>
  68. <group id="group2" style="left:6px; top:471px; width:500px; height:29px; ">
  69. <button id="btn_cfm" class="btn4_letter2" style="left:382px; top:4px; width:56px; height:22px; ">
  70. <caption>확인</caption>
  71. <script type="javascript" ev:event="DOMActivate">
  72. <![CDATA[
  73. if(modaltype == "emr"){
  74. window.close();
  75. }else if(modaltype == "ast"){
  76. fAstConfirm();
  77. }else{
  78. window.close();
  79. }
  80. ]]>
  81. </script>
  82. </button>
  83. <button id="btn_can" class="btn4_letter2" style="left:442px; top:4px; width:56px; height:22px; ">
  84. <caption>취소</caption>
  85. <script type="javascript" ev:event="DOMActivate">
  86. <![CDATA[
  87. if(modaltype == "emr"){
  88. window.close();
  89. }else if(modaltype == "ast"){
  90. fAstCancel();
  91. }else{
  92. window.close();
  93. }
  94. ]]>
  95. </script>
  96. </button>
  97. <line id="line1" class="line_6" style="x1:0px; y1:0px; x2:500px; y2:0px; "/>
  98. </group>
  99. </xhtml:body>
  100. </xhtml:html>