123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416 |
- <?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>SMRPE01100_원서접수대장출력</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <apntinfo>
- <apntinfolist/>
- </apntinfo>
- <apntvoint>
- <apntvointlist/>
- <licnslist/>
- </apntvoint>
- <entcosupp>
- <entcosupplist/>
- </entcosupp>
- </main>
- <send>
- <apntinfo>
- <apntyy/>
- <supinfqurtyyflag/>
- <instcd/>
- <prfshipflag/>
- <deptcd/>
- <deptnm/>
- <jobkindcd/>
- <jobkindnm/>
- <recufildcd/>
- <recufildnm/>
- <apntfromdd/>
- <apnttodd/>
- </apntinfo>
- <apntvoint>
- <apntinfono/>
- </apntvoint>
- <save>
- <info>
- <prtlist/>
- </info>
- <emplist/>
- </save>
- <entco>
- <examno/>
- <apntinfono/>
- </entco>
- </send>
- <temp>
- <examno>-</examno>
- </temp>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- fInitialize() ;
- ]]>
- </script>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" src="../../../mis/miscommonweb/js/MIS.js"/>
- <script type="javascript" src="../../../mis/humtrafactmngtweb/js/RPB001.js"/>
- <submission id="TRRPE00301" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/apntinfo" resultref="/root/main/apntinfo"/>
- <submission id="TRRPE00302" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/apntvoint/apntinfono" resultref="/root/main/apntvoint"/>
- <submission id="TRRPE01103" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/save/info/prtlist" resultref="/root/send/save"/>
- <submission id="TRRPE01104" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/entco" resultref="/root/main/entcosupp"/>
- </model>
- <script type="javascript">
- <![CDATA[
- function fInitialize()
- {
- grd_apntinfolist.rowHeight(0) = "50";
- //그리드 초기화 작업
- model.removenode("/root/main");
- model.makeNode("/root/main/apntinfo");
- model.makeNode("/root/main/apntvoint");
-
- misfComboInstCdListMulti("cmb_instcd",getCurrentDate(),"","Y");
- misfComboComCdListMulti("R0237,R0058","cmb_supinfqurtyyflag,cmb_prfshipflag");
- addGridComboItem("cmb_supinfqurtyyflag", "- 전체 -", "","above"); // 상하반기구분 콤보박스에 '전체'를 추가
- addGridComboItem("cmb_instcd", "- 전체 -", "","above"); // 기관 콤보박스에 '전체'를 추가
- addGridComboItem("cmb_prfshipflag", "- 전체 -", "","above"); // 교직구분 콤보박스에 '전체'를 추가
-
- var nowyy = new Date();
- ipt_apntyy.value = nowyy.getYear(); // 년도설정
-
- grd_apntvointlist.fixedcellcheckbox(2,1)=true; // 그리드에 있는 전체선택 체크박스
- model.refresh();
- //fSetDate(); // 기간설정
- }
-
- function fSetDate()
- {
- var nowyy = new Date();
- var cur_yy = nowyy.getYear();
-
- model.setValue(ipt_apntfromdd.attribute("ref"), cur_yy+'0101');
- model.setValue(ipt_apnttodd.attribute("ref"), cur_yy+'1231');
-
- model.refresh();
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body style="text-align:center; 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; "/>
- <caption id="caption2" class="search_name" style="left:567px; top:19px; width:85px; height:17px; ">기 관 :</caption>
- <select1 id="cmb_instcd" ref="/root/send/apntinfo/instcd" class="combo_search" appearance="minimal" style="left:655px; top:19px; width:155px; height:19px; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- </select1>
- <caption id="caption1" class="search_name" style="left:817px; top:44px; width:85px; height:17px; ">기 간 :</caption>
- <line id="line207" class="line_1" style="x1:0px; y1:315px; x2:1195px; y2:315px; "/>
- <caption id="caption9" class="search_name" style="left:308px; top:19px; width:112px; height:17px; ">상하반기구분:</caption>
- <select1 id="cmb_supinfqurtyyflag" ref="/root/send/apntinfo/supinfqurtyyflag" class="combo_search" appearance="minimal" style="left:420px; top:19px; width:100px; height:19px; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- </select1>
- <caption id="caption3" class="search_name" style="left:817px; top:19px; width:86px; height:17px; ">교직구분 :</caption>
- <select1 id="cmb_prfshipflag" ref="/root/send/apntinfo/prfshipflag" class="combo_search" appearance="minimal" style="left:905px; top:19px; width:90px; height:19px; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- </select1>
- <input id="ipt_apntfromdd" ref="/root/send/apntinfo/apntfromdd" class="input_s_essential" inputtype="date" style="left:905px; top:44px; width:90px; height:19px; "/>
- <caption id="caption8" class="search_n_b" style="left:997px; top:44px; width:22px; height:17px; font-weight:bolder; ">~</caption>
- <input id="ipt_apnttodd" ref="/root/send/apntinfo/apnttodd" class="input_s_essential" inputtype="date" style="left:1011px; top:44px; width:90px; height:19px; "/>
- <datagrid id="grd_apntvointlist" nodeset="/root/main/apntvoint/apntvointlist" autoresize="true" caption="전체선택^합격여부^합격여부^합격여부^합격여부^수험번호^성명^성별^나이^주민등록번호^대학^대학^대학^대학^대학^대학^대학^대학교^대학교^대학교^대학교^대학교^대학교^대학교^대학원^대학원^대학원^대학원^대학원^대학원^경력
구분^경력1^경력1^경력1^경력1^경력1^경력1^경력2^경력2^경력2^경력2^경력2^경력2^경력3^경력3^경력3^경력3^경력3^경력3^자격면허^외국어^외국어^외국어^외국어^외국어^외국어^외국어^외국어^외국어^외국어^외국어^외국어^외국어^외국어^외국어^외국어^외국어^외국어^외국어^외국어^종교^결혼여부^보훈대상^이메일^주소^핸드폰^병역여부^과거
지원
횟수^경쟁율^비밀번호|전체선택^1차^2차^3차^4차^수험번호^성명^성별^나이^주민등록번호^대학명^학과(전공)^졸업년도^수업년한^학점^소재지^이수구분^대학교명^학과(전공)^졸업년도^수업년한^학점^소재지^이수구분^대학원명^학과(전공)^졸업년도^학점^소재지^이수구분^경력
구분^근무처^근무시작일^근무종료일^근무기간^부서명^주요업무^근무처^근무시작일^근무종료일^근무기간^부서명^주요업무^근무처^근무시작일^근무종료일^근무기간^부서명^주요업무^자격면허^영어^영어^영어^영어^영어^영어^영어^일본어^일본어^중국어^독일어^불란서어^서반아어^러시아어^에스페란토어^스페인어^이태리어^아랍어^포루투칼어^기타^종교^결혼여부^보훈대상^이메일^주소^핸드폰^병역여부^과거
지원
횟수^경쟁율^비밀번호|^1차^2차^3차^4차^수험번호^성명^성별^나이^주민등록번호^대학명^학과(전공)^졸업년도^수업년한^학점^소재지^이수구분^대학교명^학과(전공)^졸업년도^수업년한^학점^소재지^이수구분^대학원명^학과(전공)^졸업년도^학점^소재지^이수구분^경력
구분^근무처^근무시작일^근무종료일^근무기간^부서명^주요업무^근무처^근무시작일^근무종료일^근무기간^부서명^주요업무^근무처^근무시작일^근무종료일^근무기간^부서명^주요업무^자격면허^TOEIC^TOEFL^TEPS^TOEFL_PBT^TOEFL_CBT^TOEFL_IBT^기타^JPT^기타^중국어^독일어^불란서어^서반아어^러시아어^에스페란토어^스페인어^이태리어^아랍어^포루투칼어^기타^종교^결혼여부^보훈대상^이메일^주소^핸드폰^병역여부^과거
지원
횟수^경쟁율^비밀번호" colsep="^" colwidth="35, 40, 40, 40, 40, 60, 50, 30, 30, 100, 100, 100, 65, 35, 35, 70, 60, 100, 100, 65, 35, 35, 70, 60, 100, 100, 65, 35, 70, 60, 47, 80, 80, 80, 80, 65, 65, 80, 80, 80, 80, 65, 65, 80, 80, 80, 80, 65, 65, 300, 60, 60, 60, 80, 80, 80, 60, 60, 60, 60, 60, 65, 65, 65, 90, 65, 65, 60, 70, 50, 80, 40, 35, 200, 300, 110, 60, 40, 60, 80" dataheight="25" explorerbar="sortshow" frozencols="10" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" style="left:0px; top:320px; width:1195px; height:410px; ">
- <col checkvalue="Y,N" ref="chk" type="checkbox" style="text-align:right; "/>
- <col checkvalue="Y,N" disabled="true" ref="passyn_1" type="checkbox" style="text-align:center; "/>
- <col checkvalue="Y,N" disabled="true" ref="passyn_2" type="checkbox" style="text-align:center; "/>
- <col checkvalue="Y,N" disabled="true" ref="passyn_3" type="checkbox" style="text-align:center; "/>
- <col checkvalue="Y,N" disabled="true" ref="passyn_4" type="checkbox" style="text-align:center; "/>
- <col ref="examno" style="text-align:center; "/>
- <col ref="name" style="text-align:center; "/>
- <col ref="gndr" style="text-align:center; "/>
- <col ref="age" style="text-align:center; "/>
- <col ref="rregno" format="999999-9999999" style="text-align:center; "/>
- <col ref="colgnm" style="text-align:center; "/>
- <col ref="colgfrmrmertnm" style="text-align:center; "/>
- <col ref="colggradutndd" format="yyyy" style="text-align:center; "/>
- <col ref="colgyearpd" style="text-align:center; "/>
- <col ref="colgavgscor" style="text-align:center; "/>
- <col ref="colgloctn" style="text-align:center; "/>
- <col ref="colgcmpltcursstdy" style="text-align:center; "/>
- <col ref="univnm" style="text-align:center; "/>
- <col ref="univfrmrmertnm" style="text-align:center; "/>
- <col ref="univgradutndd" format="yyyy" style="text-align:center; "/>
- <col ref="univyearpd" style="text-align:center; "/>
- <col ref="univavgscor" style="text-align:center; "/>
- <col ref="univloctn" style="text-align:center; "/>
- <col ref="univcmpltcursstdy" style="text-align:center; "/>
- <col ref="grdtschnm" style="text-align:center; "/>
- <col ref="grdtfrmrmertnm" style="text-align:center; "/>
- <col ref="grdtgradutndd" format="yyyy" style="text-align:center; "/>
- <col ref="grdtavgscor" style="text-align:right; "/>
- <col ref="grdtloctn" style="text-align:left; "/>
- <col ref="grdtcmpltcursstdy" style="text-align:left; "/>
- <col ref="careryn" style="text-align:center; "/>
- <col ref="dutplce1" style="text-align:center; "/>
- <col ref="duttermfromdd1" format="yyyy-mm-dd" style="text-align:center; "/>
- <col ref="duttermtodd1" format="yyyy-mm-dd" style="text-align:center; "/>
- <col ref="duttermdd1" format="yy-mm-dd" style="text-align:center; "/>
- <col ref="deptnm1" style="text-align:center; "/>
- <col ref="mainbiz1" style="text-align:center; "/>
- <col ref="dutplce2" style="text-align:center; "/>
- <col ref="duttermfromdd2" format="yyyy-mm-dd" style="text-align:center; "/>
- <col ref="duttermtodd2" format="yyyy-mm-dd" style="text-align:center; "/>
- <col ref="duttermdd2" format="yy-mm-dd" style="text-align:center; "/>
- <col ref="deptnm2" style="text-align:center; "/>
- <col ref="mainbiz2" style="text-align:center; "/>
- <col ref="dutplce3" style="text-align:center; "/>
- <col ref="duttermfromdd3" format="yyyy-mm-dd" style="text-align:center; "/>
- <col ref="duttermtodd3" format="yyyy-mm-dd" style="text-align:center; "/>
- <col ref="duttermdd3" format="yy-mm-dd" style="text-align:center; "/>
- <col ref="deptnm3" style="text-align:center; "/>
- <col ref="mainbiz3" style="text-align:center; "/>
- <col ref="licnsyn" style="text-align:left; "/>
- <col ref="toeic" style="text-align:right; "/>
- <col ref="toefl" style="text-align:right; "/>
- <col ref="teps" style="text-align:right; "/>
- <col ref="toefl_pbt" style="text-align:right; "/>
- <col ref="toefl_cbt" style="text-align:right; "/>
- <col ref="toefl_ibt" style="text-align:right; "/>
- <col ref="english" style="text-align:center; "/>
- <col ref="jpt" style="text-align:right; "/>
- <col ref="japanese" style="text-align:center; "/>
- <col ref="chinese" style="text-align:right; "/>
- <col ref="german" style="text-align:right; "/>
- <col ref="french" style="text-align:right; "/>
- <col ref="espana" style="text-align:right; "/>
- <col ref="russian" style="text-align:right; "/>
- <col ref="esperanto" style="text-align:right; "/>
- <col ref="spanish" style="text-align:right; "/>
- <col ref="Italian" style="text-align:right; "/>
- <col ref="arabic" style="text-align:right; "/>
- <col ref="portuguese" style="text-align:right; "/>
- <col ref="etc" style="text-align:right; "/>
- <col ref="religncd" style="text-align:center; "/>
- <col ref="marryyn" style="text-align:center; "/>
- <col checkvalue="Y,N" disabled="true" ref="bhtrgtpsnyn" type="checkbox"/>
- <col ref="email" style="text-align:left; "/>
- <col ref="resdnrgstareaaddr" style="text-align:left; "/>
- <col ref="supppsnmpphonno" style="text-align:left; "/>
- <col ref="mltr" style="text-align:left; "/>
- <col ref="pastsupptims" style="text-align:right; "/>
- <col ref="competrate" style="text-align:right; "/>
- <col ref="apntinfono" visibility="hidden" style="text-align:center; "/>
- </datagrid>
- <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[
- if(ipt_apntyy.value == "") {
- messageBox("채용년도는","I003");
- model.setFocus("ipt_apntyy");
- }
- else {
- submit("TRRPE00301");
- }
- ]]>
- </script>
- <script type="javascript" ev:event="onaftersort">
- <![CDATA[
- grd_apntvointlist.gridToInstance();
- ]]>
- </script>
- </button>
- <line id="line3" class="line_4" style="x1:1110px; y1:13px; x2:1110px; y2:68px; border-color:#ffe4bb; border-left-style:solid; "/>
- <caption id="caption5" class="search_name" style="left:8px; top:19px; width:86px; height:17px; ">채용년도 :</caption>
- <input id="ipt_apntyy" ref="/root/send/apntinfo/apntyy" class="input_s_essential" style="left:95px; top:19px; width:70; height:19px; text-align:center; "/>
- <caption id="caption7" class="search_name" style="left:8px; top:44px; width:115px; height:17px; ">부 서 :</caption>
- <input id="ipt_deptcd" ref="/root/send/apntinfo/deptcd" visibility="visible" style="left:95px; top:44px; width:70px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- if (model.getValue("/root/send/apntinfo/deptcd") == ""){
- model.setValue("/root/send/apntinfo/deptnm", "");
- }
-
- model.refresh();
- ]]>
- </script>
- </input>
- <button id="btn_hopedeptcdhelp" class="icon_search" style="left:170px; top:44px; width:16px; height:16px; ">
- <caption/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var recv_list = "deptcd,deptnm";
- rpbfOpenDeptCdHelp(ipt_deptcd,recv_list);
- model.refresh();
- ]]>
- </script>
- </button>
- <input id="deptnm" ref="/root/send/apntinfo/deptnm" class="output_search" appearance="input" style="left:190px; top:44px; width:110px; height:19px; "/>
- <caption id="caption4" class="search_name" style="left:308px; top:44px; width:110px; height:17px; ">직 종 :</caption>
- <input id="ipt_jobkindcd" ref="/root/send/apntinfo/jobkindcd" style="left:420px; top:44px; width:40px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- if (model.getValue("/root/send/apntinfo/jobkindcd") == ""){
- model.setValue("/root/send/apntinfo/jobkindnm", "");
- }
-
- model.refresh();
- ]]>
- </script>
- </input>
- <input id="ipt_jobkindnm" ref="/root/send/apntinfo/jobkindnm" class="output_search" appearance="input" style="left:480px; top:44px; width:79px; height:19px; "/>
- <datagrid id="grd_apntinfolist" nodeset="/root/main/apntinfo/apntinfolist" autoresize="true" caption="상하반기
구분^기관^교직구분^부서^직종^모집분야^인원^제목^채용시작일^채용종료일^차수^간호직
추가사항^완료^채용번호^채용년도" colsep="^" colwidth="77, 124, 89, 104, 95, 105, 38, 217, 86, 87, 38, 62, 39, 73, 55" dataheight="25" explorerbar="sortshow" mergecellsfixedrows="never" rowheader="select" rowsep="|" style="left:0px; top:95px; width:1195px; height:195px; ">
- <col ref="supinfqurtyy" style="text-align:center; "/>
- <col ref="instnm" style="text-align:left; "/>
- <col ref="prfshipnm" style="text-align:left; "/>
- <col ref="deptnm" style="text-align:left; "/>
- <col ref="jobkindnm" style="text-align:left; "/>
- <col ref="recufildnm" style="text-align:left; "/>
- <col ref="recupsnno" style="text-align:right; "/>
- <col ref="titl" 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 ref="scrngdg" style="text-align:right; "/>
- <col checkvalue="Y,N" ref="nursdept" type="checkbox"/>
- <col checkvalue="Y,N" ref="endyn" type="checkbox" visibility="hidden"/>
- <col ref="apntinfono" visibility="hidden"/>
- <col ref="apntyy" visibility="hidden"/>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- model.removeNodeset("/root/main/apntvoint");
- model.makeNode("/root/main/apntvoint/apntvointlist");
- model.removeNodeset("/root/main/apntvoint/licnslist");
- model.setValue("/root/send/apntvoint/apntinfono", model.getValue("/root/main/apntinfo/apntinfolist[" + (grd_apntinfolist.row-grd_apntinfolist.fixedRows+1) + "]/apntinfono"));
- model.refresh();
-
- submit("TRRPE00302");
-
- // 자격면허를 넣어주는 부분.
- var licnsnm = "";
- for (var idx = grd_apntvointlist.fixedRows, licns = grd_hidden.fixedRows ; licns <= grd_hidden.rows; licns++ ) {
- if( grd_hidden.valueMatrix(licns,grd_hidden.colRef("examno")) == grd_apntvointlist.valueMatrix(idx,grd_apntvointlist.colRef("examno")) ) {
- if( licnsnm == "" ) { // liensnm이 빈값이면 현재row의 licnsyn을 그냥 넣는다.
- licnsnm = grd_hidden.valueMatrix(licns,grd_hidden.colRef("licnsyn"));
- }
- else {
- licnsnm = licnsnm + ", " + grd_hidden.valueMatrix(licns,grd_hidden.colRef("licnsyn"));
- }
- }
- else if (grd_hidden.valueMatrix(licns,grd_hidden.colRef("examno")) != grd_apntvointlist.valueMatrix(idx,grd_apntvointlist.colRef("examno")) ) {
- // 두 examno가 다르면 grd_apntvointlist 의 idx에 넣어준다.
- if( licnsnm == "" ) {
- idx++;
- licns--;
- }
- else {
- grd_apntvointlist.valueMatrix(idx,grd_apntvointlist.colRef("licnsyn")) = licnsnm;
-
- licnsnm = "";
- idx++;
- licns--;
- }
- }
- }
-
- model.refresh();
- ]]>
- </script>
- <script type="javascript" ev:event="onaftersort">
- <![CDATA[
- grd_apntinfolist.gridToInstance();
- ]]>
- </script>
- </datagrid>
- <caption id="caption278" class="tit_2" style="left:5px; top:77px; width:157px; height:13px; ">채용(기본)정보</caption>
- <line id="line1" class="line_1" style="x1:0px; y1:90px; x2:1195px; y2:90px; "/>
- <button id="btn_excel" class="btn6_letter2" style="left:5px; top:293px; width:56px; height:22px; ">
- <caption>출력</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- model.setValue("/root/send/entco/apntinfono",grd_apntinfolist.valueMatrix(grd_apntinfolist.row,grd_apntinfolist.colRef("apntinfono")));
- var tempexamno = '';
- for(idx = grd_apntvointlist.fixedRows; idx <= grd_apntvointlist.row; idx++) {
- if( grd_apntvointlist.valueMatrix(idx, grd_apntvointlist.colRef("chk")) == 'Y' ) {
- if( tempexamno != '' ) {
- tempexamno = tempexamno+ "','"+ grd_apntvointlist.valueMatrix(idx, grd_apntvointlist.colRef("examno"));
- }
- else {
- tempexamno = grd_apntvointlist.valueMatrix(idx, grd_apntvointlist.colRef("examno"));
- }
- }
- }
- model.setValue("/root/send/entco/examno",tempexamno);
-
- model.makeNode("/root/main/entcosupp/entcosupplist");
- submit("TRRPE01104");
- exeReportPreview("RPRPE01100", "XMLSTR","/root/main/entcosupp");
-
- ]]>
- </script>
- </button>
- <caption id="caption11" class="search_name" style="left:567px; top:44px; width:86px; height:17px; ">모집분야 :</caption>
- <input id="ipt_recufildnm" ref="/root/send/apntinfo/recufildnm" class="output_search" appearance="input" style="left:715px; top:44px; width:95px; height:19px; "/>
- <button id="button1" class="icon_search" style="left:697px; top:44px; width:16px; height:16px; ">
- <caption/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var recv_list = "recufildcd,recufildnm";
- rpbfOpenComCdHelp(ipt_recufildnm,"R0061", recv_list);
- model.refresh();
- ]]>
- </script>
- </button>
- <input id="ipt_recufildcd" ref="/root/send/apntinfo/recufildcd" visibility="visible" style="left:655px; top:44px; width:40px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- if (model.getValue("/root/send/apntinfo/recufildcd") == ""){
- model.setValue("/root/send/apntinfo/recufildnm", "");
- }
-
- model.refresh();
- ]]>
- </script>
- </input>
- <button id="btn_jobkindhelp" class="icon_search" style="left:462px; top:44px; width:16px; height:16px; ">
- <caption/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var recv_list = "jobkindcd,jobkindnm";
- rpbfOpenComCdHelp(ipt_jobkindcd,"R0061", recv_list);
- model.refresh();
- ]]>
- </script>
- </button>
- <datagrid id="grd_hidden" nodeset="/root/main/apntvoint/licnslist" visibility="hidden" autoresize="true" caption="수험번호^자격면허" colsep="^" colwidth="60, 300" dataheight="25" explorerbar="sortshow" frozencols="10" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" style="left:715px; top:540px; width:430px; height:190px; ">
- <col ref="examno" style="text-align:center; "/>
- <col ref="licnsyn" style="text-align:center; "/>
- </datagrid>
- </group>
- <group id="grp_btn" scroll="auto" style="left:0px; top:12px; width:1195px; height:27px; ">
- <line id="line2" class="line_6" style="x1:0px; y1:25; x2:1195px; y2:25; "/>
- </group>
- </xhtml:body>
- </xhtml:html>
|