SPMMD03600_Allergy수정삭제요청사유.xrw 3.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <?xml-stylesheet href="../../../com/commonweb/css/common.css" type="text/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>Allergy 수정/삭제 사유입력</xhtml:title>
  6. <model id="model1">
  7. <instance id="instance1">
  8. <root xmlns="">
  9. <main>
  10. <remlist>
  11. <resncd/>
  12. </remlist>
  13. <paramlist/>
  14. </main>
  15. </root>
  16. </instance>
  17. <script type="javascript" ev:event="xforms-ready">
  18. <![CDATA[
  19. model.setFocus("ipt_resnetc");
  20. ]]>
  21. </script>
  22. <submission id="TRZBC00101" mediatype="application/x-www-form-urlencoded" method="post"/>
  23. <script type="javascript" ev:event="xforms-model-destruct">
  24. <![CDATA[
  25. ]]>
  26. </script>
  27. </model>
  28. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  29. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  30. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  31. <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
  32. <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
  33. <script type="javascript">
  34. <![CDATA[
  35. function fAddRemOpener(){
  36. if ( isNull(model.getValue("/root/main/remlist/resncd"))) {
  37. messageBox(" 추가사항이 입력되지 않았습니다.", "C001");
  38. return false;
  39. }
  40. if ( checkOpener() ) {
  41. opener.model.setValue("/root/temp/receivedata/receivecmt", model.getValue("/root/main/remlist/resncd"));
  42. opener.model.refresh();
  43. window.close();
  44. } else {
  45. alert("상위화면이 변경되어 데이터를 전달할 수 없습니다.");
  46. return false;
  47. }
  48. }
  49. ]]>
  50. </script>
  51. </xhtml:head>
  52. <xhtml:body pagewidth="595" pageheight="90">
  53. <button id="button1" class="btn4_letter2" style="left:468px; top:53px; width:56px; height:22px; ">
  54. <caption>확인</caption>
  55. <script type="javascript" ev:event="DOMActivate">
  56. <![CDATA[
  57. fAddRemOpener();
  58. ]]>
  59. </script>
  60. </button>
  61. <button id="button2" class="btn4_letter2" style="left:527px; top:53px; width:56px; height:22px; ">
  62. <caption>취소</caption>
  63. <script type="javascript" ev:event="onclick">
  64. <![CDATA[
  65. opener.javascript.setParameter("SPMMD01600_useyn", "N");
  66. model.close();
  67. ]]>
  68. </script>
  69. </button>
  70. <caption id="caption3" class="tit_2" style="left:7px; top:6px; width:283px; height:13px; ">Allergy 수정/삭제 사유 입력</caption>
  71. <line id="line7" class="line_1" style="x1:0px; y1:21px; x2:581px; y2:21px; "/>
  72. <caption id="caption54" class="cell_1" style="left:0px; top:26px; width:110px; height:22px; text-align:left; vertical-align:middle; ">수정/삭제 사유</caption>
  73. <line id="line1" class="line_3" style="x1:0px; y1:48px; x2:581px; y2:48px; "/>
  74. <input id="ipt_resnetc" ref="/root/main/remlist/resncd" style="left:112px; top:27px; width:469px; height:19px; "/>
  75. </xhtml:body>
  76. </xhtml:html>