123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104 |
- <?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>
- <data>
- <valuitemcd/>
- <h_valuitemcd/>
- <dngrstatcd/>
- <h_dngrstatcd/>
- <minval/>
- <maxval/>
- </data>
- <receivedata/>
- </main>
- <send>
- <searchitem>
- <valuitemcd>4</valuitemcd>
- </searchitem>
- <data>
- <griddata/>
- </data>
- </send>
- <init>
- <basecode>
- <dngrstat>
- <A0058>
- <cdid/>
- <cdnm/>
- </A0058>
- </dngrstat>
- </basecode>
- </init>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- fInit();
- ]]>
- </script>
- <script type="javascript">
- <![CDATA[
- function fInit() {
- zbcfGetCodeList( new Array( "A0058" ), new Array( "/root/init/basecode/dngrstat" ) );
- model.resetInstanceNode("/root/send/data");
- if(submit("TRANB00601")) {
- submit("TRANB00601");
- }
-
- model.refresh();
- }
- ]]>
- </script>
- <submission id="TRANB00601" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/searchitem" resultref="/root/main"/>
- <submission id="TRZBC00101"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/numericHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
- <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
- </xhtml:head>
- <xhtml:body pagewidth="520" pageheight="280" guideline="2,13;1,1194;2,784;2,757;" style="margin-left:8; margin-top:8; margin-right:8; margin-bottom:8; ">
- <group id="grp_biz" scroll="auto" style="left:0px; top:0px; width:501px; height:240px; ">
- <caption id="caption1" class="tit_2" style="left:5px; top:11px; width:140px; height:13px; ">영양검색판정기준표</caption>
- <line id="line1" class="line_1" style="x1:0px; y1:26px; x2:500px; y2:26px; "/>
- <datagrid id="grd_data" nodeset="/root/main/data" disabled="true" caption="평가항목^h_평가항목^위험수준^h_위험수준^범위^범위" colsep="^" colwidth="161, 10, 140, 10, 89, 87" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" style="left:0px; top:33px; width:501px; height:200px; ">
- <col ref="valuitemcd" type="combo">
- <choices>
- <item>
- <label>JCI 검색 평가기준</label>
- <value>4</value>
- </item>
- </choices>
- </col>
- <col ref="h_valuitemcd" visibility="hidden"/>
- <col ref="dngrstatcd" type="combo">
- <choices>
- <itemset nodeset="/root/init/basecode/dngrstat/A0058">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </col>
- <col ref="h_dngrstatcd" visibility="hidden"/>
- <col ref="minval" type="input" style="text-align:center; "/>
- <col ref="maxval" type="input" style="text-align:center; "/>
- </datagrid>
- </group>
- <group id="grp_btn" scroll="auto" style="left:0px; top:236px; width:501px; height:27px; ">
- <button id="btn_close" class="btn4_letter2" style="left:444px; top:5px; width:56px; height:22px; ">
- <caption>닫기</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- window.close();
- ]]>
- </script>
- </button>
- </group>
- </xhtml:body>
- </xhtml:html>
|