SPPMC06400_금액표시.xrw 4.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <?xml-stylesheet type="text/css" href="../../../com/commonweb/css/common.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. <main>
  10. </main>
  11. <send>
  12. <hngnm>홍길동님</hngnm>
  13. <rcptamt>9000000</rcptamt>
  14. <rcptrid>전현주</rcptrid>
  15. </send>
  16. <hidden>
  17. </hidden>
  18. </root>
  19. </instance>
  20. <script type="javascript" ev:event="xforms-ready">
  21. <![CDATA[
  22. setSaveLoc("false");
  23. window.opener.model.setFocus("");
  24. ]]>
  25. </script>
  26. <script type="javascript" ev:event="xforms-close">
  27. <![CDATA[
  28. ]]>
  29. </script>
  30. <submission id="TRPMC03801" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main/result"/>
  31. <submission id="TRPMC03802" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main/result"/>
  32. <submission id="TRZBC00101" mediatype="application/x-www-form-urlencoded" method="post"/>
  33. </model>
  34. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  35. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  36. <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
  37. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  38. <script type="javascript" src="../../../com/commonweb/js/numericHelper.js"/>
  39. <script type="javascript" src="../../../com/commonweb/js/utilHelper.js"/>
  40. <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
  41. <script type="javascript">
  42. <![CDATA[
  43. var gTimerID;
  44. function fInit(){
  45. window.clearInterval(gTimerID);
  46. gTimerID = window.setInterval("fClose()", 25000);
  47. model.resetInstanceNode("/root/send");
  48. model.refresh();
  49. }
  50. function fSetMsg(hngnm, rcptAmt, rcptrHngnm){
  51. model.setValue("/root/send/hngnm", hngnm);
  52. model.setValue("/root/send/rcptamt", rcptAmt);
  53. model.setValue("/root/send/rcptrid", rcptrHngnm);
  54. model.refresh();
  55. }
  56. function fClose(){
  57. // setSaveLoc("true");
  58. window.close();
  59. }
  60. ]]>
  61. </script>
  62. <script type="javascript" src="D:\CMCProject\application\webapps\com\hismainweb\js\DocTitle.js"/>
  63. </xhtml:head>
  64. <xhtml:body pagewidth="800" pageheight="600" style="margin-left:8; margin-top:8; margin-right:8; margin-bottom:8; ">
  65. <caption id="caption1" ref="/root/hidden/title" style="left:60px; top:175px; width:500px; height:55px; font-family:굴림; font-size:40pt; font-weight:bold; color:#000000; text-align:left; ">납부하실 금액은</caption>
  66. <caption id="caption2" ref="/root/send/hngnm" style="left:60px; top:100px; width:690px; height:55px; font-family:굴림; font-size:40pt; font-weight:bold; color:#000000; text-align:left; "/>
  67. <caption id="caption3" ref="/root/send/rcptamt" format="(-)#,###" style="left:15px; top:300px; width:475px; height:70px; font-family:굴림; font-size:43pt; font-weight:bold; color:#000000; text-align:right; ">납부하실 금액은</caption>
  68. <caption id="caption4" ref="/root/hidden/title" style="left:505px; top:307px; width:273px; height:54px; font-family:굴림; font-size:40pt; font-weight:bold; color:#000000; text-align:left; ">원 입니다.</caption>
  69. <caption id="caption5" ref="/root/hidden/title" style="left:60px; top:450px; width:210px; height:61px; font-family:굴림; font-size:40pt; font-weight:bold; color:#000000; text-align:left; ">담당자 :</caption>
  70. <script type="javascript" ev:event="onclick">
  71. <![CDATA[
  72. // setSaveLoc("true");
  73. window.close();
  74. ]]>
  75. </script>
  76. <caption id="caption6" ref="/root/send/rcptrid" style="left:270px; top:450px; width:255px; height:55px; font-family:굴림; font-size:40pt; font-weight:bold; color:#000000; text-align:left; ">전현주</caption>
  77. </xhtml:body>
  78. </xhtml:html>