123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <!--
- * 제 목 : SPLOR90100_서술결과상세조회.xrw
- * 설 명 : 서술결과상세조회
- * 설 계 자 : (주)에이씨케이 -
- * 작 성 자 : (주)에이씨케이 - 박정은
- * 작 성 일 : 2009.12.24
- * 수정이력 :
- * 기 타 :
- -->
- <?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>서술결과상세조회</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <getDescrslt>
- <readrslt/>
- </getDescrslt>
- </main>
- <send>
- </send>
- <init>
- </init>
- <hidden>
- <descrslt>
- <readrslt/>
- </descrslt>
- </hidden>
- </root>
- </instance>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- fExeInitialize();
- ]]>
- </script>
- <submission id="TXLRR90201" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main/rtnval/rtnvalinfo"/>
- <submission id="TRLRR90201" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main/reqfrm"/>
- </model>
- <script type="javascript">
- <![CDATA[
- // 초기화
- function fExeInitialize(){
- //model.reset();
-
- }
-
-
-
- // 닫기
- function fSetClose(){
- window.close();
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body pagewidth="820" pageheight="600" guideline="1,1194;" style="border-color:#000000; margin-left:8; margin-top:8; margin-right:8; margin-bottom:8; ">
- <group id="group1" style="left:0px; top:0px; width:795px; height:550px; ">
- <line id="line1" class="line_1" style="x1:0px; y1:26px; x2:780px; y2:26px; "/>
- <caption id="caption3" class="tit_2" style="left:5px; top:11px; width:126px; height:14px; ">서술결과 상세보기</caption>
- <line id="line5" class="line_3" style="x1:0px; y1:546px; x2:780px; y2:546px; "/>
- <textarea id="textarea1" ref="/root/hidden/descrslt/readrslt" style="left:0px; top:31px; width:780px; height:514px; "/>
- </group>
- <group id="group3" style="left:0px; top:552px; width:795px; height:27px; ">
- <line id="line8" class="line_6" style="x1:0px; y1:0px; x2:780px; y2:0px; "/>
- <button id="btn_close" class="btn4_letter2" style="left:725px; top:5px; width:56px; height:22px; ">
- <caption>닫기</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fSetClose();
- ]]>
- </script>
- </button>
- </group>
- </xhtml:body>
- </xhtml:html>
|