123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104 |
- <?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>미비서식추가</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <condition>
- <formnm/>
- <formflag>formnm</formflag>
- </condition>
- </main>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- fInitialize();
- ]]>
- </script>
- <submission id="TRMRI01601" ref="/root/main/condition" method="post" mediatype="application/x-www-form-urlencoded" resultref="/root/main/formlist"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../emr/formmngtweb/js/MRFCommon.js"/>
- <script type="javascript" src="../../../emr/commonweb/js/EMRCommon.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" src="../../../emr/unprepmngtweb/js/SPMRI01600.js"/>
- <script type="javascript" src="../../../com/departmentcodeweb/js/ZSD001.js"/>
- <!--<script type="javascript" src="../../../emr/prcpmngtweb/js/MMO001.js"/>-->
- </xhtml:head>
- <xhtml:body pagewidth="450" pageheight="790" guideline="1,1211;2,73;2,626;1,221;2,740;2,762;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <button id="btn_confirm" class="btn4_letter2" style="left:265px; top:745px; width:56px; height:22px; ">
- <caption>확인</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fSetUnprepData();
-
- ]]>
- </script>
- </button>
- <button id="btn_close" class="btn4_letter2" style="left:325px; top:745px; width:56px; height:22px; ">
- <caption>닫기</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- model.close();
- ]]>
- </script>
- </button>
- <group id="group1" style="left:2px; top:20px; width:390px; height:719px; ">
- <line id="line1" class="line_1" style="x1:0px; y1:46px; x2:390px; y2:46px; "/>
- <datagrid id="grd_formlist" nodeset="/root/main/formlist" caption="서식코드^소스폼코드^서식이름" colwidth="80, 80, 210" explorerbar="sortshow" mergecellsfixedrows="bycolrec" rowsep="|" colsep="^" style="left:0px; top:51px; width:390px; height:664px; ">
- <col ref="formcd"/>
- <col ref="srcformcd"/>
- <col ref="formnm"/>
- <script type="javascript" ev:event="onaftersort">
- <![CDATA[
- grd_formlist.gridToInstance();
- ]]>
- </script>
- <script type="javascript" ev:event="ondblclick">
- <![CDATA[
- fSetUnprepData();
- ]]>
- </script>
- </datagrid>
- <shape id="roundrect2" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:5px; width:389px; height:40px; background-color:#fffbf2; border-color:#ffd799; "/>
- <select1 id="rdo_flag" ref="/root/main/condition/formflag" overflow="visible" appearance="full" cols="2" cellspacing="2" style="left:3px; top:15px; width:142px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>서식명칭</label>
- <value>formnm</value>
- </item>
- <item>
- <label>서식코드</label>
- <value>formcd</value>
- </item>
- </choices>
- </select1>
- <input id="ipt_formnm" ref="/root/main/condition/formnm" class="input_s_essential" imemode="hangul" style="left:142px; top:15px; width:170px; height:19px; ">
- <script type="javascript" ev:event="onkeypress">
- <![CDATA[
- if(event.keycode == 13){
- model.setFocus("btn_srch");
- fSrchForm();
- }
- ]]>
- </script>
- </input>
- <button id="btn_srch" class="btn1_letter2" style="left:325px; top:13px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- //fClkGnrlBtn("btn_srch");
- fSrchForm();
- ]]>
- </script>
- </button>
- <line id="line5" class="line_4" style="x1:318px; y1:14px; x2:318px; y2:36px; "/>
- </group>
- <caption id="caption6" class="tit_1" style="left:10px; top:5px; width:189px; height:13px; ">서식선택</caption>
- </xhtml:body>
- </xhtml:html>
|