SMAAA03900_자원봉사자본당별통계.xrw 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <?xml-stylesheet href="../../../com/commonweb/css/common.css" type="text/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. <search>
  11. <fromdd/>
  12. <actdeptcd/>
  13. </search>
  14. <voluntractrelign>
  15. <voluntractreligninfo>
  16. <parichchrchnm/>
  17. <actdeptcd/>
  18. <monm/>
  19. <mona/>
  20. <tuem/>
  21. <tuea/>
  22. <wenm/>
  23. <wena/>
  24. <thum/>
  25. <thua/>
  26. <frim/>
  27. <fria/>
  28. <satm/>
  29. <sata/>
  30. <etc/>
  31. <total/>
  32. <percent/>
  33. </voluntractreligninfo>
  34. </voluntractrelign>
  35. </main>
  36. <init>
  37. <vacatflagcd>
  38. </vacatflagcd>
  39. <actdeptcd/>
  40. <voluntractteamcd/>
  41. </init>
  42. <send>
  43. <reqdata/>
  44. </send>
  45. <hidden>
  46. <init>
  47. <comcd/>
  48. </init>
  49. </hidden>
  50. </root>
  51. </instance>
  52. <script type="javascript" ev:event="xforms-ready">
  53. <![CDATA[
  54. //grd_studvoluntrlist.fixedcellcheckbox(0,1) = "true";
  55. fInit();
  56. ]]>
  57. </script>
  58. <submission id="TRZBC00101" mediatype="application/x-www-form-urlencoded" method="post"/>
  59. <submission id="TRZBC00102" mediatype="application/x-www-form-urlencoded" method="post"/>
  60. <submission id="TRZBP00102" mediatype="application/x-www-form-urlencoded" method="post"/>
  61. <submission id="TRAAA03901" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdata" resultref="/root/main/voluntractrelign"/>
  62. </model>
  63. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  64. <script type="javascript" src="../../../com/commonweb/js/utilHelper.js"/>
  65. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  66. <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
  67. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  68. <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
  69. <script type="javascript" src="../../../com/zipcodeweb/js/ZBP001.js"/>
  70. <script type="javascript" src="../../../ast/soclworkweb/js/AWMCommon.js"/>
  71. <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
  72. </xhtml:head>
  73. <script type="javascript">
  74. <![CDATA[
  75. //초기화
  76. function fInit() {
  77. grd_voluntractreligninfo.visible=true;
  78. grd_voluntractreligninfo2.visible=false;
  79. grd_voluntractreligninfo3.visible=false;
  80. grd_voluntractreligninfo4.visible=false;
  81. grd_voluntractreligninfo5.visible=false;
  82. grd_voluntractreligninfo6.visible=false;
  83. zbcfGetCodeList(new Array("A0503","A0359","A0360"),new Array("/root/hidden/init/comcd","/root/hidden/init/comcd","/root/hidden/init/comcd"));
  84. var CurrentDate=getCurrentDate();
  85. model.makeValue("/root/main/search/fromdd",CurrentDate);
  86. model.makeValue("/root/main/search/actdeptcd","01");
  87. model.removeNodeset("/root/main/voluntractrelign");
  88. model.refresh();
  89. }
  90. //통계조회
  91. function fVoluntrStatReq()
  92. {
  93. model.removeNodeset("/root/send/reqdata");
  94. model.makeNode("/root/send/reqdata");
  95. var fromdd=model.getValue("/root/main/search/fromdd");
  96. var actdeptcd=model.getValue("/root/main/search/actdeptcd");
  97. if(isNull(fromdd))
  98. {
  99. messageBox("조회일자는","I003");
  100. model.setFocus("ipt_fromdd");
  101. return;
  102. }
  103. else
  104. {
  105. model.makeValue("/root/send/reqdata/fromdd",fromdd);
  106. }
  107. if(isNull(actdeptcd))
  108. {
  109. messageBox("활동부서는","I003");
  110. return;
  111. }
  112. else
  113. {
  114. model.makeValue("/root/send/reqdata/actdeptcd",actdeptcd);
  115. }
  116. if(actdeptcd=="01")
  117. {
  118. grd_voluntractreligninfo.visible=true;
  119. grd_voluntractreligninfo2.visible=false;
  120. grd_voluntractreligninfo3.visible=false;
  121. grd_voluntractreligninfo4.visible=false;
  122. grd_voluntractreligninfo5.visible=false;
  123. grd_voluntractreligninfo6.visible=false;
  124. }
  125. if(actdeptcd=="02")
  126. {
  127. grd_voluntractreligninfo.visible=false;
  128. grd_voluntractreligninfo2.visible=true;
  129. grd_voluntractreligninfo3.visible=false;
  130. grd_voluntractreligninfo4.visible=false;
  131. grd_voluntractreligninfo5.visible=false;
  132. grd_voluntractreligninfo6.visible=false;
  133. }
  134. if(actdeptcd=="03")
  135. {
  136. grd_voluntractreligninfo.visible=false;
  137. grd_voluntractreligninfo2.visible=false;
  138. grd_voluntractreligninfo3.visible=true;
  139. grd_voluntractreligninfo4.visible=false;
  140. grd_voluntractreligninfo5.visible=false;
  141. grd_voluntractreligninfo6.visible=false;
  142. }
  143. if(actdeptcd=="04")
  144. {
  145. grd_voluntractreligninfo.visible=false;
  146. grd_voluntractreligninfo2.visible=false;
  147. grd_voluntractreligninfo3.visible=false;
  148. grd_voluntractreligninfo4.visible=true;
  149. grd_voluntractreligninfo5.visible=false;
  150. grd_voluntractreligninfo6.visible=false;
  151. }
  152. if(actdeptcd=="05")
  153. {
  154. grd_voluntractreligninfo.visible=false;
  155. grd_voluntractreligninfo2.visible=false;
  156. grd_voluntractreligninfo3.visible=false;
  157. grd_voluntractreligninfo4.visible=false;
  158. grd_voluntractreligninfo5.visible=true;
  159. grd_voluntractreligninfo6.visible=false;
  160. }
  161. if(actdeptcd=="99")
  162. {
  163. grd_voluntractreligninfo.visible=false;
  164. grd_voluntractreligninfo2.visible=false;
  165. grd_voluntractreligninfo3.visible=false;
  166. grd_voluntractreligninfo4.visible=false;
  167. grd_voluntractreligninfo5.visible=false;
  168. grd_voluntractreligninfo6.visible=true;
  169. }
  170. //model.copyNode("/root/send/reqdata","/root/main/search");
  171. submit("TRAAA03901");
  172. var i=grd_voluntractreligninfo.rows-grd_voluntractreligninfo.fixedRows;
  173. var total=model.getValue("/root/main/voluntractrelign/voluntractreligninfo"+"["+i+"]/total"); //총합계 저장
  174. for(j=1;j<=i;j++)
  175. {
  176. var totaleach=model.getValue("/root/main/voluntractrelign/voluntractreligninfo"+"["+j+"]/total");
  177. var percent=totaleach/total*100;
  178. model.makeValue("/root/main/voluntractrelign/voluntractreligninfo"+"["+j+"]/percent",percent);
  179. var sss=model.getValue("/root/main/voluntractrelign/voluntractreligninfo"+"["+j+"]/percent");
  180. //alert(j+"zzz"+sss);
  181. //alert(model.getValue("/root/main/voluntractrelign/voluntractreligninfo"+"["+j+"]/percent"));
  182. }
  183. var idxRowss=grd_voluntractreligninfo.rows;
  184. var idxRows=idxRowss-2;
  185. var actdeptcd=model.getValue("/root/main/search/actdeptcd");
  186. if(idxRows!='0')
  187. {
  188. var parichchrchnm=model.getValue("/root/main/voluntractrelign/voluntractreligninfo"+"["+idxRows+"]/parichchrchnm");
  189. if(parichchrchnm=="합계")
  190. {
  191. if(actdeptcd=='01')
  192. { //alert(actdeptcd);
  193. grd_voluntractreligninfo.cellStyle("background-color",i+1,1, i+1, 15) = "#ccffff";
  194. }
  195. else if(actdeptcd=='02')
  196. {
  197. //alert(actdeptcd);
  198. grd_voluntractreligninfo2.cellStyle("background-color",i+1,1, i+1, 15) = "#ccffff";
  199. }
  200. else if(actdeptcd=='03')
  201. {
  202. //alert(actdeptcd);
  203. grd_voluntractreligninfo3.cellStyle("background-color",i+1,1, i+1, 10) = "#ccffff";
  204. }
  205. else if(actdeptcd=='04')
  206. {
  207. //alert(actdeptcd);
  208. grd_voluntractreligninfo4.cellStyle("background-color",i+1,1, i+1, 11) = "#ccffff";
  209. }
  210. else if(actdeptcd=='05')
  211. {
  212. //alert(actdeptcd);
  213. grd_voluntractreligninfo5.cellStyle("background-color",i+1,1, i+1, 11) = "#ccffff";
  214. }
  215. else if(actdeptcd=='06')
  216. {
  217. //alert(actdeptcd);
  218. grd_voluntractreligninfo6.cellStyle("background-color",i+1,1, i+1, 11) = "#ccffff";
  219. }
  220. }
  221. /*
  222. for(i=1;i<=idxRows;i++)
  223. {
  224. var parichchrchnm=model.getValue("/root/main/voluntractrelign/voluntractreligninfo"+"["+i+"]/parichchrchnm");
  225. if(parichchrchnm=="합계")
  226. {
  227. if(actdeptcd=='01')
  228. { //alert(actdeptcd);
  229. grd_voluntractreligninfo.cellStyle("background-color",i+1,1, i+1, 14) = "#ccffff";
  230. }
  231. else if(actdeptcd=='02')
  232. {
  233. //alert(actdeptcd);
  234. grd_voluntractreligninfo2.cellStyle("background-color",i+1,1, i+1, 14) = "#ccffff";
  235. }
  236. else if(actdeptcd=='03')
  237. {
  238. //alert(actdeptcd);
  239. grd_voluntractreligninfo3.cellStyle("background-color",i+1,1, i+1, 14) = "#ccffff";
  240. }
  241. else if(actdeptcd=='04')
  242. {
  243. //alert(actdeptcd);
  244. grd_voluntractreligninfo4.cellStyle("background-color",i+1,1, i+1, 14) = "#ccffff";
  245. }
  246. else if(actdeptcd=='05')
  247. {
  248. //alert(actdeptcd);
  249. grd_voluntractreligninfo5.cellStyle("background-color",i+1,1, i+1, 14) = "#ccffff";
  250. }
  251. else if(actdeptcd=='06')
  252. {
  253. //alert(actdeptcd);
  254. grd_voluntractreligninfo6.cellStyle("background-color",i+1,1, i+1, 14) = "#ccffff";
  255. }
  256. }
  257. alert("색");
  258. else
  259. {
  260. grd_voluntractreligninfo.cellStyle("background-color",i+1,0, i+1, 14) = "#ffffff";
  261. grd_voluntractreligninfo2.cellStyle("background-color",i+1,0, i+1, 14) = "#ffffff";
  262. grd_voluntractreligninfo3.cellStyle("background-color",i+1,0, i+1, 14) = "#ffffff";
  263. grd_voluntractreligninfo4.cellStyle("background-color",i+1,0, i+1, 14) = "#ffffff";
  264. }
  265. */
  266. model.refresh();
  267. }
  268. /*
  269. // 마지막 행의 숫자 값을 변수에 담는다.
  270. var total=model.getValue("/root/main/voluntractrelign/voluntractreligninfo"+"["+i+"]/total");
  271. var religncd01m=model.getValue("/root/main/voluntractrelign/voluntractreligninfo"+"["+i+"]/religncd01m");
  272. var religncd01f=model.getValue("/root/main/voluntractrelign/voluntractreligninfo"+"["+i+"]/religncd01f");
  273. var religncd02m=model.getValue("/root/main/voluntractrelign/voluntractreligninfo"+"["+i+"]/religncd02m");
  274. var religncd02f=model.getValue("/root/main/voluntractrelign/voluntractreligninfo"+"["+i+"]/religncd02f");
  275. var religncd03m=model.getValue("/root/main/voluntractrelign/voluntractreligninfo"+"["+i+"]/religncd03m");
  276. var religncd03f=model.getValue("/root/main/voluntractrelign/voluntractreligninfo"+"["+i+"]/religncd03f");
  277. var religncd04m=model.getValue("/root/main/voluntractrelign/voluntractreligninfo"+"["+i+"]/religncd04m");
  278. var religncd04f=model.getValue("/root/main/voluntractrelign/voluntractreligninfo"+"["+i+"]/religncd04f");
  279. //grd_voluntractageinfo.addRow(); //행추가
  280. var religncd01mper=religncd01m/total*100;
  281. var religncd01fper=religncd01f/total*100;
  282. var religncd02mper=religncd02m/total*100;
  283. var religncd02fper=religncd02f/total*100;
  284. var religncd03mper=religncd03m/total*100;
  285. var religncd03fper=religncd03f/total*100;
  286. var religncd04mper=religncd04m/total*100;
  287. var religncd04fper=religncd04f/total*100;
  288. var totalper=total/total*100;
  289. //grd_voluntractageinfo.addItem();
  290. //grd_voluntractageinfo.addRow();
  291. var j=i+1;
  292. // 백분율 데이터 마지막에 추가 함
  293. model.makeValue("/root/main/voluntractrelign/voluntractreligninfo"+"["+j+"]/actdeptcd","백분율(%)");
  294. model.makeValue("/root/main/voluntractrelign/voluntractreligninfo"+"["+j+"]/voluntractdwcd","백분율(%)");
  295. model.makeValue("/root/main/voluntractrelign/voluntractreligninfo"+"["+j+"]/religncd01m",religncd01mper);
  296. model.makeValue("/root/main/voluntractrelign/voluntractreligninfo"+"["+j+"]/religncd01f",religncd01fper);
  297. model.makeValue("/root/main/voluntractrelign/voluntractreligninfo"+"["+j+"]/religncd02m",religncd02mper);
  298. model.makeValue("/root/main/voluntractrelign/voluntractreligninfo"+"["+j+"]/religncd02f",religncd02fper);
  299. model.makeValue("/root/main/voluntractrelign/voluntractreligninfo"+"["+j+"]/religncd03m",religncd03mper);
  300. model.makeValue("/root/main/voluntractrelign/voluntractreligninfo"+"["+j+"]/religncd03f",religncd03fper);
  301. model.makeValue("/root/main/voluntractrelign/voluntractreligninfo"+"["+j+"]/religncd04m",religncd04mper);
  302. model.makeValue("/root/main/voluntractrelign/voluntractreligninfo"+"["+j+"]/religncd04f",religncd04fper);
  303. model.makeValue("/root/main/voluntractrelign/voluntractreligninfo"+"["+j+"]/total",totalper);
  304. */
  305. model.refresh();
  306. }
  307. // 초기화 함수
  308. function fResetVoluntrAgeStat()
  309. {
  310. var btn=messageBox("초기화를","Q004");
  311. if(btn=="6")
  312. {
  313. model.removeNodeset("/root/main/voluntractrelign");
  314. }
  315. else
  316. {
  317. return;
  318. }
  319. model.refresh();
  320. }
  321. //엑셀저장 버튼 클릭시
  322. function fExcelVoluntrAgeStat()
  323. {
  324. var fileName = window.fileDialog("save", ",", false, "excel", "xls", "Excel Files(*.xls)|*.xls|All Files (*.*)|*.*");
  325. if (fileName != "")
  326. {
  327. grd_voluntractreligninfo.saveExcel(fileName, "SheetName", false, false, "", "", false);
  328. }
  329. }
  330. ]]>
  331. </script>
  332. <xhtml:body style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  333. <group id="group1" style="left:0px; top:0px; width:815px; height:13px; ">
  334. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:207px; height:14px; ">자원봉사자통계</caption>
  335. </group>
  336. <group id="group3" scroll="auto" style="left:0px; top:13px; width:825px; height:744px; ">
  337. <group id="grp_sea" style="left:0px; top:10px; width:820px; height:35px; vertical-align:top; ">
  338. <shape id="roundrect1" class="roundrect_search" appearance="roundrect" style="left:0px; top:0px; width:820px; height:35px; "/>
  339. <button id="button1" class="btn1_letter2" navindex="3" style="left:753px; top:7px; width:56px; height:22px; ">
  340. <caption>조회</caption>
  341. <script type="javascript" ev:event="DOMActivate">
  342. <![CDATA[
  343. fVoluntrStatReq();
  344. ]]>
  345. </script>
  346. </button>
  347. <line id="line13" class="line_4" style="x1:742px; y1:7px; x2:742px; y2:29px; "/>
  348. <caption id="caption3" class="search_name" style="left:20px; top:10px; width:94px; height:17px; ">조회일자 :</caption>
  349. <input id="ipt_fromdd" ref="/root/main/search/fromdd" class="input_default" navindex="1" inputtype="date" format="yyyy-mm-dd" appearance="minimal" style="left:114px; top:9px; width:91px; height:19px; "/>
  350. <caption id="caption2" class="search_name" style="left:325px; top:10px; width:94px; height:17px; ">활동그룹 :</caption>
  351. <select1 id="cmb_actdeptcd" ref="/root/main/search/actdeptcd" navindex="2" appearance="minimal" style="left:420px; top:10px; width:100px; height:19px; ">
  352. <choices>
  353. <itemset nodeset="/root/hidden/init/comcd/A0503">
  354. <label ref="cdnm"/>
  355. <value ref="cdid"/>
  356. </itemset>
  357. </choices>
  358. <script type="javascript" ev:event="xforms-value-changed">
  359. <![CDATA[
  360. fVoluntrStatReq();
  361. ]]>
  362. </script>
  363. </select1>
  364. </group>
  365. <button id="button3" class="btn2_letter4" navindex="4" disable.background-image="../../../com/commonweb/images/dis_btn2_letter4.gif" style="left:748px; top:51px; width:64px; height:19px; background-image:../../../com/commonweb/images/btn2_letter4.gif; ">
  366. <caption>엑셀저장</caption>
  367. <script type="javascript" ev:event="DOMActivate">
  368. <![CDATA[
  369. fExcelVoluntrAgeStat();
  370. ]]>
  371. </script>
  372. </button>
  373. <datagrid id="grd_voluntractreligninfo" nodeset="/root/main/voluntractrelign/voluntractreligninfo" caption="본당명^외래^외래^외래^외래^외래^외래^외래^외래^외래^외래^외래^외래^합계^백분율(%)|본당명^월오전^월오후^화오전^화오후^수오전^수오후^목오전^목오후^금오전^금오후^토오전^기타^합계^백분율(%)" colsep="^" colwidth="143, 44, 44, 44, 44, 44, 44, 44, 44, 44, 44, 44, 44, 55, 72" dataheight="25" extendlastcol="scroll" frozencols="7" mergecells="byrestriccol" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="25" rowsep="|" style="left:0px; top:76px; width:820px; height:662px; ">
  374. <col ref="parichchrchnm"/>
  375. <col ref="monm" style="text-align:center; "/>
  376. <col ref="mona" style="text-align:center; "/>
  377. <col ref="tuem" style="text-align:center; "/>
  378. <col ref="tuea" style="text-align:center; "/>
  379. <col ref="wenm" style="text-align:center; "/>
  380. <col ref="wena" style="text-align:center; "/>
  381. <col ref="thum" style="text-align:center; "/>
  382. <col ref="thua" style="text-align:center; "/>
  383. <col ref="frim" style="text-align:center; "/>
  384. <col ref="fria" style="text-align:center; "/>
  385. <col ref="satm" style="text-align:center; "/>
  386. <col ref="etc" style="text-align:center; "/>
  387. <col ref="total" style="text-align:center; "/>
  388. <col ref="percent" format="#.99" style="text-align:center; "/>
  389. </datagrid>
  390. <datagrid id="grd_voluntractreligninfo2" nodeset="/root/main/voluntractrelign/voluntractreligninfo" caption="본당명^병실^병실^병실^병실^병실^병실^병실^병실^병실^병실^병실^병실^합계^백분율(%)|본당명^월오전^월오후^화오전^화오후^수오전^수오후^목오전^목오후^금오전^금오후^토오전^기타^합계^백분율(%)" colsep="^" colwidth="144, 44, 44, 44, 44, 44, 44, 44, 44, 44, 44, 44, 44, 57, 69" dataheight="25" extendlastcol="scroll" frozencols="7" mergecells="byrestriccol" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="25" rowsep="|" style="left:0px; top:76px; width:820px; height:662px; ">
  391. <col ref="parichchrchnm"/>
  392. <col ref="monm" style="text-align:center; "/>
  393. <col ref="mona" style="text-align:center; "/>
  394. <col ref="tuem" style="text-align:center; "/>
  395. <col ref="tuea" style="text-align:center; "/>
  396. <col ref="wenm" style="text-align:center; "/>
  397. <col ref="wena" style="text-align:center; "/>
  398. <col ref="thum" style="text-align:center; "/>
  399. <col ref="thua" style="text-align:center; "/>
  400. <col ref="frim" style="text-align:center; "/>
  401. <col ref="fria" style="text-align:center; "/>
  402. <col ref="satm" style="text-align:center; "/>
  403. <col ref="etc" style="text-align:center; "/>
  404. <col ref="total" style="text-align:center; "/>
  405. <col ref="percent" format="#.99" style="text-align:center; "/>
  406. </datagrid>
  407. <datagrid id="grd_voluntractreligninfo3" nodeset="/root/main/voluntractrelign/voluntractreligninfo" caption="본당명^중앙공급실^중앙공급실^중앙공급실^중앙공급실^중앙공급실^중앙공급실^중앙공급실^합계^백분율(%)|본당명^월요팀^화요팀^수요팀^목요팀^금요팀^토요팀^기타^합계^백분율(%)" colsep="^" colwidth="139, 70, 70, 70, 70, 70, 70, 70, 82, 86" dataheight="25" extendlastcol="scroll" frozencols="7" mergecells="byrestriccol" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="25" rowsep="|" style="left:0px; top:76px; width:820px; height:662px; ">
  408. <col ref="parichchrchnm"/>
  409. <col ref="monm" style="text-align:center; "/>
  410. <col ref="tuem" style="text-align:center; "/>
  411. <col ref="wenm" style="text-align:center; "/>
  412. <col ref="thum" style="text-align:center; "/>
  413. <col ref="frim" style="text-align:center; "/>
  414. <col ref="satm" style="text-align:center; "/>
  415. <col ref="etc" style="text-align:center; "/>
  416. <col ref="total" style="text-align:center; "/>
  417. <col ref="percent" format="#.99" style="text-align:center; "/>
  418. </datagrid>
  419. <datagrid id="grd_voluntractreligninfo4" nodeset="/root/main/voluntractrelign/voluntractreligninfo" caption="본당명^호스피스^호스피스^호스피스^호스피스^호스피스^호스피스^호스피스^호스피스^합계^백분율(%)|본당명^월요팀^화요팀^수요팀^목요팀^금요팀^토요팀^일요팀^기타^합계^백분율(%)" colsep="^" colwidth="144, 65, 65, 65, 65, 65, 65, 65, 65, 61, 73" dataheight="25" extendlastcol="scroll" frozencols="7" mergecells="byrestriccol" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="25" rowsep="|" style="left:0px; top:76px; width:820px; height:662px; ">
  420. <col ref="parichchrchnm"/>
  421. <col ref="monm" style="text-align:center; "/>
  422. <col ref="tuem" style="text-align:center; "/>
  423. <col ref="wenm" style="text-align:center; "/>
  424. <col ref="thum" style="text-align:center; "/>
  425. <col ref="frim" style="text-align:center; "/>
  426. <col ref="satm" style="text-align:center; "/>
  427. <col ref="sun" style="text-align:center; "/>
  428. <col ref="etc" style="text-align:center; "/>
  429. <col ref="total" style="text-align:center; "/>
  430. <col ref="percent" format="#.99" style="text-align:center; "/>
  431. </datagrid>
  432. <datagrid id="grd_voluntractreligninfo5" nodeset="/root/main/voluntractrelign/voluntractreligninfo" caption="본당명^원목팀^원목팀^원목팀^원목팀^원목팀^원목팀^원목팀^원목팀^합계^백분율(%)|본당명^월요팀^화요팀^수요팀^목요팀^금요팀^토요팀^일요팀^기타^합계^백분율(%)" colsep="^" colwidth="144, 65, 65, 65, 65, 65, 65, 65, 65, 64, 80" dataheight="25" extendlastcol="scroll" frozencols="7" mergecells="byrestriccol" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="25" rowsep="|" style="left:0px; top:76px; width:820px; height:662px; ">
  433. <col ref="parichchrchnm"/>
  434. <col ref="monm" style="text-align:center; "/>
  435. <col ref="tuem" style="text-align:center; "/>
  436. <col ref="wenm" style="text-align:center; "/>
  437. <col ref="thum" style="text-align:center; "/>
  438. <col ref="frim" style="text-align:center; "/>
  439. <col ref="satm" style="text-align:center; "/>
  440. <col ref="sun" style="text-align:center; "/>
  441. <col ref="etc" style="text-align:center; "/>
  442. <col ref="total" style="text-align:center; "/>
  443. <col ref="percent" format="#.99" style="text-align:center; "/>
  444. </datagrid>
  445. <datagrid id="grd_voluntractreligninfo6" nodeset="/root/main/voluntractrelign/voluntractreligninfo" caption="본당명^기타^기타^기타^기타^기타^기타^기타^기타^합계^백분율(%)|본당명^월요팀^화요팀^수요팀^목요팀^금요팀^토요팀^일요팀^기타팀^합계^백분율(%)" colsep="^" colwidth="144, 65, 65, 65, 65, 65, 65, 65, 65, 65, 80" dataheight="25" extendlastcol="scroll" frozencols="7" mergecells="byrestriccol" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="25" rowsep="|" style="left:0px; top:76px; width:820px; height:662px; ">
  446. <col ref="parichchrchnm"/>
  447. <col ref="monm" style="text-align:center; "/>
  448. <col ref="tuem" style="text-align:center; "/>
  449. <col ref="wenm" style="text-align:center; "/>
  450. <col ref="thum" style="text-align:center; "/>
  451. <col ref="frim" style="text-align:center; "/>
  452. <col ref="satm" style="text-align:center; "/>
  453. <col ref="sun" style="text-align:center; "/>
  454. <col ref="etc" style="text-align:center; "/>
  455. <col ref="total" style="left:684px; top:43px; width:65px; height:23px; text-align:center; "/>
  456. <col ref="percent" format="#.99" style="left:749px; top:43px; width:80px; height:23px; text-align:center; "/>
  457. </datagrid>
  458. </group>
  459. <group id="group5" scroll="auto" style="left:0px; top:757px; width:820px; height:27px; ">
  460. <line id="line37" class="line_6" style="x1:0px; y1:0px; x2:820px; y2:0px; "/>
  461. </group>
  462. <caption id="caption1" class="tit_2" style="left:5px; top:71px; width:309px; height:14px; ">자원봉사자 본당별 통계</caption>
  463. <line id="line1" class="line_1" style="x1:0px; y1:86px; x2:820px; y2:86px; "/>
  464. <button id="button10" class="btn4_letter3" disable.background-image="../../../com/commonweb/images/dis_btn4_letter3.gif" style="left:743px; top:760px; width:68px; height:22px; background-image:../../../com/commonweb/images/btn4_letter3.gif; ">
  465. <caption>초기화</caption>
  466. <script type="javascript" ev:event="DOMActivate">
  467. <![CDATA[
  468. fResetVoluntrAgeStat();
  469. ]]>
  470. </script>
  471. </button>
  472. </xhtml:body>
  473. </xhtml:html>