123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <!--
- * Name : SSCHT00400_건진데이터마이닝그룹트리
- * Summary : 건진데이터마이닝그룹트리
- * Programmer : 최정환
- * Date Written : 2007.06.20
- * History : 2007.06.20
- * Remark : 데이터마이닝 그룹트리 참조
- -->
- <?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>
- <healexamtreeinfo>
- <healexamtreelist>
- <healexamdtmnnm/>
- <depth/>
- <healexamdtmnsmlcd/>
- </healexamtreelist>
- </healexamtreeinfo>
- </main>
- <send>
- <healexamsrch>
- <healexamsmlcd>0</healexamsmlcd>
- </healexamsrch>
- </send>
- </root>
- </instance>
- <submission id="TRCHT00401" mediatype="application/x-www-form-urlencoded" method="post" replace="instance" resultref="/root/main/healexamtreeinfo"/>
- <submission id="TRCHT00202" mediatype="application/x-www-form-urlencoded" method="post" replace="instance" resultref="/root/main/healexamtreeinfo"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- model.removeNodeset("/root/main/healexamtreeinfo/healexamtreelist");
- submit("TRCHT00401");
- //model.refresh();
- var scrnflag = model.getValue("/root/hidden/scrnflag");
- ]]>
- </script>
- <script type="javascript">
- <![CDATA[
- // 그리드를 초기화한다.
- function fInitGrid(){
- model.removeNodeset("/root/main/healexamtreeinfo/healexamtreelist");
- submit("TRCHT00401");
- model.refresh();
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body style="margin-left:0; margin-top:0; margin-right:0; margin-bottom:0; ">
- <group id="grp_tree" scroll="auto" style="left:0px; top:0px; width:215px; height:744px; ">
- <line id="lin_tree" class="line_1" nodeset="/root/main/healexaminfo/healexamtreelist" style="x1:0px; y1:0px; x2:215px; y2:0px; "/>
- <treeview id="trv_leftmenu" ref="/root/send/healexamsrch/healexamsmlcd" expanddepth="2" fullrowselect="true" itemsettype="depth" style="left:0px; top:5px; width:215px; height:710px; ">
- <itemset nodeset="/root/main/healexamtreeinfo/healexamtreelist">
- <label ref="healexamdtmnnm"/>
- <value ref="healexamdtmnsmlcd"/>
- <depth ref="depth"/>
- </itemset>
- <script type="javascript" ev:event="xforms-select">
- <![CDATA[
- var healexam_smlcd = trv_leftmenu.value; // 건진데이터마이닝 소분류 코드를 이용
- var scrnflag = model.getValue("/root/hidden/scrnflag");
-
- if (scrnflag == "L") {
- if (healexam_smlcd > 0) {
- model.setValue("/root/send/treedata/healexamdtmnsmlcd", healexam_smlcd);
- submit("TRCHT00202");
- model.setValue("/root/send/healexamsrch/healexamsmlcd", healexam_smlcd);
- }
- } else {
- if (healexam_smlcd > 0) {
- model.setValue("/root/send/healexamsrch/healexamsmlcd", healexam_smlcd);
- // model.setValue("/root/send/treedata/healexamdtmnsmlcd", healexam_smlcd);
- navigate("SMCHT00200", "", "", "", "SMCHT00200", "/root/send/healexamsrch/healexamsmlcd", "/root/send/treedata/healexamdtmnsmlcd");
- }
- }
- ]]>
- </script>
- </treeview>
- <button id="button2" class="btn2_letter4" style="left:151px; top:718px; width:64px; height:19px; ">
- <caption>그룹관리</caption>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- modal("SPCHT00300");
- ]]>
- </script>
- </button>
- </group>
- </xhtml:body>
- </xhtml:html>
|