123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297 |
- <?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>면접실기스케줄관리</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <intvpracschelist/>
- <maildata>
- <toaddress/>
- <fromaddress/>
- <fromname/>
- <ccaddress/>
- <subject/>
- <msg/>
- </maildata>
- </main>
- <send>
- <apntyy/>
- <supinfqurtyyflag>1</supinfqurtyyflag>
- <fstlattrmflag>1</fstlattrmflag>
- <trngflag>I</trngflag>
- <dentyn>1</dentyn>
- <scrngflag>2</scrngflag>
- <korname/>
- <rregno/>
- <examno/>
- <intnorddeptcd/>
- <resiorddeptcd/>
- <intvpracschelist/>
- <messagesend>
- <intvpracschelist/>
- <workgbn/>
- </messagesend>
- </send>
- <init/>
- <hidden>
- </hidden>
- <temp>
- </temp>
- </root>
- </instance>
- <submission id="TRRTR00201" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/intvpracschelist"/>
- <submission id="TXRTR00201" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/intvpracschelist" resultref="/root/temp"/>
- <submission id="TXRTR00202" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/messagesend" resultref="/root/temp"/>
- <submission id="TXRTR00203" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/messagesend" resultref="/root/temp"/>
- </model>
- <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/stringHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" src="../../../mis/miscommonweb/js/MIS.js"/>
- <script type="javascript" src="../../../com/emailsenderweb/js/ZME001.js"/>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- //사용자 권한
- fCheckAuth();
-
- // 그리드 초기화
- misfGridInit(grd_intvpracschelist);
-
- misfMsterDetailSet(grd_intvpracschelist, null, "TRRTR00201", "Y");
-
- misfComboComCdList("R0234", cmb_resiorddeptcd, "Y");
- misfComboComCdListMulti("R0237,R0238,R0151,R0239,R0240", "cmb_supinfqurtyyflag,cmb_fstlattrmflag,cmb_trngflag,cmb_dentyn,cmb_scrngflag");
-
-
- // 2007-11-16 년도 디폴트설정 acwon수정
- /*var sDate = getNewDate();
- model.setValue("/root/send/apntyy", sDate.getFullYear());
- model.refresh();*/
- var today = getCurrentDate();
- var cur_mm = parseInt(today.substring(4, 6));
- var cur_yy = parseInt(today.substring(0, 4));
-
- if (cur_mm >= 11)
- cur_yy++;
-
- model.setValue("/root/send/apntyy", cur_yy);
- ipt_apntyy.refresh();
- //end
-
- //그리드의 타이틀을 누르면 sort되는 기능
- grd_intvpracschelist.explorerbar = "sort";
- ]]>
- </script>
- <script type="javascript">
- <![CDATA[
- //========================================================================================
- //버튼에 대한 화면 권한 체크(R : 읽기, X : 입력/수정/삭제, P : 출력)
- //========================================================================================
- function fCheckAuth() {
- btn_search.disabled = !checkAuth("R") ;
- btn_save.disabled = !checkAuth("X") ;
- }
- function fGetIntvPracScheGrid() {
- misfMsterDetailRetrieve();
- }
-
- function fzmefOpenMail(ref)
- {
- open("SPRTR00201", 1, 700, 400, "TXRTR00204", ref, "/root/send");
- }
- ]]>
- </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:727px; ">
- <group id="group4" style="left:0px; top:5px; width:1195px; height:65px; vertical-align:top; ">
- <shape id="roundrect1" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:1190px; height:63px; background-color:#fffbf2; border-color:#ffd799; "/>
- <button id="btn_search" class="btn1_letter2" navindex="10" style="left:1125px; top:22px; width:56px; height:22px; text-align:left; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
-
- //필수 입력 항목 체크(공통 ftHelper.js)
- if ( !isRequiredControls("ipt_apntyy", "cmb_supinfqurtyyflag", "cmb_fstlattrmflag", "cmb_trngflag", "cmb_dentyn", "cnb_scrngflag") ) {
- return false;
- }
-
- fGetIntvPracScheGrid();
- ]]>
- </script>
- </button>
- <line id="line1" class="line_4" style="x1:1110px; y1:6px; x2:1110px; y2:52px; border-color:#ffe4bb; border-left-style:solid; "/>
- <caption id="cap_scrngflag" class="search_name" style="left:15px; top:39px; width:86px; height:17px; ">전형구분 :</caption>
- <caption id="caption1" class="search_name" style="left:225px; top:39px; width:86px; height:17px; ">이 름 :</caption>
- <input id="ipt_korname" ref="/root/send/korname" class="input_search" navindex="7" style="left:310px; top:38px; width:100px; height:19px; "/>
- <caption id="caption3" class="search_name" style="left:435px; top:40px; width:86px; height:17px; ">수험번호 :</caption>
- <input id="ipt_examno" ref="/root/send/examno" class="input_search" navindex="9" style="left:525px; top:39px; width:100px; height:19px; "/>
- <select1 id="cmb_trngflag" ref="/root/send/trngflag" class="combo_s_essential" navindex="4" appearance="minimal" style="left:775px; top:10px; width:100px; height:19px; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
-
- if (model.getValue("/root/send/trngflag") == "R") {
- cmb_resiorddeptcd.visible = true;
- cmb_intnorddeptcd.visible = false;
- model.setValue("/root/send/intnorddeptcd", "");
- } else {
- cmb_resiorddeptcd.visible = false;
- cmb_intnorddeptcd.visible = true;
- model.setValue("/root/send/resiorddeptcd", "");
- }
- ]]>
- </script>
- </select1>
- <caption id="cap_trngflag" class="search_name" style="left:660px; top:9px; width:110px; height:17px; ">전공의구분 :</caption>
- <caption id="cap_apntyy" class="search_name" style="left:15px; top:9px; width:86px; height:17px; ">년 도 :</caption>
- <caption id="cap_supinfqurtyyflag" class="search_name" style="left:225px; top:9px; width:86px; height:17px; ">상하반기 :</caption>
- <caption id="cap_fstlattrmflag" class="search_name" style="left:435px; top:9px; width:86px; height:17px; ">전후기 :</caption>
- <select1 id="cmb_dentyn" ref="/root/send/dentyn" class="combo_s_essential" navindex="5" appearance="minimal" style="left:975px; top:10px; width:100px; height:19px; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- </select1>
- <caption id="cap_dentyn" class="search_name" style="left:885px; top:9px; width:96px; height:17px; ">치과여부 :</caption>
- <select1 id="cmb_fstlattrmflag" ref="/root/send/fstlattrmflag" class="combo_s_essential" navindex="3" appearance="minimal" style="left:525px; top:10px; width:100px; height:19px; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- </select1>
- <select1 id="cmb_supinfqurtyyflag" ref="/root/send/supinfqurtyyflag" class="combo_s_essential" navindex="2" appearance="minimal" style="left:310px; top:10px; width:100px; height:19px; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- </select1>
- <caption id="caption12" class="search_name" style="left:660px; top:40px; width:115px; height:17px; ">주민등록번호 :</caption>
- <input id="ipt_rregno" ref="/root/send/rregno" class="input_search" navindex="8" style="left:775px; top:39px; width:100px; height:19px; "/>
- <input id="ipt_apntyy" ref="/root/send/apntyy" class="input_s_essential" navindex="1" style="left:100px; top:10px; width:100px; height:19px; "/>
- <select1 id="cmb_scrngflag" ref="/root/send/scrngflag" class="combo_s_essential" navindex="6" appearance="minimal" style="left:100px; top:35px; width:100px; height:19px; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- </select1>
- <select1 id="cmb_intnorddeptcd" ref="/root/send/intnorddeptcd" class="combo_default" appearance="minimal" style="left:975px; top:35px; width:100; height:19px; ">
- <choices>
- <item>
- <label>전체</label>
- <value/>
- </item>
- <item>
- <label>의과</label>
- <value>XXXX</value>
- </item>
- <item>
- <label>보철과</label>
- <value>PT</value>
- </item>
- <item>
- <label>구강외과</label>
- <value>OT</value>
- </item>
- <item>
- <label>교정과</label>
- <value>OD</value>
- </item>
- </choices>
- </select1>
- <select1 id="cmb_resiorddeptcd" ref="/root/send/resiorddeptcd" class="combo_default" visibility="hidden" appearance="minimal" style="left:975px; top:35px; width:100px; height:19px; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- </select1>
- <caption id="caption117" class="search_name" style="left:885px; top:35px; width:125px; height:17px; ">과구분 :</caption>
- </group>
- <caption id="caption11" class="tit_2" style="left:10px; top:75px; width:117px; height:13px; ">전형일정</caption>
- <line id="line2" class="line_1" style="x1:0px; y1:100px; x2:1195px; y2:100px; "/>
- <datagrid id="grd_intvpracschelist" nodeset="/root/main/intvpracschelist" caption="성명^주민등록번호^수험번호^부서^군보^성별^E-Mail^H/P^면접시간^면접시간^면접시간^면접시간^면접시간|성명^주민등록번호^수험번호^부서^군보^성별^E-Mail^H/P^일자^시작시간^시작분^종료시간^종료분" colsep="^" colwidth="90, 100, 65, 110, 60, 48, 190, 90, 100, 60, 60, 60, 60, 0, 0, 0, 0" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="23" rowsep="|" style="left:0px; top:95px; width:1195px; height:620px; ">
- <col ref="korname" style="text-align:center; "/>
- <col ref="rregno" format="999999-9999999" showmask="true" style="text-align:center; "/>
- <col ref="examno" style="text-align:center; "/>
- <col ref="hopenm"/>
- <col ref="armyyn" style="text-align:center; "/>
- <col ref="gndr" style="text-align:center; "/>
- <col ref="email"/>
- <col ref="supppsnmpphonno"/>
- <col ref="schedd" type="output" format="yyyy-mm-dd" style="text-align:center; "/>
- <col ref="intvfromtm" type="input" format="hh" maxlength="2" showmask="true" _required="true" style="text-align:center; "/>
- <col ref="intvfrommnt" type="input" format="nn" maxlength="2" showmask="true" _required="true" style="text-align:center; "/>
- <col ref="intvtotm" type="input" format="hh" maxlength="2" showmask="true" _required="true" style="text-align:center; "/>
- <col ref="intvtomnt" type="input" format="nn" maxlength="2" showmask="true" _required="true" style="text-align:center; "/>
- <col ref="apntinfono" visibility="hidden"/>
- <col ref="scrngflag" visibility="hidden"/>
- <col ref="seqno" visibility="hidden"/>
- <col ref="apntyy" visibility="hidden"/>
- </datagrid>
- <button id="button4" class="btn2_letter4" style="left:1122px; top:75px; width:64px; height:19px; vertical-align:bottom; ">
- <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_intvpracschelist.saveExcel(fileName);
- }
- ]]>
- </script>
- </button>
- </group>
- <group id="grp_btn" scroll="auto" style="left:0px; top:12px; width:1195px; height:27px; ">
- <button id="btn_save" class="btn4_letter2" style="left:1139px; top:3px; width:56px; height:22px; ">
- <caption>저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var retMes = messageBox("저장 하시겠습니까?", "Q999");
- if ( retMes != 6) {
- return;
- }
-
- var updtdata = getGridUpdateData(grd_intvpracschelist);
- if (updtdata == "") {
- messageBox("변경된 데이터가","I004");
- return;
- }
- if(!checkRequiredColumn("grd_intvpracschelist"))return;
-
- misfSave("TXRTR00201");
- misfMsterDetailRetrieve();
- model.refresh();
-
- ]]>
- </script>
- </button>
- <line id="line11" class="line_6" style="x1:0; y1:25; x2:1195; y2:25; "/>
- </group>
- </xhtml:body>
- </xhtml:html>
|