SPZUM02000_청탁금지서약서확인팝업.xrw 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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. <example>Sample</example>
  10. </root>
  11. </instance>
  12. <script type="javascript" ev:event="xforms-ready">
  13. <![CDATA[
  14. var msg = "";
  15. var systemcd = getSystemCd();
  16. if(systemcd == "HIS031" || systemcd == "HIS032") {
  17. msg = "'부정청탁 및 금품등 수수의 금지에 관한 법률 시행령' 제 42조에 의거\n\n" +
  18. " 청탁금지 서약서를 반드시 제출하여 주시기 바랍니다.\n\n" +
  19. "(제출방법 : MIS 접속-> 청탁금지 서약서 제출)";
  20. btn_open.visible = false;
  21. } else if(systemcd == "MIS030") {
  22. msg = "'부정청탁 및 금품등 수수의 금지에 관한 법률 시행령' 제 42조에 의거\n\n" +
  23. " 청탁금지 서약서를 반드시 제출하여 주시기 바랍니다.";
  24. btn_open.visible = true;
  25. }
  26. caption1.value = msg;
  27. ]]>
  28. </script>
  29. </model>
  30. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  31. </xhtml:head>
  32. <xhtml:body pagewidth="550" pageheight="156" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  33. <caption id="caption1" style="left:19px; top:20px; width:505px; height:125px; font-size:12pt; vertical-align:top; ">caption1</caption>
  34. <button id="btn_open" class="btn4_letter10" visibility="hidden" style="left:370px; top:120px; width:152px; height:22px; ">
  35. <caption>청탁금지 서약서 팝업</caption>
  36. <script type="javascript" ev:event="DOMActivate">
  37. <![CDATA[
  38. open("SMRPD13020");
  39. ]]>
  40. </script>
  41. </button>
  42. </xhtml:body>
  43. </xhtml:html>