12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- <?xml version="1.0" encoding="UTF-8"?>
- <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="">
- <main>
- <signinfo>
- <elctappsignkey>-</elctappsignkey>
- <elctappsigncnts>-</elctappsigncnts>
- <elctapprelakey>-</elctapprelakey>
- <elctapprelacnts>-</elctapprelacnts>
- </signinfo>
- </main>
- <send>
- <elctsignkey/>
- <elctsigncnts/>
- </send>
- </root>
- </instance>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../pam/pamcomnweb/js/PAM.js"/>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- ]]>
- </script>
- <script type="javascript">
- <![CDATA[
- // 싸인패드 초기화
- function fInitSignPad() {
- fsignpad_init();
- }
- // 싸인패드 표시
- function fShowSignPad(elctappsignkey, elctappsigncnts) {
- fsignpad_view(elctappsignkey , elctappsigncnts);
- }
- // 싸인패드닫기
- function fCloseSignPad() {
- fsignpad_close();
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body pagewidth="250" pageheight="130">
- <import id="import3" visibility="visible" src="../../../pam/pamcomnweb/xrw/SPPAO02102_전자서명입력_OCX.xrw" style="left:0px; top:0px; width:250px; height:130px; border-color:#000000; "/>
- </xhtml:body>
- </xhtml:html>
|