123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142 |
- <?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>지원자 검색 HELP</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <volnt>
- <volntlist>
- <examno/>
- <name/>
- <rregno/>
- <schoolnm/>
- <frmrmertnm/>
- <gradutndd/>
- <apntinfono/>
- <rregno2/>
- </volntlist>
- </volnt>
- </main>
- <init>
- <refcond/>
- </init>
- <send>
- <refcond>
- <examno/>
- <name/>
- <refcnts/>
- </refcond>
- </send>
- <temp/>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- rdo_refcond.value="name";
- misfGridInit(grd_volntlist);
- model.refresh();
- ]]>
- </script>
- <submission id="TRRPE10000" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/refcond" resultref="/root/main/volnt"/>
- </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"/>
- <script type="javascript" src="../../../mis/educationmngtweb/js/RPS001.js"/>
- </xhtml:head>
- <xhtml:body pagewidth="750" pageheight="380" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="group3" scroll="auto" style="left:0px; top:0px; width:735px; height:335px; ">
- <group id="group2" style="left:0px; top:0px; width:730px; height:30px; ">
- <shape id="roundrect1" class="roundrect_search" appearance="roundrect" style="left:0px; top:0px; width:730px; height:29px; "/>
- <input id="ipt_refcond" ref="/root/send/refcond/refcnts" class="input_s_essential" style="left:360px; top:5px; width:99px; height:19px; ">
- <script type="javascript" ev:event="onkeyup">
- <![CDATA[
- inputEnterKey("btn_search", "DOMActivate");
- ]]>
- </script>
- </input>
- <button id="btn_search" class="btn1_letter2" style="left:654px; top:4px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- model.setValue("/root/send/refcond/examno", "");
- model.setValue("/root/send/refcond/name", "");
-
- if(rdo_refcond.value == "examno") {
- model.setValue("/root/send/refcond/examno", ipt_refcond.value);
- }
- else {
- model.setValue("/root/send/refcond/name", ipt_refcond.value);
- }
- submit("TRRPE10000");
- ]]>
- </script>
- </button>
- <line id="line13" class="line_4" style="x1:635px; y1:2px; x2:635px; y2:26px; border-color:#ffe4bb; border-left-style:solid; "/>
- <caption id="caption2" class="search_name" style="left:276px; top:5px; width:86px; height:17px; ">조회조건:</caption>
- <select1 id="rdo_refcond" ref="/root/init/refcond" class="radio_search" appearance="full" cols="2" overflow="visible" style="left:96px; top:4px; width:125px; height:20px; border-style:solid; ">
- <choices>
- <item>
- <label>수험번호</label>
- <value>examno</value>
- </item>
- <item>
- <label>성명</label>
- <value>name</value>
- </item>
- </choices>
- </select1>
- <caption id="caption4" class="search_name" style="left:10px; top:5px; width:86px; height:17px; ">조회구분:</caption>
- </group>
- <caption id="caption1" class="tit_2" style="left:5px; top:35px; width:150px; height:14px; ">지원자 List</caption>
- <line id="line1" class="line_1" style="x1:0px; y1:50px; x2:731px; y2:50px; "/>
- <datagrid id="grd_volntlist" nodeset="/root/main/volnt/volntlist" caption="채용명^채용번호^수험번호^성명^주민등록번호^대학교^대학교^대학교|채용명^채용번호^수험번호^성명^주민등록번호^학교명^학과(전공)^졸업년도" colsep="^" colwidth="194, 100, 55, 46, 93, 120, 120, 80" dataheight="23" defaultrows="0" ellipsis="true" explorerbar="sort" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="23" rowsep="|" tooltip="true" style="left:0px; top:55px; width:730px; height:275px; ">
- <col ref="title"/>
- <col ref="apntinfono" visibility="hidden"/>
- <col ref="examno" style="text-align:center; "/>
- <col ref="name" style="text-align:center; "/>
- <col ref="rregno" format="999999-9999999"/>
- <col ref="schoolnm"/>
- <col ref="frmrmertnm"/>
- <col ref="gradutndd" format="yyyy-mm-dd" style="text-align:center; "/>
- <script type="javascript" ev:event="onaftersort">
- <![CDATA[
- grd_volntlist.gridToInstance();
- ]]>
- </script>
- <script type="javascript" ev:event="ondblclick">
- <![CDATA[
- btn_confirm.dispatch("DOMActivate");
- ]]>
- </script>
- </datagrid>
- </group>
- <group id="group1" scroll="auto" style="left:0px; top:335px; width:735px; height:25px; ">
- <button id="btn_confirm" class="btn4_letter2" style="left:615px; top:2px; width:56px; height:22px; ">
- <caption>확인</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- window.opener.model.setValue("/root/send/volntref/name", model.getValue("/root/main/volnt/volntlist[" + (grd_volntlist.row-grd_volntlist.fixedRows+1) + "]/name"));
- window.opener.model.setValue("/root/send/volntref/rregno", model.getValue("/root/main/volnt/volntlist[" + (grd_volntlist.row-grd_volntlist.fixedRows+1) + "]/rregno2"));
- window.opener.model.setValue("/root/send/volntref/apntinfono", model.getValue("/root/main/volnt/volntlist[" + (grd_volntlist.row-grd_volntlist.fixedRows+1) + "]/apntinfono"));
-
- window.close();
- ]]>
- </script>
- </button>
- <button id="btn_cancel" class="btn4_letter2" style="left:674px; top:2px; width:56px; height:22px; ">
- <caption>취소</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- window.opener.model.setValue("/root/send/volntref/name", "");
- window.opener.model.setValue("/root/send/volntref/rregno", "");
- window.close();
- ]]>
- </script>
- </button>
- </group>
- </xhtml:body>
- </xhtml:html>
|