12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <?xml-stylesheet type="text/css" href="../../../com/commonweb/css/common.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="">
- <main>
- </main>
- <send>
- <hngnm>홍길동님</hngnm>
- <rcpttel>010-9999-9999</rcpttel>
- <rcptrid>전현주</rcptrid>
- </send>
- <hidden>
- </hidden>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- // fInit();
-
- window.opener.model.setFocus("");
- // setSaveLoc("true");
-
-
- ]]>
- </script>
- <script type="javascript" ev:event="xforms-close">
- <![CDATA[
- // fInit();
-
-
- // setSaveLoc("true");
- ]]>
- </script>
- <submission id="TRPMC03801" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main/result"/>
- <submission id="TRPMC03802" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main/result"/>
- <submission id="TRZBC00101" mediatype="application/x-www-form-urlencoded" method="post"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/numericHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/utilHelper.js"/>
- <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
- <script type="javascript">
- <![CDATA[
- var gTimerID;
-
- function fInit(){
-
- window.clearInterval(gTimerID);
- gTimerID = window.setInterval("fClose()", 25000);
- model.resetInstanceNode("/root/send");
- model.refresh();
- }
-
- function fSetMsg(hngnm, rcptAmt, rcptrHngnm){
-
- model.setValue("/root/send/hngnm", hngnm);
- model.setValue("/root/send/rcpttel", rcptAmt);
- model.setValue("/root/send/rcptrid", rcptrHngnm);
- model.refresh();
- }
-
- function fClose(){
- // setSaveLoc("true");
- window.close();
- }
- ]]>
- </script>
- <script type="javascript" src="D:\CMCProject\application\webapps\com\hismainweb\js\DocTitle.js"/>
- </xhtml:head>
- <xhtml:body pagewidth="800" pageheight="600" style="margin-left:8; margin-top:8; margin-right:8; margin-bottom:8; ">
- <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>
- <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; "/>
- <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>
- <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>
- <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>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- // setSaveLoc("true");
- window.close();
- ]]>
- </script>
- <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>
- </xhtml:body>
- </xhtml:html>
|