SPPMC06507_전자서명확인.xrw 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <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">
  3. <xhtml:head>
  4. <xhtml:title>전자서명확인</xhtml:title>
  5. <model id="model1">
  6. <instance id="instance1">
  7. <root xmlns="">
  8. <main>
  9. <signinfo>
  10. <elctappsignkey>-</elctappsignkey>
  11. <elctappsigncnts>-</elctappsigncnts>
  12. <elctapprelakey>-</elctapprelakey>
  13. <elctapprelacnts>-</elctapprelacnts>
  14. </signinfo>
  15. </main>
  16. <send>
  17. <elctsignkey/>
  18. <elctsigncnts/>
  19. </send>
  20. </root>
  21. </instance>
  22. </model>
  23. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  24. <script type="javascript" src="../../../pam/pamcomnweb/js/PAM.js"/>
  25. <script type="javascript" ev:event="xforms-ready">
  26. <![CDATA[
  27. ]]>
  28. </script>
  29. <script type="javascript">
  30. <![CDATA[
  31. // 싸인패드 초기화
  32. function fInitSignPad() {
  33. fsignpad_init();
  34. }
  35. // 싸인패드 표시
  36. function fShowSignPad(elctappsignkey, elctappsigncnts) {
  37. fsignpad_view(elctappsignkey , elctappsigncnts);
  38. }
  39. // 싸인패드닫기
  40. function fCloseSignPad() {
  41. fsignpad_close();
  42. }
  43. ]]>
  44. </script>
  45. </xhtml:head>
  46. <xhtml:body pagewidth="250" pageheight="130">
  47. <import id="import3" visibility="visible" src="../../../pam/pamcomnweb/xrw/SPPAO02102_전자서명입력_OCX.xrw" style="left:0px; top:0px; width:250px; height:130px; border-color:#000000; "/>
  48. </xhtml:body>
  49. </xhtml:html>