SMSDT06700_사회사업기부금실적.xrw 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <!--
  3. * 제 목 : SMSDT06700.사회사업 기부금실적.xrw
  4. * 설 명 : 사회사업 기부금실적
  5. * 작 성 자 : 박성호
  6. * 작 성 일 : 2008.11.19
  7. * 수정이력 :
  8. * 기 타 :
  9. -->
  10. <?xml-stylesheet href="../../../com/commonweb/css/common.css" type="text/css" ?>
  11. <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">
  12. <xhtml:head>
  13. <xhtml:title>사회사업 기부금실적</xhtml:title>
  14. <model id="model1">
  15. <instance id="instance1">
  16. <root xmlns="">
  17. <main>
  18. <deciinfo>
  19. <decilist>
  20. <flagnm/>
  21. <contribpatcnt/>
  22. <contribamt/>
  23. <contribpatamt/>
  24. <decipatcnt/>
  25. <deciamt/>
  26. <patamt/>
  27. </decilist>
  28. </deciinfo>
  29. <expsinfo>
  30. <expslist>
  31. <flagnm/>
  32. <supppatcnt/>
  33. <suppamt/>
  34. </expslist>
  35. </expsinfo>
  36. <search>
  37. <fromdd/>
  38. <todd/>
  39. <fromentryy/>
  40. <fromendyy/>
  41. <toendyy/>
  42. <toentryy/>
  43. <flag/>
  44. <ioflag/>
  45. <achivflag>C1</achivflag>
  46. </search>
  47. </main>
  48. <send>
  49. <search/>
  50. </send>
  51. <init>
  52. <ioflag>
  53. <A0563/>
  54. </ioflag>
  55. <ioflag1>
  56. <C0029>
  57. </C0029>
  58. </ioflag1>
  59. </init>
  60. <hidden/>
  61. </root>
  62. </instance>
  63. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  64. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  65. <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
  66. <script type="javascript" src="../../../com/commonweb/js/numericHelper.js"/>
  67. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  68. <script type="javascript" src="../../../com/commonweb/js/utilHelper.js"/>
  69. <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
  70. <script type="javascript" src="../../../ast/commonweb/js/AST.js"/>
  71. <script type="javascript" ev:event="xforms-ready">
  72. <![CDATA[
  73. fInit();
  74. ]]>
  75. </script>
  76. <submission id="TRZBC00101" mediatype="application/x-www-form-urlencoded" method="post"/>
  77. <submission id="TRZBC00102" mediatype="application/x-www-form-urlencoded" method="post"/>
  78. <submission id="TRZSD00109" mediatype="application/x-www-form-urlencoded" method="post" replace="instance"/>
  79. <submission id="TRSDT06701" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/search" replace="instance" resultref="/root/main/deciinfo"/>
  80. <submission id="TRSDT06702" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/search" replace="instance" resultref="/root/main/expsinfo"/>
  81. </model>
  82. <script type="javascript">
  83. <![CDATA[
  84. /**========================================================================================================================================
  85. * 조회기간 그리드초기화
  86. =========================================================================================================================================*/
  87. function fInit(){
  88. model.removeNodeset("/root/main/deciinfo/decilist");
  89. cmb_sumflag.select(0);
  90. // 공통코드 목록 가져오기(입원/외래)
  91. zbcfGetCodeList(new Array("A0563", "C0029"), new Array("/root/init/ioflag", "/root/init/ioflag1") , true);
  92. // 입원/외래
  93. addComboItem("cmb_ioflag", "", "", "above");
  94. var currentDate = getCurrentDate();
  95. var LastDate=currentDate.toDate().getAddDate(-1,"M").getDateFormat();
  96. var LastDateYM=LastDate.substr(0,6);
  97. model.setValue("/root/main/search/fromdd" ,LastDateYM );
  98. model.setValue("/root/main/search/todd" ,LastDateYM );
  99. var CurrentDateYY=currentDate.substring(0,4);
  100. model.makeValue("/root/main/search/fromentryy",CurrentDateYY);
  101. model.makeValue("/root/main/search/toentryy",CurrentDateYY);
  102. // 그리드초기화
  103. model.removeNodeset(grd_list.nodeset);
  104. model.refresh();
  105. }
  106. /**========================================================================================================================================
  107. * 조회
  108. =========================================================================================================================================*/
  109. function fSearch(){
  110. //var fromdd = model.getValue("/root/main/search/fromdd") +"01";
  111. /*
  112. if (cmb_sumflag.value == "1")
  113. {
  114. var fromdd = model.getValue("/root/main/search/fromdd");
  115. var todd = model.getValue("/root/main/search/fromdd");
  116. }
  117. else if (cmb_sumflag.value == "2")
  118. {
  119. var fromdd = model.getValue("/root/main/search/fromdd");
  120. var todd = model.getValue("/root/main/search/fromdd");
  121. }
  122. else
  123. {
  124. var fromdd = model.getValue("/root/main/search/fromentryy");
  125. }
  126. */
  127. var fromdd = model.getValue("/root/main/search/fromdd");
  128. var todd = model.getValue("/root/main/search/todd");
  129. var fromentryy = model.getValue("/root/main/search/fromentryy");
  130. var toentryy = model.getValue("/root/main/search/toentryy");
  131. var frommonth = model.getValue("/root/main/search/fromdd") + "01";
  132. var tomonth = model.getValue("/root/main/search/todd") + "01";
  133. var fromyear = model.getValue("/root/main/search/fromentryy") + "0101";
  134. var toyear = model.getValue("/root/main/search/toentryy") + "0101";
  135. var ioflag = model.getValue("/root/main/search/ioflag");
  136. var flag = model.getValue("/root/main/search/flag");
  137. if (flag == "2")
  138. {
  139. //alert(fromentryy);
  140. //alert(toentryy);
  141. if( ! isValidDateTime( fromyear, 'YYYYMMDD') || ! isValidDateTime( toyear, 'YYYYMMDD') ){
  142. messageBox("입력하신 일자구분이 정확한 날짜타입이 아닙니다.", "I999", "");
  143. model.setFocus("ipt_fromentryy");
  144. return;
  145. }
  146. if( getDateInterval(fromyear, toyear) > 1825 ){
  147. messageBox("조회기간은 최대5년까지 할 수 있습니다.", "I999", "");
  148. model.setFocus("ipt_toentryy");
  149. return;
  150. }
  151. if( getDateInterval(fromyear, toyear) < 0 ){
  152. messageBox("일자구분에서 시작일자가 종료일자보다 미래일자 입니다. 확인하세요!", "I999", "");
  153. model.setFocus("ipt_fromentryy");
  154. return;
  155. }
  156. }
  157. else
  158. {
  159. if( ! isValidDateTime( fromdd, 'YYYYMM') || ! isValidDateTime(todd, 'YYYYMM') ){
  160. messageBox("입력하신 일자구분이 정확한 날짜타입이 아닙니다.", "I999", "");
  161. model.setFocus("ipt_fromdd");
  162. return;
  163. }
  164. if( getDateInterval(frommonth, tomonth) > 365 ){
  165. messageBox("조회기간은 최대1년까지 할 수 있습니다..", "I999", "");
  166. model.setFocus("ipt_todd");
  167. return;
  168. }
  169. if( getDateInterval(frommonth, tomonth) < 0 ){
  170. messageBox("일자구분에서 시작일자가 종료일자보다 미래일자 입니다. 확인하세요!", "I999", "");
  171. model.setFocus("ipt_fromdd");
  172. return;
  173. }
  174. }
  175. model.removeNodeset("/root/send/search");
  176. model.makeValue("/root/send/search/flag", flag);
  177. model.makeValue("/root/send/search/ioflag", ioflag);
  178. model.makeValue("/root/send/search/fromdd", fromdd);
  179. model.makeValue("/root/send/search/todd", todd);
  180. model.makeValue("/root/send/search/fromentryy", fromentryy);
  181. model.makeValue("/root/send/search/toentryy", toentryy);
  182. //grid merge
  183. /*
  184. grd_list.mergeCells = "bycolrec";
  185. grd_list.mergeCol(0) = true;
  186. grd_list.mergeCol(1) = true;
  187. grd_list.mergeCol(2) = false;
  188. grd_list.mergeCol(3) = false;
  189. grd_list.mergeCol(4) = false;
  190. grd_list.mergeCol(5) = false;
  191. grd_list.mergeCol(6) = false;
  192. grd_list.mergeCol(7) = false;
  193. grd_list.mergeCol(8) = false;
  194. grd_list.mergeCol(9) = false;
  195. grd_list.mergeCol(10) = false;
  196. grd_list.mergeCol(11) = false;
  197. grd_list.mergeCol(12) = false;
  198. */
  199. var achivflag = model.getValue("/root/main/search/achivflag");
  200. model.makeValue("/root/send/search/achivflag", achivflag);
  201. // 결정사항
  202. if (achivflag == "C1")
  203. {
  204. if (submit("TRSDT06701") == true)
  205. {
  206. var sumflag = model.getValue("/root/main/search/flag");
  207. if (sumflag == "1")
  208. {
  209. fGetDeciResult();
  210. }
  211. }
  212. else
  213. {
  214. messageBox("조회를", "E009");
  215. }
  216. }
  217. else
  218. {
  219. if (submit("TRSDT06702") == true)
  220. {
  221. var sumflag = model.getValue("/root/main/search/flag");
  222. if (sumflag == "1")
  223. {
  224. fGetExpsResult();
  225. }
  226. }
  227. else
  228. {
  229. messageBox("조회를", "E009");
  230. }
  231. }
  232. }
  233. function fGetDeciResult(){
  234. if(grd_list.rows - grd_list.fixedRows >1){
  235. var sStat = 0;
  236. var insRow = grd_list.rows;
  237. grd_list.addRow(insRow, false);
  238. grd_list.valueMatrix(insRow, grd_list.colRef("flagnm") ) = "전기간대비실적비교";
  239. for(var i= grd_list.colRef("contribpatcnt"); i<= grd_list.colRef("patamt"); i++){
  240. var bfResult = eval(grd_list.valueMatrix(insRow -1 , i));
  241. var sSum = eval(grd_list.valueMatrix(insRow-2, i));
  242. sStat = eval(sSum)- eval(bfResult) ;
  243. grd_list.valueMatrix(insRow, i ) = eval(sStat);
  244. //alert("sSum "+ sSum +"bfResult " + bfResult + "sStat " + sStat);
  245. }
  246. }else{
  247. model.removeNodeset("/root/main/deciinfo/decilist");
  248. }
  249. model.refresh();
  250. }
  251. function fGetExpsResult(){
  252. if(grd_exps.rows - grd_exps.fixedRows >1){
  253. var sStat = 0;
  254. var insRow = grd_exps.rows;
  255. grd_exps.addRow(insRow, false);
  256. grd_exps.valueMatrix(insRow, grd_exps.colRef("flagnm") ) = "전기간대비실적비교";
  257. for(var i= grd_exps.colRef("supppatcnt"); i<= grd_exps.colRef("suppamt"); i++){
  258. var bfResult = eval(grd_exps.valueMatrix(insRow -1 , i));
  259. var sSum = eval(grd_exps.valueMatrix(insRow-2, i));
  260. sStat = eval(sSum)- eval(bfResult) ;
  261. grd_exps.valueMatrix(insRow, i ) = eval(sStat);
  262. //alert("sSum "+ sSum +"bfResult " + bfResult + "sStat " + sStat);
  263. }
  264. }else{
  265. model.removeNodeset("/root/main/expsinfo/expslist");
  266. }
  267. model.refresh();
  268. }
  269. /**========================================================================================================================================
  270. * 엑셀저장 버튼 클릭시
  271. =========================================================================================================================================*/
  272. function fExcel() {
  273. var achivflag = model.getValue("/root/main/search/achivflag");
  274. if (achivflag == "C1")
  275. {
  276. if (grd_list.rows <= 3) {
  277. messageBox("엑셀파일로 저장할 리스트 내역이", "I004");
  278. return;
  279. }
  280. var fileName = window.fileDialog("save", ",", false, "사회사업 기부금결정실적", "xls", "Excel Files(*.xls)|*.xls|All Files (*.*)|*.*");
  281. if (fileName != ""){
  282. grd_list.saveExcel(fileName, "SheetName", false, false, "", "", false);
  283. }
  284. }
  285. else
  286. {
  287. if (grd_exps.rows <= 3) {
  288. messageBox("엑셀파일로 저장할 리스트 내역이", "I004");
  289. return;
  290. }
  291. var fileName = window.fileDialog("save", ",", false, "사회사업 기부금지출실적", "xls", "Excel Files(*.xls)|*.xls|All Files (*.*)|*.*");
  292. if (fileName != ""){
  293. grd_exps.saveExcel(fileName, "SheetName", false, false, "", "", false);
  294. }
  295. }
  296. }
  297. function fComSelect()
  298. {
  299. var CurrentDate=getCurrentDate();
  300. if(cmb_sumflag.value=='1')
  301. {
  302. ipt_fromdd.visible=true;
  303. ipt_todd.visible=true;
  304. ipt_fromentryy.visible=false;
  305. ipt_toentryy.visible=false;
  306. cap1.visible=true;
  307. caption1.visible=true;
  308. caption2.visible=false;
  309. /*
  310. var CurrentDateYM=CurrentDate.substr(0,6);
  311. model.makeValue("/root/main/search/fromdd",CurrentDateYM);
  312. model.makeValue("/root/main/search/todd",CurrentDateYM);
  313. model.removeNodeset("/root/main/search/entryy");
  314. */
  315. }
  316. else
  317. {
  318. ipt_fromdd.visible=false;
  319. ipt_todd.visible=false;
  320. ipt_fromentryy.visible=true;
  321. ipt_toentryy.visible=true;
  322. cap1.visible=true;
  323. caption1.visible=false;
  324. caption2.visible=true;
  325. /*
  326. var CurrentDateYY=CurrentDate.substring(0,4);
  327. model.makeValue("/root/main/search/fromentryy",CurrentDateYY);
  328. model.makeValue("/root/main/search/toentryy",CurrentDateYY);
  329. model.removeNodeset("/root/main/search/fromdd");
  330. model.removeNodeset("/root/main/search/todd");
  331. */
  332. }
  333. //model.removeNodeset("/root/send/reqdata");
  334. //model.makeNode("/root/send/reqdata");
  335. model.refresh();
  336. }
  337. // 실적 구분
  338. function fAchivflagChagne(){
  339. // 접수환자실적 A1, 상담환자실적 A2
  340. if(rdo_achivflag.value == 'C1'){
  341. model.removeNodeset("/root/main/deciinfo/decilist");
  342. model.toggle("case1");
  343. //cmb_ioflag.choices.itemset.attribute("nodeset") = "/root/init/ioflag/A0563";
  344. cap_list.attribute("text") = "사회사업 기부금결정실적";
  345. cmb_ioflag.select(0);
  346. }else{
  347. model.removeNodeset("/root/main/expsinfo/expslist");
  348. model.toggle("case2");
  349. cmb_ioflag.select(0);
  350. //cmb_ioflag.choices.itemset.attribute("nodeset") = "/root/init/ioflag1/C0029";
  351. cap_list.attribute("text") = "사회사업 기부금지출실적";
  352. // 입원/외래
  353. //addComboItem("cmb_ioflag", "", "", "above");
  354. }
  355. model.refresh();
  356. }
  357. ]]>
  358. </script>
  359. </xhtml:head>
  360. <xhtml:body guideline="1,1195;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  361. <group id="group1" style="left:0px; top:0px; width:1195px; height:13px; ">
  362. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:224px; height:14px; ">사회사업 기부금실적</caption>
  363. </group>
  364. <group id="group5" scroll="auto" style="left:0px; top:757px; width:1195px; height:27px; ">
  365. <line id="line37" class="line_6" style="x1:0px; y1:0px; x2:1194px; y2:0px; "/>
  366. <button id="btn_search0" class="btn4_letter3" style="left:1126px; top:5px; width:68px; height:22px; ">
  367. <caption>초기화</caption>
  368. <script type="javascript" ev:event="DOMActivate">
  369. <![CDATA[
  370. fInit();
  371. ]]>
  372. </script>
  373. </button>
  374. </group>
  375. <group id="group2" scroll="auto" style="left:0px; top:13px; width:1195px; height:744px; ">
  376. <line id="line1" class="line_1" style="x1:0px; y1:73px; x2:1190px; y2:72px; "/>
  377. <group id="group4" style="left:0px; top:5px; width:1194px; height:35px; vertical-align:top; ">
  378. <shape id="roundrect3" class="roundrect_search" appearance="roundrect" style="left:0px; top:0px; width:1194px; height:35px; "/>
  379. <line id="line2" style="x1:1113px; y1:7px; x2:1113px; y2:29px; border-color:#ffe4bb; border-left-style:solid; "/>
  380. <caption id="cap1" style="left:915px; top:8px; width:25px; height:20px; text-align:center; ">~</caption>
  381. <caption id="caption1" class="search_name" style="left:740px; top:10px; width:100px; height:17px; ">조회기간 :</caption>
  382. <caption id="caption2" class="search_name" style="left:739px; top:10px; width:100px; height:17px; ">조회년도:</caption>
  383. <caption id="caption23" class="search_name" style="left:515px; top:10px; width:86px; height:17px; ">조회구분 :</caption>
  384. <select1 id="cmb_ioflag" ref="/root/main/search/ioflag" navindex="1" appearance="minimal" style="left:390px; top:8px; width:85px; height:19px; ">
  385. <choices>
  386. <itemset nodeset="/root/init/ioflag1/C0029">
  387. <label ref="cdnm"/>
  388. <value ref="cdid"/>
  389. </itemset>
  390. </choices>
  391. </select1>
  392. <select1 id="cmb_sumflag" ref="/root/main/search/flag" navindex="1" appearance="minimal" style="left:610px; top:8px; width:100px; height:19px; ">
  393. <choices>
  394. <item>
  395. <label>월별</label>
  396. <value>1</value>
  397. </item>
  398. <item>
  399. <label>년도별</label>
  400. <value>2</value>
  401. </item>
  402. </choices>
  403. <script type="javascript" ev:event="xforms-value-changed">
  404. <![CDATA[
  405. fComSelect();
  406. ]]>
  407. </script>
  408. </select1>
  409. <input id="ipt_fromdd" ref="/root/main/search/fromdd" class="input_search" inputtype="date" format="yyyy-mm" style="left:832px; top:8px; width:73px; height:19px; "/>
  410. <input id="ipt_todd" ref="/root/main/search/todd" class="input_search" inputtype="date" format="yyyy-mm" style="left:945px; top:8px; width:73px; height:19px; "/>
  411. <input id="ipt_fromentryy" ref="/root/main/search/fromentryy" class="input_search" inputtype="date" format="yyyy" style="left:832px; top:8px; width:58px; height:19px; "/>
  412. <input id="ipt_toentryy" ref="/root/main/search/toentryy" class="input_search" inputtype="date" format="yyyy" style="left:946px; top:8px; width:58px; height:19px; "/>
  413. <caption id="caption3" class="search_name" style="left:290px; top:10px; width:93px; height:17px; ">입원/외래 :</caption>
  414. <button id="btn_search" class="btn1_letter2" style="left:1123px; top:7px; width:56px; height:22px; ">
  415. <caption>조회</caption>
  416. <script type="javascript" ev:event="DOMActivate">
  417. <![CDATA[
  418. fSearch();
  419. model.refresh();
  420. ]]>
  421. </script>
  422. </button>
  423. <select1 id="rdo_achivflag" ref="/root/main/search/achivflag" overflow="visible" appearance="full" cols="4" rows="1" style="left:30px; top:8px; width:245px; height:20px; border-style:none; ">
  424. <choices>
  425. <item>
  426. <label>기부금 결정실적</label>
  427. <value>C1</value>
  428. </item>
  429. <item>
  430. <label>기부금 지출실적</label>
  431. <value>C2</value>
  432. </item>
  433. </choices>
  434. <script type="javascript" ev:event="xforms-select">
  435. <![CDATA[
  436. fAchivflagChagne();
  437. ]]>
  438. </script>
  439. </select1>
  440. </group>
  441. <button id="btn_excel" class="btn2_letter4" style="left:1127px; top:51px; width:64px; height:19px; ">
  442. <caption>엑셀저장</caption>
  443. <script type="javascript" ev:event="DOMActivate">
  444. <![CDATA[
  445. fExcel();
  446. ]]>
  447. </script>
  448. </button>
  449. <switch id="switch1" style="left:0px; top:75px; width:1195px; height:665px; ">
  450. <case id="case1" selected="true">
  451. <datagrid id="grd_list" nodeset="/root/main/deciinfo/decilist" class="datagrid1" caption="구분^기부자수^기부금액^기부자1인당&#xA;평균금액^사회사업&#xA;기부금 지원결정환자수^사회사업&#xA;기부금 결정액^환자1인당&#xA;기부금 결정액|구분^기부자수^기부금액^기부자1인당&#xA;평균금액^사회사업&#xA;기부금 지원결정환자수^사회사업&#xA;기부금 결정액^환자1인당&#xA;기부금 결정액" colsep="^" colwidth="200, 150, 150, 150, 150, 150, 150" dataheight="25" mergecellsfixedrows="bycolrec" rowheight="25" rowsep="|" style="left:0px; top:0px; width:1193px; height:663px; text-align:center; ">
  452. <col ref="flagnm" style="text-align:center; "/>
  453. <col ref="contribpatcnt" format="(-)#,###" style="text-align:center; "/>
  454. <col ref="contribamt" format="(-)#,###" style="text-align:center; "/>
  455. <col ref="contribpatamt" format="(-)#,###" style="text-align:center; "/>
  456. <col ref="decipatcnt" format="(-)#,###" style="text-align:center; "/>
  457. <col ref="deciamt" format="(-)#,###" style="text-align:center; "/>
  458. <col ref="patamt" format="(-)#,###" style="text-align:center; "/>
  459. </datagrid>
  460. </case>
  461. <case id="case2">
  462. <datagrid id="grd_exps" nodeset="/root/main/expsinfo/expslist" class="datagrid1" caption="구분^사회사업&#xA;기부금 지원환자수^사회사업&#xA;기부금 지출액|구분^사회사업&#xA;기부금 지원환자수^사회사업&#xA;기부금 지출액" colsep="^" colwidth="230, 230, 230" dataheight="25" mergecellsfixedrows="bycolrec" rowheight="25" rowsep="|" style="left:0px; top:0px; width:1193px; height:663px; text-align:center; ">
  463. <col ref="flagnm" style="text-align:center; "/>
  464. <col ref="supppatcnt" format="(-)#,###" style="text-align:center; "/>
  465. <col ref="suppamt" format="(-)#,###" style="text-align:center; "/>
  466. </datagrid>
  467. </case>
  468. </switch>
  469. <caption id="cap_list" class="tit_2" style="left:0px; top:55px; width:217px; height:14px; ">사회사업 기부금실적</caption>
  470. </group>
  471. </xhtml:body>
  472. </xhtml:html>