123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899 |
- <?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[">]]>
- <xhtml:title>회사검색</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <prodcmpy>
- <prodcmpycd/>
- <prodcmpynm/>
- </prodcmpy>
- </main>
- <send>
- <srchinfo>
- <srchcnts/>
- <srchcond/>
- </srchinfo>
- </send>
- <hidden>
- <receiveref/>
- </hidden>
- <init>
- </init>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
-
- submit("TRADB63401");
- ]]>
- </script>
- <submission id="TRADB63401" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/srchinfo" replace="instance" resultref="/root/main/prodcmpy"/>
- </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"/>
- <script type="javascript">
- <![CDATA[
- function sendData(){
- if ( checkOpener() ) {
- var receiveref = model.getValue("/root/hidden/receiveref");
- opener.model.setValue(receiveref, grd_prodcmpy.valueMatrix(grd_prodcmpy.row, grd_prodcmpy.colRef("prodcmpynm")));
- window.close();
- } else {
- alert("상위화면이 변경되어 데이터를 전달할 수 없습니다.");
- }
- }
-
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body pagewidth="350" pageheight="380" guideline="1,445;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:322px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
- <caption id="caption2" class="tit_2" style="left:0px; top:4px; width:140px; height:13px; vertical-align:middle; background-image:../../../com/commonweb/images/tit_bullet2.gif; ">회사검색</caption>
- <caption id="caption3" class="search_name" style="left:7px; top:30px; width:86px; height:17px; background-image:../../../com/commonweb/images/search_bullet1.gif; ">회사명 :</caption>
- <line id="line1" style="x1:258px; y1:27px; x2:258px; y2:49px; border-color:#ffe4bb; border-left-style:solid; "/>
- <input id="input1" ref="/root/send/srchinfo/srchcnts" class="input_search" style="left:86px; 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:320px; y2:59px; "/>
- <button id="btn_req" class="btn1_letter2" style="left:265px; top:28px; width:56px; height:22px; background-image:../../../com/commonweb/images/btn1_letter2.gif; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- submit("TRADB63401");
- ]]>
- </script>
- </button>
- <button id="btn_cfm" class="btn4_letter2" disable.background-image="../../../com/commonweb/images/dis_btn4_letter2.gif" style="left:214px; top:354px; width:56px; height:22px; background-image:../../../com/commonweb/images/btn4_letter2.gif; ">
- <caption>확인</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- sendData();
- ]]>
- </script>
- </button>
- <button id="btn_can" class="btn4_letter2" disable.background-image="../../../com/commonweb/images/dis_btn4_letter2.gif" style="left:271px; top:354px; width:56px; height:22px; background-image:../../../com/commonweb/images/btn4_letter2.gif; ">
- <caption>취소</caption>
- <close ev:event="DOMActivate"/>
- </button>
- <datagrid id="grd_prodcmpy" nodeset="/root/main/prodcmpy" caption="회사코드^회사명" colsep="^" colwidth="65, 213" ellipsis="true" explorerbar="sortshow" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowsep="|" tooltip="true" fixed.background-image="../../../com/commonweb/images/grid_bg.gif" style="left:4px; top:63px; width:320px; height:284px; background-color:#ffffff; border-color:#B0B0B0; ">
- <col ref="prodcmpycd" style="text-align:center; "/>
- <col ref="prodcmpynm" style="text-align:center; "/>
- <script type="javascript" ev:event="ondblclick">
- <![CDATA[
- if(!isDataCell()) return;
- sendData();
- ]]>
- </script>
- </datagrid>
- </xhtml:body>
- </xhtml:html>
|