SSCHT00400_건진데이터마이닝그룹트리.xrw 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <!--
  3. * Name : SSCHT00400_건진데이터마이닝그룹트리
  4. * Summary : 건진데이터마이닝그룹트리
  5. * Programmer : 최정환
  6. * Date Written : 2007.06.20
  7. * History : 2007.06.20
  8. * Remark : 데이터마이닝 그룹트리 참조
  9. -->
  10. <?xml-stylesheet href="../../../com/commonweb/css/common.css" type="text/css" ?>
  11. <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">
  12. <xhtml:head>
  13. <xhtml:title>건진데이터마이닝그룹트리</xhtml:title>
  14. <model id="model1">
  15. <instance id="instance1">
  16. <root xmlns="">
  17. <main>
  18. <healexamtreeinfo>
  19. <healexamtreelist>
  20. <healexamdtmnnm/>
  21. <depth/>
  22. <healexamdtmnsmlcd/>
  23. </healexamtreelist>
  24. </healexamtreeinfo>
  25. </main>
  26. <send>
  27. <healexamsrch>
  28. <healexamsmlcd>0</healexamsmlcd>
  29. </healexamsrch>
  30. </send>
  31. </root>
  32. </instance>
  33. <submission id="TRCHT00401" mediatype="application/x-www-form-urlencoded" method="post" replace="instance" resultref="/root/main/healexamtreeinfo"/>
  34. <submission id="TRCHT00202" mediatype="application/x-www-form-urlencoded" method="post" replace="instance" resultref="/root/main/healexamtreeinfo"/>
  35. </model>
  36. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  37. <script type="javascript" ev:event="xforms-ready">
  38. <![CDATA[
  39. model.removeNodeset("/root/main/healexamtreeinfo/healexamtreelist");
  40. submit("TRCHT00401");
  41. //model.refresh();
  42. var scrnflag = model.getValue("/root/hidden/scrnflag");
  43. ]]>
  44. </script>
  45. <script type="javascript">
  46. <![CDATA[
  47. // 그리드를 초기화한다.
  48. function fInitGrid(){
  49. model.removeNodeset("/root/main/healexamtreeinfo/healexamtreelist");
  50. submit("TRCHT00401");
  51. model.refresh();
  52. }
  53. ]]>
  54. </script>
  55. </xhtml:head>
  56. <xhtml:body style="margin-left:0; margin-top:0; margin-right:0; margin-bottom:0; ">
  57. <group id="grp_tree" scroll="auto" style="left:0px; top:0px; width:215px; height:744px; ">
  58. <line id="lin_tree" class="line_1" nodeset="/root/main/healexaminfo/healexamtreelist" style="x1:0px; y1:0px; x2:215px; y2:0px; "/>
  59. <treeview id="trv_leftmenu" ref="/root/send/healexamsrch/healexamsmlcd" expanddepth="2" fullrowselect="true" itemsettype="depth" style="left:0px; top:5px; width:215px; height:710px; ">
  60. <itemset nodeset="/root/main/healexamtreeinfo/healexamtreelist">
  61. <label ref="healexamdtmnnm"/>
  62. <value ref="healexamdtmnsmlcd"/>
  63. <depth ref="depth"/>
  64. </itemset>
  65. <script type="javascript" ev:event="xforms-select">
  66. <![CDATA[
  67. var healexam_smlcd = trv_leftmenu.value; // 건진데이터마이닝 소분류 코드를 이용
  68. var scrnflag = model.getValue("/root/hidden/scrnflag");
  69. if (scrnflag == "L") {
  70. if (healexam_smlcd > 0) {
  71. model.setValue("/root/send/treedata/healexamdtmnsmlcd", healexam_smlcd);
  72. submit("TRCHT00202");
  73. model.setValue("/root/send/healexamsrch/healexamsmlcd", healexam_smlcd);
  74. }
  75. } else {
  76. if (healexam_smlcd > 0) {
  77. model.setValue("/root/send/healexamsrch/healexamsmlcd", healexam_smlcd);
  78. // model.setValue("/root/send/treedata/healexamdtmnsmlcd", healexam_smlcd);
  79. navigate("SMCHT00200", "", "", "", "SMCHT00200", "/root/send/healexamsrch/healexamsmlcd", "/root/send/treedata/healexamdtmnsmlcd");
  80. }
  81. }
  82. ]]>
  83. </script>
  84. </treeview>
  85. <button id="button2" class="btn2_letter4" style="left:151px; top:718px; width:64px; height:19px; ">
  86. <caption>그룹관리</caption>
  87. <script type="javascript" ev:event="onclick">
  88. <![CDATA[
  89. modal("SPCHT00300");
  90. ]]>
  91. </script>
  92. </button>
  93. </group>
  94. </xhtml:body>
  95. </xhtml:html>