123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293 |
- <?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>
- <statslist/>
- </main>
- <send>
- <srchfromdd/>
- <srchtodd/>
- </send>
- <init/>
- <hidden/>
- </root>
- </instance>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- ipt_fromdd.value = getCurrentDate();
- ipt_todd.value = getCurrentDate();
-
- makeReportPreview(5,55,1180,700);
- ]]>
- </script>
- <submission id="TRADS06001" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/statslist"/>
- </model>
- <script type="javascript">
- <![CDATA[
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body guideline="1,1193;" 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:200px; height:14px; ">영양집중지원통계</caption>
- </group>
- <group id="grp_biz" scroll="auto" style="left:0px; top:13px; width:1195px; height:770px; ">
- <group id="group1" style="left:5px; top:10px; width:1180px; height:35px; vertical-align:top; ">
- <shape id="roundrect2" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:1178px; height:35px; background-color:#fffbf2; "/>
- <caption id="caption3" class="search_name" style="left:25px; top:9px; width:65px; height:17px; ">기간 :</caption>
- <line id="line14" class="line_4" style="x1:1095px; y1:7px; x2:1095px; y2:29px; "/>
- <input id="ipt_fromdd" ref="/root/send/srchfromdd" class="input_default" navindex="2" inputtype="date" style="left:90px; top:9px; width:95px; height:19px; text-align:center; "/>
- <input id="ipt_todd" ref="/root/send/srchtodd" class="input_default" navindex="2" inputtype="date" style="left:205px; top:9px; width:95px; height:19px; text-align:center; "/>
- <caption id="caption11" class="search_n_b" style="left:190px; top:9px; width:12px; height:17px; font-weight:bolder; ">~</caption>
- <button id="btn_search" class="btn1_letter2" navindex="4" style="left:1110px; top:7px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- if (model.getValue("/root/send/srchfromdd") == ""){
- messageBox("조회시작일자는", "I003");
- model.setFocus("ipt_fromdd");
- return;
- }
- if (model.getValue("/root/send/srchtodd") == ""){
- messageBox("조회종료일자는", "I003");
- model.setFocus("ipt_todd");
- return;
- }
- if (isValidDateTime(model.getValue("/root/send/srchfromdd"), "YYYYMMDD") == false){
- messageBox("조회 시작일자의 형식이", "E016");
- model.setFocus("ipt_fromdd");
- return;
- }
- if (isValidDateTime(model.getValue("/root/send/srchtodd"), "YYYYMMDD") == false){
- messageBox("조회 종료일자의 형식이", "E016");
- model.setFocus("ipt_todd");
- return;
- }
- if (model.getValue("/root/send/srchfromdd") > model.getValue("/root/send/srchtodd")){
- messageBox("조회 시작일자는 종료일자 보다 클 수", "I004");
- model.setFocus("ipt_fromdd");
- return;
- }
-
- submit("TRADS06001");
-
- exeReportPreview("RPADS06001", "XMLSTR", "/root/main/statslist/item");
- // exeReportPreview("RPANS00501", "XMLSTR", "", "", "false","","","","","false", "", "");
- ]]>
- </script>
- </button>
- </group>
- <line id="line2" class="line_1" style="x1:5px; y1:50px; x2:1185px; y2:50px; "/>
- </group>
- </xhtml:body>
- </xhtml:html>
|