123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114 |
- <?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>
- <![CDATA[window.attachEvent("onbeforeunload",fClose);]]>
- <xhtml:title>각막이식대기자선택</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <list>
- <item>
- <pid/>
- <eyebankid/>
- <rgstdd/>
- <hngnm/>
- </item>
- <message>
- <str1/>
- </message>
- </list>
- </main>
- <send>
- <data/>
- <initdata/>
- <pid/>
- <trnptkind/>
- <trnptid/>
- <patdnorflag/>
- </send>
- <hidden/>
- </root>
- </instance>
- <submission id="TRZBC00101"/>
- <submission id="TRAVO00701" ref="/root/send" method="post" mediatype="application/x-www-form-urlencoded" replace="instance" resultref="/root/main/list"/>
- <submission id="TXAVO00701" ref="root/send" method="post" mediatype="application/x-www-form-urlencoded" replace="instance" resultref="root/hidden"/>
- <bind id="bind_bxcode" ref="/root/main/list/item/bxdd" readonly="../bxddcdkey!=''"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/utilHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
- <script type="javascript" src="../../../ast/commonweb/js/AST.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
- <script type="javascript" src="../../../com/zipcodeweb/js/ZBP001.js"/>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- fGetlist();
- ]]>
- </script>
- <script type="javascript">
- <![CDATA[
- function fGetlist(){
- model.copyNode("/root/main/list","/root/send/initdata");
- model.refresh();
- }
- function fSetList(){
- opener.model.copyNode("/root/main/info/item","/root/hidden/get_info/item["+grd_list.row+"]");
- opener.model.refresh();
- window.close();
- }
- function fClose(){
- window.close();
- }
- window.attachEvent("onbeforeunload",fClose);
- ]]>
- </script>
- <!--<script language="JavaScript" for="window" event="onbeforeunload">
-
- </script> -->
- </xhtml:head>
- <xhtml:body pagewidth="690" pageheight="410" guideline="1,697;2,403;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="grp_tle" style="left:0px; top:0px; width:220px; height:13px; ">
- <caption id="caption19" class="tit_1" style="left:0px; top:0px; width:200px; height:14px; ">각막이식대기자선택</caption>
- </group>
- <group id="grp_biz" scroll="auto" style="left:0px; top:13px; width:670px; height:342px; ">
- <caption id="caption77" class="tit_2" style="left:5px; top:10px; width:134px; height:14px; ">각막이식대기자선택</caption>
- <line id="line13" class="line_1" style="x1:0px; y1:25px; x2:670px; y2:25px; "/>
- <datagrid id="grd_list" nodeset="/root/main/list/item" caption="등록번호^안은행등록번호^등록일^이름^Tissue No" colwidth="64, 135, 108, 248" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheader="select" rowheight="23" rowsep="|" colsep="^" style="left:10px; top:30px; width:650px; height:250px; ">
- <col ref="pid"/>
- <col ref="eyebankid"/>
- <col ref="rgstdd"/>
- <col ref="hngnm"/>
- <script type="javascript" ev:event="ondblclick">
- <![CDATA[
- fSetList();
- ]]>
- </script>
- </datagrid>
- <line id="line1" class="line_1" style="x1:0px; y1:335px; x2:670px; y2:335px; "/>
- <caption id="caption1" class="tit_2" style="left:5px; top:320px; width:72px; height:13px; ">작업</caption>
- </group>
- <group id="grp_btn" style="left:10px; top:360px; width:660px; height:29px; ">
- <button id="button41" class="btn4_letter2" style="left:545px; top:5px; width:56px; height:22px; ">
- <caption>확인</caption>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- fSetList();
- ]]>
- </script>
- </button>
- <button id="button42" class="btn4_letter2" style="left:604px; top:5px; width:56px; height:22px; ">
- <caption>닫기</caption>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- fClose();
- ]]>
- </script>
- </button>
- </group>
- </xhtml:body>
- </xhtml:html>
|