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>
- <xhtml:title>PPRPC00400_우편번호HELP</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <zipcd>
- <zipcodelist/>
- </zipcd>
- </main>
- <target/>
- <init>
- </init>
- <send>
- <zipcdref>
- <blok/>
- </zipcdref>
- </send>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- model.copyNode("root/main/zipcd","/root/target/validation");
- model.refresh();
- ipt_blok.attribute("imemode") = "hangul";
- model.setFocus("ipt_blok");
- ]]>
- </script>
- <submission id="TRRPZ00401" ref="/root/send/zipcdref" method="post" mediatype="application/x-www-form-urlencoded" resultref="/root/main/zipcd"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../mis/miscommonweb/js/MIS.js"/>
- </xhtml:head>
- <xhtml:body pagewidth="620" pageheight="560" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="group3" scroll="auto" style="left:8px; top:0px; width:580px; height:522px; ">
- <group id="group2" style="left:0px; top:5px; width:580px; height:35px; ">
- <shape id="roundrect1" class="roundrect_search" appearance="roundrect" style="left:0px; top:0px; width:580px; height:35; "/>
- <button id="btn_search" class="btn1_letter2" style="left:509px; top:7px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- submit("TRRPZ00401");
- ]]>
- </script>
- </button>
- <line id="line13" class="line_4" style="x1:494px; y1:4px; x2:494px; y2:31px; border-color:#ffe4bb; border-left-style:solid; "/>
- <caption id="caption2" class="search_name" style="left:15; top:9; width:83px; height:17px; ">읍 면 동 :</caption>
- <input id="ipt_blok" ref="/root/send/zipcdref/blok" class="input_s_essential" style="left:100px; top:8px; width:140px; height:19px; ">
- <script type="javascript" ev:event="onkeyup">
- <![CDATA[
- inputEnterKey("btn_search", "DOMActivate");
- ]]>
- </script>
- </input>
- </group>
- <caption id="caption1" class="tit_2" style="left:5px; top:50px; width:95px; height:13px; ">주소 리스트</caption>
- <line id="line1" class="line_1" style="x1:0px; y1:65px; x2:580px; y2:65px; "/>
- <datagrid id="grd_zipcdlist" nodeset="/root/main/zipcd/zipcodelist" caption="우편번호^우편번호^주소^일련번호|앞자리^뒷자리^주소^일련번호" colwidth="69, 65, 374, 36" defaultrows="0" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" colsep="^" style="left:0px; top:70px; width:580px; height:447px; ">
- <col ref="zipcdhead" style="text-align:center; vertical-align:middle; "/>
- <col ref="zipcdfoot" style="text-align:center; vertical-align:middle; "/>
- <col ref="address"/>
- <col ref="seqno" style="text-align:center; vertical-align:middle; "/>
- <script type="javascript" ev:event="ondblclick">
- <![CDATA[
- if( grd_zipcdlist.isCell(event.target) && grd_zipcdlist.row >= grd_zipcdlist.fixedRows )
- {
- btn_confirm.dispatch("DOMActivate");
- }
- ]]>
- </script>
- </datagrid>
- </group>
- <group id="group1" scroll="auto" style="left:8px; top:521px; width:580px; height:27px; ">
- <button id="btn_confirm" class="btn4_letter2" style="left:466px; top:5px; width:56px; height:22px; ">
- <caption>확인</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- misfPopUpListReturn(grd_zipcdlist);
- ]]>
- </script>
- </button>
- <button id="btn_cancel" class="btn4_letter2" style="left:524px; top:5px; width:56px; height:22px; ">
- <caption>취소</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- misfPopUpListCancel();
- ]]>
- </script>
- </button>
- <line id="line32" class="line_6" style="x1:0px; y1:0px; x2:580; y2:0px; "/>
- </group>
- </xhtml:body>
- </xhtml:html>
|