12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788 |
- <?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>
- <valuerlist/>
- </main>
- <send>
- <apntyy/>
- <supinfqurtyyflag/>
- <fstlattrmflag/>
- <trngflag/>
- <dentyn/>
- </send>
- <init/>
- <hidden/>
- <temp>
- </temp>
- <target>
- <defaultvalue>
- <apntyy/>
- <supinfqurtyyflag/>
- <fstlattrmflag/>
- <trngflag/>
- <dentyn/>
- </defaultvalue>
- </target>
- </root>
- </instance>
- <submission id="TRRTP00140" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/valuerlist"/>
- </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="../../../mis/tistrngeducbaseinfomngtweb/js/RTC001.js"/>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- //사용자 권한
- fInitialize();
- misfMsterDetailRetrieve();
- model.refresh();
-
- ]]>
- </script>
- <script type="javascript">
- <![CDATA[
- function fInitialize() {
- model.setValue("/root/send/apntyy", model.getValue(PURTARGET_NODE + "/apntyy"));
- model.setValue("/root/send/supinfqurtyyflag", model.getValue(PURTARGET_NODE + "/supinfqurtyyflag"));
- model.setValue("/root/send/fstlattrmflag", model.getValue(PURTARGET_NODE + "/fstlattrmflag"));
- model.setValue("/root/send/trngflag", model.getValue(PURTARGET_NODE + "/trngflag"));
- model.setValue("/root/send/dentyn", model.getValue(PURTARGET_NODE + "/dentyn"));
-
- misfMsterDetailSet(grd_valuerlist, null, "TRRTP00140", "N");
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body pagewidth="450" pageheight="350">
- <group id="group3" scroll="auto" style="left:10px; top:10px; width:430px; height:335px; ">
- <caption id="caption1" class="tit_2" style="left:5px; top:0px; width:144px; height:13px; ">평가자 리스트</caption>
- <line id="line1" class="line_1" style="x1:0px; y1:15; x2:425; y2:15; "/>
- <datagrid id="grd_valuerlist" nodeset="/root/main/valuerlist" caption="평가자명^평가구분^사원번호" colsep="^" colwidth="120, 160, 120" dataheight="23" defaultrows="0" explorerbar="sortshow" extendlastcol="scroll" mergecellsfixedrows="never" rowheader="seq" rowheight="23" rowsep="|" style="left:0px; top:20; width:425px; height:310; ">
- <col ref="valuer"/>
- <col ref="titl"/>
- <col ref="valupsnid" style="text-align:center; "/>
- <script type="javascript" ev:event="ondblclick">
- <![CDATA[
- if( grd_valuerlist.isCell( event.target ) && grd_valuerlist.row >= grd_valuerlist.fixedRows ) {
- misfPopUpListReturn(grd_valuerlist);
- }
- ]]>
- </script>
- <script type="javascript" ev:event="onaftersort">
- <![CDATA[
- grd_valuerlist.gridToInstance();
- ]]>
- </script>
- </datagrid>
- </group>
- </xhtml:body>
- </xhtml:html>
|