SMPIF31900_가수금내역.xrw 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467
  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>Untitle</xhtml:title>
  6. <model id="model1">
  7. <instance id="instance1">
  8. <root xmlns="">
  9. <send>
  10. <fromdd/>
  11. <todd/>
  12. <clamflag/>
  13. <insukind>11</insukind>
  14. <ioflag>A</ioflag>
  15. <selectflag>1</selectflag>
  16. </send>
  17. <main>
  18. <list01>
  19. <griddepoamt1>
  20. <depodd/>
  21. <depoflag/>
  22. <bankcd/>
  23. <banknm/>
  24. <acntcd/>
  25. <depoamt/>
  26. </griddepoamt1>
  27. <griddepoamt2>
  28. <depodd/>
  29. <bankcd/>
  30. <banknm/>
  31. <acntcd/>
  32. <depoamt/>
  33. </griddepoamt2>
  34. <griddepoamt2>
  35. <acptno/>
  36. <depodd/>
  37. <bankcd/>
  38. <banknm/>
  39. <acntcd/>
  40. <depoamt/>
  41. </griddepoamt2>
  42. </list01>
  43. </main>
  44. <init>
  45. <P0266list>
  46. <P0266>
  47. <cdid/>
  48. <cdnm/>
  49. </P0266>
  50. </P0266list>
  51. <U0001list>
  52. <U0001>
  53. <judgdg/>
  54. </U0001>
  55. </U0001list>
  56. <U0002list>
  57. <U0002>
  58. <cdid/>
  59. <cdnm/>
  60. </U0002>
  61. </U0002list>
  62. <R0001list>
  63. <R0001>
  64. <cdid/>
  65. <cdnm/>
  66. </R0001>
  67. </R0001list>
  68. <bankinfo>
  69. <bankinfolist>
  70. <cdid/>
  71. <cdnm/>
  72. </bankinfolist>
  73. </bankinfo>
  74. </init>
  75. </root>
  76. </instance>
  77. <submission id="TRZBC00101" mediatype="application/x-www-form-urlencoded" method="post"/>
  78. <submission id="TRPIF31901" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/list01"/>
  79. <submission id="TRPIF30309" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/init/bankinfo"/>
  80. <submission id="TRPIF31902" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/print/send" resultref="/root/prntlist"/>
  81. </model>
  82. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  83. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  84. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  85. <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
  86. <script type="javascript" ev:event="xforms-ready">
  87. <![CDATA[
  88. // 공통코드 Load작업
  89. zbcfGetCodeList(new Array("P0266"), new Array( "/root/init/P0266list")); // 입금구분
  90. zbcfGetCodeList(new Array("R0001"), new Array( "/root/init/R0001list")); // 은행구분
  91. //기관별 은행및 은행계좌조회
  92. submit("TRPIF30309");
  93. model.setValue("/root/send/fromdd", getCurrentDate());
  94. model.setValue("/root/send/todd", getCurrentDate());
  95. model.refresh();
  96. model.setFocus("ipt_fromdd");
  97. ]]>
  98. </script>
  99. <script type="javascript">
  100. <![CDATA[
  101. // 셀 합치기 2010.01.14
  102. // 청구내역 1개당 입급내역이 다수이므로 동일한 청구내역은 셀 합치기 함.
  103. function fMergeCells() {
  104. var rows = 0;
  105. var forCnt = 0, fromCnt1 = 0, toCnt1 = 0;
  106. // 보험 보호 구분에 따른 로우 건수 및 입금예정액 컬럼 번호
  107. if ( rdo_insukind.value == "11" ) {
  108. rows = grd_depospecbydept.rows;
  109. forCnt = grd_depospecbydept.colRef("jrhandicaprfund");
  110. fromCnt1 = grd_depospecbydept.colRef("rrgstnoretecnt");
  111. toCnt1 = grd_depospecbydept.colRef("judgretehandicap");
  112. } else if(rdo_insukind.value == "21") {
  113. rows = datagrid1.rows;
  114. forCnt = datagrid1.colRef("jrhandicaprfund");
  115. fromCnt1 = datagrid1.colRef("pretecnt");
  116. toCnt1 = datagrid1.colRef("judgretehandicap");
  117. }
  118. var pre_clamym = "";
  119. var pre_acptno = "";
  120. var pre_judgdg = "";
  121. var pre_ordfildcd = "";
  122. var pre_clamdeptcd = "";
  123. var pre_clamflag = "";
  124. var clamym;
  125. var acptno;
  126. var judgdg;
  127. var ordfildcd;
  128. var clamdeptcd;
  129. var clamflag;
  130. for ( var i = 1 ; i < rows ; i++ ) {
  131. // 보험 보호에 따라 그리드 아이디가 바뀐다.
  132. if ( rdo_insukind.value == "11" ) {
  133. clamym = grd_depospecbydept.valueMatrix(i, grd_depospecbydept.colRef("clamym"));
  134. acptno = grd_depospecbydept.valueMatrix(i, grd_depospecbydept.colRef("acptno"));
  135. judgdg = grd_depospecbydept.valueMatrix(i, grd_depospecbydept.colRef("judgdg"));
  136. ordfildcd = grd_depospecbydept.valueMatrix(i, grd_depospecbydept.colRef("ordfildcd"));
  137. clamdeptcd = grd_depospecbydept.valueMatrix(i, grd_depospecbydept.colRef("clamdeptcd"));
  138. clamflag = grd_depospecbydept.valueMatrix(i, grd_depospecbydept.colRef("clamflag"));
  139. } else if(rdo_insukind.value == "21") {
  140. clamym = datagrid1.valueMatrix(i, datagrid1.colRef("clamym"));
  141. acptno = datagrid1.valueMatrix(i, datagrid1.colRef("acptno"));
  142. judgdg = datagrid1.valueMatrix(i, datagrid1.colRef("judgdg"));
  143. ordfildcd = datagrid1.valueMatrix(i, datagrid1.colRef("ordfildcd"));
  144. clamdeptcd = datagrid1.valueMatrix(i, datagrid1.colRef("clamdeptcd"));
  145. clamflag = datagrid1.valueMatrix(i, datagrid1.colRef("clamflag"));
  146. }
  147. if ( pre_clamym == clamym && pre_acptno == acptno && pre_judgdg == judgdg && pre_ordfildcd == ordfildcd && pre_clamdeptcd == clamdeptcd && pre_clamflag == clamflag) {
  148. if ( rdo_insukind.value == "11" ) {
  149. // 첫번째 컬럼 부터 입금예정액 컬럼 까지 합쳐요.
  150. for ( var k = 1 ; k <= forCnt ; k++ ) {
  151. grd_depospecbydept.mergeByFree(i - 1, k, i, k);
  152. }
  153. // 입금내역 이후 입금구분에 따라서 따로 보여줌 2010.05.10
  154. // for ( var k = fromCnt1 ; k <= toCnt1 ; k++ ) {
  155. // grd_depospecbydept.mergeByFree(i - 1, k, i, k);
  156. // }
  157. } else if(rdo_insukind.value == "21") {
  158. // 첫번째 컬럼 부터 입금예정액 컬럼 까지 합쳐요.
  159. for ( var k = 1 ; k <= forCnt ; k++ ) {
  160. datagrid1.mergeByFree(i - 1, k, i, k);
  161. }
  162. for ( var k = fromCnt1 ; k <= toCnt1 ; k++ ) {
  163. datagrid1.mergeByFree(i - 1, k, i, k);
  164. }
  165. }
  166. }
  167. pre_clamym = clamym;
  168. pre_acptno = acptno;
  169. pre_judgdg = judgdg;
  170. pre_ordfildcd = ordfildcd;
  171. pre_clamdeptcd = clamdeptcd;
  172. pre_clamflag = clamflag;
  173. }
  174. // 소계, 환수, 정산 환수 일 경우 색칠해요.
  175. initGridStyle("grd_depospecbydept");
  176. setRowStyle("grd_depospecbydept", "1", "[ 소 계 ]", "clamdeptcd", "equal");
  177. setRowStyle("grd_depospecbydept", "2", "[ 환 수 ]", "clamdeptcd", "equal");
  178. setRowStyle("grd_depospecbydept", "3", "[정산 환수]", "clamdeptcd", "equal");
  179. initGridStyle("datagrid1");
  180. setRowStyle("datagrid1", "1", "[ 소 계 ]", "clamdeptcd", "equal");
  181. setRowStyle("datagrid1", "2", "[ 환 수 ]", "clamdeptcd", "equal");
  182. setRowStyle("datagrid1", "3", "[정산 환수]", "clamdeptcd", "equal");
  183. }
  184. ]]>
  185. </script>
  186. </xhtml:head>
  187. <xhtml:body class="datagrid2" guideline="1,1195;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  188. <group id="grp_tle" style="left:0px; top:0px; width:1195px; height:13px; ">
  189. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:311px; height:14px; ">가수금내역</caption>
  190. </group>
  191. <group id="grp_biz" scroll="auto" style="left:0px; top:13px; width:1195px; height:744px; ">
  192. <group id="grp_sea" style="left:0px; top:10px; width:1194px; height:60px; vertical-align:top; ">
  193. <shape id="roundrect1" class="roundrect_search" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:1194px; height:60px; background-color:#fffbf2; border-color:#ffd799; "/>
  194. <button id="button1" class="btn1_letter2" style="left:1111px; top:18px; width:56px; height:22px; ">
  195. <caption>조회</caption>
  196. <script type="javascript" ev:event="onclick">
  197. <![CDATA[
  198. if (ipt_fromdd.value == "" || ipt_todd.value == "") {
  199. messageBox("시작일과 종료일은","I003");
  200. model.setFocus("ipt_fromdd");
  201. return false;
  202. }
  203. submit("TRPIF31901");
  204. if(rdo_selectflag.value == "1") {
  205. btn_depospecbyinsu.selected = true;
  206. model.toggle("case1");
  207. grd_depoamt1.subtotalPosition = "below";
  208. grd_depoamt1.subtotal("sum", 1, grd_depoamt1.colRef("depoamt"), "format:#,###; roundmode:round; roundpostion:2", "background-color:#f4f4f4; font-weight:bold; ", grd_depoamt1.colRef("acntcd"), "소계", true);
  209. grd_depoamt1.subtotal("sum", -1, grd_depoamt1.colRef("depoamt"), "format:#,###; roundmode:round; roundpostion:2", "background-color:#f4f4f4; font-weight:bold; ", grd_depoamt1.colRef("acntcd"), "총합계", true);
  210. } else if(rdo_selectflag.value == "2") {
  211. btn_depospecbyinsu.selected = true;
  212. model.toggle("case1");
  213. grd_depoamt1.subtotalPosition = "below";
  214. grd_depoamt1.subtotal("sum", 1, grd_depoamt1.colRef("depoamt"), "format:#,###; roundmode:round; roundpostion:2", "background-color:#f4f4f4; font-weight:bold; ", grd_depoamt1.colRef("acntcd"), "소계", true);
  215. grd_depoamt1.subtotal("sum", -1, grd_depoamt1.colRef("depoamt"), "format:#,###; roundmode:round; roundpostion:2", "background-color:#f4f4f4; font-weight:bold; ", grd_depoamt1.colRef("acntcd"), "총합계", true);
  216. } else if(rdo_selectflag.value == "3") {
  217. btn_depospecbyproc.selected = true;
  218. model.toggle("case2");
  219. grd_depoamt2.subtotalPosition = "below";
  220. grd_depoamt2.subtotal("sum", -1, grd_depoamt2.colRef("depoamt"), "format:#,###; roundmode:round; roundpostion:2", "background-color:#f4f4f4; font-weight:bold; ", grd_depoamt2.colRef("acntcd"), "총합계", true);
  221. }
  222. ]]>
  223. </script>
  224. </button>
  225. <line id="line13" class="line_4" style="x1:1084px; y1:18px; x2:1084px; y2:40px; "/>
  226. <caption id="caption4" class="search_name" style="left:334px; top:20px; width:86px; height:17px; vertical-align:top; ">보험유형</caption>
  227. <input id="ipt_fromdd" ref="/root/send/fromdd" class="input_s_essential" inputtype="date" maxlength="8" format="yyyy-mm-dd" style="left:105px; top:20px; width:97px; height:19px; ">
  228. <script type="javascript" ev:event="DOMFocusOut">
  229. <![CDATA[
  230. //ipt_todd.value = ipt_fromdd.value;
  231. ]]>
  232. </script>
  233. </input>
  234. <input id="ipt_todd" ref="/root/send/todd" class="input_s_essential" inputtype="date" maxlength="8" format="yyyy-mm-dd" style="left:222px; top:20px; width:97px; height:19px; "/>
  235. <caption id="caption7" style="left:206px; top:23px; width:15px; height:15px; ">~</caption>
  236. <caption id="caption8" class="search_name" style="left:596px; top:20px; width:86px; height:17px; vertical-align:top; ">내원유형</caption>
  237. <select1 id="rdo_ioflag" ref="/root/send/ioflag" overflow="visible" appearance="full" cols="3" rows="1" style="left:678px; top:20px; width:134px; height:15px; border-style:none; ">
  238. <choices>
  239. <item>
  240. <label>전체</label>
  241. <value>A</value>
  242. </item>
  243. <item>
  244. <label>입원</label>
  245. <value>I</value>
  246. </item>
  247. <item>
  248. <label>외래</label>
  249. <value>O</value>
  250. </item>
  251. </choices>
  252. </select1>
  253. <select1 id="rdo_insukind" ref="/root/send/insukind" overflow="visible" appearance="full" cols="4" rows="1" style="left:414px; top:19px; width:176px; height:15px; border-style:none; ">
  254. <choices>
  255. <item>
  256. <label>보험</label>
  257. <value>11</value>
  258. </item>
  259. <item>
  260. <label>보호</label>
  261. <value>21</value>
  262. </item>
  263. <item>
  264. <label>산재</label>
  265. <value>41</value>
  266. </item>
  267. <item>
  268. <label>기타</label>
  269. <value>99</value>
  270. </item>
  271. </choices>
  272. </select1>
  273. <caption id="caption3" class="search_name" style="left:15px; top:21px; width:86px; height:17px; vertical-align:top; ">입금일자</caption>
  274. <select1 id="rdo_selectflag" ref="/root/send/selectflag" overflow="visible" appearance="full" cols="3" rows="1" style="left:879px; top:20px; width:201px; height:15px; border-style:none; ">
  275. <choices>
  276. <item>
  277. <label>일자별</label>
  278. <value>1</value>
  279. </item>
  280. <item>
  281. <label>일자별sum</label>
  282. <value>2</value>
  283. </item>
  284. <item>
  285. <label>접수번호</label>
  286. <value>3</value>
  287. </item>
  288. </choices>
  289. <script type="javascript" ev:event="xforms-select">
  290. <![CDATA[
  291. if ( rdo_selectflag.value == "1" ) {
  292. btn_depospecbyinsu.selected = true;
  293. model.toggle("case1");
  294. } else if ( rdo_selectflag.value == "2" ) {
  295. btn_depospecbyinsu.selected = true;
  296. model.toggle("case1");
  297. } else if ( rdo_selectflag.value == "3" ) {
  298. btn_depospecbyproc.selected = true;
  299. model.toggle("case2");
  300. };
  301. ]]>
  302. </script>
  303. </select1>
  304. <caption id="caption1" class="search_name" style="left:822px; top:20px; width:51px; height:17px; vertical-align:top; ">구분</caption>
  305. </group>
  306. <button id="button4" class="btn2_letter4" style="left:1125px; top:80px; width:64px; height:19px; ">
  307. <caption>엑셀저장</caption>
  308. <script type="javascript" ev:event="onclick">
  309. <![CDATA[
  310. var today = new Date();
  311. var yy = today.getYear()+"";
  312. var mm = today.getMonth()+1;
  313. var dd = today.getDate();
  314. if(mm < 10) { mm = "0"+mm; } else { mm = mm+""; }
  315. if(dd < 10) { dd = "0" + dd; } else { dd = dd + ""; }
  316. var tmp = yy+mm+dd;
  317. var fileName = "";
  318. // 선택된 탭에 따라서 엑셀저장될 그리드를 지정한다.
  319. if ( rdo_selectflag.value == "1" ) {
  320. fileName = window.fileDialog("save", "|", true, "일자별 가수금내역_"+tmp, "", "Excel Files(*.xls)|*.xls");
  321. if (fileName != "") {
  322. grd_depoamt1.saveExcel(fileName, "SheetName", true, true, "", "", "");
  323. }
  324. } else if ( rdo_selectflag.value == "2" ) {
  325. fileName = window.fileDialog("save", "|", true, "일자별sum 가수금내역_"+tmp, "", "Excel Files(*.xls)|*.xls");
  326. if (fileName != "") {
  327. grd_depoamt1.saveExcel(fileName, "SheetName", true, true, "", "", "");
  328. }
  329. } else if ( rdo_selectflag.value == "3" ) {
  330. fileName = window.fileDialog("save", "|", true, "접수번호별 가수금내역_"+tmp, "", "Excel Files(*.xls)|*.xls");
  331. if (fileName != "") {
  332. grd_depoamt2.saveExcel(fileName, "SheetName", true, true, "", "", "");
  333. }
  334. }
  335. ]]>
  336. </script>
  337. </button>
  338. <switch id="switch1" class="sw_box" style="left:0px; top:100px; width:1194px; height:639px; ">
  339. <case id="case1" selected="true">
  340. <datagrid id="grd_depoamt1" nodeset="/root/main/list01/griddepoamt1" class="datagrid2" caption="구분^입금일자^접수번호^입금구분^입금은행^계좌번호^입금금액" colsep="^" colwidth="100,110, 120, 100, 112, 197, 170" dataheight="25" defaultrows="1" extendlastcol="false" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="25" rowsep="|" style="left:5px; top:7px; width:1184px; height:623px; ">
  341. <col ref="depoflag2" type="output" visibility="hidden" style="text-align:center; "/>
  342. <col ref="depodd" format="yyyy-mm-dd" maxlength="8" style="text-align:center; "/>
  343. <col ref="acptno" type="output" style="text-align:center; "/>
  344. <col ref="depoflag" type="output" style="text-align:center; "/>
  345. <col autonext="true" disabled="true" ref="bankcd" type="combo" style="text-align:center; ">
  346. <choices>
  347. <itemset nodeset="/root/init/R0001list/R0001">
  348. <label ref="cdnm"/>
  349. <value ref="cdid"/>
  350. </itemset>
  351. </choices>
  352. </col>
  353. <col ref="acntcd" type="input" style="text-align:center; "/>
  354. <col ref="depoamt" type="input" format="#,###" style="text-align:right; "/>
  355. <script type="javascript" ev:event="oncopy">
  356. <![CDATA[
  357. grid_oncopy();
  358. ]]>
  359. </script>
  360. </datagrid>
  361. </case>
  362. <case id="case2">
  363. <datagrid id="grd_depoamt2" nodeset="/root/main/list01/griddepoamt2" class="datagrid2" caption="접수번호^입금은행^계좌번호^입금금액" colsep="^" colwidth="110, 112, 197, 174" dataheight="25" defaultrows="1" extendlastcol="false" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="25" rowsep="|" style="left:5px; top:7px; width:1184px; height:623px; ">
  364. <col ref="acptno" maxlength="8" style="text-align:center; "/>
  365. <col autonext="true" disabled="true" ref="bankcd" type="combo" style="text-align:center; ">
  366. <choices>
  367. <itemset nodeset="/root/init/R0001list/R0001">
  368. <label ref="cdnm"/>
  369. <value ref="cdid"/>
  370. </itemset>
  371. </choices>
  372. </col>
  373. <col ref="acntcd" type="input" style="text-align:center; "/>
  374. <col ref="depoamt" type="input" format="#,###" style="text-align:right; "/>
  375. <script type="javascript" ev:event="oncopy">
  376. <![CDATA[
  377. grid_oncopy();
  378. ]]>
  379. </script>
  380. </datagrid>
  381. </case>
  382. </switch>
  383. <button id="btn_depospecbyproc" class="btn_sw" group="tab" style="left:170px; top:79px; width:170px; height:22px; ">
  384. <caption>접수번호별 가수금내역</caption>
  385. <toggle case="case2" ev:event="onclick"/>
  386. </button>
  387. <button id="btn_depospecbyinsu" class="btn_sw" group="tab" selected="true" style="left:0px; top:79px; width:170px; height:22px; ">
  388. <caption>일자별 가수금내역</caption>
  389. <toggle case="case1" ev:event="onclick"/>
  390. </button>
  391. <button id="button2" class="btn2_letter2" style="left:1082px; top:80px; width:42px; height:19px; ">
  392. <caption>출력</caption>
  393. <script type="javascript" ev:event="DOMActivate">
  394. <![CDATA[
  395. if(btn_depospecbyinsu.selected == true){
  396. exeReportPreview("RPPIF31900", "XMLSTR", "","", "false","","","","","false");
  397. }else if(btn_depospecbyproc.selected == true) {
  398. exeReportPreview("RPPIF31910", "XMLSTR", "","", "false","","","","","false");
  399. }
  400. ]]>
  401. </script>
  402. </button>
  403. <button id="button3" class="btn5_letter9" style="left:960px; top:80px; width:119px; height:19px; ">
  404. <caption>가수금입금내역출력</caption>
  405. <script type="javascript" ev:event="DOMActivate">
  406. <![CDATA[
  407. model.makeNode("/root/print/send/srchym");
  408. model.makeNode("/root/print/send/rexid");
  409. model.makeNode("/root/print/send/userid");
  410. model.makeNode("/root/print/send/acntno");
  411. model.setValue("/root/print/send/rexid", "RPPIF31901");
  412. model.setValue("/root/print/send/userid", getUserId());
  413. var srchym = ipt_fromdd.value;
  414. model.setValue("/root/print/send/srchym", srchym.substring(0, 6));
  415. var cnt = getNodesetCount("/root/init/bankinfo/bankinfolist");
  416. var bankacount;
  417. for( var i = 1; i <= cnt; i++){
  418. if(model.getValue("/root/init/bankinfo/bankinfolist["+ i +"]/cdid") == "20"){
  419. bankacount = model.getValue("/root/init/bankinfo/bankinfolist["+ i +"]/cdnm");
  420. break;
  421. }
  422. }
  423. model.setValue("/root/print/send/acntno",bankacount);
  424. if(submit("TRPIF31902")){
  425. exeReportPreview("RPPIF31901", "XMLSTR");
  426. }
  427. ]]>
  428. </script>
  429. </button>
  430. </group>
  431. <group id="grp_btn" style="left:0px; top:757px; width:1195px; height:27px; "/>
  432. </xhtml:body>
  433. </xhtml:html>