SPRPH00201_직급코드HELP.xrw 3.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  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>SPRPH00201_직급코드HELP</xhtml:title>
  6. <model id="model1">
  7. <instance id="instance1">
  8. <root xmlns="">
  9. <main>
  10. <comcd>
  11. <comcodelist/>
  12. </comcd>
  13. </main>
  14. <target/>
  15. <init>
  16. <refcond>
  17. <label>코드</label>
  18. <value>cdid</value>
  19. <label>코드명</label>
  20. <value>cdnm</value>
  21. </refcond>
  22. </init>
  23. <send>
  24. <comcdref>
  25. <appdd/>
  26. <promotnflag/>
  27. </comcdref>
  28. </send>
  29. </root>
  30. </instance>
  31. <script type="javascript" ev:event="xforms-ready">
  32. <![CDATA[
  33. misfGridInit(grd_comcdlist);
  34. var promotnflag = parent.model.getValue("/root/target/promotnflag");
  35. var scrngvaluym = parent.model.getValue("/root/target/scrngvaluym");
  36. model.setValue("/root/send/comcdref/appdd",scrngvaluym);
  37. model.setValue("/root/send/comcdref/promotnflag",promotnflag);
  38. submit("TRRPH00102");
  39. model.refresh();
  40. ]]>
  41. </script>
  42. <submission id="TRRPH00102" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/comcdref" resultref="/root/main/comcd"/>
  43. </model>
  44. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  45. <script type="javascript" src="../../../mis/miscommonweb/js/MIS.js"/>
  46. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  47. </xhtml:head>
  48. <xhtml:body pagewidth="620" pageheight="560" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  49. <group id="group3" scroll="auto" style="left:8px; top:0px; width:580px; height:522px; ">
  50. <caption id="caption1" class="tit_2" style="left:5px; top:14px; width:118px; height:13px; ">직급 코드 리스트</caption>
  51. <line id="line1" class="line_1" style="x1:0px; y1:29px; x2:580px; y2:29px; "/>
  52. <datagrid id="grd_comcdlist" nodeset="/root/main/comcd/comcodelist" caption="코드^코드명" colsep="^" colwidth="128, 409" dataheight="23" defaultrows="0" extendlastcol="scroll" mergecellsfixedrows="never" rowheader="seq" rowheight="23" rowsep="|" style="left:0px; top:34px; width:580px; height:476px; ">
  53. <col ref="promotnjobgrad"/>
  54. <col ref="promotnjobgradnm"/>
  55. <script type="javascript" ev:event="ondblclick">
  56. <![CDATA[
  57. if( grd_comcdlist.isCell(event.target) && grd_comcdlist.row >= grd_comcdlist.fixedRows )
  58. {
  59. btn_confirm.dispatch("DOMActivate");
  60. }
  61. ]]>
  62. </script>
  63. </datagrid>
  64. </group>
  65. <group id="group1" scroll="auto" style="left:8px; top:521px; width:580px; height:27px; ">
  66. <button id="btn_confirm" class="btn4_letter2" style="left:466px; top:5px; width:56px; height:22px; ">
  67. <caption>확인</caption>
  68. <script type="javascript" ev:event="DOMActivate">
  69. <![CDATA[
  70. misfPopUpListReturn(grd_comcdlist);
  71. ]]>
  72. </script>
  73. </button>
  74. <button id="btn_cancel" class="btn4_letter2" style="left:524px; top:5px; width:56px; height:22px; ">
  75. <caption>취소</caption>
  76. <script type="javascript" ev:event="DOMActivate">
  77. <![CDATA[
  78. misfPopUpListCancel();
  79. ]]>
  80. </script>
  81. </button>
  82. <line id="line32" class="line_6" style="x1:0px; y1:0px; x2:580; y2:0px; "/>
  83. </group>
  84. </xhtml:body>
  85. </xhtml:html>