123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <?xml-stylesheet type="text/css" href="../../../com/commonweb/css/common.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>
- <empllist>
- <emplno/>
- <emplnm/>
- <rregno/>
- <drlicnsno/>
- </empllist>
- </main>
- <target/>
- <init>
- <refcond>
- <label>사번</label>
- <value>emplno</value>
- <label>성명</label>
- <value>name</value>
- </refcond>
- </init>
- <send>
- <refcond/>
- <name/>
- </send>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- fCheckAuth();
- model.copyNode("root/main","/root/target/validation");
- rdo_refcond.value="name";
- model.setFocus("ipt_refcond");
-
- ]]>
- </script>
- <submission id="TRRTC00803" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/empllist"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../mis/miscommonweb/js/MIS.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript">
- <![CDATA[
- //========================================================================================
- //버튼에 대한 화면 권한 체크(R : 읽기, X : 입력/수정/삭제, P : 출력)
- //========================================================================================
- function fCheckAuth() {
- btn_search.disabled = !checkAuth("R") ;
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body pagewidth="580" pageheight="550" guideline="2,343;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="group3" scroll="auto" style="left:0px; top:0px; width:550px; height:520px; ">
- <group id="group2" style="left:0px; top:0px; width:550px; height:30px; ">
- <shape id="roundrect1" class="roundrect_search" appearance="roundrect" style="left:0px; top:0px; width:550px; height:29px; "/>
- <input id="ipt_refcond" ref="/root/send/name" class="input_s_essential" imemode="hangul" style="left:231px; top:6px; width:135px; height:19px; ">
- <script type="javascript" ev:event="onkeyup">
- <![CDATA[
- inputEnterKey("btn_search", "DOMActivate");
- ]]>
- </script>
- </input>
- <button id="btn_search" class="btn1_letter2" style="left:485px; top:4px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- if(rdo_refcond.value == "name") {
- model.setValue("/root/send/name",ipt_refcond.label);
- }
- else {
- model.setValue("/root/send/emplno",ipt_refcond.label);
- }
- submit("TRRTC00803");
- model.refresh();
- ]]>
- </script>
- </button>
- <line id="line13" class="line_4" style="x1:462px; y1:0px; x2:462px; y2:29px; border-color:#ffe4bb; border-left-style:solid; "/>
- <caption id="caption2" class="search_name" style="left:147px; top:6px; width:86px; height:17px; ">조회조건:</caption>
- <select1 id="rdo_refcond" ref="/root/send/refcond" class="radio_search" overflow="visible" appearance="full" cols="2" style="left:10px; top:4px; width:125px; height:20px; border-style:solid; ">
- <choices>
- <itemset nodeset="/root/init/refcond">
- <label ref="label"/>
- <value ref="value"/>
- </itemset>
- </choices>
- <script type="javascript" ev:event="xforms-select">
- <![CDATA[
- if(rdo_refcond.value == "name") {
- ipt_refcond.attribute("imemode") = "hangul";
- }
- else if (rdo_refcond.value == "emplno") {
- ipt_refcond.attribute("imemode") = "disabled";
- }
- else {
- ipt_refcond.attribute("imemode") = "disabled";
- }
-
- model.setFocus("ipt_refcond");
- ]]>
- </script>
- </select1>
- </group>
- <caption id="caption1" class="tit_2" style="left:5px; top:35px; width:121px; height:14px; ">사용자정보</caption>
- <line id="line1" class="line_1" style="x1:0px; y1:50px; x2:550px; y2:50px; "/>
- <datagrid id="grd_empllist" nodeset="/root/main/empllist" class="grd_empllist" caption="사원번호^성명^주민번호^의사면허번호" colsep="^" colwidth="96, 88, 173, 162" dataheight="23" defaultrows="0" ellipsis="true" extendlastcol="scroll" mergecellsfixedrows="never" rowheader="seq" rowheight="23" rowsep="|" style="left:0px; top:55px; width:550px; height:465px; ">
- <col ref="emplno"/>
- <col ref="emplnm"/>
- <col ref="rregno"/>
- <col ref="drlicnsno"/>
- <script type="javascript" ev:event="ondblclick">
- <![CDATA[
- if( grd_empllist.isCell(event.target) && grd_empllist.row >= grd_empllist.fixedRows )
- {
- btn_confirm.dispatch("DOMActivate");
- }
- ]]>
- </script>
- </datagrid>
- </group>
- <group id="group1" scroll="auto" style="left:0px; top:521px; width:550px; height:27px; ">
- <line id="line32" class="line_6" style="x1:0px; y1:0px; x2:518px; y2:0px; "/>
- <button id="btn_cancel" class="btn4_letter2" style="left:485px; top:2px; width:56px; height:22px; ">
- <caption>취소</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- misfPopUpListCancel();
- ]]>
- </script>
- </button>
- <button id="btn_confirm" class="btn4_letter2" style="left:427px; top:2px; width:56px; height:22px; ">
- <caption>확인</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- misfPopUpListReturn(grd_empllist);
- ]]>
- </script>
- </button>
- </group>
- </xhtml:body>
- </xhtml:html>
|