1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192 |
- <?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>ICNP용어조회</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <icnplist>
- <icnpinfo>
- <check/>
- <flag/>
- <termnm/>
- <semantictype/>
- <icnphngterm/>
- <icnpengterm/>
- <itemcd/>
- </icnpinfo>
- </icnplist>
- </main>
- <send/>
- <hidden>
- <refinfo/>
- <icnplist/>
- </hidden>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- fInit();
- ]]>
- </script>
- <submission id="TRMNR01501" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/icnplist"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../emr/carerecweb/js/SPMNR015.js"/>
- </xhtml:head>
- <xhtml:body pagewidth="650" pageheight="400" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="grp_biz" scroll="auto" style="left:0px; top:35px; width:625px; height:326px; ">
- <caption id="caption1" class="tit_2" style="left:5px; top:10px; width:179px; height:14px; ">ICNP용어조회</caption>
- <line id="line1" class="line_1" style="x1:0px; y1:25px; x2:615px; y2:25px; "/>
- <button id="btn_icnptermmngt" class="btn2_letter6" style="left:528px; top:5px; width:86px; height:19px; ">
- <caption>ICNP용어관리</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fPopUpCall();
- ]]>
- </script>
- </button>
- <datagrid id="grd_icnpinfo" nodeset="/root/main/icnplist/icnpinfo" class="datagrid2" caption="선택^구분^용어^Semantic Type^한글명^영문명^용어코드" colsep="^" colwidth="38, 62, 96, 95, 108, 108, 100" mergecellsfixedrows="bycolrec" rowsep="|" style="left:1px; top:30px; width:614px; height:290px; ">
- <col ref="check" type="checkbox"/>
- <col ref="flag" style="text-align:center; "/>
- <col ref="termnm"/>
- <col ref="semantictype" style="text-align:center; "/>
- <col ref="icnphngterm" style="text-align:center; "/>
- <col ref="icnpengterm" style="text-align:center; "/>
- <col ref="itemcd" style="text-align:center; "/>
- </datagrid>
- </group>
- <group id="group2" style="left:0px; top:0px; width:620px; height:35px; vertical-align:top; ">
- <shape id="roundrect1" class="roundrect_search" appearance="roundrect" style="left:0px; top:0px; width:620px; height:35px; "/>
- <line id="line13" class="line_4" style="x1:551px; y1:7px; x2:551px; y2:29px; border-color:#ffe4bb; border-left-style:solid; "/>
- <button id="btn_search" class="btn1_letter2" style="left:556px; top:7px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fSearch();
- ]]>
- </script>
- </button>
- </group>
- <group id="group1" scroll="auto" style="left:0px; top:356px; width:625px; height:27px; ">
- <button id="btn_select" class="btn4_letter2" style="left:497px; top:4px; width:56px; height:22px; ">
- <caption>선택</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fSendItem();
- ]]>
- </script>
- </button>
- <button id="btn_close" class="btn4_letter2" style="left:556px; top:4px; width:56px; height:22px; ">
- <caption>닫기</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- model.close();
- ]]>
- </script>
- </button>
- </group>
- </xhtml:body>
- </xhtml:html>
|