123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <!--
- * 제 목 : SPAHB01200.xrw
- * 설 명 : 2차판정코드설정
- * 설 계 자 : 김호익
- * 작 성 자 : 김호익
- * 작 성 일 : 2008.06.03
- * 수정이력 :
- * 기 타 :
- -->
- <?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>Untitle</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <codeinfo>
- <etcdetlcd/>
- <etcdetlnm/>
- <etcitemcnts/>
- <etcitemcnts2/>
- </codeinfo>
- </main>
- </root>
- </instance>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../ast/healexamweb/js/AHA001.js"/>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- fInit();
- ]]>
- </script>
- <submission id="TRAHB00602" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main/detlcodelst"/>
- <submission id="TRAHB00603" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/init/selectinput"/>
- <submission id="TRAHB03000" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main"/>
- </model>
- <script type="javascript">
- <![CDATA[
- function fInit(){
- submit("TRAHB03000");
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body pagewidth="534" pageheight="543">
- <group id="group3" scroll="auto" style="left:0px; top:0px; width:518px; height:515px; ">
- <datagrid id="grd_etclst" nodeset="/root/main/codeinfo" caption="1차판정코드^1차판정명^2차판정코드^2차판정명" colsep="^" colwidth="74, 191, 100, 100" dataheight="25" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="25" rowsep="|" style="left:5px; top:5px; width:517px; height:500px; ">
- <col ref="etcdetlcd"/>
- <col ref="etcdetlnm"/>
- <col ref="etcitemcnts"/>
- <col ref="etcitemcnts2" type="inputbutton"/>
- <script type="javascript" ev:event="ondblclick">
- <![CDATA[
- /*
- if( fSetDataEtc() == 1){
- window.close();
- }*/
- ]]>
- </script>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- ]]>
- </script>
- <script type="javascript" ev:event="onbuttonclick">
- <![CDATA[
- if( grd_etclst.col == grd_etclst.colRef("etcitemcnts2")) {
- fGetPkgCd("SMAHA00100", "P", "N","nm" , "" , "G01", "" , "/root/main/pkg");
- var idx = grd_etclst.row;
- model.makeValue("/root/main/codeinfo["+idx+"]/etcitemcnts",model.getValue("/root/main/pkg/pkgcd"));
- model.makeValue("/root/main/codeinfo["+idx+"]/etcitemcnts2",model.getValue("/root/main/pkg/pkgnm"));
- model.refresh();
-
- }
- ]]>
- </script>
- </datagrid>
- </group>
- <group id="group4" scroll="auto" style="left:0px; top:515px; width:517px; height:28px; ">
- <button id="btn_cncl" class="btn4_letter2" style="left:461px; top:3px; width:56px; height:22px; ">
- <caption>취소</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- window.close();
- ]]>
- </script>
- </button>
- <button id="btn_cfm" class="btn4_letter2" style="left:402px; top:3px; width:56px; height:22px; ">
- <caption>확인</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- if( fSetData() == 1){
- window.close();
- }
- ]]>
- </script>
- </button>
- </group>
- </xhtml:body>
- </xhtml:html>
|