12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- <?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>
- <homeamtinfo/>
- </main>
- <init/>
- <send>
- <frdd/>
- <todd/>
- <instcd/>
- <prntkind/>
- <gubun/>
- </send>
- <init>
- </init>
- <hidden>
- <resultflag/>
- </hidden>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
-
- makeReportPreview(0,110,1195,650);
- model.setValue(ipt_frdd.attribute("ref"), getCurrentDate());
- model.setValue(ipt_todd.attribute("ref"), getCurrentDate());
- ipt_frdd.refresh();
- ipt_todd.refresh();
-
- ]]>
- </script>
- <submission id="TRMNF00801" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/homeamtinfo"/>
- </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="../../../mis/miscommonweb/js/MIS.js"/>
- <script type="javascript" src="../../../mis/humtrafactmngtweb/js/RPB001.js"/>
- <script type="javascript" src="../../../mis/paybnusmngtweb/js/RWP001.js"/>
- </xhtml:head>
- <xhtml:body style="margin-left:8; margin-right:8; ">
- <group id="group1" style="left:0px; top:0px; width:1195px; height:13px; ">
- <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:800px; height:14px; ">가정간호 통계</caption>
- </group>
- <group id="group2" scroll="auto" style="left:0px; top:30px; width:1195px; height:740px; ">
- <shape id="roundrect1" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:5px; width:1193px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
- <button id="btn_search" class="btn1_letter2" style="left:1130px; top:12px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- submit("TRMNF00801");
- exeReportPreview("RPMNF00801", "XMLSTR");
- ]]>
- </script>
- </button>
- <line id="line13" class="line_4" style="x1:1120px; y1:12px; x2:1120px; y2:36px; "/>
- <caption id="caption22" class="search_name" style="left:16px; top:13px; width:86px; height:17px; ">조회기간 :</caption>
- <input id="ipt_frdd" ref="/root/send/frdd" class="input_default" navindex="1" inputtype="date" format="yyyy-mm-dd" style="left:105px; top:13px; width:105px; height:19px; text-align:center; vertical-align:middle; "/>
- <caption id="caption28" class="tit_2" style="left:5px; top:52px; width:209px; height:13px; ">가정간호 통계 REPORT</caption>
- <line id="line193" class="line_1" style="x1:2px; y1:65px; x2:1192px; y2:65px; "/>
- <input id="ipt_todd" ref="/root/send/todd" class="input_default" navindex="2" inputtype="date" format="yyyy-mm-dd" style="left:225px; top:13px; width:105px; height:19px; text-align:center; vertical-align:middle; "/>
- <caption id="caption4" style="left:210px; top:15px; width:15px; height:20px; text-align:center; ">~</caption>
- </group>
- <group id="grp_btn" scroll="auto" style="left:0px; top:13px; width:1195px; height:12px; "/>
- </xhtml:body>
- </xhtml:html>
|