12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182 |
- <?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>Untitle</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <vslist>
- <item>
- <vsdd>20070518</vsdd>
- <ht>150</ht>
- <wt>45</wt>
- </item>
- </vslist>
- </main>
- <send>
- <pid/>
- </send>
- <init/>
- <hidden>
- <receiveref/>
- </hidden>
- </root>
- </instance>
- <submission id="TRADB61801" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main/vslist"/>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- model.setValue("/root/send/pid", opener.javascript.getParameter("pid") );
- model.refresh();
- submit("TRADB61801");
- ]]>
- </script>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- </xhtml:head>
- <xhtml:body pagewidth="352" pageheight="400" guideline="1,332;2,410;">
- <group id="grp_biz" scroll="auto" style="left:4px; top:0px; width:330px; height:370px; ">
- <caption id="caption1" class="tit_2" style="left:5px; top:10px; width:140px; height:13px; ">신체계측조회</caption>
- <line id="line1" class="line_1" style="x1:0px; y1:25px; x2:325px; y2:25px; "/>
- <datagrid id="grd_vslist" nodeset="/root/main/vslist/item" caption="일시^신장^체중" colsep="^" colwidth="191, 53, 60" mergecellsfixedrows="bycolrec" rowsep="|" style="left:0px; top:30px; width:325px; height:335px; ">
- <col ref="vsdd" type="output" format="yyyy-mm-dd hh:nn:ss"/>
- <col ref="ht"/>
- <col ref="wt"/>
- <script type="javascript" ev:event="ondblclick">
- <![CDATA[
- var receiveref = model.getValue("/root/hidden/receiveref");
- if ( checkOpener() ) {
- opener.model.setValue(receiveref + "/ht", model.getValue("/root/main/vslist/item["+grd_vslist.row+"]/ht"));
- opener.model.setValue(receiveref + "/wt", model.getValue("/root/main/vslist/item["+grd_vslist.row+"]/wt"));
- opener.model.refresh();
- window.close();
- } else {
- alert("상위화면이 변경되어 데이터를 전달할 수 없습니다.");
- }
-
- ]]>
- </script>
- </datagrid>
- </group>
- <group id="grp_btn" scroll="auto" style="left:4px; top:369px; width:330px; height:27px; ">
- <button id="btn_cfm" class="btn4_letter2" style="left:211px; top:4px; width:56px; height:22px; ">
- <caption>확인</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- if ( model.getValue("/root/main/data/subtrvolresn") ==""){
- messageBox("사유를 ","C001");
- return;
- }
- model.copyNode ( opener.root.hidden.subtrvol , root.main.data );
- window.close();
- ]]>
- </script>
- </button>
- <button id="btn_can" class="btn4_letter2" style="left:270px; top:4px; width:56px; height:22px; ">
- <caption>취소</caption>
- <close ev:event="DOMActivate"/>
- </button>
- </group>
- </xhtml:body>
- </xhtml:html>
|