12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394 |
- <?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>
- <cautlst>
- <item>
- <pid/>
- <rsrvdd/>
- <caucd/>
- <caucnts/>
- <qestyn/>
- </item>
- </cautlst>
- </main>
- <send>
- <pid/>
- <pkgcd/>
- <rsrvdd/>
- <cautlst/>
- <gndrflag/>
- </send>
- <hidden/>
- <init>
- <degnitemlevlcd/>
- </init>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- model.setValue("/root/send/pid", opener.model.getValue("/root/tmp/caut/pid"));
- model.setValue("/root/send/pkgcd", opener.model.getValue("/root/tmp/caut/pkgcd"));
- model.setValue("/root/send/rsrvdd", opener.model.getValue("/root/tmp/caut/rsrvdd"));
- model.setValue("/root/send/gndrflag", opener.model.getValue("/root/tmp/caut/gndrflag"));
- submit("TRAHA04018");
- model.refresh();
- ]]>
- </script>
- <submission id="TRAHA04018" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main/cautlst"/>
- <submission id="TXAHA04018" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/hidden"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
- <script type="javascript" src="../../../ast/examcureweb/js/AEZ0001.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- </xhtml:head>
- <xhtml:body pagewidth="535" pageheight="578" guideline="1,1194;2,576;1,517;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="group3" scroll="auto" style="left:0px; top:0px; width:518px; height:550px; ">
- <caption id="caption1" class="tit_2" style="left:0px; top:5px; width:157px; height:14px; ">패키지별 주의사항 설명</caption>
- <line id="line1" class="line_1" style="x1:0px; y1:25px; x2:517px; y2:25px; "/>
- <datagrid id="grd_cautlst" nodeset="/root/main/cautlst/item" autoresize="true" caption="pid^rsrvdd^caucd^주의사항^설명여부" colsep="^" colwidth="13, 10, 12, 395, 67" mergecellsfixedrows="bycolrec" rowsep="|" style="left:0px; top:35px; width:515px; height:510px; ">
- <col ref="pid" visibility="hidden"/>
- <col ref="rsrvdd" visibility="hidden"/>
- <col checkvalue="Y,N" ref="caucd" visibility="hidden"/>
- <col ref="caucnts"/>
- <col checkvalue="Y,N" ref="qestyn" type="checkbox"/>
- </datagrid>
- </group>
- <group id="group1" scroll="auto" style="left:0px; top:550px; width:518px; height:27px; ">
- <button id="btn_cfm" class="btn4_letter2" style="left:402px; top:5px; width:56px; height:22px; ">
- <caption>확인</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- grd_cautlst.clearStatus();
- for(var i = 1; i < grd_cautlst.rows; i++)
- {
- grd_cautlst.addStatus(i, "insert");
- }
- model.setValue("/root/send/cautlst", getGridUpdateData(grd_cautlst));
- if(submit("TXAHA04018"))window.close();
-
- ]]>
- </script>
- </button>
- <button id="btn_cls" class="btn4_letter2" style="left:461px; top:5px; width:56px; height:22px; ">
- <caption>닫기</caption>
- <close ev:event="DOMActivate"/>
- </button>
- <button id="button1" class="btn4_letter2" visibility="hidden" style="left:340px; top:4px; width:56px; height:22px; ">
- <caption>취소</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- window.close();
- ]]>
- </script>
- </button>
- </group>
- </xhtml:body>
- </xhtml:html>
|