123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103 |
- <?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>사유입력</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <cond>
- <supitemcd/>
- <itemnm/>
- <openerFlag/>
- </cond>
- </main>
- <send>
- <data>
- <supitemno/>
- <itemnm/>
- <pid/>
- <linkflag/>
- </data>
- </send>
- <hidden>
- </hidden>
- <init>
- <treeview>
- <item>
- <level/>
- <itemno/>
- <supitemno/>
- <itemnm/>
- <pid/>
- <linkflag/>
- </item>
- </treeview>
- </init>
- <tmp>
- <itemno/>
- </tmp>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- fInitilize();
- ]]>
- </script>
- <submission id="TRMRI01700" mediatype="application/x-www-form-urlencoded" method="post" resultref="/root/init/treeview/item"/>
- <submission id="TXMRI01700" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/data" resultref="/root/tmp"/>
- </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/utilHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
- <script type="javascript" src="../../../emr/commonweb/js/EMRCommon.js"/>
- <script type="javascript" src="../../../emr/medirecweb/js/MMRCommon.js"/>
- <script type="javascript" src="../../../emr/recmngtweb/js/SPMRI01700.js"/>
- </xhtml:head>
- <xhtml:body pagewidth="400" pageheight="150" guideline="2,980;1,500;2,198;" style="margin-left:8; margin-right:8; ">
- <!--object id="obj_cvrt" clsid="{341619d2-2ef9-4cac-a40e-b330c4c5f004}" style="left:580px; top:5px; width:15px; height:10px; "/-->
- <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:80px; height:14px; ">폴더관리</caption>
- <button id="btn_cancel" class="btn4_letter2" navindex="3" style="left:304px; top:75px; width:56px; height:22px; ">
- <caption>취소</caption>
- <close ev:event="DOMActivate"/>
- </button>
- <button id="btn_confirm" class="btn4_letter3" navindex="2" style="left:233px; top:75px; width:68px; height:22px; ">
- <caption>만들기</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fConfirm();
- ]]>
- </script>
- </button>
- <caption id="caption1" class="cell_1" style="left:0px; top:24px; width:61px; height:23px; text-align:left; ">폴더이름</caption>
- <line id="line1" class="line_1" style="x1:0px; y1:18px; x2:360; y2:18px; "/>
- <line id="line15" class="line_2" style="x1:1px; y1:46px; x2:360; y2:46px; "/>
- <caption id="caption2" class="cell_1" style="left:0px; top:48px; width:61px; height:23px; text-align:left; ">위치지정</caption>
- <line id="line23" class="line_3" style="x1:0px; y1:71px; x2:360px; y2:71px; "/>
- <select1 id="cmb_loc" ref="/root/main/cond/supitemcd" appearance="minimal" style="left:63px; top:50px; width:295; height:19px; ">
- <choices>
- <itemset nodeset="/root/init/treeview/item">
- <label ref="itemnm"/>
- <value ref="itemno"/>
- </itemset>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
-
- ]]>
- </script>
- </select1>
- <input id="ipt_itemnm" ref="/root/main/cond/itemnm" disabled="false" style="left:63px; top:25px; width:295px; height:19px; ">
- <script type="javascript" ev:event="onkeypress">
- <![CDATA[
- if(event.keyCode == "13") {
- fConfirm();
- }
- ]]>
- </script>
- </input>
- </xhtml:body>
- </xhtml:html>
|