1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <?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>
- <keepresn/>
- </main>
- </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/dateHelper.js"/>
- <script type="javascript" src="../../../emr/commonweb/js/EMRCommon.js"/>
- <script type="javascript" src="../../../emr/chrtmngtweb/js/SMMRC00100.js"/>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- fchkAuth();
-
- ]]>
- </script>
- </model>
- </xhtml:head>
- <xhtml:body pagewidth="200" pageheight="270">
- <caption id="cpt_title" class="tit_1" style="left:0px; top:5px; width:151px; height:13px; ">차트 보관 사유입력</caption>
- <textarea id="txt_keepresn" ref="/root/main/keepresn" maxlength="200" style="left:5px; top:35px; width:190px; height:200px; "/>
- <line id="line3" class="line_1" style="x1:0px; y1:15px; x2:200px; y2:15px; "/>
- <button id="btn_x_ok" class="btn1_letter2" style="left:135px; top:240px; width:56px; height:22px; ">
- <caption>확인</caption>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- var tmp = model.getValue("/root/main/keepresn");
- if(checkOpener()){
- opener.javascript.setParameter("SMMRC00100_KEEPRESN", tmp);
- }
- model.close();
- ]]>
- </script>
- </button>
- </xhtml:body>
- </xhtml:html>
|