SPZBP00102_도로명주소등록관리.xrw 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <?xml-stylesheet type="text/css" href="../../../com/commonweb/css/common.css" ?>
  3. <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">
  4. <xhtml:head>
  5. <xhtml:title>도로명주소등록관리</xhtml:title>
  6. <model id="model1">
  7. <instance id="instance1">
  8. <root xmlns="">
  9. <main>
  10. <zipcodelist/>
  11. <search>
  12. <condition>naddress</condition>
  13. <term/>
  14. <area/>
  15. <detterm/>
  16. </search>
  17. </main>
  18. <send>
  19. <zipcodelist>
  20. <zipcdhead/>
  21. <zipcdfoot/>
  22. <seqno/>
  23. <builno/>
  24. <city/>
  25. <citycntyarea/>
  26. <blok/>
  27. <mile/>
  28. <isds/>
  29. <sanaddrno/>
  30. <apt/>
  31. <address/>
  32. <newaddress/>
  33. <sangubun/>
  34. <mainaddrno/>
  35. <subaddrno/>
  36. <stcode/>
  37. <stname/>
  38. <builmaincode/>
  39. <builsubcode/>
  40. <builname/>
  41. <detbuilname/>
  42. </zipcodelist>
  43. <searchcondition/>
  44. <searchterm/>
  45. <level/>
  46. <searcharea/>
  47. <searchdetterm/>
  48. <zipcodelistold/>
  49. </send>
  50. <hidden/>
  51. </root>
  52. </instance>
  53. <submission id="TRZBP00104" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main/zipcodelist"/>
  54. <submission id="TXZBP00105" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/hidden"/>
  55. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  56. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  57. <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
  58. <script type="javascript" src="D:\CMCProject\application\webapps\com\hismainweb\js\DocTitle.js"/>
  59. <script type="javascript" ev:event="xforms-ready">
  60. <![CDATA[
  61. model.setValue("/root/main/search/area","대구");
  62. model.setFocus("ipt_searchterm");
  63. model.setValue("/root/main/search/condition", "naddress");
  64. model.refresh();
  65. ]]>
  66. </script>
  67. </model>
  68. </xhtml:head>
  69. <xhtml:body pagewidth="800" pageheight="573" guideline="1,829;2,554;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  70. <group id="group3" scroll="auto" style="left:0px; top:0px; width:776px; height:515px; ">
  71. <group id="group2" style="left:1px; top:0px; width:775px; height:280px; vertical-align:top; ">
  72. <shape id="roundrect1" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:775px; height:55px; background-color:#fffbf2; border-color:#ffd799; "/>
  73. <caption id="caption2" class="search_name" style="left:15px; top:8px; width:86px; height:17px; ">검색조건 :</caption>
  74. <button id="btn_search" class="btn1_letter2" style="left:705px; top:17px; width:56px; height:22px; ">
  75. <caption>조회</caption>
  76. <script type="javascript" ev:event="DOMActivate">
  77. <![CDATA[
  78. var condition = model.getValue("/root/main/search/condition");
  79. var term = model.getValue("/root/main/search/term");
  80. var area = model.getValue("/root/main/search/area");
  81. var detterm = model.getValue("/root/main/search/detterm");
  82. if( condition!=null && term!=null && term!=""){
  83. model.setValue("/root/main/search/condition", condition);
  84. model.setValue("/root/main/search/term", term);
  85. model.setValue("/root/send/searchcondition", condition);
  86. model.setValue("/root/send/searchterm", term);
  87. model.setValue("/root/send/searcharea", area);
  88. model.setValue("/root/send/searchdetterm", detterm);
  89. model.setFocus("grd_zipcodelist");
  90. submit("TRZBP00104");
  91. }else{
  92. alert("검색어를 입력하세요.");
  93. return;
  94. }
  95. var rows = grd_zipcodelist.rows;
  96. if(rows>1){
  97. grd_zipcodelist.row = 1;
  98. //model.setFocus("grd_zipcodelist");
  99. }
  100. model.resetInstanceNode("/root/send/zipcodelist");
  101. model.refresh();
  102. ]]>
  103. </script>
  104. </button>
  105. <line id="line13" style="x1:689px; y1:7px; x2:689px; y2:49px; border-color:#ffe4bb; border-left-style:solid; "/>
  106. <select1 id="combo1" ref="/root/main/search/condition" class="combo_search" visibility="hidden" appearance="minimal" style="left:124px; top:8px; width:105px; height:19px; ">
  107. <choices>
  108. <item>
  109. <label>우편번호</label>
  110. <value>zipcode</value>
  111. </item>
  112. <item>
  113. <label>주소</label>
  114. <value>address</value>
  115. </item>
  116. </choices>
  117. </select1>
  118. <input id="ipt_searchterm" ref="/root/main/search/term" class="input_s_essential" navindex="1" imemode="hangul" style="left:124px; top:30px; width:220px; height:19px; "/>
  119. <script type="javascript" ev:event="onkeyup">
  120. <![CDATA[
  121. inputEnterKey("btn_search", "DOMActivate");
  122. ]]>
  123. </script>
  124. <caption id="caption3" class="search_name" style="left:370px; top:8px; width:99px; height:17px; ">지역 :</caption>
  125. <select1 id="combo2" ref="/root/main/search/area" class="combo_search" navindex="4" appearance="minimal" style="left:485px; top:8px; width:135px; height:19px; ">
  126. <choices>
  127. <item>
  128. <label>대구</label>
  129. <value>대구</value>
  130. </item>
  131. <item>
  132. <label>경북</label>
  133. <value>경북</value>
  134. </item>
  135. <item>
  136. <label>서울</label>
  137. <value>서울</value>
  138. </item>
  139. <item>
  140. <label>경기</label>
  141. <value>경기</value>
  142. </item>
  143. <item>
  144. <label>경남</label>
  145. <value>경남</value>
  146. </item>
  147. <item>
  148. <label>부산</label>
  149. <value>부산</value>
  150. </item>
  151. <item>
  152. <label>울산</label>
  153. <value>울산</value>
  154. </item>
  155. <item>
  156. <label>인천</label>
  157. <value>인천</value>
  158. </item>
  159. <item>
  160. <label>강원</label>
  161. <value>강원</value>
  162. </item>
  163. <item>
  164. <label>대전</label>
  165. <value>대전</value>
  166. </item>
  167. <item>
  168. <label>광주</label>
  169. <value>광주</value>
  170. </item>
  171. <item>
  172. <label>충북</label>
  173. <value>충북</value>
  174. </item>
  175. <item>
  176. <label>충남</label>
  177. <value>충남</value>
  178. </item>
  179. <item>
  180. <label>전북</label>
  181. <value>전북</value>
  182. </item>
  183. <item>
  184. <label>전남</label>
  185. <value>전남</value>
  186. </item>
  187. <item>
  188. <label>제주</label>
  189. <value>제주</value>
  190. </item>
  191. <item>
  192. <label>전체</label>
  193. <value/>
  194. </item>
  195. </choices>
  196. </select1>
  197. <select1 id="radio1" ref="/root/main/search/condition" navindex="3" appearance="full" cellspacing="8" cols="3" overflow="visible" style="left:125px; top:10px; width:235px; height:20px; border-style:none; ">
  198. <choices>
  199. <item>
  200. <label>우편번호</label>
  201. <value>zipcode</value>
  202. </item>
  203. <item>
  204. <label>도로명주소</label>
  205. <value>naddress</value>
  206. </item>
  207. <item>
  208. <label>지번주소</label>
  209. <value>oaddress</value>
  210. </item>
  211. </choices>
  212. <script type="javascript" ev:event="xforms-value-changed">
  213. <![CDATA[
  214. ipt_searchterm.value="";
  215. ipt_searchdetterm.value="";
  216. model.setFocus("ipt_searchterm");
  217. if(model.getValue("/root/main/search/condition")=="zipcode"){
  218. caption5.value = "우편번호 :";
  219. caption6.visible = false;
  220. ipt_searchdetterm.visible = false;
  221. }else{
  222. caption5.value = "동/읍/면/로";
  223. caption6.visible = true;
  224. ipt_searchdetterm.visible = true;
  225. }
  226. ]]>
  227. </script>
  228. </select1>
  229. <caption id="caption5" class="search_name" style="left:15px; top:30px; width:97px; height:17px; ">동/읍/면/로</caption>
  230. <input id="ipt_searchdetterm" ref="/root/main/search/detterm" class="input_search" navindex="2" imemode="hangul" style="left:485px; top:30px; width:200px; height:19px; "/>
  231. <caption id="caption6" class="search_name" style="left:370px; top:30px; width:116px; height:17px; ">리/번지/건물명</caption>
  232. <shape id="rectangle1" appearance="roundrect" style="left:0px; top:85px; width:775px; height:85px; "/>
  233. <caption id="caption7" class="search_name" style="left:10px; top:95px; width:100px; height:17px; ">우편번호 :</caption>
  234. <input id="input1" ref="/root/send/zipcodelist/zipcdhead" style="left:100px; top:95px; width:45px; height:19px; "/>
  235. <caption id="caption8" style="left:145px; top:91px; width:10px; height:20px; font-size:16pt; font-weight:bold; ">-</caption>
  236. <input id="input2" ref="/root/send/zipcodelist/zipcdfoot" style="left:155px; top:95px; width:45px; height:19px; "/>
  237. <caption id="caption10" class="search_name" style="left:210px; top:95px; width:100px; height:17px; ">시 / 도 :</caption>
  238. <input id="input4" ref="/root/send/zipcodelist/city" style="left:280px; top:95px; width:75px; height:19px; "/>
  239. <caption id="caption11" class="search_name" style="left:360px; top:95px; width:70px; height:17px; ">군 / 구 :</caption>
  240. <input id="input5" ref="/root/send/zipcodelist/citycntyarea" style="left:430px; top:95px; width:75px; height:19px; "/>
  241. <caption id="caption12" class="search_name" style="left:510px; top:95px; width:72px; height:17px; ">읍면동 :</caption>
  242. <input id="input6" ref="/root/send/zipcodelist/blok" style="left:580px; top:95px; width:80px; height:19px; "/>
  243. <input id="input7" ref="/root/send/zipcodelist/mile" style="left:55px; top:120px; width:50px; height:19px; "/>
  244. <caption id="caption13" class="search_name" style="left:10px; top:120px; width:45px; height:17px; ">리 :</caption>
  245. <caption id="caption14" class="search_name" style="left:110px; top:120px; width:65px; height:17px; ">도서 :</caption>
  246. <input id="input8" ref="/root/send/zipcodelist/isds" style="left:170px; top:120px; width:50px; height:19px; "/>
  247. <caption id="caption15" class="search_name" style="left:230px; top:120px; width:75px; height:17px; ">산번지 :</caption>
  248. <input id="input9" ref="/root/send/zipcodelist/sanaddrno" style="left:305px; top:120px; width:70px; height:19px; "/>
  249. <caption id="caption16" class="search_name" style="left:380px; top:120px; width:120px; height:17px; ">아파트/건물명 :</caption>
  250. <input id="input10" ref="/root/send/zipcodelist/apt" style="left:495px; top:120px; width:75px; height:19px; "/>
  251. <caption id="caption17" class="search_name" style="left:10px; top:145px; width:132px; height:17px; ">전체주소(구주소) :</caption>
  252. <input id="input11" ref="/root/send/zipcodelist/address" style="left:140px; top:145px; width:390px; height:19px; "/>
  253. <caption id="caption19" class="search_name" style="left:580px; top:120px; width:72px; height:17px; ">지번 :</caption>
  254. <input id="input13" ref="/root/send/zipcodelist/mainaddrno" style="left:640px; top:120px; width:55px; height:19px; "/>
  255. <input id="input14" ref="/root/send/zipcodelist/subaddrno" style="left:705px; top:120px; width:45px; height:19px; "/>
  256. <caption id="caption20" style="left:695px; top:115px; width:10px; height:20px; font-size:16pt; font-weight:bold; ">-</caption>
  257. <caption id="caption23" class="tit_2" style="left:5px; top:65px; width:100px; height:20px; ">수정 및 신규</caption>
  258. <caption id="caption28" class="search_name" visibility="hidden" style="left:545px; top:145px; width:74px; height:17px; ">산여부 :</caption>
  259. <select1 id="combo3" ref="/root/send/zipcodelist/sangubun" visibility="hidden" appearance="minimal" style="left:620px; top:145px; width:60px; height:19px; ">
  260. <choices>
  261. <item>
  262. <label>combo3</label>
  263. <value>combo3</value>
  264. </item>
  265. </choices>
  266. </select1>
  267. <shape id="roundrect2" appearance="roundrect" ellipsewidth="20" ellipseheight="20" style="left:0px; top:175px; width:775px; height:100px; "/>
  268. <input id="input20" ref="/root/send/zipcodelist/detbuilname" style="left:600px; top:250px; width:100px; height:19px; "/>
  269. <caption id="caption21" class="search_name" style="left:10px; top:225px; width:95px; height:17px; ">도로명코드 :</caption>
  270. <caption id="caption22" class="search_name" style="left:235px; top:225px; width:95px; height:17px; ">도로명 :</caption>
  271. <input id="input12" ref="/root/send/zipcodelist/newaddress" style="left:155px; top:203px; width:380px; height:19px; "/>
  272. <caption id="caption24" class="search_name" style="left:10px; top:250px; width:90px; height:17px; ">건물본번 :</caption>
  273. <caption id="caption25" class="search_name" style="left:170px; top:250px; width:90px; height:17px; ">건물부번 :</caption>
  274. <input id="input15" ref="/root/send/zipcodelist/stcode" style="left:110px; top:225px; width:100px; height:19px; background-color:#ccffff; "/>
  275. <caption id="caption26" class="search_name" style="left:330px; top:250px; width:90px; height:17px; ">건물명 :</caption>
  276. <input id="input16" ref="/root/send/zipcodelist/stname" style="left:310px; top:225px; width:100px; height:19px; background-color:#ccffff; "/>
  277. <caption id="caption27" class="search_name" style="left:515px; top:250px; width:90px; height:17px; ">건물부명 :</caption>
  278. <input id="input17" ref="/root/send/zipcodelist/builmaincode" style="left:95px; top:250px; width:65px; height:19px; "/>
  279. <input id="input18" ref="/root/send/zipcodelist/builsubcode" style="left:255px; top:250px; width:65px; height:19px; "/>
  280. <input id="input3" ref="/root/send/zipcodelist/builno" style="left:115px; top:180px; width:270px; height:19px; background-color:#ccffff; "/>
  281. <input id="input19" ref="/root/send/zipcodelist/builname" style="left:405px; top:250px; width:100px; height:19px; "/>
  282. <caption id="caption18" class="search_name" style="left:10px; top:203px; width:142px; height:17px; ">도로명주소(신주소) :</caption>
  283. <caption id="caption9" class="search_name" style="left:10px; top:180px; width:100px; height:17px; ">새주소코드 :</caption>
  284. <button id="button1" class="btn4_letter2" style="left:645px; top:60px; width:56px; height:22px; ">
  285. <caption>신규</caption>
  286. <script type="javascript" ev:event="DOMActivate">
  287. <![CDATA[
  288. model.removeNodeset("/root/send/zipcodelistold");
  289. if ( model.getValue("/root/send/zipcodelist/builno") == "" || model.getValue("/root/send/zipcodelist/stcode") == "" || model.getValue("/root/send/zipcodelist/stname") == "" ) {
  290. messageBox("새주소코드, 도로명코드, 도로명은 필수입력입니다.", "E");
  291. return;
  292. } else {
  293. if (submit("TXZBP00105")) {
  294. messageBox("저장되었습니다", "I");
  295. }
  296. }
  297. model.refresh();
  298. btn_search.dispatch("DOMActivate");
  299. ]]>
  300. </script>
  301. </button>
  302. <button id="button2" class="btn4_letter2" style="left:705px; top:60px; width:56px; height:22px; ">
  303. <caption>수정</caption>
  304. <script type="javascript" ev:event="DOMActivate">
  305. <![CDATA[
  306. if ( model.getValue("/root/send/zipcodelist/builno") == "" || model.getValue("/root/send/zipcodelist/stcode") == "" || model.getValue("/root/send/zipcodelist/stname") == "" ) {
  307. messageBox("새주소코드, 도로명코드, 도로명은 필수입력입니다.", "E");
  308. return;
  309. } else {
  310. if (submit("TXZBP00105")) {
  311. messageBox("저장되었습니다", "I");
  312. }
  313. }
  314. model.removenode("/root/send/zipcodelistold");
  315. model.resetInstanceNode("/root/send/zipcodelist");
  316. model.refresh();
  317. btn_search.dispatch("DOMActivate");
  318. ]]>
  319. </script>
  320. </button>
  321. </group>
  322. <caption id="caption1" class="tit_2" style="left:0px; top:311px; width:118px; height:13px; ">우편번호 목록</caption>
  323. <line id="line1" class="line_1" style="x1:0px; y1:325px; x2:775px; y2:325px; "/>
  324. <datagrid id="grd_zipcodelist" nodeset="/root/main/zipcodelist/zipcode" caption="번호^우편번호^우편번호앞번호^우편번호뒷번호^일련번호^builno^도로명주소^지번주소^입력주소" colsep="^" colwidth="100, 100, 100, 100, 100, 100, 317, 317, 100, 100" dataheight="25" explorerbar="sortshow" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheight="25" rowsep="|" style="left:0px; top:330px; width:775px; height:180px; ">
  325. <col ref="serialnum" visibility="hidden"/>
  326. <col ref="zipcode"/>
  327. <col ref="zipcdhead" visibility="hidden"/>
  328. <col ref="zipcdfoot" visibility="hidden"/>
  329. <col ref="seqno" visibility="hidden"/>
  330. <col ref="builno" visibility="hidden"/>
  331. <col ref="addressnew"/>
  332. <col ref="addressold"/>
  333. <col ref="prunningaddress" visibility="hidden"/>
  334. <col ref="prunningaddressnew" visibility="hidden"/>
  335. <col ref="city" visibility="hidden"/>
  336. <col ref="citycntyarea" visibility="hidden"/>
  337. <col ref="blok" visibility="hidden"/>
  338. <col ref="mile" visibility="hidden"/>
  339. <col ref="isds" visibility="hidden"/>
  340. <col ref="sanaddrno" visibility="hidden"/>
  341. <col ref="apt" visibility="hidden"/>
  342. <col ref="address" visibility="hidden"/>
  343. <col ref="newaddress" visibility="hidden"/>
  344. <col ref="sangubun" visibility="hidden"/>
  345. <col ref="mainaddrno" visibility="hidden"/>
  346. <col ref="subaddrno" visibility="hidden"/>
  347. <col ref="stcode" visibility="hidden"/>
  348. <col ref="stname" visibility="hidden"/>
  349. <col ref="builmaincdoe" visibility="hidden"/>
  350. <col ref="builsubcode" visibility="hidden"/>
  351. <col ref="builname" visibility="hidden"/>
  352. <col ref="detbuilname" visibility="hidden"/>
  353. <script type="javascript" ev:event="ondblclick">
  354. <![CDATA[
  355. if (isDataCell()) {
  356. var row = grd_zipcodelist.row;
  357. model.copyNode("/root/send/zipcodelist", "/root/main/zipcodelist/zipcode[" + row + "]");
  358. model.makeNode("/root/send/zipcodelistold/old_zipcdhead");
  359. model.makeNode("/root/send/zipcodelistold/old_zipcdfoot");
  360. model.makeNode("/root/send/zipcodelistold/old_seqno");
  361. model.makeNode("/root/send/zipcodelistold/old_builno");
  362. model.makeNode("/root/send/zipcodelistold/old_city");
  363. model.makeNode("/root/send/zipcodelistold/old_citycntyarea");
  364. model.makeNode("/root/send/zipcodelistold/old_blok");
  365. model.makeNode("/root/send/zipcodelistold/old_mile");
  366. model.makeNode("/root/send/zipcodelistold/old_isds");
  367. model.makeNode("/root/send/zipcodelistold/old_sanaddrno");
  368. model.makeNode("/root/send/zipcodelistold/old_apt");
  369. model.makeNode("/root/send/zipcodelistold/old_address");
  370. model.makeNode("/root/send/zipcodelistold/old_newaddress");
  371. model.makeNode("/root/send/zipcodelistold/old_sangubun");
  372. model.makeNode("/root/send/zipcodelistold/old_mainaddrno");
  373. model.makeNode("/root/send/zipcodelistold/old_subaddrno");
  374. model.makeNode("/root/send/zipcodelistold/old_stcode");
  375. model.makeNode("/root/send/zipcodelistold/old_stname");
  376. model.makeNode("/root/send/zipcodelistold/old_builmaincode");
  377. model.makeNode("/root/send/zipcodelistold/old_builsubcode");
  378. model.makeNode("/root/send/zipcodelistold/old_builname");
  379. model.makeNode("/root/send/zipcodelistold/old_detbuilname");
  380. model.setValue("/root/send/zipcodelistold/old_zipcdhead", model.getValue("/root/main/zipcodelist/zipcode[" + row + "]/zipcdhead"));
  381. model.setValue("/root/send/zipcodelistold/old_zipcdfoot", model.getValue("/root/main/zipcodelist/zipcode[" + row + "]/zipcdfoot"));
  382. model.setValue("/root/send/zipcodelistold/old_seqno", model.getValue("/root/main/zipcodelist/zipcode[" + row + "]/seqno"));
  383. model.setValue("/root/send/zipcodelistold/old_builno", model.getValue("/root/main/zipcodelist/zipcode[" + row + "]/builno"));
  384. model.setValue("/root/send/zipcodelistold/old_city", model.getValue("/root/main/zipcodelist/zipcode[" + row + "]/city"));
  385. model.setValue("/root/send/zipcodelistold/old_citycntyarea", model.getValue("/root/main/zipcodelist/zipcode[" + row + "]/citycntyarea"));
  386. model.setValue("/root/send/zipcodelistold/old_blok", model.getValue("/root/main/zipcodelist/zipcode[" + row + "]/blok"));
  387. model.setValue("/root/send/zipcodelistold/old_mile", model.getValue("/root/main/zipcodelist/zipcode[" + row + "]/mile"));
  388. model.setValue("/root/send/zipcodelistold/old_isds", model.getValue("/root/main/zipcodelist/zipcode[" + row + "]/isds"));
  389. model.setValue("/root/send/zipcodelistold/old_sanaddrno", model.getValue("/root/main/zipcodelist/zipcode[" + row + "]/sanaddrno"));
  390. model.setValue("/root/send/zipcodelistold/old_apt", model.getValue("/root/main/zipcodelist/zipcode[" + row + "]/apt"));
  391. model.setValue("/root/send/zipcodelistold/old_address", model.getValue("/root/main/zipcodelist/zipcode[" + row + "]/address"));
  392. model.setValue("/root/send/zipcodelistold/old_newaddress", model.getValue("/root/main/zipcodelist/zipcode[" + row + "]/newaddress"));
  393. model.setValue("/root/send/zipcodelistold/old_sangubun", model.getValue("/root/main/zipcodelist/zipcode[" + row + "]/sangubun"));
  394. model.setValue("/root/send/zipcodelistold/old_mainaddrno", model.getValue("/root/main/zipcodelist/zipcode[" + row + "]/mainaddrno"));
  395. model.setValue("/root/send/zipcodelistold/old_subaddrno", model.getValue("/root/main/zipcodelist/zipcode[" + row + "]/subaddrno"));
  396. model.setValue("/root/send/zipcodelistold/old_stcode", model.getValue("/root/main/zipcodelist/zipcode[" + row + "]/stcode"));
  397. model.setValue("/root/send/zipcodelistold/old_stname", model.getValue("/root/main/zipcodelist/zipcode[" + row + "]/stname"));
  398. model.setValue("/root/send/zipcodelistold/old_builmaincode", model.getValue("/root/main/zipcodelist/zipcode[" + row + "]/builmaincode"));
  399. model.setValue("/root/send/zipcodelistold/old_builsubcode", model.getValue("/root/main/zipcodelist/zipcode[" + row + "]/builsubcode"));
  400. model.setValue("/root/send/zipcodelistold/old_builname", model.getValue("/root/main/zipcodelist/zipcode[" + row + "]/builname"));
  401. model.setValue("/root/send/zipcodelistold/old_detbuilname", model.getValue("/root/main/zipcodelist/zipcode[" + row + "]/detbuilname"));
  402. model.refresh();
  403. }
  404. ]]>
  405. </script>
  406. </datagrid>
  407. <caption id="caption4" style="left:305px; top:305px; width:462px; height:20px; color:#ff0000; ">우편번호 또는 리/번지/건물명 검색 시 띄워쓰기 검색이 가능합니다.(예: 500 메트로 )</caption>
  408. <button id="button3" class="btn3_letter3" style="left:100px; top:60px; width:68px; height:22px; ">
  409. <caption>도움말</caption>
  410. <script type="javascript" ev:event="DOMActivate">
  411. <![CDATA[
  412. getHelpPage();
  413. ]]>
  414. </script>
  415. </button>
  416. </group>
  417. <group id="group1" scroll="auto" style="left:5px; top:520px; width:775px; height:27px; ">
  418. <button id="btn_cancel" class="btn4_letter2" style="left:705px; top:5px; width:56px; height:22px; ">
  419. <caption>닫기</caption>
  420. <script type="javascript" ev:event="DOMActivate">
  421. <![CDATA[
  422. window.close();
  423. ]]>
  424. </script>
  425. </button>
  426. </group>
  427. </xhtml:body>
  428. </xhtml:html>