123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- <?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>
- <patinfo/>
- <careinrmdd/>
- <careinrmtm/>
- </main>
- <send/>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-model-construct-done">
- <![CDATA[
-
- ]]>
- </script>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- if (checkOpener()) {
- var Patinfo = opener.javascript.getParameter("Patinfo");
- model.setValue("/root/main/patinfo", Patinfo);
- model.setValue("/root/main/careinrmdd", getCurrentDate());
- model.setValue("/root/main/careinrmtm", getCurrentTime().substring(0,4));
- }
- model.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"/>
- </xhtml:head>
- <xhtml:body pagewidth="360" pageheight="146" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="group1" scroll="auto" style="left:0px; top:0px; width:344px; height:146px; ">
- <shape id="roundrect2" ellipsewidth="20" ellipseheight="20" style="left:0px; top:0px; width:344px; height:146px; background-color:#dfdfdf; border-color:#808080; "/>
- <button id="btn_cnfm" class="btn4_letter3" navindex="5" style="left:105px; top:100px; width:68px; height:22px; text-align:left; ">
- <caption>예</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- opener.javascript.setParameter("ChkYN", "Y");
- opener.javascript.setParameter("CareinrmDD", model.getValue("/root/main/careinrmdd"));
- opener.javascript.setParameter("CareinrmTM", model.getValue("/root/main/careinrmtm"));
- window.close();
- ]]>
- </script>
- </button>
- <caption id="cap_narccnt" style="left:179px; top:25px; width:145px; height:20px; font-weight:bold; ">입실등록하시겠습니까?</caption>
- <output id="output32" ref="/root/main/patinfo" style="left:34px; top:26px; width:136px; height:19px; font-weight:bold; text-align:center; "/>
- <input id="ipt_chkid" ref="/root/main/careinrmtm" class="input_s_essential" navindex="2" format="nn:ss" style="left:190px; top:60px; width:60px; height:19px; text-align:left; "/>
- <input id="ipt_opcnfmdd" ref="/root/main/careinrmdd" class="input_s_essential" disabled="true" navindex="1" inputtype="date" style="left:75px; top:60px; width:105px; height:19px; text-align:center; "/>
- <button id="button1" class="btn4_letter3" navindex="5" style="left:180px; top:100px; width:68px; height:22px; ">
- <caption>아니오</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- model.close();
- ]]>
- </script>
- </button>
- </group>
- </xhtml:body>
- </xhtml:html>
|