12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- <?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/>
- <send/>
- <init>
- <opdelivefact/>
- </init>
- <hidden/>
- <temp/>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- var opdelivefact = opener.javascript.getParameter("SPMMO05500_param");
-
- if( opdelivefact == null || opdelivefact == ""){
- alert("opdelivefact 정보가 없습니다.");
- window.close();
- }
- else{
- // alert("opdelivefact : " + opdelivefact);
- model.setValue("/root/init/opdelivefact", opdelivefact);
- tar_opdelivefact.refresh();
- }
-
-
- ]]>
- </script>
- </model>
- <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/dateHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
- </xhtml:head>
- <xhtml:body pagewidth="350" pageheight="250" guideline="1,335;1,331;2,254;2,195;" style="margin-left:8; margin-top:8; margin-right:8; margin-bottom:8; ">
- <caption id="caption7" class="tit_2" style="left:0px; top:5px; width:134px; height:14px; ">전달사항</caption>
- <line id="line9" class="line_1" style="x1:5px; y1:21px; x2:331px; y2:21px; "/>
- <caption id="cap_cnts" class="cell_1" style="left:6px; top:29px; width:39px; height:166px; vertical-align:middle; ">내용</caption>
- <button id="btn_wndclose" class="btn4_letter2" style="left:276px; top:202px; width:56px; height:22px; ">
- <caption>닫기</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- window.close();
- ]]>
- </script>
- </button>
- <textarea id="tar_opdelivefact" ref="/root/init/opdelivefact" scroll="auto" style="left:50px; top:30px; width:281px; height:165px; "/>
- </xhtml:body>
- </xhtml:html>
|