123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413 |
- <?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>SMRPD02800_접수및지원현황</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <list>
- <volntprescondlist>
- </volntprescondlist>
- </list>
- </main>
- <send>
- <req>
- <yy/>
- <instcd/>
- <deptcd/>
- <deptnm/>
- <appfrmlrg/>
- <appfrmsml/>
- <emplno/>
- <name/>
- </req>
- <suppcost>
- <yy/>
- <instcd/>
- <appfrmno/>
- <suppcost_1/>
- <suppcost_2/>
- <suppcost_3/>
- <suppcost_4/>
- <suppcost_5/>
- <curncyunit/>
- </suppcost>
- </send>
- <init>
- <comcd>
- <R03251_temp>
- <R0326>
- <R0326>
- <R0326>
- <cdnm/>
- <cdid/>
- </R0326>
- </R0326>
- </R0326>
- </R03251_temp>
- </comcd>
- </init>
- </root>
- </instance>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.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/dateHelper.js"/>
- <script type="javascript" src="../../../mis/humtrafactmngtweb/js/RPB001.js"/>
- <script type="javascript" src="../../../mis/miscommonweb/js/RSZ001.js"/>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- fInitialize();
- fAppfrmsml();
- ]]>
- </script>
- <submission id="TRRPD02801" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/req" resultref="/root/main/list"/>
- <submission id="TXRPD02801" ref="/root/send/suppcost" resultref="/root/temp"/>
- <submission id="TRZBC00122" mediatype="application/x-www-form-urlencoded" method="post" replace="instance"/>
- </model>
- <script type="javascript">
- <![CDATA[
- // 화면 open시와 초기화 버튼 클릭시 화면 초기화 기능을 수행한다.
- function fInitialize() {
- var today = getCurrentDate();
- var cur_yy = parseInt(today.substring(0, 4));
- model.setValue("/root/send/req/yy", cur_yy);
-
- misfComboComCdListMulti("Z0007,R0325", "cmb_instcd,cmb_appfrmlrg", null, "Y");
- }
-
- function fsearch() {
- if (ipt_yy.value == ""){
- messageBox("연도는","I003");
- return;
- }
- submit("TRRPD02801");
- }
-
- //콤보에 공통코드 Setting
- /*
- pcdgrupid : 공통코드군
- pcontrol_name : Data를 받을 Control
- */
- function rthfComboComCdList(pcdgrupid, pcontrol_name,pall) {
- var control_id = pcontrol_name.attribute("id");
-
- var comcd_node = "/root/send/comcdref";
- var comcd_rsltnode = "/root/init/comcd";
- var comcd_itemset = "/root/init/" + control_id;
-
- model.removeNodeset(comcd_node);
- model.removeNodeset(comcd_itemset);
-
- model.makeNode(comcd_node);
- model.makeNode(comcd_node + "/cdgrupid");
- model.makeNode(comcd_node + "/cdid");
- model.makeNode(comcd_node + "/cdnm");
- model.makeNode(comcd_node + "/refcond");
-
- model.makeNode(comcd_rsltnode);
- model.makeNode(comcd_itemset);
-
- pcontrol_name.choices.itemset.attribute("nodeset") = comcd_itemset+"/comcodelist";
- pcontrol_name.choices.itemset.label.attribute("ref") = "detldesc";
- pcontrol_name.choices.itemset.value.attribute("ref") = "cdid";
- pcontrol_name.refresh();
-
- model.setValue(comcd_node + "/cdgrupid", pcdgrupid);
- model.setValue(comcd_node + "/cdid","%");
- model.setValue(comcd_node + "/cdnm","%");
-
- model.removeChild("TRRPZ00301");
- model.createChild("xforms:submission", "id:TRRPZ00301;mediatype:application/x-www-form-urlencoded; method:post; ref:" + comcd_node + "; resultref:" + comcd_rsltnode + "; ");
- submit("TRRPZ00301");
-
- if(pall != null && pall == "Y")
- {
- /*
- model.makeValue(comcd_itemset+"/comcodelist[" +1+ "]/cdnm", "전체");
- model.makeValue(comcd_itemset+"/comcodelist[" +1+ "]/cdid", "");
-
- sourcenode = document.models(0).instances(0).selectSingleNode(comcd_rsltnode);
- tarnode = document.models(0).instances(0).selectSingleNode(comcd_itemset);
-
- var sourcenodelist = sourcenode.childNodes;
- while (childNode = sourcenodelist.nextNode())tarnode.appendChild(childNode);
- */
- model.makeValue(comcd_itemset+"/comcodelist[" +1+ "]/detldesc", "전체");
- model.makeValue(comcd_itemset+"/comcodelist[" +1+ "]/cdid", "");
-
- sourcenode = document.models(0).instances(0).selectSingleNode(comcd_rsltnode);
- tarnode = document.models(0).instances(0).selectSingleNode(comcd_itemset);
-
- cnt = 1;
- var sourcenodelist = sourcenode.childNodes;
- while (childNode = sourcenodelist.nextNode())
- {
- model.makeValue(comcd_itemset+"/comcodelist[" +(cnt + 1)+ "]/detldesc", childNode.getXPathString(comcd_rsltnode + "/comcodelist[" +cnt + "]/detldesc"));
- model.makeValue(comcd_itemset+"/comcodelist[" +(cnt + 1)+ "]/cdid", childNode.getXPathString(comcd_rsltnode + "/comcodelist[" +cnt + "]/cdid"));
- cnt++;
- }
-
- }
- else model.copyNode(comcd_itemset,comcd_rsltnode);
-
- model.refresh();
-
- //if(pcontrol_name.length == 1) pcontrol_name.selectedindex= 0;
- }
-
- function fAppfrmsml(){
-
- var supcdid = model.getValue("/root/send/req/appfrmlrg");
- var sortfield = "cdnm";
- var sortmethod = "asc";
- var minimum = "true";
-
- model.removenode("/root/init/comcd/R03251_temp/R0326/R0326");
- model.makeNode("/root/init/comcd/R03251_temp/R0326/R0326");
- zbcfGetSubCodeList("R0325", supcdid, "R0326", sortfield, sortmethod, minimum, "/root/init/comcd/R03251_temp/R0326/R0326");
- addGridComboItem("cmb_appfrmsml", "전체", "","above"); // 소분류 콤보박스에 '전체'를 추가
-
- model.refresh();
-
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body guideline="2,763;2,765;" 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:5px; width:1195px; height:61px; "/>
- <line id="line207" class="line_1" style="x1:0px; y1:85px; x2:1195px; y2:85px; "/>
- <caption id="caption9" class="tit_2" style="left:0px; top:70px; width:117px; height:13px; ">지원자조회</caption>
- <select1 id="cmb_instcd" ref="/root/send/req/instcd" class="combo_default" navindex="1" appearance="minimal" style="left:336px; top:12px; width:159px; height:19px; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- fsearch();
- ]]>
- </script>
- </select1>
- <button id="btn_deptcdhelp" class="icon_search" style="left:683px; top:13px; width:16px; height:16px; ">
- <caption/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var precv_list = "deptcd" + "," + "deptnm";
- misfOpenPopUpList("02", ipt_deptcd, "", precv_list);
- fsearch();
- model.refresh();
- ]]>
- </script>
- </button>
- <caption id="caption1" class="search_name" style="left:256px; top:14px; width:85px; height:17px; ">기 관 :</caption>
- <select1 id="cmb_appfrmlrg" ref="/root/send/req/appfrmlrg" navindex="2" appearance="minimal" style="left:100px; top:12px; width:120px; height:19px; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- fsearch();
- fAppfrmsml();
- ]]>
- </script>
- </select1>
- <caption id="caption2" class="search_name" style="left:525px; top:40px; width:86px; height:17px; ">접수상태 :</caption>
- <button id="btn_emplnohelp" class="icon_search" style="left:967px; top:13px; width:16px; height:16px; ">
- <caption/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var precv_list = "emplno" + "," + "name";
- misfOpenPopUpList("01", ipt_emplno, "", precv_list);
- fsearch();
- model.refresh();
- ]]>
- </script>
- </button>
- <input id="ipt_emplnm" ref="/root/send/req/name" class="output_search" style="left:985px; top:12px; width:100px; height:19px; ">
- <script type="javascript" ev:event="onkeyup">
- <![CDATA[
- inputEnterKey("btn_search", "DOMActivate");
- ]]>
- </script>
- </input>
- <caption id="caption5" class="search_name" style="left:10px; top:14px; width:86px; height:17px; ">모집구분 :</caption>
- <input id="ipt_deptnm" ref="/root/send/req/deptnm" class="output_search" style="left:701px; top:12px; width:100px; height:19px; ">
- <script type="javascript" ev:event="onkeyup">
- <![CDATA[
- inputEnterKey("btn_search", "DOMActivate");
- ]]>
- </script>
- </input>
- <input id="ipt_emplno" ref="/root/send/req/emplno" class="input_default" style="left:895px; top:12px; width:70px; height:19px; ">
- <script type="javascript" ev:event="onkeyup">
- <![CDATA[
- inputEnterKey("btn_search", "DOMActivate");
- ]]>
- </script>
- </input>
- <caption id="caption7" class="search_name" style="left:525px; top:14px; width:91px; height:17px; ">교 실 명 :</caption>
- <input id="ipt_deptcd" ref="/root/send/req/deptcd" class="input_default" style="left:611px; top:12px; width:70px; height:19px; ">
- <script type="javascript" ev:event="onkeyup">
- <![CDATA[
- inputEnterKey("btn_search", "DOMActivate");
- ]]>
- </script>
- </input>
- <line id="line3" class="line_4" style="x1:1110px; y1:13px; x2:1110px; y2:56px; border-color:#ffe4bb; border-left-style:solid; "/>
- <caption id="caption8" class="search_name" style="left:810px; top:14px; width:91px; height:17px; ">세부전공:</caption>
- <button id="btn_search" class="btn1_letter2" style="left:1125px; top:24px; width:56px; height:22px; text-align:left; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fsearch();
- ]]>
- </script>
- </button>
- <caption id="caption4" class="search_name" style="left:10px; top:40px; width:86px; height:17px; ">성 명:</caption>
- <input id="ipt_yy" ref="/root/send/req/yy" class="input_s_essential" style="left:100px; top:40px; width:120px; height:19px; ">
- <script type="javascript" ev:event="onkeyup">
- <![CDATA[
- inputEnterKey("btn_search", "DOMActivate");
- ]]>
- </script>
- </input>
- <select1 id="cmb_appfrmsml" ref="/root/send/req/appfrmsml" disabled="false" navindex="3" appearance="minimal" style="left:611px; top:40px; width:70px; height:19px; ">
- <choices>
- <itemset nodeset="/root/init/comcd/R03251_temp/R0326/R0326/R0326">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- fsearch();
- ]]>
- </script>
- </select1>
- <line id="line23" class="line_2" style="x1:730px; y1:720px; x2:1190px; y2:720px; "/>
- <input id="input1" ref="/root/send/req/emplno" class="input_default" style="left:335px; top:40px; width:70px; height:19px; ">
- <script type="javascript" ev:event="onkeyup">
- <![CDATA[
- inputEnterKey("btn_search", "DOMActivate");
- ]]>
- </script>
- </input>
- <caption id="caption3" class="search_name" style="left:256px; top:40px; width:91px; height:17px; ">주민번호:</caption>
- <input id="input2" ref="/root/send/req/emplno" class="input_default" style="left:425px; top:40px; width:70px; height:19px; ">
- <script type="javascript" ev:event="onkeyup">
- <![CDATA[
- inputEnterKey("btn_search", "DOMActivate");
- ]]>
- </script>
- </input>
- <caption id="caption10" style="left:411px; top:42px; width:15px; height:15px; ">-</caption>
- <switch id="switch1" style="left:0px; top:297px; width:1195px; height:425px; ">
- <case id="case1" selected="true"/>
- <case id="case2"/>
- <case id="case3"/>
- <case id="case4"/>
- <case id="case5"/>
- </switch>
- <button id="button5" class="btn_sw" group="tab" selected="true" style="left:0px; top:275px; width:80px; height:22px; ">
- <caption>인적사항</caption>
- <toggle case="case1" ev:event="onclick"/>
- </button>
- <button id="button6" class="btn_sw" group="tab" style="left:80px; top:275px; width:80px; height:22px; ">
- <caption>학 력</caption>
- <toggle case="case2" ev:event="onclick"/>
- </button>
- <button id="button7" class="btn_sw" group="tab" style="left:160px; top:275px; width:80px; height:22px; ">
- <caption>경 력</caption>
- <toggle case="case3" ev:event="onclick"/>
- </button>
- <button id="button8" class="btn_sw" group="tab" style="left:240px; top:275px; width:80px; height:22px; ">
- <caption>가 족</caption>
- <toggle case="case4" ev:event="onclick"/>
- </button>
- <button id="button9" class="btn_sw" group="tab" style="left:320px; top:275px; width:80px; height:22px; ">
- <caption>연구실적</caption>
- <toggle case="case5" ev:event="onclick"/>
- </button>
- </group>
- <group id="grp_btn" scroll="auto" style="left:0px; top:12px; width:1195px; height:27px; ">
- <line id="line7" class="line_6" style="x1:0px; y1:25; x2:1195px; y2:25; "/>
- <button id="button3" class="btn6_letter5" style="left:0px; top:2px; width:92px; height:22px; ">
- <caption>지원서출력</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var fileName = window.fileDialog("save", ",", false, "excel", "xls", "Excel Files(*.xls)|*.xls|All Files (*.*)|*.*");
-
- if (fileName != "")
- {
- grd_volntprescondlist.saveExcel(fileName, "sheetname:sheet1;exportfalsecols:1;");
- }
- ]]>
- </script>
- </button>
- <button id="button1" class="btn6_letter5" style="left:92px; top:2px; width:92px; height:22px; ">
- <caption>접수증출력</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var fileName = window.fileDialog("save", ",", false, "excel", "xls", "Excel Files(*.xls)|*.xls|All Files (*.*)|*.*");
-
- if (fileName != "")
- {
- grd_volntprescondlist.saveExcel(fileName, "sheetname:sheet1;exportfalsecols:1;");
- }
- ]]>
- </script>
- </button>
- <button id="button2" class="btn6_letter4" style="left:184px; top:2px; width:80px; height:22px; ">
- <caption>접수대장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var fileName = window.fileDialog("save", ",", false, "excel", "xls", "Excel Files(*.xls)|*.xls|All Files (*.*)|*.*");
-
- if (fileName != "")
- {
- grd_volntprescondlist.saveExcel(fileName, "sheetname:sheet1;exportfalsecols:1;");
- }
- ]]>
- </script>
- </button>
- <button id="button4" class="btn4_letter2" style="left:1135px; top:3px; width:56px; height:22px; ">
- <caption>저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var fileName = window.fileDialog("save", ",", false, "excel", "xls", "Excel Files(*.xls)|*.xls|All Files (*.*)|*.*");
-
- if (fileName != "")
- {
- grd_volntprescondlist.saveExcel(fileName, "sheetname:sheet1;exportfalsecols:1;");
- }
- ]]>
- </script>
- </button>
- </group>
- <datagrid id="datagrid1" caption="기관^교실^세부전공^성명^주민번호^비밀번호^접수번호^접수상태" colsep="^" colwidth="200, 199, 200, 100, 100, 100, 100, 100" mergecellsfixedrows="bycolrec" rowsep="|" style="left:0px; top:128px; width:1193px; height:180px; ">
- <col/>
- <col/>
- <col/>
- <col/>
- <col/>
- <col/>
- <col/>
- <col/>
- </datagrid>
- </xhtml:body>
- </xhtml:html>
|