123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- <?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>회복간호 Item 추가 화면</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <itemlist>
- <lrgcd/>
- <lrgnm/>
- <vsitemcd/>
- <vsitemnm/>
- <recflag/>
- <ioflag/>
- <v/>
- </itemlist>
- </main>
- <send>
- <searchdd/>
- </send>
- </root>
- </instance>
- <submission id="TRMNP00709" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main"/>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- fInit();
- ]]>
- </script>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../emr/opanstweb/js/SPMNP00702.js"/>
- </xhtml:head>
- <xhtml:body pagewidth="480" pageheight="600">
- <caption id="caption1" class="tit_2" style="left:5px; top:25px; width:95px; height:13px; ">항목정보</caption>
- <line id="line1" class="line_1" style="x1:5px; y1:40px; x2:477px; y2:40px; "/>
- <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:189px; height:15px; ">회복간호 Item 추가 등록</caption>
- <datagrid id="datagrid1" nodeset="/root/main/itemlist" caption="분류코드^분류명^항목코드^항목명^recflag^ioflag^V" colsep="^" colwidth="44, 209, 25, 215, 100, 100, 31" mergecellsfixedrows="bycolrec" rowsep="|" style="left:3px; top:45px; width:475px; height:545px; ">
- <col ref="lrgcd" type="output" visibility="hidden"/>
- <col ref="lrgnm" type="output"/>
- <col ref="vsitemcd" type="output" visibility="hidden"/>
- <col ref="vsitemnm" type="output"/>
- <col ref="recflag" visibility="hidden"/>
- <col ref="ioflag" visibility="hidden"/>
- <col ref="v" type="checkbox"/>
- </datagrid>
- <button id="btn_cancel" class="btn4_letter2" style="left:421px; top:18px; width:56px; height:22px; ">
- <caption>취소</caption>
- <close ev:event="DOMActivate"/>
- </button>
- <button id="btn_confirm" class="btn4_letter2" style="left:362px; top:18px; width:56px; height:22px; ">
- <caption>선택</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fClickOkBtn();
- ]]>
- </script>
- </button>
- </xhtml:body>
- </xhtml:html>
|