123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <?xml-stylesheet href="../../../com/commonweb/css/common.css" type="text/css" ?>
- <xhtml:html xmlns:ex="http://www.comsquare.co.kr/xforms/excel" 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>SMRPE00600_지원자관리</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <volntprescond>
- <volntprescondlist>
- <seq/>
- <examno/>
- <gndr/>
- <rregno/>
- <schoolnm/>
- <frmrmertnm/>
- <gradutndd/>
- <avgscor/>
- <loctn/>
- <cmpltcursstdy/>
- <apntyy/>
- <prfship/>
- <instnm/>
- <hopedeptnm/>
- <jobkindnm/>
- <recufild/>
- <apntfromdd/>
- <apnttodd/>
- <passyn_1/>
- <passyn_2/>
- <passyn_3/>
- <passyn_4/>
- <competrate/>
- <endyn/>
- </volntprescondlist>
- </volntprescond>
- <apntinfo>
- <apntinfono/>
- </apntinfo>
- </main>
- <send>
- <volntref>
- <instcd/>
- <hopedeptcd/>
- <prfshipflag/>
- <recufildcd/>
- <stat/>
- <name/>
- <rregno/>
- <apntfromdd/>
- <apnttodd/>
- <recufildnm/>
- <jobkindcd/>
- <jobkindnm/>
- <hopedeptnm/>
- <apntinfono/>
- </volntref>
- <apntinfo>
- <apntinfono/>
- <apntfromdd/>
- <apnttodd/>
- <apntyy/>
- <instcd/>
- <deptcd/>
- <prfshipflag/>
- <recufildcd/>
- <rregno/>
- <jobkindcd/>
- </apntinfo>
- </send>
- <temp>
- </temp>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- model.setValue("/root/send/volntref/stat", "Z")
- fInitialize() ;
- ]]>
- </script>
- <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="../../../com/commonweb/js/stringHelper.js"/>
- <script type="javascript" src="../../../mis/humtrafactmngtweb/js/RPB001.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <submission id="TRRPE00600" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/volntref" resultref="/root/main/volntprescond"/>
- <submission id="TRRPE01011" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/apntinfo" resultref="/root/main/apntinfo"/>
- </model>
- <script type="javascript">
- <![CDATA[
- function fInitialize()
- {
- model.removenode("/root/main/volntprescond");
- misfComboInstCdListMulti("cmb_instcd",getCurrentDate(),"","Y");
- misfComboComCdListMulti("R0058", "cmb_prfshipflag", null, "Y");
- model.refresh();
-
- if( getUserInfo("dutplceinstcd") != '001' ) {
- model.setValue("/root/send/volntref/instcd", getUserInfo("dutplceinstcd") );
- model.refresh();
- cmb_instcd.disabled = true;
- }
-
- fTitle();
- }
-
- function fTitle() {
- var nowyy = new Date();
- model.setValue("/root/send/apntinfo/apntyy",nowyy.getYear() );
- model.setValue("/root/send/apntinfo/apntfromdd",nowyy.getYear() + '0101');
- model.setValue("/root/send/apntinfo/apnttodd", nowyy.getYear() + '1231');
-
- model.refresh();
-
- submit("TRRPE01011");
- }
-
- function fSearch()
- {
- var today = getCurrentDate();
- var cur_yy = parseInt(today.substring(0, 4));
-
- if( isNull( ipt_apntfromdd.value ) ) {
- model.setValue("/root/send/volntref/apntfromdd",cur_yy+'0101');
- }
- if( isNull( ipt_apnttodd.value ) ) {
- model.setValue("/root/send/volntref/apnttodd",cur_yy+'1231');
- }
-
- submit("TRRPE00600");
- model.setValue("/root/send/volntref/rregno", "");
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body style="margin-left:8; margin-right:8; ">
- <group id="group1" style="left:0px; top:0px; width:1195px; height:13px; ">
- <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:800px; height:14px; ">지원자관리</caption>
- </group>
- <group id="group2" scroll="auto" style="left:0px; top:38px; width:1195px; height:744px; ">
- <shape id="roundrect1" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:10px; width:1195px; height:61px; background-color:#fffbf2; border-color:#ffd799; "/>
- <line id="line207" class="line_1" style="x1:0px; y1:95px; x2:1195px; y2:95px; "/>
- <button id="btn_search" class="btn1_letter2" navindex="8" style="left:1125px; top:31px; width:56px; height:22px; text-align:left; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fSearch();
- ]]>
- </script>
- </button>
- <line id="line3" class="line_4" style="x1:1110px; y1:13px; x2:1110px; y2:68px; border-color:#ffe4bb; border-left-style:solid; "/>
- <button id="btn_7" class="btn2_letter4" style="left:1130px; top:75px; width:64px; height:19px; ">
- <caption>엑셀저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- misfSaveExcel(grd_volntprescondlist);
- ]]>
- </script>
- </button>
- <caption id="caption10" class="tit_2" style="left:5px; top:80px; width:157px; height:13px; ">지원자List</caption>
- <input id="ipt_recufildcd" ref="/root/send/volntref/recufildcd" visibility="visible" style="left:100px; top:43px; width:40px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- if (model.getValue("/root/send/volntref/recufildcd") == ""){
- model.setValue("/root/send/volntref/recufildnm", "");
- }
- model.refresh();
-
- model.setValue("/root/send/apntinfo/recufildcd",ipt_recufildcd.value);
- fTitle();
- ]]>
- </script>
- </input>
- <button id="button1" class="icon_search" style="left:142px; top:43px; width:16px; height:16px; ">
- <caption/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var recv_list = "recufildcd,recufildnm";
- rpbfOpenComCdHelp(ipt_recufildcd,"R0061", recv_list);
-
- ipt_recufildcd.dispatch("xforms-value-changed");
- model.refresh();
- ]]>
- </script>
- </button>
- <button id="button2" class="icon_search" style="left:775px; top:43px; width:16px; height:16px; ">
- <caption/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- modal("SPRPE10000","20","20","","popup", "" ,"");
- fSearch();
- model.refresh();
-
- ]]>
- </script>
- </button>
- <select1 id="cmb_prfshipflag" ref="/root/send/volntref/prfshipflag" class="combo_search" appearance="minimal" style="left:690px; top:18px; width:105px; height:19px; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- model.setValue("/root/send/apntinfo/prfshipflag",cmb_prfshipflag.value);
- fTitle();
- ]]>
- </script>
- </select1>
- <select1 id="cmb_instcd" ref="/root/send/volntref/instcd" class="combo_search" appearance="minimal" style="left:100px; top:18px; width:155px; height:19px; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- model.setValue("/root/send/apntinfo/instcd",cmb_instcd.value);
- fTitle();
- ]]>
- </script>
- </select1>
- <input id="jobkind" ref="/root/send/volntref/jobkindnm" class="output_search" disabled="true" appearance="input" style="left:965px; top:18px; width:79px; height:19px; "/>
- <input id="hopedeptnm" ref="/root/send/volntref/hopedeptnm" class="output_search" disabled="true" appearance="input" style="left:465px; top:18px; width:110px; height:19px; "/>
- <input id="ipt_apnttodd" ref="/root/send/volntref/apnttodd" class="input_s_essential" inputtype="date" style="left:1011px; top:43px; width:90px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- model.setValue("/root/send/apntinfo/apnttodd",ipt_apnttodd.value);
- fTitle();
- ]]>
- </script>
- </input>
- <caption id="caption1" class="search_name" style="left:817px; top:43px; width:85px; height:17px; ">기 간 :</caption>
- <caption id="caption11" class="search_name" style="left:12px; top:43px; width:86px; height:17px; ">모집분야 :</caption>
- <button id="btn_hopedeptcdhelp" class="icon_search" style="left:445px; top:18px; width:16px; height:16px; ">
- <caption/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var recv_list = "hopedeptcd,hopedeptnm";
- rpbfOpenDeptCdHelp(ipt_hopedeptcd,recv_list);
-
- ipt_hopedeptcd.dispatch("xforms-value-changed");
- model.refresh();
- ]]>
- </script>
- </button>
- <caption id="caption2" class="search_name" style="left:12px; top:18px; width:85px; height:17px; ">기 관 :</caption>
- <caption id="caption3" class="search_name" style="left:602px; top:18px; width:86px; height:17px; ">교직구분 :</caption>
- <caption id="caption4" class="search_name" style="left:817px; top:18px; width:110px; height:17px; ">직 종 :</caption>
- <input id="ipt_apntfromdd" ref="/root/send/volntref/apntfromdd" class="input_s_essential" inputtype="date" style="left:905px; top:43px; width:90px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- model.setValue("/root/send/apntinfo/apntfromdd",ipt_apntfromdd.value);
-
- var instcd = cmb_instcd.value;
- if( getStringLength(ipt_apntfromdd.value) == "8" ) {
- model.removeNodeset(cmb_instcd.attribute("ref"));
- model.makeNode("/root/send/volntref/instcd");
- misfComboInstCdListMulti("cmb_instcd",ipt_apntfromdd.value,"","Y");
- cmb_instcd.value = instcd;
- cmb_instcd.refresh();
- }
- model.refresh();
- ]]>
- </script>
- </input>
- <input id="ipt_name" ref="/root/send/volntref/name" appearance="input" style="left:690px; top:43px; width:80px; height:19px; "/>
- <input id="ipt_hopedeptcd" ref="/root/send/volntref/hopedeptcd" visibility="visible" style="left:370px; top:18px; width:70px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- if (model.getValue("/root/send/volntref/hopedeptcd") == ""){
- model.setValue("/root/send/volntref/hopedeptnm", "");
- }
- model.refresh();
-
- model.setValue("/root/send/apntinfo/deptcd",ipt_hopedeptcd.value);
- fTitle();
- ]]>
- </script>
- </input>
- <input id="ipt_rregno" ref="/root/send/volntref/rregno" visibility="hidden" style="left:690px; top:65px; width:80px; height:19px; "/>
- <button id="btn_jobkindhelp" class="icon_search" style="left:947px; top:18px; width:16px; height:16px; ">
- <caption/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var recv_list = "jobkindcd,jobkindnm";
- rpbfOpenComCdHelp(ipt_jobkind,"R0061", recv_list);
-
- ipt_jobkind.dispatch("xforms-value-changed");
- model.refresh();
- ]]>
- </script>
- </button>
- <caption id="caption7" class="search_name" style="left:283px; top:18px; width:115px; height:17px; ">부 서 :</caption>
- <input id="ipt_jobkind" ref="/root/send/volntref/jobkindcd" style="left:905px; top:18px; width:40px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- if (model.getValue("/root/send/volntref/jobkindcd") == ""){
- model.setValue("/root/send/volntref/jobkindnm", "");
- }
-
- model.setValue("/root/send/apntinfo/jobkindcd",ipt_jobkind.value);
- fTotal();
-
- model.refresh();
- ]]>
- </script>
- </input>
- <caption id="caption8" class="search_n_b" style="left:997px; top:43px; width:22px; height:17px; font-weight:bolder; ">~</caption>
- <caption id="caption9" class="search_name" style="left:602px; top:43px; width:88px; height:17px; ">성 명 :</caption>
- <input id="ipt_recufildnm" ref="/root/send/volntref/recufildnm" class="output_search" disabled="true" appearance="input" style="left:160px; top:43px; width:95px; height:19px; "/>
- <datagrid id="grd_volntprescondlist" nodeset="/root/main/volntprescond/volntprescondlist" autoresize="true" caption="성명^수험번호^성별^주민등록번호^학교^학교^학교^학교^학교^학교^학교^채용년도^교직구분^기관^부서^직종^모집분야^채용시작일^채용종료일^합격여부^합격여부^합격여부^합격여부^상태^경쟁률^합격여부^상태^경쟁율|성명^수험번호^성별^주민등록번호^학교명^학과(전공)^졸업년도^수업년한^학점^소재지^이수구분^채용년도^교직구분^기관^부서^직종^모집분야^채용시작일^채용종료일^1차^2차^3차^4차^상태^경쟁률^4차^상태^경쟁율" colsep="^" colwidth="55, 60, 50, 100, 100, 100, 65, 60, 45, 70, 60, 37, 74, 109, 95, 80, 80, 80, 80, 54, 65, 57, 58, 45, 64" dataheight="25" explorerbar="sortshow" frozencols="4" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" style="left:0px; top:100px; width:1195px; height:630px; text-align:center; ">
- <col ref="name" style="text-align:center; "/>
- <col ref="examno" style="text-align:center; "/>
- <col ref="gndr" style="text-align:center; "/>
- <col ref="rregno" format="999999-9999999" style="text-align:center; "/>
- <col ref="schoolnm" style="text-align:left; "/>
- <col ref="frmrmertnm" style="text-align:left; "/>
- <col ref="gradutndd" style="text-align:center; "/>
- <col ref="lesnfixyearpd" style="text-align:center; "/>
- <col ref="avgscor" style="text-align:right; "/>
- <col ref="loctn" style="text-align:left; "/>
- <col ref="cmpltcursstdy" style="text-align:left; "/>
- <col ref="apntyy" style="text-align:center; "/>
- <col ref="prfship" style="text-align:left; "/>
- <col ref="instnm" style="text-align:left; "/>
- <col ref="hopedeptnm" style="text-align:left; "/>
- <col ref="jobkindnm" style="text-align:left; "/>
- <col ref="recufild" style="text-align:left; "/>
- <col ref="apntfromdd" format="yyyy/mm/dd" style="text-align:center; "/>
- <col ref="apnttodd" format="yyyy/mm/dd" style="text-align:center; "/>
- <col checkvalue="Y,N" ref="passyn_1" type="checkbox" style="text-align:center; "/>
- <col checkvalue="Y,N" ref="passyn_2" type="checkbox" style="text-align:center; "/>
- <col checkvalue="Y,N" ref="passyn_3" type="checkbox" style="text-align:center; "/>
- <col checkvalue="Y,N" ref="passyn_4" type="checkbox" style="text-align:center; "/>
- <col checkvalue="Y,N" ref="endyn" type="checkbox"/>
- <col ref="competrate" style="text-align:right; "/>
- <script type="javascript" ev:event="onaftersort">
- <![CDATA[
- grd_volntprescondlist.gridToInstance();
- ]]>
- </script>
- </datagrid>
- <select1 id="cmb_apntinfono" ref="/root/send/apntinfo/apntinfono" class="combo_search" navindex="2" appearance="minimal" style="left:370px; top:43px; width:205px; height:19px; ">
- <choices>
- <itemset nodeset="/root/main/apntinfo/apntinfolist">
- <label ref="titl"/>
- <value ref="apntinfono"/>
- </itemset>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- model.setValue("/root/send/volntref/apntinfono",cmb_apntinfono.value);
- model.refresh();
-
- btn_search.dispatch("DOMActivate");
- ]]>
- </script>
- </select1>
- <caption id="caption5" class="search_name" style="left:283px; top:43px; width:90px; height:17px; ">제 목 :</caption>
- <input id="ipt_apnttodd1" ref="/root/send/apntinfo/apnttodd" class="input_s_essential" visibility="hidden" inputtype="date" style="left:1010px; top:65px; width:90px; height:19px; "/>
- <input id="ipt_apntfromdd1" ref="/root/send/apntinfo/apntfromdd" class="input_s_essential" visibility="hidden" inputtype="date" style="left:904px; top:65px; width:90px; height:19px; "/>
- <input id="input3" ref="/root/send/apntinfo/apntyy" class="input_s_essential" visibility="hidden" inputtype="date" appearance="input" style="left:830px; top:65px; width:65px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- model.setValue("/root/send/apntinfo/apntfromdd",ipt_apntfromdd.value);
- model.refresh();
- ]]>
- </script>
- </input>
- </group>
- <group id="grp_btn" scroll="auto" style="left:0px; top:12px; width:1195px; height:27px; ">
- <button id="btn_save" class="btn4_letter2" visibility="hidden" style="left:1139px; top:2px; width:56px; height:22px; ">
- <caption>저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- ]]>
- </script>
- </button>
- <button id="button6" class="btn4_letter3" visibility="hidden" style="left:1070px; top:2px; width:68px; height:22px; ">
- <caption>초기화</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fInitialize();
- ]]>
- </script>
- </button>
- <line id="line2" class="line_6" style="x1:0px; y1:25; x2:1195px; y2:25; "/>
- </group>
- </xhtml:body>
- </xhtml:html>
|