1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <?xml-stylesheet type="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="">
- </root>
- </instance>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- </xhtml:head>
- <xhtml:body style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <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:38; width:1195px; height:744; ">
- <shape id="roundrect1" class="roundrect_search" appearance="roundrect" ellipsewidth="20" ellipseheight="20" style="left:0; top:10; width:1195; height:35px; "/>
- <button id="button1" class="btn1_letter2" style="left:1125px; top:16px; width:56px; height:22px; ">
- <caption>조회</caption>
- </button>
- <line id="line13" class="line_4" style="x1:1110px; y1:16px; x2:1110px; y2:38px; "/>
- <datagrid id="datagrid2" caption="기관^평가집단^세부평가집단^S등급^A등급^B등급^C등급^D등급^평가분류코드^최초등록자^최초등록일시^최종수정자^최종수정일시" colsep="^" colwidth="209, 192, 206, 111, 107, 103, 111, 114, 50, 51, 42, 35, 31" mergecellsfixedrows="bycolrec" rowheader="update" rowsep="|" style="left:0px; top:75px; width:1195px; height:665px; ">
- <col class="gridcombo" type="combo"/>
- <col class="gridcombo" type="combo"/>
- <col class="gridcombo" type="combo"/>
- <col/>
- <col/>
- <col/>
- <col/>
- <col/>
- <col visibility="hidden"/>
- <col visibility="hidden"/>
- <col visibility="hidden"/>
- <col visibility="hidden"/>
- <col visibility="hidden"/>
- </datagrid>
- <caption id="caption4" class="tit_2" style="left:5px; top:54px; width:162px; height:13px; vertical-align:middle; ">인사평가 등급 결정 기준</caption>
- <line id="line1" class="line_1" style="x1:0px; y1:69px; x2:1195px; y2:69px; "/>
- <button id="button10" class="btn2_letter3" style="left:1078px; top:48px; width:53px; height:19px; ">
- <caption>행추가</caption>
- </button>
- <button id="button11" class="btn2_letter3" style="left:1133px; top:48px; width:53px; height:19px; ">
- <caption>행삭제</caption>
- </button>
- <select1 id="combo2" ref="/root/send/valugrdscor/valuclscd" class="combo_s_essential" appearance="minimal" style="left:305px; top:17px; width:110px; height:19px; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- //인사평가 중분류 코드를 가져 온다.
- var basedd = model.getValue(ipt_baseddgrde.attribute("ref"));
- var valuclscd = model.getValue(cmb_valucls.attribute("ref"));
- rpvfComboValuMidClsList( basedd, valuclscd, cmb_valumidcls);
- ]]>
- </script>
- </select1>
- <caption id="caption15" class="search_name" style="left:244px; top:18px; width:64px; height:17px; vertical-align:middle; ">기관 :</caption>
- <input id="ipt_basedd" ref="/root/send/valucls/basedd" class="input_s_essential" inputtype="date" style="left:105px; top:17px; width:80px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- btn_search.dispatch("DOMActivate");
- ]]>
- </script>
- </input>
- <caption id="caption8" class="search_name" style="left:15px; top:18px; width:90px; height:17px; vertical-align:middle; ">기준년도 :</caption>
- </group>
- <group id="grp_btn" scroll="auto" style="left:0px; top:12px; width:1195px; height:27px; ">
- <line id="line6" class="line_6" style="x1:0px; y1:25; x2:1195px; y2:25; "/>
- <button id="btn_init" class="btn4_letter3" style="left:1069px; top:3px; width:68px; height:22px; ">
- <caption>초기화</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- window.reload() ;
- ]]>
- </script>
- </button>
- <button id="button19" class="btn4_letter2" style="left:1139px; top:3px; width:56px; height:22px; ">
- <caption>저장</caption>
- </button>
- </group>
- </xhtml:body>
- </xhtml:html>
|