123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104 |
- <?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>
- <formdata>
- <replinfo>
- <replcnts/>
- </replinfo>
- </formdata>
- </main>
- <send>
- <srchinfo>
- <formrecseq/>
- <pid/>
- <formcd/>
- </srchinfo>
- </send>
- <init/>
- <hidden>
- <cnststatinfo>
- <cnststat/>
- </cnststatinfo>
- </hidden>
- <temp>
- <replform>
- <formflag/>
- </replform>
- <receivedata/>
- <cnstinfo/>
- </temp>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- finit();
-
- //2008-11-17 EN에 대해서 회신내용을 수정가능하도록 처리한다.
- //2009-01-22 PN에 대해서 회신내용 수정가능하도록 처리. formflag : EN -> NST 변경
- if (model.getValue("/root/temp/replform/formflag") == "NST" ) {
- textarea2.attribute("editable") = true;
- }
- //2010-01-08 TDM저장시 저장지내용 미리보기후 저장자ID 저장하기 - 메세지를 [회신]->[저장]으로 명칭변경처리함.
- if (model.getValue("/root/temp/replform/formflag") == "TDM"){
- caption2.attribute("text") = "저장내역";
- document.title ="저장내역";
- }
-
- ]]>
- </script>
- <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" src="../../../ast/pharmacyconsultweb/js/SPADC62200.js"/>
- <submission id="TRADC62201" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/srchinfo" replace="instance" resultref="/root/main/formdata"/>
- <submission id="TXADC66201" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/srchinfo" replace="instance" resultref="/root/hidden"/>
- <submission id="TRADC62202" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/srchinfo" replace="instance" resultref="/root/hidden"/>
- </model>
- </xhtml:head>
- <xhtml:body pagewidth="530" pageheight="530" guideline="1,6;1,580;2,660;2,8;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="group1" style="left:6px; top:8px; width:500px; height:465px; ">
- <caption id="caption2" class="tit_2" style="left:0px; top:5px; width:90px; height:13px; vertical-align:middle; background-image:../../../com/commonweb/images/tit_bullet2.gif; ">회신내역</caption>
- <textarea id="textarea2" ref="/root/main/formdata/replinfo/replcnts" overflow="scroll" scroll="auto" editable="false" style="left:0px; top:30px; width:500px; height:435px; "/>
- <line id="line3" class="line_1" style="x1:0px; y1:25px; x2:500px; y2:25px; "/>
- </group>
- <group id="group2" style="left:6px; top:471px; width:500px; height:29px; ">
- <button id="btn_cfm" class="btn4_letter2" style="left:382px; top:4px; width:56px; height:22px; ">
- <caption>확인</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- if(modaltype == "emr"){
- window.close();
- }else if(modaltype == "ast"){
- fAstConfirm();
- }else{
- window.close();
- }
- ]]>
- </script>
- </button>
- <button id="btn_can" class="btn4_letter2" style="left:442px; top:4px; width:56px; height:22px; ">
- <caption>취소</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- if(modaltype == "emr"){
- window.close();
- }else if(modaltype == "ast"){
- fAstCancel();
- }else{
- window.close();
- }
-
- ]]>
- </script>
- </button>
- <line id="line1" class="line_6" style="x1:0px; y1:0px; x2:500px; y2:0px; "/>
- </group>
- </xhtml:body>
- </xhtml:html>
|