SPMMO05500_수술전달사항조회.xrw 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <?xml-stylesheet type="text/css" href="../../../com/commonweb/css/common.css" ?>
  3. <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">
  4. <xhtml:head>
  5. <xhtml:title>수술/마취 전달사항</xhtml:title>
  6. <model id="model1">
  7. <instance id="instance1">
  8. <root xmlns="">
  9. <main/>
  10. <send/>
  11. <init>
  12. <opdelivefact/>
  13. </init>
  14. <hidden/>
  15. <temp/>
  16. </root>
  17. </instance>
  18. <script type="javascript" ev:event="xforms-ready">
  19. <![CDATA[
  20. var opdelivefact = opener.javascript.getParameter("SPMMO05500_param");
  21. if( opdelivefact == null || opdelivefact == ""){
  22. alert("opdelivefact 정보가 없습니다.");
  23. window.close();
  24. }
  25. else{
  26. // alert("opdelivefact : " + opdelivefact);
  27. model.setValue("/root/init/opdelivefact", opdelivefact);
  28. tar_opdelivefact.refresh();
  29. }
  30. ]]>
  31. </script>
  32. </model>
  33. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  34. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  35. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  36. <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
  37. </xhtml:head>
  38. <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; ">
  39. <caption id="caption7" class="tit_2" style="left:0px; top:5px; width:134px; height:14px; ">전달사항</caption>
  40. <line id="line9" class="line_1" style="x1:5px; y1:21px; x2:331px; y2:21px; "/>
  41. <caption id="cap_cnts" class="cell_1" style="left:6px; top:29px; width:39px; height:166px; vertical-align:middle; ">내용</caption>
  42. <button id="btn_wndclose" class="btn4_letter2" style="left:276px; top:202px; width:56px; height:22px; ">
  43. <caption>닫기</caption>
  44. <script type="javascript" ev:event="DOMActivate">
  45. <![CDATA[
  46. window.close();
  47. ]]>
  48. </script>
  49. </button>
  50. <textarea id="tar_opdelivefact" ref="/root/init/opdelivefact" scroll="auto" style="left:50px; top:30px; width:281px; height:165px; "/>
  51. </xhtml:body>
  52. </xhtml:html>