123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134 |
- <?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>출생 100일 대상자 조회</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <nbabyinfo>
- <nbabyinfolist>
- <bthdt/>
- <hundbthdt/>
- <patnm/>
- <babynm/>
- <gndr/>
- <weig/>
- <addr/>
- <hometel/>
- <drdethyn/>
- <inptdethyn/>
- </nbabyinfolist>
- </nbabyinfo>
- <cond>
- <fromdd/>
- <todd/>
- <dethyn>Y</dethyn>
- </cond>
- </main>
- <send>
- <reqdata/>
- <printdata/>
- </send>
- <init>
- </init>
- <hidden/>
- <temp/>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- setHelp(); // 온라인 도움말 화면이 있는 경우 ready 에서 실행.
- fInitialize();
- ]]>
- </script>
- <submission id="TRMNN02501" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdata" resultref="/root/main/nbabyinfo"/>
- </model>
- <script type="javascript" src="../../../emr/partrtnnbabyweb/js/SMMNN02500.js"/>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
- </xhtml:head>
- <xhtml:body guideline="1,1196;2,753;1,6;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="grp_tle" style="left:0px; top:0px; width:1195px; height:13px; ">
- <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:191px; height:14px; ">출생 100일 대상자 조회</caption>
- </group>
- <group id="grp_biz" scroll="auto" style="left:0px; top:18px; width:1195px; height:735px; ">
- <line id="line1" class="line_1" style="x1:0px; y1:65px; x2:1194px; y2:65px; "/>
- <group id="grp_sea" style="left:0px; top:5px; width:1194px; height:35px; vertical-align:top; ">
- <shape id="roundrect1" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:1194px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
- <caption id="caption2" class="search_name" style="left:15px; top:8px; width:90px; height:17px; ">조회일자 :</caption>
- <line id="line13" class="line_4" style="x1:970px; y1:5px; x2:970px; y2:27px; "/>
- <caption id="caption4" style="left:212px; top:10px; width:15px; height:14px; vertical-align:middle; ">~</caption>
- <input id="ipt_bthddtodd" ref="/root/main/cond/todd" class="input_s_essential" inputtype="date" style="left:226px; top:9px; width:100px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- fGetnbabyhoundInfo();
- ]]>
- </script>
- </input>
- <input id="ipt_bthddfromdd" ref="/root/main/cond/fromdd" class="input_s_essential" inputtype="date" style="left:109px; top:9px; width:100px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- fGetnbabyhoundInfo();
- ]]>
- </script>
- </input>
- <button id="btn_save" class="btn1_letter2" style="left:980px; top:7px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- fGetnbabyhoundInfo();
- ]]>
- </script>
- </button>
- <button id="btn_print" class="btn1_letter2" style="left:1127px; top:7px; width:56px; height:22px; ">
- <caption>출력</caption>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- fClickPrint();
- ]]>
- </script>
- </button>
- <caption id="caption3" class="search_name" style="left:355px; top:8px; width:90px; height:17px; ">사망구분 :</caption>
- <button id="btn_saveexcel" class="btn1_letter4" style="left:1042px; top:7px; width:80px; height:22px; ">
- <caption>엑셀저장</caption>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- fSaveExcel();
- ]]>
- </script>
- </button>
- </group>
- <caption id="caption1" class="tit_2" style="left:7px; top:50px; width:170px; height:14px; vertical-align:middle; ">출생 100일 대상자 리스트</caption>
- <select id="checkbox2" ref="/root/main/cond/dethyn" class="checkbox_search" overflow="visible" appearance="full" style="left:440px; top:14px; width:100px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>사망제외</label>
- <value>Y</value>
- </item>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- fGetnbabyhoundInfo();
- ]]>
- </script>
- </select>
- <datagrid id="grd_nbabyhoundlist" nodeset="/root/main/nbabyinfo/nbabyinfolist" class="datagrid2" caption="출생일자^100일자^산모성명^아기이름^성별^몸무게^주소^전화번호^출생시사망^사망여부^seqno" colsep="^" colwidth="125, 85, 72, 120, 60, 70, 362, 137, 64, 60" explorerbar="sort" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" style="left:0px; top:70px; width:1194px; height:654px; ">
- <col ref="bthdt" format="yyyy-mm-dd hh:nn" style="text-align:center; "/>
- <col ref="hundbthdt" format="yyyy-mm-dd" style="text-align:center; "/>
- <col ref="patnm"/>
- <col ref="babynm" style="text-align:left; "/>
- <col ref="gndr" style="text-align:center; "/>
- <col ref="weig" style="text-align:right; "/>
- <col ref="addr"/>
- <col ref="hometel" style="text-align:left; "/>
- <col ref="drdethyn" style="text-align:center; "/>
- <col ref="inptdethyn" style="text-align:center; "/>
- </datagrid>
- </group>
- <group id="grp_btn" style="left:0px; top:757px; width:1195px; height:27px; "/>
- </xhtml:body>
- </xhtml:html>
|