SPAHA04011_주의사항설명.xrw 3.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  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>코드조회</xhtml:title>
  6. <model id="model1">
  7. <instance id="instance1">
  8. <root xmlns="">
  9. <main>
  10. <cautlst>
  11. <item>
  12. <pid/>
  13. <rsrvdd/>
  14. <caucd/>
  15. <caucnts/>
  16. <qestyn/>
  17. </item>
  18. </cautlst>
  19. </main>
  20. <send>
  21. <pid/>
  22. <pkgcd/>
  23. <rsrvdd/>
  24. <cautlst/>
  25. <gndrflag/>
  26. </send>
  27. <hidden/>
  28. <init>
  29. <degnitemlevlcd/>
  30. </init>
  31. </root>
  32. </instance>
  33. <script type="javascript" ev:event="xforms-ready">
  34. <![CDATA[
  35. model.setValue("/root/send/pid", opener.model.getValue("/root/tmp/caut/pid"));
  36. model.setValue("/root/send/pkgcd", opener.model.getValue("/root/tmp/caut/pkgcd"));
  37. model.setValue("/root/send/rsrvdd", opener.model.getValue("/root/tmp/caut/rsrvdd"));
  38. model.setValue("/root/send/gndrflag", opener.model.getValue("/root/tmp/caut/gndrflag"));
  39. submit("TRAHA04018");
  40. model.refresh();
  41. ]]>
  42. </script>
  43. <submission id="TRAHA04018" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main/cautlst"/>
  44. <submission id="TXAHA04018" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/hidden"/>
  45. </model>
  46. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  47. <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
  48. <script type="javascript" src="../../../ast/examcureweb/js/AEZ0001.js"/>
  49. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  50. </xhtml:head>
  51. <xhtml:body pagewidth="535" pageheight="578" guideline="1,1194;2,576;1,517;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  52. <group id="group3" scroll="auto" style="left:0px; top:0px; width:518px; height:550px; ">
  53. <caption id="caption1" class="tit_2" style="left:0px; top:5px; width:157px; height:14px; ">패키지별 주의사항 설명</caption>
  54. <line id="line1" class="line_1" style="x1:0px; y1:25px; x2:517px; y2:25px; "/>
  55. <datagrid id="grd_cautlst" nodeset="/root/main/cautlst/item" autoresize="true" caption="pid^rsrvdd^caucd^주의사항^설명여부" colsep="^" colwidth="13, 10, 12, 395, 67" mergecellsfixedrows="bycolrec" rowsep="|" style="left:0px; top:35px; width:515px; height:510px; ">
  56. <col ref="pid" visibility="hidden"/>
  57. <col ref="rsrvdd" visibility="hidden"/>
  58. <col checkvalue="Y,N" ref="caucd" visibility="hidden"/>
  59. <col ref="caucnts"/>
  60. <col checkvalue="Y,N" ref="qestyn" type="checkbox"/>
  61. </datagrid>
  62. </group>
  63. <group id="group1" scroll="auto" style="left:0px; top:550px; width:518px; height:27px; ">
  64. <button id="btn_cfm" class="btn4_letter2" style="left:402px; top:5px; width:56px; height:22px; ">
  65. <caption>확인</caption>
  66. <script type="javascript" ev:event="DOMActivate">
  67. <![CDATA[
  68. grd_cautlst.clearStatus();
  69. for(var i = 1; i < grd_cautlst.rows; i++)
  70. {
  71. grd_cautlst.addStatus(i, "insert");
  72. }
  73. model.setValue("/root/send/cautlst", getGridUpdateData(grd_cautlst));
  74. if(submit("TXAHA04018"))window.close();
  75. ]]>
  76. </script>
  77. </button>
  78. <button id="btn_cls" class="btn4_letter2" style="left:461px; top:5px; width:56px; height:22px; ">
  79. <caption>닫기</caption>
  80. <close ev:event="DOMActivate"/>
  81. </button>
  82. <button id="button1" class="btn4_letter2" visibility="hidden" style="left:340px; top:4px; width:56px; height:22px; ">
  83. <caption>취소</caption>
  84. <script type="javascript" ev:event="DOMActivate">
  85. <![CDATA[
  86. window.close();
  87. ]]>
  88. </script>
  89. </button>
  90. </group>
  91. </xhtml:body>
  92. </xhtml:html>