SMRPS03200_각종교육코드등록.xrw 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473
  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. <rpsmeduclist/>
  11. <rpsmeducdetaillist/>
  12. <rpsdedsflist/>
  13. <rpsdedsfdetaillist/>
  14. </main>
  15. <send>
  16. <codeflag/>
  17. <senddetail>
  18. <rpsmeduclist>
  19. <codeflag/>
  20. <code/>
  21. </rpsmeduclist>
  22. <rpsdedsflist>
  23. <codeflag/>
  24. <code/>
  25. </rpsdedsflist>
  26. </senddetail>
  27. </send>
  28. <init/>
  29. <temp/>
  30. <save>
  31. <rpsmeduclist/>
  32. <rpsmeducdetaillist/>
  33. <rpsdedsflist/>
  34. <rpsdedsfdetaillist/>
  35. </save>
  36. </root>
  37. </instance>
  38. <script type="javascript" ev:event="xforms-ready">
  39. <![CDATA[
  40. fCheckAuth();
  41. ]]>
  42. </script>
  43. <script type="javascript">
  44. <![CDATA[
  45. //========================================================================================
  46. //버튼에 대한 화면 권한 체크(R : 읽기, X : 입력/수정/삭제, P : 출력)
  47. //========================================================================================
  48. function fCheckAuth() {
  49. misfGetUserAuth();
  50. if( DUTY_EDU_YN == 'Y' || getUserInfo("dutplcecd") == "4020503000" ) {
  51. if( getUserInfo("dutplcecd") == "4020503000" ) {
  52. btn_save1.disabled = !checkAuth("X") ;
  53. btn_save2.disabled = !checkAuth("X") ;
  54. btn_save3.disabled = !checkAuth("X") ;
  55. btn_save4.disabled = !checkAuth("X") ;
  56. }
  57. else {
  58. cap_message.visible = false;
  59. btn_save3.disabled = !checkAuth("X") ;
  60. btn_save4.disabled = !checkAuth("X") ;
  61. }
  62. finit();
  63. }
  64. else {
  65. messageBox("사용권한이 없습니다. 서울성모 인사팀 교육Unit으로 문의하세요.","C999");
  66. btn_save1.disabled = true;
  67. btn_save2.disabled = true;
  68. btn_save3.disabled = true;
  69. btn_save4.disabled = true;
  70. }
  71. }
  72. ]]>
  73. </script>
  74. <submission id="TXRPS03201" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/save/rpsmeduclist" resultref="/root/temp"/>
  75. <submission id="TRRPS03201" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/rpsmeduclist"/>
  76. <submission id="TRRPS03202" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/senddetail/rpsmeduclist" resultref="/root/main/rpsmeducdetaillist"/>
  77. <submission id="TXRPS03203" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/save/rpsdedsflist" resultref="/root/temp"/>
  78. <submission id="TRRPS03203" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/rpsdedsflist"/>
  79. <submission id="TRRPS03204" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/senddetail/rpsdedsflist" resultref="/root/main/rpsdedsfdetaillist"/>
  80. <submission id="TXRPS03202" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/save/rpsmeducdetaillist" resultref="/root/temp"/>
  81. <submission id="TXRPS03204" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/save/rpsdedsfdetaillist" resultref="/root/temp"/>
  82. </model>
  83. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  84. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  85. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  86. <script type="javascript" src="../../../mis/miscommonweb/js/MIS.js"/>
  87. <script type="javascript" src="../../../mis/educationmngtweb/js/RPS001.js"/>
  88. <script type="javascript">
  89. <![CDATA[
  90. function finit()
  91. {
  92. /* Grid 초기화 */
  93. misfGridInit(grd_rpsmeduclist);
  94. misfGridInit(grd_rpsmeducdetaillist);
  95. misfGridInit(grd_rpsdedsflist);
  96. misfGridInit(grd_rpsdedsfdetaillist);
  97. submit("TRRPS03201");
  98. model.setValue("/root/send/senddetail/rpsmeduclist/codeflag","M01");
  99. model.setValue("/root/send/senddetail/rpsmeduclist/code","001");
  100. submit("TRRPS03202");
  101. submit("TRRPS03203");
  102. model.setValue("/root/send/senddetail/rpsdedsflist/codeflag","S01");
  103. model.setValue("/root/send/senddetail/rpsdedsflist/code","001");
  104. submit("TRRPS03204");
  105. model.refresh();
  106. }
  107. //세부항목 List 가 있으면 그룹명을 삭제 할수 없게 제어.
  108. function fCheckGrdDetail()
  109. {
  110. if( grd_rpsmeducdetaillist.fixedRows == grd_rpsmeducdetaillist.rows)
  111. {
  112. btn_del.disabled = false;
  113. }
  114. else{
  115. btn_del.disabled = true;
  116. }
  117. }
  118. function fCheckGrdSfDetail()
  119. {
  120. if(grd_rpsdedsfdetaillist.fixedRows == grd_rpsdedsfdetaillist.rows)
  121. {
  122. btn_del1.disabled = false;
  123. }
  124. else{
  125. btn_del1.disabled = true;
  126. }
  127. }
  128. ]]>
  129. </script>
  130. </xhtml:head>
  131. <xhtml:body style="margin-left:8; margin-right:8; ">
  132. <group id="group1" style="left:0px; top:0px; width:1195; height:13px; ">
  133. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:160px; height:14px; ">교육코드관리</caption>
  134. </group>
  135. <group id="group2" scroll="auto" style="left:0px; top:38px; width:1195px; height:742px; ">
  136. <switch id="switch1" style="left:0px; top:23px; width:1190px; height:692px; ">
  137. <case id="case1" selected="true">
  138. <line id="line8" class="line_1" style="x1:0px; y1:25px; x2:448px; y2:26px; "/>
  139. <button id="btn_detailadd" class="btn2_letter3" disabled="true" style="left:1077px; top:3px; width:53px; height:19px; ">
  140. <caption>행추가</caption>
  141. <script type="javascript" ev:event="DOMActivate">
  142. <![CDATA[
  143. misfGridIUD(grd_rpsmeducdetaillist, "A");
  144. // 세부항목 key 값 설정.
  145. grd_rpsmeducdetaillist.valueMatrix(grd_rpsmeducdetaillist.row, grd_rpsmeducdetaillist.colRef("code")) = grd_rpsmeduclist.valueMatrix(grd_rpsmeduclist.row, grd_rpsmeduclist.colRef("code"));
  146. //세부항목 List 가 있으면 그룹명을 삭제 할수 없게 제어.
  147. fCheckGrdDetail();
  148. model.refresh();
  149. ]]>
  150. </script>
  151. </button>
  152. <caption id="caption20" class="tit_2" style="left:5px; top:9px; width:169px; height:14px; ">기초코드</caption>
  153. <button id="btn_del" class="btn2_letter3" disabled="true" style="left:396px; top:3px; width:53px; height:19px; ">
  154. <caption>행삭제</caption>
  155. <script type="javascript" ev:event="DOMActivate">
  156. <![CDATA[
  157. var fRow = grd_rpsmeduclist.row;
  158. misfGridIUD(grd_rpsmeduclist, "D");
  159. //삭제시 행이 없어지면 세부 항목List를 다시 조회. 세부항목 data 유무를 확인하기 위함.
  160. if(fRow != grd_rpsmeduclist.row)
  161. {
  162. grd_rpsmeduclist.dispatch("onrowchanged");
  163. }
  164. model.refresh();
  165. ]]>
  166. </script>
  167. </button>
  168. <caption id="caption1" class="tit_2" style="left:460px; top:9px; width:169px; height:13px; ">세부 항목 List</caption>
  169. <line id="line1" class="line_1" style="x1:457px; y1:25px; x2:1185px; y2:24px; "/>
  170. <button id="btn_detaildel" class="btn2_letter3" disabled="true" style="left:1132px; top:3px; width:53px; height:19px; ">
  171. <caption>행삭제</caption>
  172. <script type="javascript" ev:event="DOMActivate">
  173. <![CDATA[
  174. misfGridIUD(grd_rpsmeducdetaillist, "D");
  175. //세부항목 List 가 있으면 그룹명을 삭제 할수 없게 제어.
  176. fCheckGrdDetail();
  177. model.refresh();
  178. ]]>
  179. </script>
  180. </button>
  181. <button id="btn_add" class="btn2_letter3" style="left:341px; top:3px; width:53px; height:19px; ">
  182. <caption>행추가</caption>
  183. <script type="javascript" ev:event="DOMActivate">
  184. <![CDATA[
  185. misfGridIUD(grd_rpsmeduclist, "A");
  186. misfGridInit(grd_rpsmeducdetaillist);
  187. btn_detailadd.disabled = true;
  188. btn_detaildel.disabled = true;
  189. //세부항목 List 가 있으면 그룹명을 삭제 할수 없게 제어.
  190. fCheckGrdDetail();
  191. model.refresh();
  192. ]]>
  193. </script>
  194. </button>
  195. <datagrid id="grd_rpsmeducdetaillist" nodeset="/root/main/rpsmeducdetaillist" caption="Code^Detail Code^사용여부^Code Name^Code flag" colsep="^" colwidth="88, 100, 100, 337, 100" ellipsis="true" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheader="update" rowsep="|" tooltip="true" style="left:455px; top:28px; width:733px; height:657px; ">
  196. <col class="input_s_essential" ref="code" visibility="hidden" style="text-align:right; "/>
  197. <col ref="codedetl" type="input" visibility="hidden" style="text-align:right; "/>
  198. <col checkvalue="Y,N" ref="useyn" type="checkbox"/>
  199. <col class="input_s_essential" ref="codenm" type="input" style="text-align:left; "/>
  200. <col ref="codeflag" visibility="hidden"/>
  201. </datagrid>
  202. <datagrid id="grd_rpsmeduclist" nodeset="/root/main/rpsmeduclist" caption="Code^Code Name^사용여부^Code flag" colsep="^" colwidth="88, 320, 60, 66" ellipsis="true" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheader="update" rowsep="|" tooltip="true" style="left:0px; top:29px; width:450px; height:657px; ">
  203. <col ref="code" type="input" visibility="hidden" style="text-align:right; "/>
  204. <col class="input_s_essential" ref="codenm" type="input" style="text-align:left; "/>
  205. <col checkvalue="Y,N" ref="useyn" type="checkbox"/>
  206. <col ref="codeflag" visibility="hidden"/>
  207. <script type="javascript" ev:event="onrowchanged">
  208. <![CDATA[
  209. grd_rpsmeduclist.dispatch("onmouseup");
  210. if(grd_rpsmeduclist.row < grd_rpsmeduclist.fixedRows)
  211. {
  212. btn_detailadd.disabled = true;
  213. btn_detaildel.disabled = true;
  214. }else if(grd_rpsmeduclist.rowStatus(grd_rpsmeduclist.row) == 1 )
  215. {
  216. btn_detailadd.disabled = true;
  217. btn_detaildel.disabled = true;
  218. }else{
  219. btn_detailadd.disabled = false;
  220. btn_detaildel.disabled = false;
  221. }
  222. model.copyNode("/root/send/senddetail/rpsmeduclist", grd_rpsmeduclist.attribute("nodeset") + "[" + grd_rpsmeduclist.row + "]" );
  223. submit("TRRPS03202");
  224. //세부항목 List 가 있으면 그룹명을 삭제 할수 없게 제어.
  225. fCheckGrdDetail();
  226. ]]>
  227. </script>
  228. <script type="javascript" ev:event="onclick">
  229. <![CDATA[
  230. if(grd_rpsmeduclist.row < grd_rpsmeduclist.fixedRows)
  231. {
  232. btn_detailadd.disabled = true;
  233. btn_detaildel.disabled = true;
  234. }else{
  235. btn_detailadd.disabled = false;
  236. btn_detaildel.disabled = false;
  237. }
  238. ]]>
  239. </script>
  240. </datagrid>
  241. <button id="btn_save1" class="btn4_letter2" style="left:276px; top:1px; width:56px; height:22px; ">
  242. <caption>저장</caption>
  243. <script type="javascript" ev:event="DOMActivate">
  244. <![CDATA[
  245. if( checkKeyColumn("grd_rpsmeduclist") == false) return;
  246. var temp =grd_rpsmeduclist.getUpdateData();
  247. model.setValue("/root/save/rpsmeduclist",temp) ;
  248. if( submit("TXRPS03201") ){
  249. submit("TRRPS03201");
  250. model.refresh();
  251. }
  252. ]]>
  253. </script>
  254. </button>
  255. <button id="btn_save2" class="btn4_letter2" style="left:1015px; top:1px; width:56px; height:22px; ">
  256. <caption>저장</caption>
  257. <script type="javascript" ev:event="DOMActivate">
  258. <![CDATA[
  259. if( checkKeyColumn("grd_rpsmeducdetaillist") == false) return;
  260. var temp =grd_rpsmeducdetaillist.getUpdateData();
  261. model.setValue("/root/save/rpsmeducdetaillist",temp) ;
  262. if( submit("TXRPS03202") ) {
  263. submit("TRRPS03202");
  264. model.refresh();
  265. }
  266. ]]>
  267. </script>
  268. </button>
  269. </case>
  270. <case id="case2" style="left:0px; top:0px; width:1188px; height:690px; ">
  271. <line id="line2" class="line_1" style="x1:0px; y1:25px; x2:448px; y2:24px; "/>
  272. <button id="btn_detailadd1" class="btn2_letter3" disabled="true" style="left:1077px; top:3px; width:53px; height:19px; ">
  273. <caption>행추가</caption>
  274. <script type="javascript" ev:event="DOMActivate">
  275. <![CDATA[
  276. misfGridIUD(grd_rpsdedsfdetaillist, "A");
  277. // 세부항목 key 값 설정.
  278. grd_rpsdedsfdetaillist.valueMatrix(grd_rpsdedsfdetaillist.row, grd_rpsdedsfdetaillist.colRef("code")) = grd_rpsdedsflist.valueMatrix(grd_rpsdedsflist.row, grd_rpsdedsflist.colRef("code"));
  279. //세부항목 List 가 있으면 그룹명을 삭제 할수 없게 제어.
  280. fCheckGrdSfDetail();
  281. model.refresh();
  282. ]]>
  283. </script>
  284. </button>
  285. <caption id="caption2" class="tit_2" style="left:5px; top:9px; width:169px; height:14px; ">만족도</caption>
  286. <caption id="caption3" class="tit_2" style="left:460px; top:9px; width:169px; height:14px; ">만족도 세부항목</caption>
  287. <button id="btn_del1" class="btn2_letter3" disabled="true" style="left:396px; top:3px; width:53px; height:19px; ">
  288. <caption>행삭제</caption>
  289. <script type="javascript" ev:event="DOMActivate">
  290. <![CDATA[
  291. var fRow = grd_rpsdedsflist.row;
  292. misfGridIUD(grd_rpsdedsflist, "D");
  293. //삭제시 행이 없어지면 세부 항목List를 다시 조회. 세부항목 data 유무를 확인하기 위함.
  294. if(fRow != grd_rpsdedsflist.row)
  295. {
  296. grd_rpsdedsflist.dispatch("onrowchanged");
  297. }
  298. model.refresh();
  299. ]]>
  300. </script>
  301. </button>
  302. <line id="line3" class="line_1" style="x1:456px; y1:25px; x2:1184px; y2:24px; "/>
  303. <button id="btn_detaildel1" class="btn2_letter3" disabled="true" style="left:1132px; top:3px; width:53px; height:19px; ">
  304. <caption>행삭제</caption>
  305. <script type="javascript" ev:event="DOMActivate">
  306. <![CDATA[
  307. misfGridIUD(grd_rpsdedsfdetaillist, "D");
  308. //세부항목 List 가 있으면 그룹명을 삭제 할수 없게 제어.
  309. fCheckGrdSfDetail();
  310. model.refresh();
  311. ]]>
  312. </script>
  313. </button>
  314. <button id="btn_add1" class="btn2_letter3" style="left:341px; top:3px; width:53px; height:19px; ">
  315. <caption>행추가</caption>
  316. <script type="javascript" ev:event="DOMActivate">
  317. <![CDATA[
  318. misfGridIUD(grd_rpsdedsflist, "A");
  319. misfGridInit(grd_rpsdedsfdetaillist);
  320. btn_detailadd1.disabled = true;
  321. btn_detaildel1.disabled = true;
  322. //세부항목 List 가 있으면 그룹명을 삭제 할수 없게 제어.
  323. fCheckGrdDetail();
  324. model.refresh();
  325. ]]>
  326. </script>
  327. </button>
  328. <datagrid id="grd_rpsdedsflist" nodeset="/root/main/rpsdedsflist" caption="Code^Code Name^사용여부^Code flag" colsep="^" colwidth="88, 320, 60, 100" ellipsis="true" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheader="update" rowsep="|" tooltip="true" style="left:0px; top:28px; width:450px; height:657px; ">
  329. <col class="input_s_essential" ref="code" type="input" visibility="hidden" style="text-align:right; "/>
  330. <col class="input_s_essential" ref="codenm" type="input" style="text-align:left; "/>
  331. <col checkvalue="Y,N" ref="useyn" type="checkbox"/>
  332. <col ref="codeflag" visibility="hidden"/>
  333. <script type="javascript" ev:event="onrowchanged">
  334. <![CDATA[
  335. grd_rpsdedsflist.dispatch("onmouseup");
  336. if(grd_rpsdedsflist.row < grd_rpsdedsflist.fixedRows)
  337. {
  338. btn_detailadd1.disabled = true;
  339. btn_detaildel1.disabled = true;
  340. }else if(grd_rpsdedsflist.rowStatus(grd_rpsdedsflist.row) == 1 )
  341. {
  342. btn_detailadd1.disabled = true;
  343. btn_detaildel1.disabled = true;
  344. }else{
  345. btn_detailadd1.disabled = false;
  346. btn_detaildel1.disabled = false;
  347. }
  348. model.copyNode("/root/send/senddetail/rpsdedsflist", grd_rpsdedsflist.attribute("nodeset") + "[" + grd_rpsdedsflist.row + "]" );
  349. submit("TRRPS03204");
  350. model.refresh();
  351. //세부항목 List 가 있으면 그룹명을 삭제 할수 없게 제어.
  352. fCheckGrdSfDetail();
  353. ]]>
  354. </script>
  355. <script type="javascript" ev:event="onclick">
  356. <![CDATA[
  357. if(grd_rpsdedsflist.row < grd_rpsdedsflist.fixedRows)
  358. {
  359. btn_detailadd1.disabled = true;
  360. btn_detaildel1.disabled = true;
  361. }else{
  362. btn_detailadd1.disabled = false;
  363. btn_detaildel1.disabled = false;
  364. }
  365. ]]>
  366. </script>
  367. </datagrid>
  368. <datagrid id="grd_rpsdedsfdetaillist" nodeset="/root/main/rpsdedsfdetaillist" caption="Code^Detail Code^사용여부^Code Name^Code flag" colsep="^" colwidth="88, 100, 100, 337, 100" ellipsis="true" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheader="update" rowsep="|" tooltip="true" style="left:455px; top:28px; width:733px; height:657px; ">
  369. <col class="input_s_essential" ref="code" visibility="hidden" style="text-align:right; "/>
  370. <col ref="codedetl" type="input" visibility="hidden" style="text-align:right; "/>
  371. <col checkvalue="Y,N" ref="useyn" type="checkbox"/>
  372. <col class="input_s_essential" ref="codenm" type="input" style="text-align:left; "/>
  373. <col ref="codeflag" visibility="hidden"/>
  374. </datagrid>
  375. <button id="btn_save3" class="btn4_letter2" style="left:275px; top:1px; width:56px; height:22px; ">
  376. <caption>저장</caption>
  377. <script type="javascript" ev:event="DOMActivate">
  378. <![CDATA[
  379. if( checkKeyColumn("grd_rpsdedsflist") == false) return;
  380. for( var idx = grd_rpsdedsflist.fixedRows; idx < grd_rpsdedsflist.rows; idx++ ) {
  381. if( grd_rpsdedsflist.valueMatrix(idx,grd_rpsdedsflist.colRef("codenm")) == "" ) {
  382. messageBox("코드명은 필수입력입니다.","I999");
  383. return;
  384. }
  385. }
  386. var temp =grd_rpsdedsflist.getUpdateData();
  387. model.setValue("/root/save/rpsdedsflist",temp) ;
  388. if( submit("TXRPS03203") ) {
  389. submit("TRRPS03203");
  390. model.refresh();
  391. }
  392. ]]>
  393. </script>
  394. </button>
  395. <button id="btn_save4" class="btn4_letter2" style="left:1010px; top:1px; width:56px; height:22px; ">
  396. <caption>저장</caption>
  397. <script type="javascript" ev:event="DOMActivate">
  398. <![CDATA[
  399. if( checkKeyColumn("grd_rpsdedsfdetaillist") == false) return;
  400. for( var idx = grd_rpsdedsfdetaillist.fixedRows; idx < grd_rpsdedsfdetaillist.rows; idx++ ) {
  401. if( grd_rpsdedsfdetaillist.valueMatrix(idx,grd_rpsdedsfdetaillist.colRef("codenm")) == "" ) {
  402. messageBox("코드명은 필수입력입니다.","I999");
  403. return;
  404. }
  405. }
  406. var temp =grd_rpsdedsfdetaillist.getUpdateData();
  407. model.setValue("/root/save/rpsdedsfdetaillist",temp) ;
  408. if( submit("TXRPS03204") ) {
  409. submit("TRRPS03204");
  410. model.refresh();
  411. }
  412. ]]>
  413. </script>
  414. </button>
  415. </case>
  416. </switch>
  417. <button id="button5" class="btn_sw" group="tab_1" selected="true" style="left:0px; top:3px; width:100px; height:22px; ">
  418. <caption>기초코드</caption>
  419. <toggle case="case1" ev:event="onclick"/>
  420. </button>
  421. <button id="button6" class="btn_sw" group="tab_1" style="left:100px; top:3px; width:100px; height:22px; ">
  422. <caption>만족도</caption>
  423. <toggle case="case2" ev:event="onclick"/>
  424. </button>
  425. <caption id="cap_message" visibility="hidden" style="left:365px; top:3px; width:655px; height:20px; font-weight:bold; color:#ff0000; ">* 기초코드는 서울성모병원 인사팀 교육Unit 에서만 관리합니다. 필요한 사항은 교육Unit으로 문의하세요.</caption>
  426. </group>
  427. <group id="grp_btn" scroll="auto" style="left:0px; top:12px; width:1195; height:27px; "/>
  428. </xhtml:body>
  429. </xhtml:html>