SPMRD02200_전화번호표시.xrw 4.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  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. <rcpttel>010-9999-9999</rcpttel>
  14. <rcptrid>전현주</rcptrid>
  15. </send>
  16. <hidden>
  17. </hidden>
  18. </root>
  19. </instance>
  20. <script type="javascript" ev:event="xforms-ready">
  21. <![CDATA[
  22. // fInit();
  23. window.opener.model.setFocus("");
  24. // setSaveLoc("true");
  25. ]]>
  26. </script>
  27. <script type="javascript" ev:event="xforms-close">
  28. <![CDATA[
  29. // fInit();
  30. // setSaveLoc("true");
  31. ]]>
  32. </script>
  33. <submission id="TRPMC03801" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main/result"/>
  34. <submission id="TRPMC03802" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main/result"/>
  35. <submission id="TRZBC00101" mediatype="application/x-www-form-urlencoded" method="post"/>
  36. </model>
  37. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  38. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  39. <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
  40. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  41. <script type="javascript" src="../../../com/commonweb/js/numericHelper.js"/>
  42. <script type="javascript" src="../../../com/commonweb/js/utilHelper.js"/>
  43. <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
  44. <script type="javascript">
  45. <![CDATA[
  46. var gTimerID;
  47. function fInit(){
  48. window.clearInterval(gTimerID);
  49. gTimerID = window.setInterval("fClose()", 25000);
  50. model.resetInstanceNode("/root/send");
  51. model.refresh();
  52. }
  53. function fSetMsg(hngnm, rcptAmt, rcptrHngnm){
  54. model.setValue("/root/send/hngnm", hngnm);
  55. model.setValue("/root/send/rcpttel", rcptAmt);
  56. model.setValue("/root/send/rcptrid", rcptrHngnm);
  57. model.refresh();
  58. }
  59. function fClose(){
  60. // setSaveLoc("true");
  61. window.close();
  62. }
  63. ]]>
  64. </script>
  65. <script type="javascript" src="D:\CMCProject\application\webapps\com\hismainweb\js\DocTitle.js"/>
  66. </xhtml:head>
  67. <xhtml:body pagewidth="800" pageheight="600" style="margin-left:8; margin-top:8; margin-right:8; margin-bottom:8; ">
  68. <caption id="caption1" ref="/root/hidden/title" style="left:60px; top:175px; width:540px; height:55px; font-family:굴림; font-size:40pt; font-weight:bold; color:#000000; text-align:left; ">등록된 휴대폰 번호는</caption>
  69. <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; "/>
  70. <caption id="caption3" ref="/root/send/rcpttel" style="left:15px; top:300px; width:485px; height:70px; font-family:굴림; font-size:43pt; font-weight:bold; color:#000000; text-align:right; ">등록된 번호는</caption>
  71. <caption id="caption4" ref="/root/hidden/title" style="left:535px; top:307px; width:243px; height:54px; font-family:굴림; font-size:40pt; font-weight:bold; color:#000000; text-align:left; ">입니다.</caption>
  72. <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>
  73. <script type="javascript" ev:event="onclick">
  74. <![CDATA[
  75. // setSaveLoc("true");
  76. window.close();
  77. ]]>
  78. </script>
  79. <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>
  80. </xhtml:body>
  81. </xhtml:html>