123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <?xml-stylesheet ype="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>교원 업적 조회</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <prfvaluempl>
- <prfvaluempllist/>
- <eduprfvalulist/>
- <srvprfvalulist/>
- <stdyprfvalulist/>
- <ordprfvalulist/>
- <totprfvalulist/>
- <allprfvalulist/>
- </prfvaluempl>
- <imgviewlist>
- <emplno/>
- <photimg/>
- </imgviewlist>
- <imgdata>
- <photimg/>
- </imgdata>
- </main>
- <send>
- <prfvaluempl>
- <emplno/>
- <baseyy/>
- </prfvaluempl>
- </send>
- <temp/>
- <init>
- <prfvaluempl>
- <eduprfvalulist/>
- <srvprfvalulist/>
- <stdyprfvalulist/>
- </prfvaluempl>
- </init>
- </root>
- </instance>
- <submission id="TXRPB15002" mediatype="multipart/form-data" method="form-data-post" ref="/root/send/attach" resultref="/root/main/excel"/>
- <submission id="TRRPB16001" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/prfvaluempl" resultref="/root/main/prfvaluempl"/>
- <submission id="TRRPB00118" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/prfvaluempl" resultref="/root/main/imgviewlist"/>
- </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/dateHelper.js"/>
- <script type="javascript" src="../../../mis/miscommonweb/js/MIS.js"/>
- <script type="javascript" src="../../../mis/humtrafactmngtweb/js/RPB001.js"/>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- fInitialize();
- ]]>
- </script>
- <script type="javascript">
- <![CDATA[
- function fInitialize()
- {
- model.removenode(grd_eduprfvalulist.nodeset);
- model.removenode(grd_srvprfvalulist.nodeset);
- model.removenode(grd_stdyprfvalulist.nodeset);
- model.removenode(grd_totprfvalulist.nodeset);
- model.refresh();
- //misfMsterDetailSet(grd_contstdyempllist, null, "TRRPB15001", "Y");
- var nowdate = getCurrentDate();
- var yymm = nowdate.substring(0,4);
-
- ipt_baseyy.value = yymm;
- model.refresh();
-
- }
-
- function fChangeImage(imgsrc) {
- img_hidden.src = imgsrc; // 파일에서 읽은 이미지의 base64 encoding 값을 가져오기 위한 이미지 컨트롤
- var data = img_hidden.getbase64data(); // base64 encoding 문자열을 가져온다.
- var imgSize = getImageSize(imgsrc);
- var imgWidthSize = imgSize.split("^")[0];
- var imgHeightSize = imgSize.split("^")[1];
- model.setValue("/root/main/imgdata/photimg",data,true); // 이미지를 보여주기 위하여 view용 이미지컨트롤의 ref instance에 값을 저장
- setImageRefInstance("/root/main/imgdata/photimg"); //base64 encoding 문자열을 이미지로 변환하여 보여준다,
-
-
- img_view.attribute("width")= "140";
-
- img_view.attribute("height")= "170";
- var cur_rows = grd_imgviewlist.rows;
- var emplno=model.getValue("/root/main/empldata/empllist[1]/emplno");
- var imgemplno=model.getValue("/root/main/imgviewlist[1]/emplno");
- if(img_hidden.src != "../../../com/commonweb/images/no_image.gif" && imgemplno ==""){//이미지추가시 그리드 추가
- grd_imgviewlist.addrow(); // 입력할 행 추가.
- cur_row = grd_imgviewlist.row; // 추가된 행 번호 가져오기
- // 그리드에 추가
- model.setValue("/root/main/imgviewlist["+cur_row+"]/emplno",emplno);
- model.setValue("/root/main/imgviewlist["+cur_row+"]/photimg",data,true);
- }else if(img_hidden.src != "../../../com/commonweb/images/no_image.gif" && imgemplno !=""){//업데이트시 그리드셋팅
- grd_imgviewlist.addStatus(1,"update");
- model.setValue("/root/main/imgviewlist[1]/emplno",emplno);
- model.setValue("/root/main/imgviewlist[1]/photimg",data,true);
- }
-
- model.refresh();
- }
-
- function fRetrImage() {//조회시 그리드에 base64 encoding data셋팅하고 사진이미지 보여준다.
- if (grd_imgviewlist.Rows <= grd_imgviewlist.fixedRows) {
- fChangeImage("../../../com/commonweb/images/no_image.gif");//초기 이미지설정
- }
- else {
- for( var i = grd_imgviewlist.fixedRows ; i < grd_imgviewlist.Rows ; i++ ) {
- var imgdata = model.getValue("/root/main/imgviewlist["+i+"]/photimg"); // base64 encoding 문자열을 가져온다.
- model.setValue("/root/main/imgdata/photimg", imgdata,true);
- setImageRefInstance("/root/main/imgdata/photimg");
- }
- grd_imgviewlist.rebuild();
- }
- model.refresh();
-
- }
-
- var fso=new ActiveXObject("Scripting.FileSystemObject");
- function fExcelUpload() {
- var maxsize = upload1.attribute("filesize");
- var filename = window.fileDialog("open", ",", false, "excel", "xls", "Excel Files(*.xls)|*.xls|All Files (*.*)|*.*");
- var filelist = filename.split("|");
- model.removeNodeset("/root/main/list/filelist");
- model.removeNodeset("/root/send/attach");
- //타이틀을 획득한다.
- var s = new String(filelist[filelist.length-1]);
- var ss = s.split("\\");
- if(filename !=""){
- //작업 전 row를 추가 >파일명 유/무에 따른 분기>
- for(var i = 0 ; i < filelist.length ; i++ ){
- grd_attach.addRow(false);
-
- if(filelist[i] == ""){
- //alert(grd_attach.rows - 1);
- grd_attach.removeRow(false);
- grd_attach.refresh();
- }else{
- grd_attach.valueMatrix(grd_attach.rows - 1, 0) = filelist[i];
- //파일크기('tfHelper.checkFileSize' 참조)
- var fileCnt = upload1.getFileCount();
- var lastIndex = fileCnt - 1;
- var fileSize = upload1.getFileSize(lastIndex);
- grd_attach.textmatrix(grd_attach.rows - 1,1) = fileSize;
-
- if (!checkFileSize(upload1)){
- grd_attach.removeItem();
- messageBox("파일 크기가 최대치("+maxsize+"Byte)를", "E003");
- return;
- }
- }
- }
- model.makeValue("/root/send/attach/workym",ipt_workym.value);
-
- openLoadingBar("파일업로드 작업중입니다... ") ;
- submit("TXRPB15002");
- closeLoadingBar();
- //btn_search.dispatch("DOMActivate");
- }
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body style="margin-left:8; margin-right:8; ">
- <group id="group2" scroll="auto" style="left:0px; top:38px; width:1195px; height:744px; ">
- <shape id="roundrect3" appearance="roundrect" ellipsewidth="20" ellipseheight="20" style="left:1025px; top:10px; width:165px; height:185px; "/>
- <shape id="roundrect1" appearance="roundrect" ellipsewidth="20" ellipseheight="20" style="left:5px; top:10px; width:790px; height:185px; "/>
- <line id="line207" class="line_1" style="x1:0px; y1:5px; x2:1193px; y2:4px; "/>
- <input id="ipt_lbrunionjobrespnm" ref="/root/main/item/lbrunionjobrespnm" class="input_search" visibility="hidden"/>
- <input id="ipt_lbrunionjobresp" ref="/root/main/item/dutplceinst" visibility="hidden"/>
- <input id="ipt_emplno_m" ref="/root/main/imsiitem/emplno" visibility="hidden"/>
- <input id="ipt_lbrunionrgstyn_m" ref="/root/main/imsiitem/lbrunionrgstyn" visibility="hidden"/>
- <input id="ipt_lbrunionrgstdd_m" ref="/root/main/imsiitem/lbrunionrgstdd" visibility="hidden"/>
- <input id="ipt_lbrunionsecssdd_m" ref="/root/main/imsiitem/lbrunionsecssdd" visibility="hidden"/>
- <input id="ipt_lbrunionjobresp_m" ref="/root/main/imsiitem/lbrunionjobresp" visibility="hidden"/>
- <input id="ipt_lbrunionjobrespnm_m" ref="/root/main/imsiitem/lbrunionjobrespnm" visibility="hidden"/>
- <input id="ipt_asgnmpostndd_m" ref="/root/main/imsiitem/asgnmpostndd" visibility="hidden"/>
- <input id="ipt_todd_m" ref="/root/main/imsiitem/todd" visibility="hidden"/>
- <input id="ipt_cur_row" ref="/root/init/cur_row_m" class="input_search" visibility="hidden"/>
- <caption id="caption172" class="cell_1" style="left:10px; top:15px; width:150px; height:175px; vertical-align:middle; "/>
- <img id="img_view" ref="/root/main/imgdata/photimg" style="left:15px; top:18px; width:140px; height:155px; background-stretch:stretch; "/>
- <img id="img_hidden" ref="/root/send/save/contstdyempllist" visibility="hidden" style="left:15px; top:18px; width:140px; height:155px; "/>
- <input id="ipt_emplno" ref="/root/send/prfvaluempl/emplno" class="input_s_essential" navindex="1" style="left:272px; top:22px; width:146px; height:19px; font-family:굴림체; font-size:11pt; font-weight:bold; color:#0000ff; text-align:center; vertical-align:middle; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- // misfGridInit(grd_empllist);
- // misfGridInit(grd_imgviewlist);
- submit("TRRPB16001");
-
- // if (grd_empllist.rows - grd_empllist.fixedRows == 0) {
- // //misfGridIUD(grd_empllist, "A");
- // messageBox("사번을 확인 하십시요. 조회 ","E001");
- // return;
- // }
-
- submit("TRRPB00118"); //사진
- fRetrImage();
-
- for (var i = grd_totprfvalulist.fixedRows; i < grd_totprfvalulist.rows; i++) {
- if(grd_totprfvalulist.valueMatrix(i, grd_totprfvalulist.colRef("flag1")) == "01") {
- grd_totprfvalulist.cellstyle("background-color", i, 1, i, 4) = "#ffff99";
- }
- else {
- grd_totprfvalulist.cellstyle("background-color", i, 1, i, 4) = "#ffffff";
- }
- }
-
- model.refresh();
- ]]>
- </script>
- <script type="javascript" ev:event="onkeyup">
- <![CDATA[
- /* Enter Key입력시 ipt_emplno의 xforms-value-changed 이벤트 발생 */
- inputEnterKey("ipt_emplno", "xforms-value-changed");
- ]]>
- </script>
- </input>
- <caption id="caption164" class="cell_1" style="left:180px; top:20px; width:90px; height:23px; ">사원번호</caption>
- <button id="btn_emplsearch" class="icon_search" style="left:422px; top:22px; width:16px; height:16px; ">
- <caption/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- /* 사원번호 Help 화면 Open
- misfOpenPopUpList(화면종류Code, OPEN하는 Control, 공통코드, 리턴받을 Instance명) */
- var recv_list = "emplno";
- //rpbfOpenPopUpList("SPRPB00101", ipt_emplno, recv_list,"ipt_systemflag","N");
- rpbfOpenPopUpList("SPRPB00101", ipt_emplno, recv_list);
-
- model.refresh();
- if (ipt_emplno.label != "" && ipt_emplno.label.length > 0) {
- ipt_emplno.dispatch("xforms-value-changed");
- }
-
- ]]>
- </script>
- </button>
- <caption id="caption2" class="cell_1" style="left:180px; top:54px; width:90px; height:23px; ">성명</caption>
- <caption id="caption3" class="cell_1" style="left:180px; top:88px; width:90px; height:23px; ">소속기관</caption>
- <caption id="caption32" class="cell_1" style="left:180px; top:124px; width:90px; height:23px; ">교실명</caption>
- <caption id="caption1" class="cell_1" style="left:180px; top:162px; width:90px; height:23px; ">과</caption>
- <caption id="caption4" class="cell_1" style="left:535px; top:20px; width:90px; height:23px; ">기준년도</caption>
- <input id="ipt_baseyy" ref="/root/send/prfvaluempl/baseyy" class="input_essential" navindex="5" inputtype="date" format="yyyy" style="left:628px; top:22px; width:130px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- /* 부서코드,명 입력시 Validation Check
- misfValidationCheck(Validation 종류(부서코드, 공통코드, 우편번호...), 공통코드군, 자료를 받을 Instance Node(콤마로 분류해서 넘기면됨)) */
- misfValidationCheck("02", "", "unitcd,unitnm" );
- model.refresh();
- ]]>
- </script>
- </input>
- <caption id="caption5" class="cell_1" style="left:535px; top:54px; width:90px; height:23px; ">의사구분</caption>
- <output id="opt_jobposnm" ref="/root/main/prfvaluempl/prfvaluempllist/jobposnm" class="output_fix" style="left:628px; top:90px; width:130px; height:19px; "/>
- <caption id="caption319" class="cell_1" style="left:535px; top:88px; width:90px; height:23px; vertical-align:middle; ">직위</caption>
- <output id="opt_orgunitnm" ref="/root/main/prfvaluempl/prfvaluempllist/orgunitnm" class="output_fix" style="left:272px; top:125px; width:178px; height:19px; "/>
- <output id="opt_unitnm" ref="/root/main/prfvaluempl/prfvaluempllist/unitnm" class="output_fix" style="left:272px; top:164px; width:178px; height:19px; "/>
- <caption id="caption8" class="cell_1" style="left:535px; top:124px; width:90px; height:23px; vertical-align:middle; ">근무상태</caption>
- <select1 id="rdo_mdnmflag" ref="/root/main/prfvaluempl/prfvaluempllist/mdnmflag" disabled="true" appearance="full" cellspacing="30" cols="2" style="left:628px; top:56px; width:130px; height:20px; border-style:solid; ">
- <choices>
- <item>
- <label>MD</label>
- <value>Y</value>
- </item>
- <item>
- <label>NM</label>
- <value>N</value>
- </item>
- </choices>
- </select1>
- <shape id="roundrect2" appearance="roundrect" ellipsewidth="20" ellipseheight="20" style="left:800px; top:10px; width:220px; height:185px; "/>
- <caption id="caption7" class="cell_1" style="left:835px; top:20px; width:50px; height:23px; ">총점</caption>
- <caption id="caption9" class="cell_1" style="left:835px; top:54px; width:50px; height:23px; ">교육</caption>
- <caption id="caption10" class="cell_1" style="left:835px; top:88px; width:50px; height:23px; ">연구</caption>
- <caption id="caption11" class="cell_1" style="left:835px; top:124px; width:50px; height:23px; ">봉사</caption>
- <caption id="caption12" class="cell_1" style="left:835px; top:162px; width:50px; height:23px; ">진료</caption>
- <input id="ipt_totscor" ref="/root/main/prfvaluempl/allprfvalulist/totscor" style="left:888px; top:22px; width:100px; height:19px; text-align:right; vertical-align:middle; "/>
- <input id="ipt_eduscor" ref="/root/main/prfvaluempl/allprfvalulist/eduscor" style="left:888px; top:56px; width:100px; height:19px; text-align:right; vertical-align:middle; "/>
- <input id="ipt_stdyscor" ref="/root/main/prfvaluempl/allprfvalulist/stdyscor" style="left:888px; top:90px; width:100px; height:19px; text-align:right; vertical-align:middle; "/>
- <input id="ipt_srvscor" ref="/root/main/prfvaluempl/allprfvalulist/srvscor" style="left:888px; top:125px; width:100px; height:19px; text-align:right; vertical-align:middle; "/>
- <input id="ipt_ordscor" ref="/root/main/prfvaluempl/allprfvalulist/ordscor" style="left:888px; top:164px; width:100px; height:19px; text-align:right; vertical-align:middle; "/>
- <button id="btn_totdata" class="btn_sw" group="tab" selected="true" style="left:5px; top:200px; width:110px; height:22px; ">
- <caption>평가점수 총괄표</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- model.toggle("case1");
- ]]>
- </script>
- </button>
- <switch id="switch1" style="left:5px; top:220px; width:1185px; height:510px; ">
- <case id="case1" selected="true">
- <datagrid id="grd_totprfvalulist" nodeset="/root/main/prfvaluempl/totprfvalulist" caption="영역^평가항목^점수^비고^구분|영역^평가항목^점수^비고^구분" colsep="^" colwidth="192, 458, 135, 348, 37" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" style="left:5px; top:5px; width:1175px; height:495px; ">
- <col ref="flagnm1"/>
- <col ref="flagnm2"/>
- <col ref="appr_scor" style="text-align:right; vertical-align:middle; "/>
- <col/>
- <col ref="flag1" visibility="hidden"/>
- </datagrid>
- </case>
- <case id="case2">
- <datagrid id="grd_eduprfvalulist" nodeset="/root/main/prfvaluempl/eduprfvalulist" caption="평가항목^세부내용^점수^기관^실습담당과^학생수^일수^전임교원수^기여도^기여도점수|평가항목^세부내용^점수^기관^실습담당과^학생수^일수^전임교원수^기여도^기여도점수" colsep="^" colwidth="295, 739, 100, 27, 28, 25, 22, 25, 25, 22" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" style="left:5px; top:5px; width:1175px; height:285px; ">
- <col ref="appr_item_nm"/>
- <col ref="detlctnt"/>
- <col ref="appr_scor" style="text-align:right; vertical-align:middle; "/>
- <col ref="instnm"/>
- <col ref="unitnm"/>
- <col ref="std_map_std_cnt"/>
- <col ref="tm_cnt"/>
- <col ref="fltm_sprf_cnt"/>
- <col ref="cntrib_stt"/>
- <col/>
- <script type="javascript" ev:event="onrowchanged">
- <![CDATA[
- model.copyNode("/root/init/prfvaluempl/eduprfvalulist","/root/main/prfvaluempl/eduprfvalulist[" + (grd_eduprfvalulist.row - grd_eduprfvalulist.fixedRows + 1) + "]");
- model.refresh();
- ]]>
- </script>
- </datagrid>
- <group id="group3" style="left:5px; top:295px; width:1170px; height:200px; ">
- <caption id="caption13" class="cell_1" style="left:10px; top:40px; width:90px; height:23px; ">평가항목</caption>
- <input id="ipt_appr_item_nm" ref="/root/init/prfvaluempl/eduprfvalulist/appr_item_nm" class="input_essential" navindex="2" style="left:102px; top:42px; width:178px; height:19px; "/>
- <line id="line9" class="line_1" style="x1:0px; y1:23px; x2:1165px; y2:23px; "/>
- <caption id="caption34" class="tit_2" style="left:5px; top:3px; width:126px; height:14px; ">학부임상실습</caption>
- <input id="ipt_instnm" ref="/root/init/prfvaluempl/eduprfvalulist/instnm" class="input_essential" navindex="2" style="left:102px; top:72px; width:178px; height:19px; "/>
- <caption id="caption14" class="cell_1" style="left:10px; top:70px; width:90px; height:23px; ">기 관</caption>
- <input id="ipt_unitnm" ref="/root/init/prfvaluempl/eduprfvalulist/unitnm" class="input_essential" navindex="2" style="left:102px; top:100px; width:178px; height:19px; "/>
- <caption id="caption15" class="cell_1" style="left:10px; top:98px; width:90px; height:23px; ">실습담당과</caption>
- <input id="ipt_std_map_std_cnt" ref="/root/init/prfvaluempl/eduprfvalulist/std_map_std_cnt" class="input_essential" navindex="2" style="left:102px; top:130px; width:178px; height:19px; "/>
- <caption id="caption16" class="cell_1" style="left:10px; top:128px; width:90px; height:23px; ">학생수</caption>
- <input id="ipt_tm_cnt" ref="/root/init/prfvaluempl/eduprfvalulist/tm_cnt" class="input_essential" navindex="2" style="left:422px; top:42px; width:178px; height:19px; "/>
- <caption id="caption17" class="cell_1" style="left:330px; top:40px; width:90px; height:23px; ">일 수</caption>
- <input id="ipt_fltm_sprf_cnt" ref="/root/init/prfvaluempl/eduprfvalulist/fltm_sprf_cnt" class="input_essential" navindex="2" style="left:422px; top:72px; width:178px; height:19px; "/>
- <caption id="caption18" class="cell_1" style="left:330px; top:70px; width:90px; height:23px; ">전임교원수</caption>
- <input id="ipt_cntrib_stt" ref="/root/init/prfvaluempl/eduprfvalulist/cntrib_stt" class="input_essential" navindex="2" style="left:422px; top:100px; width:178px; height:19px; "/>
- <caption id="caption19" class="cell_1" style="left:330px; top:98px; width:90px; height:23px; ">기 여 도</caption>
- <input id="input15" ref="/root/main/empldata/empllist/name" class="input_essential" navindex="2" style="left:422px; top:130px; width:178px; height:19px; "/>
- <caption id="caption20" class="cell_1" style="left:330px; top:128px; width:90px; height:23px; ">기여도점수</caption>
- <caption id="caption21" class="cell_1" style="left:650px; top:40px; width:90px; height:23px; ">점수</caption>
- <input id="ipt_appr_scor" ref="/root/init/prfvaluempl/eduprfvalulist/appr_scor" class="input_essential" navindex="2" style="left:742px; top:42px; width:178px; height:19px; "/>
- </group>
- </case>
- <case id="case3">
- <datagrid id="grd_stdyprfvalulist" nodeset="/root/main/prfvaluempl/stdyprfvalulist" caption="업적구분^업적명^업적년월^점수^학술지등급^논문종류^역할^게재학술지^IFScore^발행기관^발표인원^점수^수록권호1^수록권호2^수록면1^수록면2|업적구분^업적명^업적년월^점수^학술지등급^논문종류^역할^게재학술지^IFScore^발행기관^발표인원^점수^수록권호1^수록권호2^수록면1^수록면2" colsep="^" colwidth="294, 639, 100, 100, 51, 34, 27, 42, 25, 36, 43, 32, 39, 34, 30, 30" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" style="left:5px; top:5px; width:1175px; height:285px; ">
- <col ref="act_flag"/>
- <col ref="rech_rslt_nm"/>
- <col ref="basi_dt" format="yyyy-mm"/>
- <col ref="appr_scor" style="text-align:right; vertical-align:middle; "/>
- <col ref="rech_rslt_cd_nm" visibility="hidden"/>
- <col ref="jrnl_kind" visibility="hidden"/>
- <col ref="role_nm" visibility="hidden"/>
- <col ref="jrnl_nm" visibility="hidden"/>
- <col ref="if_scor" visibility="hidden"/>
- <col ref="breu_nm" visibility="hidden"/>
- <col ref="tt_rcnt" visibility="hidden"/>
- <col ref="appr_scor" visibility="hidden"/>
- <col ref="vol" visibility="hidden"/>
- <col ref="ho" visibility="hidden"/>
- <col ref="fr_page" visibility="hidden"/>
- <col ref="to_page" visibility="hidden"/>
- <script type="javascript" ev:event="onrowchanged">
- <![CDATA[
- model.copyNode("/root/init/prfvaluempl/stdyprfvalulist","/root/main/prfvaluempl/stdyprfvalulist[" + (grd_stdyprfvalulist.row - grd_stdyprfvalulist.fixedRows + 1) + "]");
- model.refresh();
- ]]>
- </script>
- </datagrid>
- <group id="group4" style="left:5px; top:295px; width:1170px; height:200px; ">
- <caption id="caption22" class="cell_1" style="left:10px; top:40px; width:90px; height:23px; ">업적구분</caption>
- <input id="ipt_act_flag" ref="/root/init/prfvaluempl/stdyprfvalulist/act_flag" class="input_essential" navindex="2" style="left:102px; top:42px; width:178px; height:19px; "/>
- <line id="line1" class="line_1" style="x1:0px; y1:23px; x2:1165px; y2:23px; "/>
- <caption id="caption23" class="tit_2" style="left:5px; top:3px; width:126px; height:14px; ">논문</caption>
- <input id="ipt_jrnl_nm" ref="/root/init/prfvaluempl/stdyprfvalulist/jrnl_nm" class="input_essential" navindex="2" style="left:102px; top:72px; width:458px; height:19px; "/>
- <caption id="caption24" class="cell_1" style="left:10px; top:70px; width:90px; height:23px; ">게재학술지</caption>
- <input id="ipt_rech_rslt_nm" ref="/root/init/prfvaluempl/stdyprfvalulist/rech_rslt_nm" class="input_essential" navindex="2" style="left:100px; top:100px; width:1060px; height:19px; "/>
- <caption id="caption25" class="cell_1" style="left:8px; top:98px; width:90px; height:23px; ">논문명</caption>
- <input id="ipt_breu_nm" ref="/root/init/prfvaluempl/stdyprfvalulist/breu_nm" class="input_essential" navindex="2" style="left:100px; top:130px; width:458px; height:19px; "/>
- <caption id="caption26" class="cell_1" style="left:8px; top:128px; width:90px; height:23px; ">발행기관</caption>
- <input id="ipt_rech_rslt_cd_nm" ref="/root/init/prfvaluempl/stdyprfvalulist/rech_rslt_cd_nm" class="input_essential" navindex="2" style="left:382px; top:42px; width:178px; height:19px; "/>
- <caption id="caption27" class="cell_1" style="left:290px; top:40px; width:90px; height:23px; ">학술지 등급</caption>
- <caption id="caption31" class="cell_1" style="left:575px; top:40px; width:90px; height:23px; ">논문종류</caption>
- <input id="ipt_jrnl_kind" ref="/root/init/prfvaluempl/stdyprfvalulist/jrnl_kind" class="input_essential" navindex="2" style="left:667px; top:42px; width:213px; height:19px; "/>
- <input id="ipt_vol" ref="/root/init/prfvaluempl/stdyprfvalulist/vol" class="input_essential" navindex="2" style="left:100px; top:162px; width:80px; height:19px; "/>
- <caption id="caption33" class="cell_1" style="left:8px; top:160px; width:90px; height:23px; ">수록권호</caption>
- <input id="ipt_ho" ref="/root/init/prfvaluempl/stdyprfvalulist/ho" class="input_essential" navindex="2" style="left:195px; top:162px; width:63px; height:19px; "/>
- <caption id="caption35" style="left:180px; top:162px; width:15px; height:20px; ">권</caption>
- <caption id="caption36" style="left:258px; top:162px; width:20px; height:20px; ">호</caption>
- <caption id="caption37" class="cell_1" style="left:290px; top:160px; width:90px; height:23px; ">수록면</caption>
- <caption id="caption38" style="left:465px; top:162px; width:13px; height:20px; ">~</caption>
- <input id="ipt_fr_page" ref="/root/init/prfvaluempl/stdyprfvalulist/fr_page" class="input_essential" navindex="2" style="left:382px; top:162px; width:80px; height:19px; "/>
- <input id="ipt_to_page" ref="/root/init/prfvaluempl/stdyprfvalulist/to_page" class="input_essential" navindex="2" style="left:480px; top:162px; width:78px; height:19px; "/>
- <caption id="caption28" class="cell_1" style="left:890px; top:40px; width:90px; height:23px; ">역할</caption>
- <input id="ipt_role_nm" ref="/root/init/prfvaluempl/stdyprfvalulist/role_nm" class="input_essential" navindex="2" style="left:982px; top:42px; width:178px; height:19px; "/>
- <caption id="caption29" class="cell_1" style="left:575px; top:70px; width:90px; height:23px; ">게재년월</caption>
- <input id="ipt_basi_dt" ref="/root/init/prfvaluempl/stdyprfvalulist/basi_dt" class="input_essential" navindex="2" style="left:667px; top:72px; width:213px; height:19px; "/>
- <input id="ipt_if_scor" ref="/root/init/prfvaluempl/stdyprfvalulist/if_scor" class="input_essential" navindex="2" style="left:982px; top:72px; width:178px; height:19px; "/>
- <caption id="caption30" class="cell_1" style="left:890px; top:70px; width:90px; height:23px; ">I.F. Score</caption>
- <caption id="caption39" class="cell_1" style="left:890px; top:130px; width:90px; height:23px; ">점수</caption>
- <input id="ipt_tt_rcnt" ref="/root/init/prfvaluempl/stdyprfvalulist/tt_rcnt" class="input_essential" navindex="2" style="left:667px; top:132px; width:213px; height:19px; "/>
- <input id="input2" ref="/root/init/prfvaluempl/stdyprfvalulist/appr_scor" class="input_essential" navindex="2" style="left:982px; top:132px; width:178px; height:19px; "/>
- <caption id="caption40" class="cell_1" style="left:575px; top:130px; width:90px; height:23px; ">발표인원</caption>
- </group>
- </case>
- <case id="case4">
- <datagrid id="grd_srvprfvalulist" nodeset="/root/main/prfvaluempl/srvprfvalulist" caption="업적구분^평가항목^세부내용^봉사기간^봉사기간^점수^횟수/시간^봉시기관|업적구분^평가항목^세부내용^시작^종료^점수^횟수/시간^봉시기관" colsep="^" colwidth="180, 311, 342, 100, 100, 100, 34, 41" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" style="left:5px; top:5px; width:1175px; height:285px; ">
- <col ref="cd_kor_nm"/>
- <col ref="appr_item_nm"/>
- <col ref="act_ctnt"/>
- <col ref="act_fr_dt"/>
- <col ref="act_to_dt"/>
- <col ref="appr_scor" style="text-align:right; vertical-align:middle; "/>
- <col ref="srv_cnt" visibility="hidden"/>
- <col ref="act_breu_nm" visibility="hidden"/>
- <script type="javascript" ev:event="onrowchanged">
- <![CDATA[
- model.copyNode("/root/init/prfvaluempl/srvprfvalulist","/root/main/prfvaluempl/srvprfvalulist[" + (grd_srvprfvalulist.row - grd_srvprfvalulist.fixedRows + 1) + "]");
- model.refresh();
- ]]>
- </script>
- </datagrid>
- <group id="group5" style="left:5px; top:295px; width:1170px; height:200px; ">
- <caption id="caption41" class="cell_1" style="left:10px; top:40px; width:90px; height:23px; ">업적구분</caption>
- <input id="ipt_cd_kor_nm" ref="/root/init/prfvaluempl/srvprfvalulist/cd_kor_nm" class="input_essential" navindex="2" style="left:102px; top:42px; width:245px; height:19px; "/>
- <line id="line2" class="line_1" style="x1:0px; y1:23px; x2:1165px; y2:23px; "/>
- <caption id="caption42" class="tit_2" style="left:5px; top:3px; width:126px; height:14px; ">세부내역</caption>
- <input id="ipt_act_fr_dt" ref="/root/init/prfvaluempl/srvprfvalulist/act_fr_dt" class="input_essential" navindex="2" format="yyyy-mm-dd" style="left:102px; top:72px; width:113px; height:19px; "/>
- <caption id="caption43" class="cell_1" style="left:10px; top:70px; width:90px; height:23px; ">봉시기간</caption>
- <input id="ipt_act_breu_nm" ref="/root/init/prfvaluempl/srvprfvalulist/act_breu_nm" class="input_essential" navindex="2" style="left:100px; top:100px; width:1060px; height:19px; "/>
- <caption id="caption44" class="cell_1" style="left:8px; top:98px; width:90px; height:23px; ">봉사기관</caption>
- <input id="ipt_act_ctnt" ref="/root/init/prfvaluempl/srvprfvalulist/act_ctnt" class="input_essential" navindex="2" style="left:100px; top:130px; width:1060px; height:19px; "/>
- <caption id="caption45" class="cell_1" style="left:8px; top:128px; width:90px; height:23px; ">세부활동내용</caption>
- <caption id="caption47" class="cell_1" style="left:360px; top:40px; width:90px; height:23px; ">평가항목</caption>
- <input id="input7" ref="/root/init/prfvaluempl/srvprfvalulist/appr_item_nm" class="input_essential" navindex="2" style="left:452px; top:42px; width:708px; height:19px; "/>
- <input id="ipt_srv_appr_scor" ref="/root/init/prfvaluempl/srvprfvalulist/appr_scor" class="input_essential" navindex="2" style="left:100px; top:162px; width:245px; height:19px; "/>
- <caption id="caption48" class="cell_1" style="left:8px; top:160px; width:90px; height:23px; ">점수</caption>
- <caption id="caption52" style="left:220px; top:72px; width:13px; height:20px; ">~</caption>
- <caption id="caption54" class="cell_1" style="left:360px; top:70px; width:90px; height:23px; ">횟수/시간</caption>
- <input id="ipt_srv_cnt" ref="/root/init/prfvaluempl/srvprfvalulist/srv_cnt" class="input_essential" navindex="2" style="left:452px; top:72px; width:213px; height:19px; "/>
- <input id="ipt_act_to_dt" ref="/root/init/prfvaluempl/srvprfvalulist/act_to_dt" class="input_essential" navindex="2" format="yyyy-mm-dd" style="left:235px; top:72px; width:113px; height:19px; "/>
- </group>
- </case>
- <case id="case5">
- <group id="group6" style="left:0px; top:5px; width:230px; height:295px; border-style:dotted; ">
- <caption id="caption46" class="cell_1" style="left:10px; top:40px; width:107px; height:23px; ">초진료부과환자수</caption>
- <input id="ipt_fsmedi_pati_cnt" ref="/root/main/prfvaluempl/ordprfvalulist/fsmedi_pati_cnt" class="input_essential" navindex="2" format="#,###" style="left:118px; top:42px; width:102px; height:19px; text-align:right; vertical-align:middle; "/>
- <line id="line3" class="line_1" style="x1:0px; y1:23px; x2:228px; y2:23px; "/>
- <caption id="caption49" class="tit_2" style="left:5px; top:3px; width:126px; height:14px; ">초진율</caption>
- <input id="ipt_fore_pati_cnt" ref="/root/main/prfvaluempl/ordprfvalulist/fore_pati_cnt" class="input_essential" navindex="2" format="#,###" style="left:118px; top:72px; width:102px; height:19px; text-align:right; vertical-align:middle; "/>
- <caption id="caption50" class="cell_1" style="left:10px; top:70px; width:107px; height:23px; ">외래환자수</caption>
- <caption id="caption51" class="cell_1" style="left:10px; top:98px; width:107px; height:23px; ">비율</caption>
- <caption id="caption53" class="cell_1" style="left:10px; top:128px; width:107px; height:23px; ">등급</caption>
- <input id="ipt_fmedi_scor" ref="/root/main/prfvaluempl/ordprfvalulist/fmedi_scor" class="input_essential" navindex="2" format="#,###" style="left:118px; top:162px; width:102px; height:19px; text-align:right; vertical-align:middle; "/>
- <caption id="caption56" class="cell_1" style="left:10px; top:160px; width:107px; height:23px; ">점수</caption>
- <input id="input47" ref="/root/main/prfvaluempl/ordprfvalulist/fsmedi_rate" class="input_essential" navindex="2" format="(-)#,###" style="left:118px; top:100px; width:102px; height:19px; text-align:right; vertical-align:middle; "/>
- <input id="input41" ref="/root/main/empldata/empllist/name" class="input_essential" navindex="2" style="left:118px; top:130px; width:102px; height:19px; "/>
- </group>
- <group id="group7" style="left:240px; top:5px; width:225px; height:295px; border-style:dotted; ">
- <caption id="caption55" class="cell_1" style="left:10px; top:40px; width:107px; height:23px; ">외래의뢰건수</caption>
- <input id="ipt_fore_comedi_trst_cnt" ref="/root/main/prfvaluempl/ordprfvalulist/fore_comedi_trst_cnt" class="input_essential" navindex="2" format="#,###" style="left:118px; top:42px; width:102px; height:19px; text-align:right; vertical-align:middle; "/>
- <line id="line4" class="line_1" style="x1:0px; y1:23px; x2:221px; y2:23px; "/>
- <caption id="caption57" class="tit_2" style="left:5px; top:3px; width:126px; height:14px; ">협진건수</caption>
- <input id="ipt_fore_comedi_medi_cnt" ref="/root/main/prfvaluempl/ordprfvalulist/fore_comedi_medi_cnt" class="input_essential" navindex="2" format="#,###" style="left:118px; top:72px; width:102px; height:19px; text-align:right; vertical-align:middle; "/>
- <caption id="caption58" class="cell_1" style="left:10px; top:70px; width:107px; height:23px; ">외래진료건수</caption>
- <caption id="caption59" class="cell_1" style="left:10px; top:98px; width:107px; height:23px; ">입원의뢰건수</caption>
- <caption id="caption60" class="cell_1" style="left:10px; top:128px; width:107px; height:23px; ">입원진료건수</caption>
- <input id="ipt_comedi_tot_cnt" ref="/root/main/prfvaluempl/ordprfvalulist/comedi_tot_cnt" class="input_essential" navindex="2" format="#,###" style="left:118px; top:162px; width:102px; height:19px; text-align:right; vertical-align:middle; "/>
- <caption id="caption61" class="cell_1" style="left:10px; top:160px; width:107px; height:23px; ">총계</caption>
- <input id="ipt_hsplz_comedi_trst_cnt" ref="/root/main/prfvaluempl/ordprfvalulist/hsplz_comedi_trst_cnt" class="input_essential" navindex="2" format="#,###" style="left:118px; top:100px; width:102px; height:19px; text-align:right; vertical-align:middle; "/>
- <input id="ipt_hsplz_comedi_medi_cnt" ref="/root/main/prfvaluempl/ordprfvalulist/hsplz_comedi_medi_cnt" class="input_essential" navindex="2" format="#,###" style="left:118px; top:130px; width:102px; height:19px; text-align:right; vertical-align:middle; "/>
- <caption id="caption62" class="cell_1" style="left:10px; top:190px; width:107px; height:23px; ">등급</caption>
- <input id="input50" ref="/root/main/empldata/empllist/name" class="input_essential" navindex="2" style="left:118px; top:192px; width:102px; height:19px; "/>
- <input id="ipt_comedi_scor" ref="/root/main/prfvaluempl/ordprfvalulist/comedi_scor" class="input_essential" navindex="2" format="#,###" style="left:118px; top:222px; width:102px; height:19px; text-align:right; vertical-align:middle; "/>
- <caption id="caption63" class="cell_1" style="left:10px; top:220px; width:107px; height:23px; ">점수</caption>
- </group>
- <group id="group8" style="left:475px; top:5px; width:330px; height:295px; border-style:dotted; ">
- <caption id="caption64" class="cell_1" style="left:10px; top:40px; width:107px; height:23px; ">최고치년도</caption>
- <input id="ipt_max_appr_yyyy" ref="/root/main/prfvaluempl/ordprfvalulist/max_appr_yyyy" class="input_essential" navindex="2" format="#,###" style="left:118px; top:42px; width:202px; height:19px; text-align:right; vertical-align:middle; "/>
- <line id="line5" class="line_1" style="x1:0px; y1:23px; x2:325px; y2:23px; "/>
- <caption id="caption65" class="tit_2" style="left:5px; top:3px; width:126px; height:14px; ">진료수익증가율</caption>
- <input id="ipt_act_medi_max_amt" ref="/root/main/prfvaluempl/ordprfvalulist/act_medi_max_amt" class="input_essential" navindex="2" format="#,###" style="left:118px; top:72px; width:202px; height:19px; text-align:right; vertical-align:middle; "/>
- <caption id="caption66" class="cell_1" style="left:10px; top:70px; width:107px; height:23px; ">최고치실적</caption>
- <caption id="caption67" class="cell_1" style="left:10px; top:98px; width:107px; height:23px; ">평가년도실적</caption>
- <caption id="caption68" class="cell_1" style="left:10px; top:128px; width:107px; height:23px; ">증가율</caption>
- <input id="ipt_act_medi_profit_amt" ref="/root/main/prfvaluempl/ordprfvalulist/act_medi_profit_amt" class="input_essential" navindex="2" format="#,###" style="left:118px; top:100px; width:202px; height:19px; text-align:right; vertical-align:middle; "/>
- <input id="ipt_act_medi_incr_rate" ref="/root/main/prfvaluempl/ordprfvalulist/act_medi_incr_rate" class="input_essential" navindex="2" format="(-)#,###" style="left:118px; top:130px; width:202px; height:19px; text-align:right; vertical-align:middle; "/>
- <caption id="caption70" class="cell_1" style="left:10px; top:160px; width:107px; height:23px; ">등급</caption>
- <input id="input57" ref="/root/main/empldata/empllist/name" class="input_essential" navindex="2" style="left:118px; top:162px; width:202px; height:19px; "/>
- <input id="ipt_profit_incr_scor" ref="/root/main/prfvaluempl/ordprfvalulist/profit_incr_scor" class="input_essential" navindex="2" format="#,###" style="left:118px; top:192px; width:202px; height:19px; text-align:right; vertical-align:middle; "/>
- <caption id="caption71" class="cell_1" style="left:10px; top:190px; width:107px; height:23px; ">점수</caption>
- </group>
- <group id="group9" style="left:815px; top:5px; width:355px; height:295px; border-style:dotted; ">
- <caption id="caption69" class="cell_1" style="left:10px; top:40px; width:120px; height:23px; ">진료수익</caption>
- <input id="ipt_act_medi_profit_amt2" ref="/root/main/prfvaluempl/ordprfvalulist/act_medi_profit_amt2" class="input_essential" navindex="2" format="#,###" style="left:133px; top:42px; width:202px; height:19px; text-align:right; vertical-align:middle; "/>
- <line id="line6" class="line_1" style="x1:0px; y1:23px; x2:350px; y2:23px; "/>
- <caption id="caption72" class="tit_2" style="left:5px; top:3px; width:126px; height:14px; ">행위진료수익</caption>
- <input id="ipt_act_medi_profit_amt3" ref="/root/main/prfvaluempl/ordprfvalulist/act_medi_profit_amt3" class="input_essential" navindex="2" format="#,###" style="left:133px; top:72px; width:202px; height:19px; text-align:right; vertical-align:middle; "/>
- <caption id="caption73" class="cell_1" style="left:10px; top:70px; width:120px; height:23px; ">가산률적용진료수익</caption>
- <caption id="caption74" class="cell_1" style="left:10px; top:98px; width:120px; height:23px; ">점수</caption>
- <input id="ipt_profit_scor" ref="/root/main/prfvaluempl/ordprfvalulist/profit_scor" class="input_essential" navindex="2" format="#,###" style="left:133px; top:100px; width:202px; height:19px; text-align:right; vertical-align:middle; "/>
- </group>
- <group id="group10" style="left:5px; top:310px; width:600px; height:140px; border-style:dotted; ">
- <caption id="caption75" class="cell_1" style="left:10px; top:40px; width:107px; height:23px; ">합계</caption>
- <input id="ipt_paytotamt" ref="/root/main/prfvaluempl/ordprfvalulist/paytotamt" class="input_essential" navindex="2" format="#,###" style="left:118px; top:42px; width:167px; height:19px; text-align:right; vertical-align:middle; "/>
- <line id="line7" class="line_1" style="x1:0px; y1:23px; x2:598px; y2:23px; "/>
- <caption id="caption76" class="tit_2" style="left:5px; top:3px; width:126px; height:14px; ">인센티브 수령내역</caption>
- <input id="ipt_payamt1" ref="/root/main/prfvaluempl/ordprfvalulist/payamt1" class="input_essential" navindex="2" format="#,###" style="left:118px; top:72px; width:167px; height:19px; text-align:right; vertical-align:middle; "/>
- <caption id="caption77" class="cell_1" style="left:10px; top:70px; width:107px; height:23px; ">1/4분기</caption>
- <caption id="caption78" class="cell_1" style="left:10px; top:98px; width:107px; height:23px; ">2/4분기</caption>
- <input id="ipt_payamt2" ref="/root/main/prfvaluempl/ordprfvalulist/payamt2" class="input_essential" navindex="2" format="#,###" style="left:118px; top:100px; width:167px; height:19px; text-align:right; vertical-align:middle; "/>
- <caption id="caption81" class="cell_1" style="left:310px; top:70px; width:107px; height:23px; ">3/4분기</caption>
- <input id="ipt_payamt3" ref="/root/main/prfvaluempl/ordprfvalulist/payamt3" class="input_essential" navindex="2" format="#,###" style="left:418px; top:72px; width:167px; height:19px; text-align:right; vertical-align:middle; "/>
- <input id="ipt_payamt4" ref="/root/main/prfvaluempl/ordprfvalulist/payamt4" class="input_essential" navindex="2" format="#,###" style="left:418px; top:102px; width:167px; height:19px; text-align:right; vertical-align:middle; "/>
- <caption id="caption82" class="cell_1" style="left:310px; top:100px; width:107px; height:23px; ">4/4분기</caption>
- </group>
- <group id="group11" style="left:610px; top:310px; width:560px; height:140px; border-style:dotted; ">
- <line id="line8" class="line_1" style="x1:0px; y1:23px; x2:558px; y2:23px; "/>
- <caption id="caption80" class="tit_2" style="left:5px; top:3px; width:126px; height:14px; ">기타</caption>
- <input id="ipt_hsplz_yyyy_rcnt" ref="/root/main/prfvaluempl/ordprfvalulist/hsplz_yyyy_rcnt" class="input_essential" navindex="2" format="#,###" style="left:118px; top:47px; width:127px; height:19px; text-align:right; vertical-align:middle; "/>
- <caption id="caption83" class="cell_1" style="left:10px; top:45px; width:107px; height:23px; ">입원연인원수</caption>
- <caption id="caption84" class="cell_1" style="left:10px; top:73px; width:107px; height:23px; ">입원실인원수</caption>
- <input id="ipt_hsplz_room_rcnt" ref="/root/main/prfvaluempl/ordprfvalulist/hsplz_room_rcnt" class="input_essential" navindex="2" format="#,###" style="left:118px; top:75px; width:127px; height:19px; text-align:right; vertical-align:middle; "/>
- <caption id="caption85" class="cell_1" style="left:270px; top:45px; width:107px; height:23px; ">외래환자수</caption>
- <input id="ipt_fore_pati_cnt2" ref="/root/main/prfvaluempl/ordprfvalulist/fore_pati_cnt2" class="input_essential" navindex="2" format="#,###" style="left:378px; top:47px; width:127px; height:19px; text-align:right; vertical-align:middle; "/>
- <input id="ipt_oper_cnt" ref="/root/main/prfvaluempl/ordprfvalulist/oper_cnt" class="input_essential" navindex="2" format="#,###" style="left:378px; top:77px; width:127px; height:19px; text-align:right; vertical-align:middle; "/>
- <caption id="caption86" class="cell_1" style="left:270px; top:75px; width:107px; height:23px; ">수술건수</caption>
- </group>
- </case>
- </switch>
- <button id="btn_edu" class="btn_sw" group="tab" selected="false" style="left:120px; top:200px; width:100px; height:22px; ">
- <caption>교육</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- model.toggle("case2");
- ]]>
- </script>
- </button>
- <button id="btn_stdy" class="btn_sw" group="tab" selected="false" style="left:225px; top:200px; width:100px; height:22px; ">
- <caption>연구</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- model.toggle("case3");
- ]]>
- </script>
- </button>
- <button id="btn_" class="btn_sw" group="tab" selected="false" style="left:330px; top:200px; width:100px; height:22px; ">
- <caption>봉사</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- model.toggle("case4");
- ]]>
- </script>
- </button>
- <button id="button4" class="btn_sw" group="tab" selected="false" style="left:435px; top:200px; width:100px; height:22px; ">
- <caption>진료</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- model.toggle("case5");
- ]]>
- </script>
- </button>
- <output id="opt_instnm" ref="/root/main/prfvaluempl/prfvaluempllist/instnm" class="output_fix" style="left:272px; top:90px; width:178px; height:19px; "/>
- <output id="opt_emplnm" ref="/root/main/prfvaluempl/prfvaluempllist/emplnm" class="output_fix" style="left:272px; top:56px; width:178px; height:19px; "/>
- <output id="opt_preststatnm" ref="/root/main/prfvaluempl/prfvaluempllist/preststatnm" class="output_fix" style="left:628px; top:125px; width:130px; height:19px; "/>
- <datagrid id="grd_imgviewlist" nodeset="/root/main/imgviewlist" visibility="hidden" caption="사원번호^이미지" colsep="^" colwidth="100, 100" mergecellsfixedrows="bycolrec" rowheader="update" rowsep="|" style="left:960px; top:30px; width:230px; height:50px; ">
- <col ref="emplno"/>
- <col ref="photimg" style="background-stretch:stretch; "/>
- </datagrid>
- <button id="btn_emplnoqry" class="btn3_letter4" style="left:1071px; top:82px; width:80px; height:22px; ">
- <caption>인적사항</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
-
- model.removenode("/root/temp/source");
- model.makeNode("/root/temp/source");
- model.makeValue("/root/temp/source/emplno", model.getValue("/root/send/prfvaluempl/emplno"));
-
- modal("SMRPB00100","","","","","/root/temp/source", "/root/target" );
- ]]>
- </script>
- </button>
- </group>
- <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="grp_btn" scroll="auto" style="left:0px; top:12px; width:1195px; height:27px; ">
- <button id="btn_search" class="btn4_letter2" style="left:1139px; top:3px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- ipt_emplno.dispatch("xforms-value-changed");
- ]]>
- </script>
- </button>
- <line id="line75" class="line_6" style="x1:0; y1:25; x2:1195; y2:25; "/>
- </group>
- </xhtml:body>
- </xhtml:html>
|