123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- <?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>
- <receivedata>
- <pastreplcnts/>
- </receivedata>
- </main>
- <send/>
- <init/>
- <hidden/>
- </root>
- </instance>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- // model.setValue("/root/send/kcal", kcal)
- // model.refresh();
- ]]>
- </script>
- </model>
- </xhtml:head>
- <xhtml:body pagewidth="700" pageheight="650" guideline="2,13;1,1194;2,784;2,757;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="grp_biz" scroll="auto" style="left:0px; top:2px; width:680px; height:630px; ">
- <caption id="caption1" class="tit_2" style="left:5px; top:11px; width:135px; height:13px; ">과거회신보기</caption>
- <line id="line1" class="line_1" style="x1:0px; y1:26px; x2:680px; y2:26px; "/>
- <textarea id="tar_replcnts" ref="/root/main/receivedata/pastreplcnts" editable="false" style="left:1px; top:32px; width:679px; height:561px; line-spacing:6; "/>
- </group>
- <group id="grp_btn" scroll="auto" style="left:0px; top:596px; width:680px; height:27px; ">
- <button id="btn_close" class="btn4_letter2" style="left:619px; top:5px; width:56px; height:22px; ">
- <caption>닫기</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- window.close();
- ]]>
- </script>
- </button>
- </group>
- </xhtml:body>
- </xhtml:html>
|