SPMMO14000_급여변경.xrw 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  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. <init>
  10. <payflagcd/>
  11. </init>
  12. <payflagcd>0</payflagcd>
  13. </root>
  14. </instance>
  15. <submission id="TRZBC00101" mediatype="application/x-www-form-urlencoded" method="post"/>
  16. <script type="javascript" ev:event="xforms-model-construct-done">
  17. <![CDATA[
  18. zbcfGetCodeList(new Array("M0029"),new Array("/root/init/payflagcd"));
  19. model.refresh();
  20. ]]>
  21. </script>
  22. </model>
  23. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  24. <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
  25. </xhtml:head>
  26. <xhtml:body pagewidth="110" pageheight="50" guideline="1,120;2,235;">
  27. <select1 id="combo1" ref="/root/payflagcd" appearance="minimal" style="left:9px; top:0px; width:100px; height:19px; ">
  28. <choices>
  29. <itemset nodeset="/root/init/payflagcd/M0029">
  30. <label ref="cdnm"/>
  31. <value ref="cdid"/>
  32. </itemset>
  33. </choices>
  34. </select1>
  35. <button id="button1" class="btn2_letter2" style="left:15px; top:26px; width:42px; height:19px; ">
  36. <caption>확인</caption>
  37. <script type="javascript" ev:event="DOMActivate">
  38. <![CDATA[
  39. //var bfpayflagcd = opener.javascript.getParameter ( "bfpayflagcd" );
  40. //if ( model.getValue ( "/root/payflagcd" ) == bfpayflagcd ) {
  41. // messageBox ( "변경된 내용이", "I004")
  42. // return;
  43. //}
  44. opener.javascript.setParameter ( "payflagcd", model.getValue ( "/root/payflagcd" ));
  45. window.close();
  46. ]]>
  47. </script>
  48. </button>
  49. <button id="button2" class="btn2_letter2" style="left:59px; top:26px; width:42px; height:19px; ">
  50. <caption>취소</caption>
  51. <script type="javascript" ev:event="onclick">
  52. <![CDATA[
  53. model.close();
  54. ]]>
  55. </script>
  56. </button>
  57. </xhtml:body>
  58. </xhtml:html>