1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283 |
- <?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>ITEM확장명/부위 입력</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <cond>
- </cond>
- <main>
- <iteminfo>
- <itemlist>
- <itemnm/>
- <chngitemnm/>
- </itemlist>
- </iteminfo>
- <chngitemnm/>
- </main>
- <stay>
- <itemnm/>
- </stay>
- <send/>
- <hidden>
- <refinfo/>
- <stmtinfo/>
- <stmtmngt/>
- </hidden>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- finit();
- ]]>
- </script>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
- <script type="javascript" src="../../../emr/carecomweb/js/CareCom.js"/>
- <script type="javascript" src="../../../emr/carerecweb/js/SPMNR06000.js"/>
- </xhtml:head>
- <xhtml:body pagewidth="265" pageheight="320" guideline="1,1190;1,240;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="group2" style="left:0px; top:0px; width:245px; height:315px; ">
- <button id="btn_close" class="btn4_letter2" disable.background-image="../../../com/commonweb/images/dis_btn4_letter2.gif" style="left:185px; top:288px; width:56px; height:22px; background-image:../../../com/commonweb/images/btn4_letter2.gif; ">
- <caption>닫기</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- window.close();
- ]]>
- </script>
- </button>
- <button id="btn_save" class="btn4_letter2" disable.background-image="../../../com/commonweb/images/dis_btn4_letter2.gif" style="left:125px; top:288px; width:56px; height:22px; background-image:../../../com/commonweb/images/btn4_letter2.gif; ">
- <caption>확인</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fSaveExtNm();
- ]]>
- </script>
- </button>
- <shape id="roundrect3" class="roundrect_btnset" appearance="roundrect" style="left:0px; top:190px; width:241px; height:90px; background-color:#f2fafe; border-color:#7cbbdd; "/>
- <caption id="caption1" style="left:10px; top:196px; width:218px; height:50px; "/>
- <caption id="caption2" style="left:14px; top:249px; width:40px; height:20px; text-align:right; ">확장명</caption>
- <input id="ipt_chngitemnm" ref="/root/main/chngitemnm" style="left:57px; top:250px; width:155px; height:19px; ">
- <script type="javascript" ev:event="onkeyup">
- <![CDATA[
- if(event.keyCode == "13"){
- setInputNodeCurText();
- btn_save.dispatch("DOMActivate");
- }
- ]]>
- </script>
- </input>
- <caption id="caption4" class="tit_2" style="left:5px; top:0px; width:112px; height:13px; ">ITEM 설정 내역</caption>
- <line id="line17" class="line_1" style="x1:0px; y1:15px; x2:241px; y2:15px; "/>
- <datagrid id="grd_itemlist" nodeset="/root/main/iteminfo/itemlist" caption="Item^확장명/부위^caption3" colsep="^" colwidth="156, 83" ellipsis="true" extendlastcol="scroll" mergecells="byrestriccol" mergecellsfixedrows="bycolrec" rowsep="|" tooltip="true" style="left:0px; top:18px; width:241px; height:160px; ">
- <col ref="itemnm" style="left:0px; top:23px; width:110px; height:23px; "/>
- <col ref="chngitemnm" style="left:100px; top:23px; width:110px; height:23px; "/>
- </datagrid>
- </group>
- </xhtml:body>
- </xhtml:html>
|