123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <?xml-stylesheet href="../../../com/commonweb/css/common.css" type="text/css" ?>
- <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">
- <xhtml:head>
- <xhtml:title>청탁금지서약서확인팝업</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <example>Sample</example>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- var msg = "";
- var systemcd = getSystemCd();
-
- if(systemcd == "HIS031" || systemcd == "HIS032") {
- msg = "'부정청탁 및 금품등 수수의 금지에 관한 법률 시행령' 제 42조에 의거\n\n" +
- " 청탁금지 서약서를 반드시 제출하여 주시기 바랍니다.\n\n" +
- "(제출방법 : MIS 접속-> 청탁금지 서약서 제출)";
- btn_open.visible = false;
- } else if(systemcd == "MIS030") {
- msg = "'부정청탁 및 금품등 수수의 금지에 관한 법률 시행령' 제 42조에 의거\n\n" +
- " 청탁금지 서약서를 반드시 제출하여 주시기 바랍니다.";
- btn_open.visible = true;
- }
-
- caption1.value = msg;
- ]]>
- </script>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- </xhtml:head>
- <xhtml:body pagewidth="550" pageheight="156" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <caption id="caption1" style="left:19px; top:20px; width:505px; height:125px; font-size:12pt; vertical-align:top; ">caption1</caption>
- <button id="btn_open" class="btn4_letter10" visibility="hidden" style="left:370px; top:120px; width:152px; height:22px; ">
- <caption>청탁금지 서약서 팝업</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- open("SMRPD13020");
- ]]>
- </script>
- </button>
- </xhtml:body>
- </xhtml:html>
|