SPCIT01700_수정사유입력.xrw 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <!--
  3. * Name : SPCIT01700_수정사유입력
  4. * Summary : 수정사유입력
  5. * Programmer : 황현석
  6. * Date Written : 2010.07.19
  7. * History :
  8. * Remark :
  9. -->
  10. <?xml-stylesheet type="text/css" href="../../../com/commonweb/css/common.css" ?>
  11. <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">
  12. <xhtml:head>
  13. <xhtml:title>만족도그룹트리</xhtml:title>
  14. <model id="model1">
  15. <instance id="instance1">
  16. <root xmlns="">
  17. <temp>
  18. <result/>
  19. </temp>
  20. <main>
  21. <qestcntattr>
  22. <qestupdtresn/>
  23. <savemode>U</savemode>
  24. </qestcntattr>
  25. </main>
  26. </root>
  27. </instance>
  28. <submission id="TXCIT01401" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/main" resultref="/root/temp/result"/>
  29. </model>
  30. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  31. </xhtml:head>
  32. <xhtml:body pagewidth="270" pageheight="270" guideline="1,1194;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  33. <line id="line21" class="line_1" style="x1:0; y1:25px; x2:240; y2:25px; "/>
  34. <caption id="caption1" class="tit_2" style="left:0; top:10px; width:175px; height:13px; vertical-align:middle; ">수정 사유를 입력하십시오.</caption>
  35. <textarea id="tar_qestupdtresn" ref="/root/main/qestcntattr/qestupdtresn" style="left:0; top:30; width:240; height:160px; "/>
  36. <group id="group1" style="left:0; top:190; width:240; height:27px; ">
  37. <button id="btn_save" class="btn4_letter2" style="left:64; top:5px; width:56px; height:22px; ">
  38. <caption>저장</caption>
  39. <script type="javascript" ev:event="DOMActivate">
  40. <![CDATA[
  41. var receive_qestupdtresn_path = opener.window.javascript.getParameter("receive_qestupdtresn_path");
  42. var receive_savemode_result = opener.window.javascript.getParameter("receive_savemode_result");
  43. var qestupdtresn = model.getValue("/root/main/qestcntattr/qestupdtresn");
  44. var savemode = model.getValue("/root/main/qestcntattr/savemode");
  45. var tar_qestupdtresn = model.getValue("/root/main/qestcntattr/qestupdtresn");
  46. if(tar_qestupdtresn == "") {
  47. messageBox("수정 사유가 입력 되지", "E007");
  48. return false;
  49. } else {
  50. window.opener.model.setValue(receive_qestupdtresn_path, qestupdtresn);
  51. window.opener.model.setValue(receive_savemode_result, savemode);
  52. opener.model.refresh();
  53. }
  54. opener.javaScript.fSaveMsg();
  55. window.close();
  56. ]]>
  57. </script>
  58. </button>
  59. <button id="btn_cencle" class="btn4_letter2" style="left:123; top:5px; width:56px; height:22px; ">
  60. <caption>취소</caption>
  61. <script type="javascript" ev:event="DOMActivate">
  62. <![CDATA[
  63. window.close();
  64. ]]>
  65. </script>
  66. </button>
  67. </group>
  68. </xhtml:body>
  69. </xhtml:html>