123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493 |
- <?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>
- <humnatremplist/>
- <reflist>
- <list/>
- </reflist>
- </main>
- <hidden>
- </hidden>
- <temp>
- <scheflag/>
- </temp>
- <init/>
- <send>
- <req>
- <yy/>
- <deptcd/>
- <dgno/>
- <supinfqurtyyflag/>
- <capa/>
- <emplno/>
- <emplnm/>
- </req>
- <humnatremplist/>
- </send>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
-
- submit("TRRTS00602");
- misfGridInit(grd_humnatremplist);
- // misfMsterDetailSet(grd_humnatrcapastat, null, "TRRTS01101", "Y");
- misfMsterDetailSet(grd_humnatremplist, null , "TRRTS01102", "Y");
- var today = getCurrentDate();
- var cur_mm = parseInt(today.substring(4, 6));
- var cur_yy = parseInt(today.substring(0, 4));
-
- /*if (cur_mm < 3)
- {
- cur_yy--;
- }*/
-
- model.setValue("/root/send/req/yy", cur_yy);
- ipt_yy.refresh();
- //fCheckAuth();
- ]]>
- </script>
- <submission id="TRRTS01101" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/req" resultref="/root/main/humnatrcapastat"/>
- <submission id="TRRTS01102" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/req" resultref="/root/main/humnatremplist"/>
- <submission id="TRRTS00602" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdept" resultref="/root/main/tisorddeptcdlist"/>
- <submission id="TXRTS01101" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/exe"/>
- <submission id="TXRTS01102" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/humnatremplist" resultref="/root/hidden"/>
- <submission id="TXRTS01103" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/humnatremplist" resultref="/root/hidden"/>
- </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/tistrngeducplanmngtweb/js/SMRTS00600.js"/>
- <script type="javascript" src="../../../mis/tistrngeducbaseinfomngtweb/js/RTC001.js"/>
- <script type="javascript" src="../../../mis/humtrafactmngtweb/js/RPB001.js"/>
- <script type="javascript">
- <![CDATA[
-
- /*var gMastUser = false;
- function fCheckAuth() {
- btn_search.disabled = !checkAuth("R") ;
- btn_save.disabled = !checkAuth("X") ;
-
- gMastUser = checkAuth("P") ;
- if (!gMastUser)
- {
- var sPosdeptcd = getUserInfo("posdeptcd");
- // 내과 세부분과일시 내과로 세팅
- if(sPosdeptcd == "2010300000" || sPosdeptcd == "2010400000" || sPosdeptcd == "2010500000" || sPosdeptcd == "2010600000" || sPosdeptcd == "2010700000" || sPosdeptcd == "2010800000" || sPosdeptcd == "2010900000" || sPosdeptcd == "2011000000" || sPosdeptcd == "2011100000")
- {
- model.setValue("/root/send/req/deptcd", "2010000000");
- }
- else
- {
- model.setValue("/root/send/req/deptcd", getUserInfo("posdeptcd"));
- }
- cmb_deptcd.refresh();
-
- // model.setValue("/root/send/req/deptcd", getUserInfo("posdeptcd"));
- // cmb_deptcd.disabled = true;
- ipt_yy.disabled = true;
-
- rtsfCheckTermFlag('03',cmb_deptcd.value);
-
- var from = model.getValue("/root/updtsche/list/schefrom");
- var to = model.getValue("/root/updtsche/list/scheto");
- var frommm=from.substring(0,2);
- var fromdd=from.substring(2,4);
- var tomm=to.substring(0,2);
- var todd=to.substring(2,4);
- var today = getCurrentDate();
- var cur_yy = parseInt(today.substring(0, 4));
- var fromyymmdd=cur_yy+from;
- var toyymmdd=cur_yy+to;
- var schefromto= "교육스케줄 입력기간은 "+cur_yy+"년 "+ frommm+"월 "+fromdd+"일 "+"~ "+ cur_yy+"년 "+ tomm+"월 "+todd+"일 까지 입니다.";
- out_scheflag.value=schefromto;
- if( parseInt(today) >= parseInt(fromyymmdd) && parseInt(today) <= parseInt(toyymmdd) ){
- btn_save.disabled=false;
- }else{
- btn_save.disabled=true;;
- }
- }
- }
- function fDefaultDeptSetting(control)
- {
- var sPosdeptcd = getUserInfo("posdeptcd");
- var sDeptcd = control.value;
-
- // 주임교수이면서 핵의학과 교수일때
- if(checkAuth("X") && sPosdeptcd == "2180000000")
- {
- if(sDeptcd == "2180000000" || sDeptcd == "2160000000")
- {}
- else
- {
- messageBox(control.label+ "을 선택", "E001");
- control.value = sPosdeptcd;
- // model.setValue("/root/send/deptcd", sPosdeptcd); // 진료과 설정
- }
- }
-
- // 주임교수이면서 치과 교수일때
- else if(checkAuth("X") && sPosdeptcd == "2240000000")
- {
- if(sDeptcd == "2240000000" || sDeptcd == "2240500000" || sDeptcd == "2240200000" || sDeptcd == "2240400000")
- {}
- else
- {
- messageBox(control.label+ "을 선택", "E001");
- control.value = sPosdeptcd;
- // model.setValue("/root/send/deptcd", sPosdeptcd); // 진료과 설정
- }
- }
-
- else if(checkAuth("X") && sPosdeptcd == "2010300000" || sPosdeptcd == "2010400000" || sPosdeptcd == "2010500000" || sPosdeptcd == "2010600000" || sPosdeptcd == "2010700000" || sPosdeptcd == "2010800000" || sPosdeptcd == "2010900000" || sPosdeptcd == "2011000000" || sPosdeptcd == "2011100000")
- {
- if(sDeptcd != "2010000000")
- {
- messageBox(control.label+ "을 선택", "E001");
- sPosdeptcd = "2010000000";
- control.value = sPosdeptcd;
- // model.setValue("/root/send/deptcd", sPosdeptcd); // 진료과 설정
- }
- }
-
- else
- {
- if(checkAuth("P"))
- {}
- else
- {
- if(sPosdeptcd != sDeptcd)
- {
- messageBox(control.label+ "을 선택", "E001");
- control.value = sPosdeptcd;
- }
- }
- }
-
- model.refresh();
- }*/
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body>
- <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:36px; background-color:#fffbf2; border-color:#ffd799; "/>
- <input id="ipt_yy" ref="/root/send/req/yy" class="input_s_essential" style="left:93px; top:14px; width:55px; height:19px; "/>
- <caption id="cap_yy" class="search_name" style="left:5px; top:15px; width:86px; height:17px; ">년 도 :</caption>
- <datagrid id="grd_humnatrcapastat" nodeset="/root/main/humnatrcapastat" caption="년도^차수^교육시작일^교육종료일^정원^해당과 신청 인원^남자신청인원^여자신청인원^총신청인원" colsep="^" colwidth="80, 80, 100, 100, 90, 100, 90, 90, 90" dataheight="25" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheader="update" rowheight="25" rowsep="|" style="left:0px; top:70px; width:1190px; height:230px; ">
- <col ref="yy" style="text-align:center; "/>
- <col ref="dgno" style="text-align:center; "/>
- <col ref="educfromdd" format="yyyy-mm-dd" style="text-align:center; "/>
- <col ref="eductodd" format="yyyy-mm-dd" style="text-align:center; "/>
- <col ref="capa" style="text-align:center; "/>
- <col ref="deptcnt" style="text-align:center; "/>
- <col ref="mancnt" style="text-align:center; "/>
- <col ref="femcnt" style="text-align:center; "/>
- <col ref="totcnt" style="text-align:center; "/>
- <script type="javascript" ev:event="onrowchanged">
- <![CDATA[
- ipt_emplno.value = "";
- ipt_emplnm.value = "";
- var dgno = grd_humnatrcapastat.valueMatrix(grd_humnatrcapastat.row, grd_humnatrcapastat.colRef("dgno"));
-
- if (dgno != "")
- {
- model.setValue("/root/send/req/dgno", dgno);
- model.setValue("/root/send/req/capa", grd_humnatrcapastat.valueMatrix(grd_humnatrcapastat.row, grd_humnatrcapastat.colRef("capa")));
- grd_humnatremplist.nodeset = "/root/main/humnatremplist";
- btn_grd_search.dispatch("DOMActivate");
- }
- //misfMsterDetailRetrieve();
- ]]>
- </script>
- </datagrid>
- <button id="btn_search" class="btn1_letter2" style="left:1130px; top:12px; width:56px; height:22px; text-align:left; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- if ( !isRequiredControls("ipt_yy") ) {
- return false;
- }
- grd_humnatremplist.nodeset = "/root/main/humnatremplist";
- misfGridInit(grd_humnatremplist);
- submit("TRRTS01101");
- ]]>
- </script>
- </button>
- <line id="line82" class="line_4" style="x1:1115px; y1:10px; x2:1115px; y2:36px; border-color:#ffe4bb; border-left-style:solid; "/>
- <select1 id="cmb_deptcd" ref="/root/send/req/deptcd" class="combo_search" appearance="minimal" style="left:238px; top:14px; width:100px; height:19px; ">
- <choices>
- <itemset nodeset="/root/main/tisorddeptcdlist">
- <label ref="deptnm"/>
- <value ref="deptcd"/>
- </itemset>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- //fDefaultDeptSetting(cmb_deptcd);
- btn_search.dispatch("DOMActivate");
- ]]>
- </script>
- </select1>
- <caption id="cap_deptcd" class="search_name" style="left:163px; top:15px; width:75px; height:17px; ">임상과 :</caption>
- <caption id="caption5" class="tit_2" style="left:5px; top:48px; width:140px; height:13px; font-size:10pt; ">교육 신청 현황</caption>
- <line id="line1" class="line_1" style="x1:0px; y1:65px; x2:1190px; y2:66px; "/>
- <button id="btn_grd_search" class="btn2_letter2" visibility="hidden" style="left:1080px; top:45px; width:112px; height:19px; ">
- <caption>그리드조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- openLoadingBar("교육 신청 대상자");
- misfMsterDetailRetrieve();
- closeLoadingBar();
- for(i=grd_humnatremplist.fixedRows; i < grd_humnatremplist.rows;i++){
- var jobtype = grd_humnatremplist.valueMatrix(i,grd_humnatremplist.colRef("jobtype"));
-
- if( jobtype == 'S'){
- grd_humnatremplist.rowStyle(i, "all", "background-color") = "white";
- }else{
- grd_humnatremplist.rowStyle(i, "all", "background-color") ="#ffff99";
- }
-
- }
- ]]>
- </script>
- </button>
- <switch id="switch1" style="left:0; top:330px; width:1190; height:405; ">
- <case id="case1" selected="true">
- <caption id="caption1" class="tit_2" style="left:5px; top:4px; width:140px; height:13px; font-size:10pt; ">교육 신청 대상자</caption>
- <line id="line2" class="line_1" style="x1:0px; y1:22px; x2:1180; y2:23px; "/>
- <button id="button5" class="btn2_letter4" style="left:1004px; top:1px; width:64px; height:19px; ">
- <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_humnatremplist.saveExcel(fileName, "sheetname:sheet1;colhiddenextend:true;rowhiddenextend:false;exportfalsecols:0,0;col_1:value;");
- }
- ]]>
- </script>
- </button>
- <datagrid id="grd_humnatremplist" nodeset="/root/main/humnatremplist" caption="신청^순번^년도^작업방식^입력종류코드^입력종류^차수^차수^교육시작일^교육종료일^사번^임상과코드^임상과^년차^이름^성별^E-mail^핸드폰^가운사이즈^평가결과^현근무병원^교육참가병원^3월^04월^05월^06월^07월^08월^09월^10월^11월^12월^01월^02월^참석여부^기존차수^일정변경횟수^변경사유^교육자격년도^변경구분코드^변경구분" colsep="^" colwidth="50, 50, 57, 67, 98, 73, 45, 53, 88, 91, 85, 85, 131, 60, 60, 60, 248, 133, 91, 76, 129, 145, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 72, 71, 100, 114, 92, 100, 100" dataheight="25" explorerbar="sortshow" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheader="update" rowheight="25" rowsep="|" style="left:0px; top:27px; width:1180; height:370px; ">
- <col checkvalue="Y,N" ref="chkyn" type="checkbox"/>
- <col ref="seqno" style="text-align:center; "/>
- <col ref="yy" visibility="visible" style="text-align:center; "/>
- <col ref="jobtype" visibility="hidden" style="text-align:center; "/>
- <col ref="inptflag" visibility="hidden" style="text-align:center; "/>
- <col ref="inptdesc" style="text-align:center; "/>
- <col ref="dgno" visibility="hidden"/>
- <col ref="dgnodesc" style="text-align:center; "/>
- <col ref="educfromdd" format="yyyy/mm/dd" style="text-align:center; "/>
- <col ref="eductodd" format="yyyy/mm/dd" style="text-align:center; "/>
- <col ref="emplno" style="text-align:center; "/>
- <col ref="deptcd" visibility="hidden" style="text-align:center; "/>
- <col ref="deptnm" style="text-align:left; padding-left:10; border-top-style:none; "/>
- <col ref="anual" style="text-align:center; "/>
- <col ref="name" style="text-align:center; "/>
- <col ref="gndr" style="text-align:center; "/>
- <col ref="email" style="text-align:left; padding-left:10; "/>
- <col ref="mpphonno" style="text-align:left; padding-left:10; "/>
- <col ref="gownsize" style="text-align:center; "/>
- <col ref="valuerslt" style="text-align:center; "/>
- <col ref="dutinstnm" style="text-align:left; padding-left:10; "/>
- <col ref="eduinstnm" style="text-align:left; padding-left:10; "/>
- <col ref="instmm03" style="text-align:center; "/>
- <col ref="instmm04" style="text-align:center; "/>
- <col ref="instmm05" style="text-align:center; "/>
- <col ref="instmm06" style="text-align:center; "/>
- <col ref="instmm07" style="text-align:center; "/>
- <col ref="instmm08" style="text-align:center; "/>
- <col ref="instmm09" style="text-align:center; "/>
- <col ref="instmm10" style="text-align:center; "/>
- <col ref="instmm11" style="text-align:center; "/>
- <col ref="instmm12" style="text-align:center; "/>
- <col ref="instmm01" style="text-align:center; "/>
- <col ref="instmm02" style="text-align:center; "/>
- <col checkvalue="Y,N" ref="entryyn" type="checkbox" style="text-align:center; "/>
- <col ref="olddgno" style="text-align:center; "/>
- <col ref="schecvrtcnt" style="text-align:center; "/>
- <col ref="cmt" style="text-align:center; "/>
- <col ref="educqualyy" style="text-align:center; "/>
- <col ref="chngflag" visibility="hidden" style="text-align:center; "/>
- <col ref="chngdesc" style="text-align:center; "/>
- <script type="javascript" ev:event="onaftersort">
- <![CDATA[
- grd_humnatremplist.gridToInstance();
- ]]>
- </script>
- </datagrid>
- <button id="button2" class="btn2_letter8" style="left:746px; top:1px; width:108px; height:19px; ">
- <caption>교육 대상자 관리</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- modal("SMRTS01150","","40","40","popup", "" ,"");
- ]]>
- </script>
- </button>
- <button id="btn_brngfwrd" class="btn2_letter11" style="left:859px; top:1px; width:141px; height:19px; ">
- <caption>교육 미참석자 이월 작업</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var retMes = messageBox("이월 작업을 하시겠습니까?", "Q999");
- if ( retMes != 6) {
- return;
- }
-
- for(var i = grd_humnatremplist.fixedRows ; i < grd_humnatremplist.rows ; i++ ){
- var entryyn = grd_humnatremplist.valueMatrix(i, grd_humnatremplist.colRef("entryyn"));
- var jobtype = grd_humnatremplist.valueMatrix(i, grd_humnatremplist.colRef("jobtype"));
- if (entryyn == "N" && jobtype == "S"){
- grd_humnatremplist.rowStatus(i) = 1;
- }
-
- }
- var updtdata = getGridUpdateData(grd_humnatremplist);
- misfSave("TXRTS01103");
- btn_search.dispatch("DOMActivate");
- ]]>
- </script>
- </button>
- <button id="button1" class="btn2_letter2" style="left:1135px; top:1px; width:42px; height:19px; ">
- <caption>저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var retMes = messageBox("저장 하시겠습니까?", "Q999");
- if ( retMes != 6) {
- return;
- }
-
- var updtdata = getGridUpdateData(grd_humnatremplist);
-
- if (updtdata == "")
- {
- messageBox("변경된 데이터가","I004");
- return;
- }
- for(var i = grd_humnatremplist.fixedRows ; i < grd_humnatremplist.rows ; i++ ){
- var chkyn = grd_humnatremplist.valueMatrix(i, grd_humnatremplist.colRef("chkyn"));
- var jobtype = grd_humnatremplist.valueMatrix(i, grd_humnatremplist.colRef("jobtype"));
- if (chkyn == "Y" && jobtype == "I"){
- grd_humnatremplist.rowStatus(i) = 1;
- }
-
- }
-
- misfSave("TXRTS01102");
- btn_search.dispatch("DOMActivate");
-
- ]]>
- </script>
- </button>
- <button id="btn_grddelgrntpsn1" class="btn2_letter3" style="left:1074px; top:1px; width:53px; height:19px; ">
- <caption>행삭제</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var jobtype = grd_humnatremplist.valueMatrix(grd_humnatremplist.row, grd_humnatremplist.colRef("jobtype"));
- if( jobtype == 'S'){
- misfGridIUD(grd_humnatremplist, "D");
- }
- ]]>
- </script>
- </button>
- </case>
- </switch>
- <button id="button60" class="btn_sw" group="tab" selected="true" style="left:0px; top:307; width:95px; height:22px; ">
- <caption>신청대상자</caption>
- <toggle case="case1" ev:event="onclick"/>
- </button>
- <output id="out_scheflag" ref="/root/temp/scheflag" style="left:155px; top:45px; width:455px; height:15px; font-weight:bold; color:#0000ff; "/>
- <caption id="caption2" style="left:960px; top:16px; width:135px; height:15px; ">교육 확정자</caption>
- <caption id="caption7" style="left:855px; top:16px; width:135px; height:15px; ">교육 후보자</caption>
- <output id="output1" style="left:935px; top:15px; width:20px; height:19px; background-color:white; border-style:solid; "/>
- <output id="output2" style="left:830px; top:15px; width:20px; height:19px; background-color:#ffff99; border-style:solid; "/>
- <caption id="caption4" style="left:645px; top:310px; width:540px; height:15px; text-align:right; ">(사랑나눔교육일정변경에서) 변경된 data가 변경차수에서도 비선정 되었을 경우 이월처리됨.</caption>
- <caption id="caption3" style="left:140px; top:336px; width:400px; height:15px; text-align:left; ">Auto : 시스템 임의로 지정 , manu : 관리자 지정</caption>
- <button id="btn_helppsn" class="icon_search" style="left:530px; top:14px; width:16px; height:16px; ">
- <caption/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- rpbfOpenPopUpList("SPRPB00101", ipt_emplno, "emplno,emplnm", "ipt_systemflag","N");
- ipt_emplno.refresh();
- ipt_emplnm.refresh();
- if (ipt_emplno.value == ""){
- grd_humnatremplist.nodeset = "/root/main/humnatremplist";
- for(i=grd_humnatremplist.fixedRows; i < grd_humnatremplist.rows;i++){
- var jobtype = grd_humnatremplist.valueMatrix(i,grd_humnatremplist.colRef("jobtype"));
-
- if( jobtype == 'S'){
- grd_humnatremplist.rowStyle(i, "all", "background-color") = "white";
- }else{
- grd_humnatremplist.rowStyle(i, "all", "background-color") ="#ffff99";
- }
-
- }
- grd_humnatremplist.refresh();
- }else{
- grd_humnatremplist.nodeset = "/root/main/humnatremplist[emplno='"+ipt_emplno.value+"']";
- var jobtype = grd_humnatremplist.valueMatrix(grd_humnatremplist.fixedRows , grd_humnatremplist.colRef("jobtype"));
-
- if( jobtype == 'S'){
- grd_humnatremplist.rowStyle(grd_humnatremplist.fixedRows, "all", "background-color") = "white";
- }else{
- grd_humnatremplist.rowStyle(grd_humnatremplist.fixedRows, "all", "background-color") ="#ffff99";
- }
- grd_humnatremplist.refresh();
- }
- ]]>
- </script>
- </button>
- <input id="ipt_emplnm" ref="/root/send/req/emplnm" class="output_search" style="left:548px; top:14px; width:90px; height:19px; "/>
- <caption id="caption13" class="search_name" style="left:355px; top:15px; width:85px; height:17px; ">사 번 :</caption>
- <input id="ipt_emplno" ref="/root/send/req/emplno" class="input_search" style="left:443px; top:14px; width:85px; height:19px; ">
- <script type="javascript" ev:event="onkeypress">
- <![CDATA[
- inputEnterKey("btn_search", "DOMActivate");
- ]]>
- </script>
- </input>
- </group>
- <group id="grp_btn" scroll="auto" style="left:0px; top:12px; width:1195px; height:27px; "/>
- </xhtml:body>
- </xhtml:html>
|