123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <?xml-stylesheet href="../../../com/commonweb/css/common.css" type="text/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>Untitle</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <init>
- <msgtype>
- <label>원격출력</label>
- <value>P</value>
- </msgtype>
- <msgtype>
- <label>원격알림</label>
- <value>A</value>
- </msgtype>
- </init>
- <main>
- <transmit>
- <msgtype/>
- <msgreqid/>
- <senderid/>
- <recverid/>
- <msgcnts/>
- <docuid/>
- </transmit>
- <msgreqid/>
- </main>
- </root>
- </instance>
- <submission id="TXZMI00901" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/main/transmit" resultref="/root/main/msgreqid"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- </xhtml:head>
- <xhtml:body>
- <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:221px; height:14px; ">원격 출력 / 원격 알림 테스트 화면</caption>
- <caption id="caption1" class="search_name" style="left:15px; top:45px; width:100px; height:17px; ">메시지 종류</caption>
- <caption id="caption3" class="search_name" style="left:15px; top:70px; width:112px; height:17px; ">송신자 ID</caption>
- <caption id="caption4" class="search_name" style="left:15px; top:95px; width:112px; height:17px; ">수신자 ID</caption>
- <caption id="caption5" class="search_name" style="left:15px; top:145px; width:112px; height:17px; ">메시지 내용</caption>
- <button id="btn_send" class="btn4_letter2" style="left:625px; top:115px; width:56px; height:22px; ">
- <caption>발송</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- submit("TXZMI00901");
- ]]>
- </script>
- </button>
- <select1 id="cmb_msgtype" ref="/root/main/transmit/msgtype" class="combo_s_essential" appearance="minimal" style="left:130px; top:45px; width:155px; height:19px; ">
- <choices>
- <itemset nodeset="/root/init/msgtype">
- <label ref="label"/>
- <value ref="value"/>
- </itemset>
- </choices>
- </select1>
- <input id="ipt_senderid" ref="/root/main/transmit/senderid" class="input_search" style="left:130px; top:70px; width:155px; height:19px; "/>
- <input id="ipt_receiverid" ref="/root/main/transmit/recverid" class="input_search" style="left:130px; top:95px; width:155px; height:19px; "/>
- <textarea id="tar_msgcnts" ref="/root/main/transmit/msgcnts" style="left:130px; top:145px; width:550px; height:75px; "/>
- <input id="input1" ref="/root/main/transmit/docuid" class="input_search" style="left:130px; top:120px; width:155px; height:19px; "/>
- <caption id="caption2" class="search_name" style="left:15px; top:120px; width:112px; height:17px; ">서식ID</caption>
- <caption id="caption7" style="left:290px; top:120px; width:227px; height:20px; ">(원격 출력인 경우에만 서식 ID를 넣는다.)</caption>
- <caption id="caption8" style="left:130px; top:225px; width:550px; height:25px; ">(원격 출력인 경우 출력 파라메터를 넣는다. 구분자 = ^)</caption>
- <caption id="caption9" style="left:290px; top:95px; width:215px; height:25px; ">(목적지ID를 넣는다.)</caption>
- <output id="output1" ref="/root/main/msgreqid" style="left:130px; top:260px; width:240px; height:19px; "/>
- <caption id="caption10" class="search_name" style="left:15px; top:260px; width:112px; height:17px; ">메시지 요청 ID</caption>
- </xhtml:body>
- </xhtml:html>
|