12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091 |
- <?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>
- <userlist/>
- <dept>
- <deptcd/>
- <depthngnm/>
- </dept>
- <userinfo>
- <emplnm/>
- </userinfo>
- </main>
- <target/>
- <init>
- </init>
- <send>
- <emplno/>
- </send>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
-
- model.removenode("/root/main/user/userlist");
- ipt_emplno.value=parent.ipt_emplno_g.value;
- if(ipt_emplno.value !=""){
- submit("TRRPA07103");
- }
- model.refresh();
-
- ]]>
- </script>
- <submission id="TRRPA07103" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/userlist"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../mis/miscommonweb/js/MIS.js"/>
- </xhtml:head>
- <xhtml:body pagewidth="420" pageheight="380" guideline="2,-5;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="group3" scroll="auto" style="left:0px; top:0px; width:400px; height:350px; ">
- <group id="group2" style="left:0px; top:0px; width:400px; height:5px; "/>
- <caption id="caption1" class="tit_2" style="left:5px; top:10px; width:183px; height:13px; ">가족사항 리스트</caption>
- <line id="line1" class="line_1" style="x1:0px; y1:25px; x2:400px; y2:25px; "/>
- <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; ">
- <col class="text_center" ref="rregno"/>
- <col class="text_center" ref="famyname"/>
- <col ref="famyrelnm"/>
- <col ref="famyrel" visibility="hidden"/>
- <script type="javascript" ev:event="ondblclick">
- <![CDATA[
- if( grd_userlist.isCell(event.target) && grd_userlist.row >= grd_userlist.fixedRows )
- {
- btn_confirm.dispatch("DOMActivate");
- }
- ]]>
- </script>
- </datagrid>
- </group>
- <group id="group1" scroll="auto" style="left:0px; top:352px; width:400px; height:27px; ">
- <button id="btn_confirm" class="btn4_letter2" style="left:279px; top:3px; width:56px; height:22px; ">
- <caption>확인</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
-
- misfPopUpListReturn(grd_userlist);
- ]]>
- </script>
- </button>
- <button id="btn_cancel" class="btn4_letter2" style="left:337px; top:3px; width:56px; height:22px; ">
- <caption>취소</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
-
- window.close();
-
- ]]>
- </script>
- </button>
- </group>
- <input id="ipt_emplno" ref="/root/send/emplno" visibility="hidden" style="left:185px; top:5px; width:55px; height:19px; "/>
- </xhtml:body>
- </xhtml:html>
|