1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <?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>
- <![CDATA[">]]>
- <xhtml:title>TDM검사조회</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <testlist>
- <item>
- <testcd/>
- <testnm/>
- </item>
- </testlist>
- </main>
- <send>
- <srchinfo>
- <srchcnts/>
- <srchcond/>
- </srchinfo>
- </send>
- <hidden>
- <receiveref/>
- </hidden>
- <init>
- </init>
- </root>
- </instance>
- <submission id="TRADB62201" ref="/root/send/srchinfo" method="post" mediatype="application/x-www-form-urlencoded" replace="instance" resultref="/root/main/testlist"/>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- submit("TRADB62201");
- ]]>
- </script>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../ast/commonweb/js/AST.js"/>
- </xhtml:head>
- <xhtml:body pagewidth="460" pageheight="380" guideline="1,434;2,380;" style="margin-left:8; margin-top:8; margin-right:8; margin-bottom:8; ">
- <shape id="roundrect1" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:3px; top:21px; width:431px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
- <caption id="caption2" class="tit_2" style="left:0px; top:0px; width:103px; height:14px; vertical-align:middle; ">TDM 검사조회</caption>
- <caption id="caption3" class="search_name" style="left:15px; top:30px; width:86px; height:17px; ">검 색 어 :</caption>
- <line id="line1" style="x1:354px; y1:27px; x2:354px; y2:49px; border-color:#ffe4bb; border-left-style:solid; "/>
- <input id="input1" ref="/root/send/srchinfo/srchcnts" class="input_search" style="left:104px; top:29px; width:159px; height:19px; ">
- <script type="javascript" ev:event="onkeypress">
- <![CDATA[
- inputEnterKey("btn_req", "DOMActivate");
- ]]>
- </script>
- </input>
- <line id="line3" class="line_1" style="x1:4px; y1:58px; x2:435px; y2:58px; "/>
- <button id="btn_req" class="btn1_letter2" style="left:366px; top:28px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- submit("TRADB62201");
- ]]>
- </script>
- </button>
- <button id="btn_cfm" class="btn4_letter2" style="left:324px; top:354px; width:56px; height:22px; ">
- <caption>확인</caption>
- </button>
- <button id="btn_can" class="btn4_letter2" style="left:381px; top:354px; width:56px; height:22px; ">
- <caption>취소</caption>
- <close ev:event="DOMActivate"/>
- </button>
- <select1 id="combo1" ref="/root/send/srchinfo/srchcond" class="combo_search" disabled="false" appearance="minimal" style="left:265px; top:29px; width:80px; height:19px; ">
- <choices>
- <item>
- <label>검사코드</label>
- <value>1</value>
- </item>
- <item>
- <label>검사명</label>
- <value>2</value>
- </item>
- </choices>
- </select1>
- <datagrid id="grd_testlist" nodeset="/root/main/testlist/item" caption="검사코드^검사명" colwidth="100, 309" ellipsis="true" explorerbar="sortshow" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowsep="|" colsep="^" tooltip="true" style="left:4px; top:63px; width:431px; height:284px; background-color:#ffffff; border-color:#B0B0B0; ">
- <col ref="testcd"/>
- <col ref="testnm"/>
- <script type="javascript" ev:event="ondblclick">
- <![CDATA[
- if ( checkOpener() ) {
- opener.model.setValue("/root/temp/testinfo/testcd",model.getValue( "/root/main/testlist/item["+grd_testlist.row+"]/testcd"));
- opener.model.setValue("/root/temp/testinfo/testnm",model.getValue( "/root/main/testlist/item["+grd_testlist.row+"]/testnm"));
- window.close();
- } else {
- alert("상위화면이 변경되어 데이터를 전달할 수 없습니다.");
- }
- ]]>
- </script>
- </datagrid>
- </xhtml:body>
- </xhtml:html>
|