1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- <?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>
- <deptindxlist>
- <item>
- <depth/>
- <deptindxcd/>
- <deptupindxcd/>
- <deptindxnm/>
- </item>
- </deptindxlist>
- </main>
- <send/>
- <hidden>
- <selectedindxcd/>
- </hidden>
- <init>
- </init>
- </root>
- </instance>
- <bind id="icdo3_stat" ref="/root/main/icdo3info/icdo3list/stat" readonly=""true""/>
- <bind id="kcd4m_stat" ref="/root/main/kcd4minfo/kcd4mlist/stat" readonly=""true""/>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- model.makeValue("/root/send/indxflag", opener.javascript.getParameter("indxflag"));
- model.makeValue("/root/send/deptcd", opener.javascript.getParameter("deptcd"));
- submit("TRMRT01101");
- ]]>
- </script>
- <submission id="TRMRT01101" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/deptindxlist"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- </xhtml:head>
- <xhtml:body pagewidth="600" pageheight="650" guideline="1,5;1,1186;2,9;2,23;2,18;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="grp_body" scroll="auto" style="left:0px; top:0px; width:535px; height:643px; ">
- <button id="btn_select" class="btn4_letter2" style="left:417px; top:618px; width:56px; height:22px; ">
- <caption>¼±ÅÃ</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var sSelectedIndxCd = model.getValue("/root/hidden/selectedindxcd");
- opener.javascript.setParameter("indxcd", sSelectedIndxCd);
- opener.javascript.setParameter("indxnm", model.getValue("/root/main/deptindxlist/item[deptindxcd='"+sSelectedIndxCd+"']/deptindxnm"));
- model.close();
- ]]>
- </script>
- </button>
- <button id="btn_close" class="btn4_letter2" style="left:476px; top:618px; width:56px; height:22px; ">
- <caption>´Ý±â</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- model.close();
- ]]>
- </script>
- </button>
- <caption id="caption19" class="cell_1" style="left:0px; top:1px; width:535px; height:23px; text-align:center; vertical-align:middle; ">»öÀθí</caption>
- <treeview id="trv_dgindx" ref="/root/hidden/selectedindxcd" itemsettype="depth" style="left:0px; top:21px; width:535px; height:595px; ">
- <itemset nodeset="/root/main/deptindxlist/item">
- <label ref="deptindxnm"/>
- <value ref="deptindxcd"/>
- <depth ref="depth"/>
- </itemset>
- <script type="javascript" ev:event="ondblclick">
- <![CDATA[
- var sSelectedIndxCd = model.getValue("/root/hidden/selectedindxcd");
- opener.javascript.setParameter("indxcd", sSelectedIndxCd);
- opener.javascript.setParameter("indxnm", model.getValue("/root/main/deptindxlist/item[deptindxcd='"+sSelectedIndxCd+"']/deptindxnm"));
- model.close();
- ]]>
- </script>
- </treeview>
- </group>
- </xhtml:body>
- </xhtml:html>
|