12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- <?xml version="1.0" encoding="UTF-8"?>
- <?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>
- </main>
- <send>
- </send>
- <temp>
- </temp>
- <init>
- </init>
- <hidden>
- </hidden>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- ivw_trns.src= "../../../emr/medirecweb/xrw/SSMMR01100_서식로더.xrw";
- ivw_trns.window.javascript.fInitPage(false, false, parseInt(ivw_trns.attribute("height")), parseInt(ivw_trns.attribute("width")));
- fLoadForm();
- ]]>
- </script>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/utilHelper.js"/>
- <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
- <script type="javascript" src="../../../emr/commonweb/js/EMRCommon.js"/>
- <script type="javascript">
- <![CDATA[
-
- function fLoadForm() {
- var formrecseq = opener.window.javascript.getParameter("formrecseq");
- ivw_trns.window.javascript.fLoadRecForm(formrecseq, false);
- model.refresh();
- }
-
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body pagewidth="750" pageheight="600" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <iviewer id="ivw_trns" style="left:15px; top:20px; width:710px; height:567px; border-style:sunken; "/>
- <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:140px; height:14px; ">전원소견서</caption>
- </xhtml:body>
- </xhtml:html>
|