123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104 |
- <?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>
- <main>
- <oldrslt>
- <tclsnm/>
- <bfrslt1/>
- <bfrslt2/>
- <bfrslt3/>
- <bfrslt4/>
- <bfrslt5/>
- </oldrslt>
- </main>
- <send>
- <bcno/>
- <tclslist/>
- <divgrupcd/>
- </send>
- <init>
- </init>
- <hidden>
- <ref>
- <bcno/>
- <tclslist/>
- <divgrupcd/>
- </ref>
- </hidden>
- </root>
- </instance>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- model.setValue("/root/send/bcno", model.getValue("/root/hidden/ref/bcno"));
- model.setValue("/root/send/tclslist", model.getValue("/root/hidden/ref/tclslist"));
- model.setValue("/root/send/divgrupcd", model.getValue("/root/hidden/ref/divgrupcd"));
- submit("TRLNR00901");
- ]]>
- </script>
- <submission id="TRLNR00901" ref="/root/send" method="post" mediatype="application/x-www-form-urlencoded" replace="instance" resultref="/root/main/oldrslt"/>
- </model>
- <script type="javascript">
- <![CDATA[
- function fExeCancel() {
- window.close();
- }
-
- function fExeOut(){
-
- if (event.keyCode == 115) {
-
- fExeCancel();
- }
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body pagewidth="430" pageheight="300" style="margin-left:8; margin-top:8; margin-right:8; margin-bottom:8; ">
- <group id="group1" style="left:0px; top:0px; width:400px; height:235px; ">
- <caption id="caption5" class="tit_2" style="left:5px; top:11px; width:134px; height:14px; ">이전결과</caption>
- <line id="line8" class="line_1" style="x1:0px; y1:26px; x2:395px; y2:26px; "/>
- <line id="line2" class="line_3" style="x1:0px; y1:234px; x2:400px; y2:234px; "/>
- <datagrid id="oldrslt" nodeset="/root/main/oldrslt" caption="검사항목^이전결과1^이전결과2^이전결과3^이전결과4^이전결과5" mergecellsfixedrows="bycolrec" rowsep="|" colsep="^" style="left:0px; top:30px; width:395px; height:200px; ">
- <col ref="tclsnm"/>
- <col ref="bfrslt1"/>
- <col ref="bfrslt2"/>
- <col ref="bfrslt3"/>
- <col ref="bfrslt4"/>
- <col ref="bfrslt5"/>
- </datagrid>
- <button id="btn_excel" class="btn2_letter4" style="left:330px; top:5px; width:64px; height:19px; ">
- <caption>엑셀저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var fileName = window.fileDialog("save", ",", false, "excel", "xls", "All Files (*.*)|*.*|Excel Files(*.xls)|*.xls");
- if (fileName != ""){
- oldrslt.saveExcel(fileName);
- }
- ]]>
- </script>
- </button>
- </group>
- <group id="group2" style="left:0px; top:235px; width:400px; height:25px; ">
- <line id="line11" class="line_6" style="x1:0px; y1:0px; x2:400px; y2:0px; "/>
- <button id="btn_can" class="btn4_letter2" style="left:340px; top:1px; width:56px; height:22px; ">
- <caption>닫기</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fExeCancel();
- ]]>
- </script>
- </button>
- </group>
- <script type="javascript" ev:event="onkeydown">
- <![CDATA[
- fExeOut();
- ]]>
- </script>
- </xhtml:body>
- </xhtml:html>
|