SPRPA07300_가족사항조회.xrw 3.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <?xml-stylesheet href="../../../com/commonweb/css/common.css" type="text/css" ?>
  3. <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">
  4. <xhtml:head>
  5. <xhtml:title>가족사항 조회</xhtml:title>
  6. <model id="model1">
  7. <instance id="instance1">
  8. <root xmlns="">
  9. <main>
  10. <userlist/>
  11. <dept>
  12. <deptcd/>
  13. <depthngnm/>
  14. </dept>
  15. <userinfo>
  16. <emplnm/>
  17. </userinfo>
  18. </main>
  19. <target/>
  20. <init>
  21. </init>
  22. <send>
  23. <emplno/>
  24. </send>
  25. </root>
  26. </instance>
  27. <script type="javascript" ev:event="xforms-ready">
  28. <![CDATA[
  29. model.removenode("/root/main/user/userlist");
  30. ipt_emplno.value=parent.ipt_emplno_g.value;
  31. if(ipt_emplno.value !=""){
  32. submit("TRRPA07103");
  33. }
  34. model.refresh();
  35. ]]>
  36. </script>
  37. <submission id="TRRPA07103" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/userlist"/>
  38. </model>
  39. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  40. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  41. <script type="javascript" src="../../../mis/miscommonweb/js/MIS.js"/>
  42. </xhtml:head>
  43. <xhtml:body pagewidth="420" pageheight="380" guideline="2,-5;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  44. <group id="group3" scroll="auto" style="left:0px; top:0px; width:400px; height:350px; ">
  45. <group id="group2" style="left:0px; top:0px; width:400px; height:5px; "/>
  46. <caption id="caption1" class="tit_2" style="left:5px; top:10px; width:183px; height:13px; ">가족사항 리스트</caption>
  47. <line id="line1" class="line_1" style="x1:0px; y1:25px; x2:400px; y2:25px; "/>
  48. <datagrid id="grd_userlist" nodeset="/root/main/userlist" caption="주민번호^이름^관계^관계코드^사번^caption1^성명^주민번호" colsep="^" colwidth="131, 90, 124, 80, 120, 100, 80, 100, 100" dataheight="23" defaultrows="0" extendlastcol="scroll" mergecellsfixedrows="never" rowheader="seq" rowheight="23" rowsep="|" style="left:0px; top:30px; width:400px; height:315px; ">
  49. <col class="text_center" ref="rregno"/>
  50. <col class="text_center" ref="famyname"/>
  51. <col ref="famyrelnm"/>
  52. <col ref="famyrel" visibility="hidden"/>
  53. <script type="javascript" ev:event="ondblclick">
  54. <![CDATA[
  55. if( grd_userlist.isCell(event.target) && grd_userlist.row >= grd_userlist.fixedRows )
  56. {
  57. btn_confirm.dispatch("DOMActivate");
  58. }
  59. ]]>
  60. </script>
  61. </datagrid>
  62. </group>
  63. <group id="group1" scroll="auto" style="left:0px; top:352px; width:400px; height:27px; ">
  64. <button id="btn_confirm" class="btn4_letter2" style="left:279px; top:3px; width:56px; height:22px; ">
  65. <caption>확인</caption>
  66. <script type="javascript" ev:event="DOMActivate">
  67. <![CDATA[
  68. misfPopUpListReturn(grd_userlist);
  69. ]]>
  70. </script>
  71. </button>
  72. <button id="btn_cancel" class="btn4_letter2" style="left:337px; top:3px; width:56px; height:22px; ">
  73. <caption>취소</caption>
  74. <script type="javascript" ev:event="DOMActivate">
  75. <![CDATA[
  76. window.close();
  77. ]]>
  78. </script>
  79. </button>
  80. </group>
  81. <input id="ipt_emplno" ref="/root/send/emplno" visibility="hidden" style="left:185px; top:5px; width:55px; height:19px; "/>
  82. </xhtml:body>
  83. </xhtml:html>