123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125 |
- <?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>전화번호조회</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <list>
- <codeinfo/>
- </list>
- <cond>
- <flag>1</flag>
- <data/>
- </cond>
- </main>
- <send>
- </send>
- <init>
- <searchitem/>
- </init>
- <popinfo>
- <refinfo>
- <serchitem/>
- </refinfo>
- </popinfo>
- <HideData>
- <searchdd/>
- </HideData>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
-
- fInitialize();
- ]]>
- </script>
- <submission id="TRMNZ00501" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdata" resultref="/root/main/list"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript">
- <![CDATA[
- /*
- 초기화 작업을 합니다.
- */
- function fInitialize() {
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body pagewidth="1100" pageheight="768" style="border-color:#c7a3cf; ">
- <group id="group5" scroll="auto" style="left:0px; top:13px; width:1080px; height:717px; border-color:#c7a3cf; border-style:solid; ">
- <group id="group2" style="left:-1px; top:10px; width:1075px; height:35px; vertical-align:top; ">
- <shape id="roundrect1" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:1075px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
- <caption id="caption1" class="search_name" style="left:15px; top:9px; width:87px; height:17px; ">검색조건 :</caption>
- <line id="line1" style="x1:996px; y1:7px; x2:996px; y2:29px; border-color:#ffe4bb; border-left-style:solid; "/>
- <button id="btn_search" class="btn1_letter2" style="left:1005px; top:7px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
-
- model.makeValue("/root/send/reqdata/flag" , model.getValue(rdo_flag.attribute("ref")));
- model.makeValue("/root/send/reqdata/data" , model.getValue(ipt_data.attribute("ref")));
-
- submit("TRMNZ00501");
-
-
- ]]>
- </script>
- </button>
- <select1 id="rdo_flag" ref="/root/main/cond/flag" appearance="full" cols="4" overflow="visible" style="left:105px; top:10px; width:250px; height:13px; border-style:none; ">
- <choices>
- <item>
- <label>코드그룹</label>
- <value>1</value>
- </item>
- <item>
- <label>코드그룹명</label>
- <value>2</value>
- </item>
- <item>
- <label>코드</label>
- <value>3</value>
- </item>
- <item>
- <label>코드명</label>
- <value>4</value>
- </item>
- </choices>
- </select1>
- <input id="ipt_data" ref="/root/main/cond/data" style="left:360px; top:8px; width:100px; height:19px; ">
- <script type="javascript" ev:event="onkeyup">
- <![CDATA[
- if(event.keyCode =="13") {
- setInputNodeCurText();
- btn_search.dispatch("DOMActivate");
- }
- ]]>
- </script>
- </input>
- </group>
- <caption id="caption9" class="tit_2" style="left:0px; top:57px; width:111px; height:14px; vertical-align:middle; margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">전화번호조회</caption>
- <line id="line12" class="line_1" style="x1:-1px; y1:71px; x2:1074px; y2:71px; "/>
- <!-- 사용자전화번호 -->
- <datagrid id="datagrid1" nodeset="/root/main/list/codeinfo" autoresize="true" caption="그룹ID^CD그룹명^코드^코드명^순번^최초등록자ID^최초등록일시^최종수정자ID^최종수정일시^상위코드(supcdid)^시작일시^종료일시" colsep="^" colwidth="73, 250, 78, 151, 39, 80, 100, 80, 100, 100, 100, 100" mergecellsfixedrows="bycolrec" rowsep="|" style="left:-1px; top:76px; width:1075px; height:638px; ">
- <col ref="cdgrupid" style="text-align:center; "/>
- <col ref="grupdetldesc"/>
- <col ref="cdid"/>
- <col ref="cdnm"/>
- <col ref="sortseq"/>
- <col ref="fstrgstrid"/>
- <col ref="fstrgstdt" format="yyyy-mm-dd hh:nn"/>
- <col ref="lastupdtrid"/>
- <col ref="lastupdtdt" format="yyyy-mm-dd hh:nn"/>
- <col ref="supcdid"/>
- <col ref="valifromdd"/>
- <col ref="valitodd"/>
- </datagrid>
- </group>
- <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:603px; height:14px; ">전화번호 검색</caption>
- </xhtml:body>
- </xhtml:html>
|