123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117 |
- <?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>의료기관평가코드 HELP</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <rpsmedcdlist/>
- </main>
- <target/>
- <init>
- </init>
- <send>
- <educref>
- <refcond>
- <codenm/>
- <code>005</code>
- <codeflag>
- <M01/>
- </codeflag>
- </refcond>
- </educref>
- <comcdref>
- <satsfctflag/>
- <cdnm/>
- </comcdref>
- </send>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- misfGridInit(grd_rpsmedcdlist);
-
- model.copyNode("root/main","/root/target/validation");
-
- model.setValue("/root/send/educref/refcond","codenm");
- model.refresh();
-
- ipt_refcond.attribute("imemode") = "hangul";
- model.setFocus("ipt_refcond");
-
- if(instance1.selectNodes("/root/target/validation/rpsmedcdlist").length == 0){
- btn_search.dispatch("DOMActivate");
- }
- model.refresh();
- ]]>
- </script>
- <submission id="TRRPS90401" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/educref" resultref="/root/main"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../mis/miscommonweb/js/MIS.js"/>
- <script type="javascript" src="../../../mis/educationmngtweb/js/RPS001.js"/>
- </xhtml:head>
- <xhtml:body pagewidth="500" pageheight="450" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="group3" scroll="auto" style="left:0px; top:0px; width:475px; height:390px; ">
- <group id="group2" style="left:0px; top:0px; width:475px; height:30px; ">
- <shape id="roundrect1" class="roundrect_search" appearance="roundrect" style="left:0px; top:0px; width:473px; height:29px; "/>
- <input id="ipt_refcond" ref="/root/send/educref/refcond/codenm" class="input_s_essential" style="left:115px; top:5px; width:245px; height:19px; ">
- <script type="javascript" ev:event="onkeyup">
- <![CDATA[
- inputEnterKey("btn_search", "DOMActivate");
- ]]>
- </script>
- </input>
- <button id="btn_search" class="btn1_letter2" style="left:400px; top:4px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- submit("TRRPS90401");
- ]]>
- </script>
- </button>
- <line id="line13" class="line_4" style="x1:385px; y1:0px; x2:385px; y2:29px; border-color:#ffe4bb; border-left-style:solid; "/>
- <caption id="caption2" class="search_name" style="left:31px; top:5px; width:86px; height:17px; ">조회조건:</caption>
- </group>
- <caption id="caption1" class="tit_2" style="left:5px; top:35px; width:163px; height:14px; ">의료기관평가코드 List</caption>
- <line id="line1" class="line_1" style="x1:0px; y1:50px; x2:473px; y2:50px; "/>
- <datagrid id="grd_rpsmedcdlist" nodeset="/root/main/rpsmedcdlist" caption="의평코드^의료기관평가코드명" colsep="^" colwidth="115, 325" dataheight="23" defaultrows="0" ellipsis="true" explorerbar="sort" extendlastcol="scroll" mergecellsfixedrows="never" rowheader="seq" rowheight="23" rowsep="|" tooltip="true" style="left:0px; top:55px; width:472px; height:330px; ">
- <col ref="medinstvalucd" visibility="hidden"/>
- <col ref="medinstvalunm"/>
- <script type="javascript" ev:event="ondblclick">
- <![CDATA[
- if( grd_rpsmedcdlist.isCell(event.target) && grd_rpsmedcdlist.row >= grd_rpsmedcdlist.fixedRows ){
- btn_confirm.dispatch("DOMActivate");
- }
- ]]>
- </script>
- <script type="javascript" ev:event="onaftersort">
- <![CDATA[
- grd_rpsmedcdlist.gridToInstance();
- ]]>
- </script>
- </datagrid>
- </group>
- <group id="group1" scroll="auto" style="left:0px; top:395px; width:470px; height:27px; ">
- <button id="btn_confirm" class="btn4_letter2" style="left:354px; top:2px; width:56px; height:22px; ">
- <caption>확인</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- misfPopUpListReturn(grd_rpsmedcdlist);
- ]]>
- </script>
- </button>
- <button id="btn_cancel" class="btn4_letter2" style="left:413px; top:2px; width:56px; height:22px; ">
- <caption>취소</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- misfPopUpListCancel();
- ]]>
- </script>
- </button>
- </group>
- </xhtml:body>
- </xhtml:html>
|