123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134 |
- <?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>
- <intvpracpntlist/>
- </main>
- <target/>
- <init/>
- <send>
- <apntinfono/>
- <rregno/>
- <examno/>
- <korname/>
- <trngflag/>
- <orddeptcd/>
- <save>
- <intvpracpntlist/>
- </save>
- </send>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- misfGridInit(grd_intvpracpntlist);
-
- misfMsterDetailSet(grd_intvpracpntlist,null, "TRRTR00803" ,"Y");
- model.setValue("/root/send/apntinfono",model.getValue("/root/target/defaultvalue/apntinfono"));
- model.setValue("/root/send/korname",model.getValue("/root/target/defaultvalue/korname"));
- model.setValue("/root/send/examno",model.getValue("/root/target/defaultvalue/examno"));
- model.setValue("/root/send/rregno",model.getValue("/root/target/defaultvalue/rregno"));
- model.setValue("/root/send/trngflag",model.getValue("/root/target/defaultvalue/trngflag"));
- model.setValue("/root/send/orddeptcd",model.getValue("/root/target/defaultvalue/orddeptcd"));
-
- misfMsterDetailRetrieve();
- model.refresh();
- ]]>
- </script>
- <submission id="TRRTR00803" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/intvpracpntlist"/>
- <submission id="TXRTR00802" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/save" 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="../../../mis/miscommonweb/js/MIS.js"/>
- <script type="javascript" src="../../../mis/humtrafactmngtweb/js/RPB001.js"/>
- </xhtml:head>
- <xhtml:body pagewidth="820" pageheight="550" guideline="1,537;2,343;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="group3" scroll="auto" style="left:0px; top:0px; width:795px; height:530px; ">
- <group id="group2" style="left:0px; top:0px; width:580px; height:10px; "/>
- <caption id="caption1" class="tit_2" style="left:5px; top:15px; width:144px; height:13px; ">면접 실기 성적 수정</caption>
- <line id="line1" class="line_1" style="x1:0px; y1:30px; x2:790px; y2:30px; "/>
- <datagrid id="grd_intvpracpntlist" nodeset="/root/main/intvpracpntlist" caption="평가자^인성/품성^사회성^예의범절^윤리관^대화법^의직수행능력^판단력^이해력^표현력^응용력" colsep="^" colwidth="80, 65, 65, 65, 65, 65, 80, 65, 65, 65, 65, 0, 0,0, 0, 0, 0, 0, 0" dataheight="23" defaultrows="0" explorerbar="sortshow" extendlastcol="scroll" mergecellsfixedrows="never" rowheader="update" rowheight="23" rowsep="|" style="left:0px; top:100px; width:790px; height:385px; ">
- <col ref="name" type="output"/>
- <col imemode="disabled" ref="item0301" type="input" maxlength="1" _chartype="upper" style="text-align:center; "/>
- <col imemode="disabled" ref="item0302" type="input" maxlength="1" _chartype="upper" style="text-align:center; "/>
- <col imemode="disabled" ref="item0303" type="input" maxlength="1" _chartype="upper" style="text-align:center; "/>
- <col imemode="disabled" ref="item0304" type="input" maxlength="1" _chartype="upper" style="text-align:center; "/>
- <col imemode="disabled" ref="item0305" type="input" maxlength="1" _chartype="upper" style="text-align:center; "/>
- <col imemode="disabled" ref="item0401" type="input" maxlength="1" _chartype="upper" style="text-align:center; "/>
- <col imemode="disabled" ref="item0402" type="input" maxlength="1" _chartype="upper" style="text-align:center; "/>
- <col imemode="disabled" ref="item0403" type="input" maxlength="1" _chartype="upper" style="text-align:center; "/>
- <col imemode="disabled" ref="item0404" type="input" maxlength="1" _chartype="upper" style="text-align:center; "/>
- <col imemode="disabled" ref="item0405" type="input" maxlength="1" _chartype="upper" style="text-align:center; "/>
- <col ref="apntinfono" visibility="hidden"/>
- <col ref="rregno" visibility="hidden"/>
- <col ref="examno" visibility="hidden"/>
- <col ref="rregno" visibility="hidden"/>
- <col ref="valupsnid" visibility="hidden"/>
- <col ref="scrngflag" visibility="hidden"/>
- <col ref="trngflag" visibility="hidden"/>
- <col ref="apntyy" visibility="hidden"/>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- var pattern =/^[ABC]/;
- var inputValue = grd_intvpracpntlist.valueMatrix( grd_intvpracpntlist.row,grd_intvpracpntlist.col);
- if( pattern.exec(inputValue) == null ) {
- messageBox("점수는 'A', 'B', 'C' 만", "I006");
- grd_intvpracpntlist.valueMatrix( grd_intvpracpntlist.row,grd_intvpracpntlist.col) = "";
- }
- ]]>
- </script>
- </datagrid>
- <output id="out_armyyn" ref="/root/send/rregno" class="input_search" format="999999-9999999" appearance="output" style="left:340px; top:43px; width:100px; height:19px; "/>
- <caption id="caption95" class="cell_1" style="left:227px; top:41px; width:110px; height:23px; text-align:left; vertical-align:middle; ">주민등록번호</caption>
- <output id="out_eaxmno" ref="/root/send/korname" class="input_search" appearance="output" style="left:122px; top:43px; width:100px; height:19px; "/>
- <caption id="caption99" class="cell_1" style="left:10px; top:41px; width:110px; height:23px; text-align:left; vertical-align:middle; ">이름</caption>
- <output id="output1" ref="/root/send/examno" class="input_search" appearance="output" style="left:560px; top:43px; width:100px; height:19px; "/>
- <caption id="caption2" class="cell_1" style="left:447px; top:41px; width:110px; height:23px; text-align:left; vertical-align:middle; ">수험번호</caption>
- <line id="line2" class="line_1" style="x1:0px; y1:95px; x2:790px; y2:95px; "/>
- <button id="button4" class="btn2_letter4" style="left:723px; top:73px; 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_intvpracpntlist.saveExcel(fileName);
- }
- ]]>
- </script>
- </button>
- </group>
- <group id="group1" scroll="auto" style="left:0px; top:488px; width:785px; height:27px; ">
- <button id="btn_confirm" class="btn5_letter2" style="left:666px; top:2px; width:56px; height:22px; ">
- <caption>수정</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- misfSave("TXRTR00802");
- window.close();
- ]]>
- </script>
- </button>
- <button id="btn_cancel" class="btn4_letter2" style="left:725px; top:2px; width:56px; height:22px; ">
- <caption>닫기</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- //misfPopUpListCancel();
- window.close();
- ]]>
- </script>
- </button>
- <line id="line32" class="line_6" style="x1:0px; y1:0px; x2:518px; y2:0px; "/>
- </group>
- </xhtml:body>
- </xhtml:html>
|