SMPMB01900_요일별진료일정조회.xrw 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <!--
  3. * @(#)SMPMB01900_요일별진료일정조회.xrw
  4. * 수정이력
  5. * - 2007. 10. 02 / 수정(휴진표시추가) / 박재형
  6. * - 2008. 01.23 / 수정 / 박재형
  7. : 요일별진료일정내역 중 휴일 빨간색 표시 컬럼(진료의사, 특진여부)이 추가가 되어 j=3에서 j=5로 변경.
  8. -->
  9. <?xml-stylesheet type="text/css" href="../../../com/commonweb/css/common.css" ?>
  10. <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">
  11. <xhtml:head>
  12. <xhtml:title>요일별 진료일정 조회</xhtml:title>
  13. <model id="model1">
  14. <instance id="instance1">
  15. <root xmlns="">
  16. <main>
  17. <weekordsche>
  18. <weekordschelist>
  19. <orddeptcd/>
  20. <orddrid/>
  21. <mon/>
  22. <monholi/>
  23. <tue/>
  24. <tueholi/>
  25. <wed/>
  26. <wedholi/>
  27. <thu/>
  28. <thuholi/>
  29. <fri/>
  30. <friholi/>
  31. <sat/>
  32. <satholi/>
  33. </weekordschelist>
  34. </weekordsche>
  35. </main>
  36. <send>
  37. <orddd/>
  38. <orddeptcd/>
  39. <orddrid/>
  40. <fromdd/>
  41. <todd/>
  42. </send>
  43. <init>
  44. <orddeptcd>
  45. <orddeptcdlist>
  46. <cd/>
  47. <nm/>
  48. </orddeptcdlist>
  49. </orddeptcd>
  50. <orddrid>
  51. <orddridlist>
  52. <cd/>
  53. <nm/>
  54. <dp/>
  55. <sp/>
  56. </orddridlist>
  57. </orddrid>
  58. <P0037list>
  59. <P0037>
  60. <cdnm/>
  61. <cdid/>
  62. </P0037>
  63. </P0037list>
  64. </init>
  65. <hidden>
  66. <tmp/>
  67. <session/>
  68. </hidden>
  69. </root>
  70. </instance>
  71. <submission id="TRZBC00101" mediatype="application/x-www-form-urlencoded" method="post" replace="instance"/>
  72. <submission id="TRPAM00101" mediatype="application/x-www-form-urlencoded" method="post" replace="instance" resultref="/root/hidden/tmp"/>
  73. <script type="javascript" ev:event="xforms-ready">
  74. <![CDATA[
  75. if (checkOpener()){ //팝업화면으로 사용될 때
  76. btn_cancel.visible = true;
  77. }
  78. zbcfGetCodeList(new Array("P0037", "P0316"), new Array("/root/init/P0037list", "/root/init/P0316list"));
  79. pamGetDeptCDDrIDList();
  80. //사용자 세션정보
  81. fGetUserInfosSampling();
  82. model.makeNode("/root/init/temp/orddeptcd/orddeptcdlist/cd");
  83. model.makeNode("/root/init/temp/orddeptcd/orddeptcdlist/nm");
  84. copyNodesetType("/root/init/orddeptcd/orddeptcdlist", "/root/init/temp/orddeptcd/orddeptcdlist", "before");
  85. model.makeNode("/root/init/temp/orddrid/orddridlist/cd");
  86. model.makeNode("/root/init/temp/orddrid/orddridlist/nm");
  87. model.makeNode("/root/init/temp/orddrid/orddridlist/dp");
  88. model.makeNode("/root/init/temp/orddrid/orddridlist/sp");
  89. model.setValue("/root/init/temp/orddrid/orddridlist/dp", "-");
  90. copyNodesetType("/root/init/orddrid/orddridlist", "/root/init/temp/orddrid/orddridlist", "before");
  91. model.removeNodeset("/root/init/temp");
  92. //fInitControl();
  93. fInitialize();
  94. model.refresh();
  95. ]]>
  96. </script>
  97. <submission id="TRPMB01901" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/weekordsche"/>
  98. </model>
  99. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  100. <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
  101. <script type="javascript" src="../../../pam/pamcomnweb/js/PAM.js"/>
  102. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  103. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  104. <script type="javascript" src="../../../pam/opatmngtweb/js/PMOCOM.js"/>
  105. <script type="javascript">
  106. <![CDATA[
  107. function fInitialize(){
  108. model.removeNodeset("/root/main/drtodayend/drtodayendlist");
  109. //날자 입력 항목에 오늘 날자 세팅
  110. var curDate = getCurrentDate();
  111. model.setValue("/root/send/orddd", curDate);
  112. //model.setValue("/root/send/todd", curDate);
  113. //model.refresh();
  114. var orddeptcd = model.getValue("/root/hidden/session/sess_dutplcecd");
  115. if( orddeptcd != '' ){
  116. orddeptcd = model.getValue("/root/init/orddeptcd/orddeptcdlist[ cd = " + orddeptcd + " ]/cd");
  117. model.setValue("/root/send/orddeptcd", orddeptcd );
  118. cmb_orddeptcd.refresh();
  119. cmb_orddeptcd.dispatch("xforms-value-changed");
  120. }
  121. }
  122. /*
  123. function fInitControl()
  124. {
  125. //서버 일자로 처리
  126. today = new Date();
  127. var isYear, isMonth, ls_day;
  128. isYear = (today.getYear()).toString();
  129. isMonth = (today.getMonth() + 1).toString();
  130. isDay = (today.getDate()).toString();
  131. //1~9월까지 숫자 앞에 0을 붙여준다. ex) 1 -> 01
  132. if ((isMonth.toString()).length == 1) isMonth = ("0".concat(isMonth.toString()));
  133. if ((isDay.toString()).length == 1) isDay = ("0".concat(isDay.toString()));
  134. model.setValue("root/send/orddd", isYear.concat(isMonth, isDay) );
  135. //model.refresh();
  136. }
  137. */
  138. function fHoliBlack() {
  139. var rows = grd_holische.rows;
  140. var fixedrow = grd_holische.fixedrows;
  141. var allrow = rows - fixedrow;
  142. for(var i=allrow; i>0; i--) {
  143. grd_holische.rowStyle(i, "data", "color") = "#000000";
  144. }
  145. }
  146. function fHoliRedChk() {
  147. var rows = grd_holische.rows;
  148. var fixedrow = grd_holische.fixedrows;
  149. var allrow = rows - fixedrow;
  150. var cols = grd_holische.cols;
  151. var fixedcol = grd_holische.fixedCols;
  152. var allcol = cols - fixedcol;
  153. for( var i = allrow; i >0; i--){
  154. // 수정 : 2008.01.23 박재형
  155. // 기존그리드가 진료과, 월화수목금토에서 -> 진료과,진료의사, 특진여부,월화~ 로 변경되어. col(j)값을 j=3에서j= 4로 변경하여 월요일부터 빨강표시 되게함
  156. for(j=4; j<= allcol; j=j+2){
  157. var holivalue = grd_holische.valueMatrix(i, j);
  158. if(holivalue != '0' && holivalue != '00' && holivalue != null){
  159. grd_holische.cellStyle("color", i, j-1, i,j ) = "#ff0000";
  160. }
  161. }
  162. }
  163. }
  164. ]]>
  165. </script>
  166. </xhtml:head>
  167. <xhtml:body style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  168. <group id="group1" style="left:0px; top:0px; width:1075px; height:13px; ">
  169. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:254px; height:14px; ">요일별 진료일정 조회</caption>
  170. </group>
  171. <group id="group3" scroll="auto" style="left:0px; top:13px; width:1075px; height:662px; ">
  172. <group id="group4" style="left:0px; top:10px; width:1073px; height:35px; vertical-align:top; ">
  173. <shape id="roundrect3" class="roundrect_search" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:1072px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
  174. <button id="btn_search" class="btn1_letter2" style="left:1002px; top:7px; width:56px; height:22px; ">
  175. <caption>조회</caption>
  176. <script type="javascript" ev:event="DOMActivate">
  177. <![CDATA[
  178. //if( ipt_orddd.value != "" && cmb_orddeptcd.value != ""){
  179. if( ipt_orddd.value != ""){
  180. var orddd = model.getValue("/root/send/orddd").toDate();
  181. var fromdd = "";
  182. var todd = "";
  183. var weekNum = parseInt(orddd.getDayOfWeek("N"));
  184. fromdd = orddd.getAddDate(0 - weekNum , "D" ).getDateFormat();
  185. todd = orddd.getAddDate(6 , "D").getDateFormat();
  186. model.setValue("/root/send/fromdd", fromdd);
  187. model.setValue("/root/send/todd", todd);
  188. submit("TRPMB01901");
  189. fHoliBlack();
  190. fHoliRedChk();
  191. }else{
  192. messageBox("진료과 또는 진료일자를", "C002");
  193. }
  194. ]]>
  195. </script>
  196. </button>
  197. <line id="line2" class="line_4" style="x1:986px; y1:7px; x2:986px; y2:29px; border-color:#ffe4bb; border-left-style:solid; "/>
  198. <select1 id="cmb_orddeptcd" ref="/root/send/orddeptcd" class="combo_s_essential" appearance="minimal" style="left:91px; top:8px; width:235px; height:19px; ">
  199. <choices>
  200. <itemset nodeset="/root/init/orddeptcd/orddeptcdlist">
  201. <label ref="nm"/>
  202. <value ref="cd"/>
  203. </itemset>
  204. </choices>
  205. <script type="javascript" ev:event="xforms-value-changed">
  206. <![CDATA[
  207. cmb_orddrid.choices.itemset.attribute("nodeset") = "/root/init/orddrid/orddridlist[dp = '" + cmb_orddeptcd.value + "' or dp = '-' ]";
  208. model.setValue("/root/send/orddrid", "");
  209. model.refresh();
  210. ]]>
  211. </script>
  212. </select1>
  213. <caption id="caption5" class="search_name" style="left:15px; top:9px; width:75px; height:17px; ">진료과 :</caption>
  214. <caption id="caption2" class="search_name" style="left:650px; top:9px; width:88px; height:17px; ">진료일자 :</caption>
  215. <input id="ipt_orddd" ref="/root/send/orddd" class="input_search" inputtype="date" style="left:737px; top:8px; width:100px; height:19px; "/>
  216. <caption id="caption1" class="search_name" style="left:385px; top:9px; width:88px; height:17px; ">진료의사 :</caption>
  217. <select1 id="cmb_orddrid" ref="/root/send/orddrid" class="combo_s_essential" appearance="minimal" style="left:475px; top:8px; width:120px; height:19px; ">
  218. <choices>
  219. <itemset nodeset="/root/init/orddrid/orddridlist">
  220. <label ref="nm"/>
  221. <value ref="cd"/>
  222. </itemset>
  223. </choices>
  224. </select1>
  225. </group>
  226. <col type="checkbox"/>
  227. <caption id="caption4" class="tit_2" style="left:6px; top:55px; width:139px; height:14px; ">요일별진료일정내역</caption>
  228. <line id="line3" class="line_1" style="x1:0px; y1:70px; x2:1072px; y2:70px; "/>
  229. <!-- 수 정 : 2007. 10. 01 박재형
  230. 각 요일마다 휴진일정 표시 휴진일이 없으면 휴진표시 하지 않음
  231. -->
  232. <datagrid id="grd_holische" nodeset="/root/main/weekordsche/weekordschelist" class="datagrid2" caption="진료과^진료의사^특진&#xA;여부^월^월^화^화^수^수^목^목^금^금^토^토" colsep="^" colwidth="115, 66, 30, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70" dataheight="25" defaultrows="2" extendlastcol="false" mergecellsfixedrows="bycolrec" rowsep="|" style="left:0px; top:75px; width:1072px; height:581px; ">
  233. <col disabled="true" ref="orddeptcd" type="combo" style="border-right-width:2px; ">
  234. <choices>
  235. <itemset nodeset="/root/init/orddeptcd/orddeptcdlist">
  236. <label ref="nm"/>
  237. <value ref="cd"/>
  238. </itemset>
  239. </choices>
  240. </col>
  241. <col disabled="true" ref="orddrid" type="combo" style="border-right-width:2px; ">
  242. <choices>
  243. <itemset nodeset="/root/init/orddrid/orddridlist">
  244. <label ref="nm"/>
  245. <value ref="cd"/>
  246. </itemset>
  247. </choices>
  248. </col>
  249. <col disabled="true" ref="orddrid" type="combo" style="border-right-width:2px; ">
  250. <choices>
  251. <itemset nodeset="/root/init/orddrid/orddridlist">
  252. <label ref="sp"/>
  253. <value ref="cd"/>
  254. </itemset>
  255. </choices>
  256. </col>
  257. <col disabled="true" ref="mon" type="combo" style="font-size:8pt; ">
  258. <choices>
  259. <item>
  260. <label>오전</label>
  261. <value>1</value>
  262. </item>
  263. <item>
  264. <label>오후</label>
  265. <value>10</value>
  266. </item>
  267. <item>
  268. <label>야간</label>
  269. <value>100</value>
  270. </item>
  271. <item>
  272. <label>전일</label>
  273. <value>11</value>
  274. </item>
  275. <item>
  276. <label>전일</label>
  277. <value>101</value>
  278. </item>
  279. <item>
  280. <label>전일</label>
  281. <value>110</value>
  282. </item>
  283. <item>
  284. <label>전일</label>
  285. <value>111</value>
  286. </item>
  287. <item>
  288. <label>임시오전</label>
  289. <value>2</value>
  290. </item>
  291. <item>
  292. <label>임시오후</label>
  293. <value>20</value>
  294. </item>
  295. <item>
  296. <label>임시야간</label>
  297. <value>200</value>
  298. </item>
  299. </choices>
  300. </col>
  301. <!-- 수정 : 2007.10.02 박재형 - 윌요일 휴진을 표시하기 위한 공통코드 콤보박스추가 -->
  302. <col disabled="true" ref="monholi" type="combo" style="font-size:8pt; border-right-width:2px; ">
  303. <choices>
  304. <itemset nodeset="/root/init/P0037list/P0037">
  305. <label ref="cdnm"/>
  306. <value ref="cdid"/>
  307. </itemset>
  308. </choices>
  309. </col>
  310. <col disabled="true" ref="tue" type="combo" style="font-size:8pt; ">
  311. <choices>
  312. <item>
  313. <label>오전</label>
  314. <value>1</value>
  315. </item>
  316. <item>
  317. <label>오후</label>
  318. <value>10</value>
  319. </item>
  320. <item>
  321. <label>야간</label>
  322. <value>100</value>
  323. </item>
  324. <item>
  325. <label>전일</label>
  326. <value>11</value>
  327. </item>
  328. <item>
  329. <label>전일</label>
  330. <value>101</value>
  331. </item>
  332. <item>
  333. <label>전일</label>
  334. <value>110</value>
  335. </item>
  336. <item>
  337. <label>전일</label>
  338. <value>111</value>
  339. </item>
  340. <item>
  341. <label>임시오전</label>
  342. <value>2</value>
  343. </item>
  344. <item>
  345. <label>임시오후</label>
  346. <value>20</value>
  347. </item>
  348. <item>
  349. <label>임시야간</label>
  350. <value>200</value>
  351. </item>
  352. </choices>
  353. </col>
  354. <!-- 수정 : 2007.10.02 박재형 - 화요일 휴진을 표시하기 위한 공통코드 콤보박스추가 -->
  355. <col disabled="true" ref="tueholi" type="combo" style="font-size:8pt; border-right-width:2px; ">
  356. <choices>
  357. <itemset nodeset="/root/init/P0037list/P0037">
  358. <label ref="cdnm"/>
  359. <value ref="cdid"/>
  360. </itemset>
  361. </choices>
  362. </col>
  363. <col disabled="true" ref="wed" type="combo" style="font-size:8pt; ">
  364. <choices>
  365. <item>
  366. <label>오전</label>
  367. <value>1</value>
  368. </item>
  369. <item>
  370. <label>오후</label>
  371. <value>10</value>
  372. </item>
  373. <item>
  374. <label>야간</label>
  375. <value>100</value>
  376. </item>
  377. <item>
  378. <label>전일</label>
  379. <value>11</value>
  380. </item>
  381. <item>
  382. <label>전일</label>
  383. <value>101</value>
  384. </item>
  385. <item>
  386. <label>전일</label>
  387. <value>110</value>
  388. </item>
  389. <item>
  390. <label>전일</label>
  391. <value>111</value>
  392. </item>
  393. <item>
  394. <label>임시오전</label>
  395. <value>2</value>
  396. </item>
  397. <item>
  398. <label>임시오후</label>
  399. <value>20</value>
  400. </item>
  401. <item>
  402. <label>임시야간</label>
  403. <value>200</value>
  404. </item>
  405. </choices>
  406. </col>
  407. <!-- 수정 : 2007.10.02 박재형 - 수요일 휴진을 표시하기 위한 공통코드 콤보박스추가 -->
  408. <col disabled="true" ref="wedholi" type="combo" style="font-size:8pt; border-right-width:2px; ">
  409. <choices>
  410. <itemset nodeset="/root/init/P0037list/P0037">
  411. <label ref="cdnm"/>
  412. <value ref="cdid"/>
  413. </itemset>
  414. </choices>
  415. </col>
  416. <col disabled="true" ref="thu" type="combo" style="font-size:8pt; ">
  417. <choices>
  418. <item>
  419. <label>오전</label>
  420. <value>1</value>
  421. </item>
  422. <item>
  423. <label>오후</label>
  424. <value>10</value>
  425. </item>
  426. <item>
  427. <label>야간</label>
  428. <value>100</value>
  429. </item>
  430. <item>
  431. <label>전일</label>
  432. <value>11</value>
  433. </item>
  434. <item>
  435. <label>전일</label>
  436. <value>101</value>
  437. </item>
  438. <item>
  439. <label>전일</label>
  440. <value>110</value>
  441. </item>
  442. <item>
  443. <label>전일</label>
  444. <value>111</value>
  445. </item>
  446. <item>
  447. <label>임시오전</label>
  448. <value>2</value>
  449. </item>
  450. <item>
  451. <label>임시오후</label>
  452. <value>20</value>
  453. </item>
  454. <item>
  455. <label>임시야간</label>
  456. <value>200</value>
  457. </item>
  458. </choices>
  459. </col>
  460. <!-- 수정 : 2007.10.02 박재형 - 목요일 휴진을 표시하기 위한 공통코드 콤보박스추가 -->
  461. <col disabled="true" ref="thuholi" type="combo" style="font-size:8pt; border-right-width:2px; ">
  462. <choices>
  463. <itemset nodeset="/root/init/P0037list/P0037">
  464. <label ref="cdnm"/>
  465. <value ref="cdid"/>
  466. </itemset>
  467. </choices>
  468. </col>
  469. <col disabled="true" ref="fri" type="combo" style="font-size:8pt; ">
  470. <choices>
  471. <item>
  472. <label>오전</label>
  473. <value>1</value>
  474. </item>
  475. <item>
  476. <label>오후</label>
  477. <value>10</value>
  478. </item>
  479. <item>
  480. <label>야간</label>
  481. <value>100</value>
  482. </item>
  483. <item>
  484. <label>전일</label>
  485. <value>11</value>
  486. </item>
  487. <item>
  488. <label>전일</label>
  489. <value>101</value>
  490. </item>
  491. <item>
  492. <label>전일</label>
  493. <value>110</value>
  494. </item>
  495. <item>
  496. <label>전일</label>
  497. <value>111</value>
  498. </item>
  499. <item>
  500. <label>임시오전</label>
  501. <value>2</value>
  502. </item>
  503. <item>
  504. <label>임시오후</label>
  505. <value>20</value>
  506. </item>
  507. <item>
  508. <label>임시야간</label>
  509. <value>200</value>
  510. </item>
  511. </choices>
  512. </col>
  513. <!-- 수정 : 2007.10.02 박재형 - 금요일 휴진을 표시하기 위한 공통코드 콤보박스추가 -->
  514. <col disabled="true" ref="friholi" type="combo" style="font-size:8pt; border-right-width:2px; ">
  515. <choices>
  516. <itemset nodeset="/root/init/P0037list/P0037">
  517. <label ref="cdnm"/>
  518. <value ref="cdid"/>
  519. </itemset>
  520. </choices>
  521. </col>
  522. <col disabled="true" ref="sat" type="combo" style="font-size:8pt; ">
  523. <choices>
  524. <item>
  525. <label>오전</label>
  526. <value>1</value>
  527. </item>
  528. <item>
  529. <label>오후</label>
  530. <value>10</value>
  531. </item>
  532. <item>
  533. <label>야간</label>
  534. <value>100</value>
  535. </item>
  536. <item>
  537. <label>전일</label>
  538. <value>11</value>
  539. </item>
  540. <item>
  541. <label>전일</label>
  542. <value>101</value>
  543. </item>
  544. <item>
  545. <label>전일</label>
  546. <value>110</value>
  547. </item>
  548. <item>
  549. <label>전일</label>
  550. <value>111</value>
  551. </item>
  552. <item>
  553. <label>임시오전</label>
  554. <value>2</value>
  555. </item>
  556. <item>
  557. <label>임시오후</label>
  558. <value>20</value>
  559. </item>
  560. <item>
  561. <label>임시야간</label>
  562. <value>200</value>
  563. </item>
  564. </choices>
  565. </col>
  566. <!-- 수정 : 2007.10.02 박재형 - 토요일 휴진을 표시하기 위한 공통코드 콤보박스추가 -->
  567. <col disabled="true" ref="satholi" type="combo" style="font-size:8pt; ">
  568. <choices>
  569. <itemset nodeset="/root/init/P0037list/P0037">
  570. <label ref="cdnm"/>
  571. <value ref="cdid"/>
  572. </itemset>
  573. </choices>
  574. </col>
  575. </datagrid>
  576. <button id="button1" class="btn2_letter4" style="left:1008px; top:48px; width:64px; height:19px; ">
  577. <caption>엑셀저장</caption>
  578. <script type="javascript" ev:event="DOMActivate">
  579. <![CDATA[
  580. var fileName = window.fileDialog("save", ",", false, "excel", "xls", "Excel Files(*.xls)|*.xls|All Files (*.*)|*.*");
  581. if (fileName != "")
  582. {
  583. grd_holische.saveExcel(fileName, "SheetName", true, true, "", "", "true");
  584. }
  585. ]]>
  586. </script>
  587. </button>
  588. </group>
  589. <group id="group2" scroll="auto" style="left:0px; top:675px; width:1075px; height:27px; ">
  590. <line id="line32" class="line_6" style="x1:0px; y1:0px; x2:1072px; y2:0px; "/>
  591. <button id="btn_cancel" class="btn4_letter2" visibility="hidden" style="left:1014px; top:5px; width:56px; height:22px; ">
  592. <caption>취소</caption>
  593. <script type="javascript" ev:event="DOMActivate">
  594. <![CDATA[
  595. window.close();
  596. ]]>
  597. </script>
  598. </button>
  599. </group>
  600. <line id="line1" style="x1:210px; y1:89px; x2:210px; y2:119px; border-color:#c0c0c0; border-width:2px; "/>
  601. <line id="line4" style="x1:490px; y1:89px; x2:490px; y2:119px; border-color:#c0c0c0; border-width:2px; "/>
  602. <line id="line5" style="x1:630px; y1:89px; x2:630px; y2:119px; border-color:#c0c0c0; border-width:2px; "/>
  603. <line id="line6" style="x1:770px; y1:89px; x2:770px; y2:119px; border-color:#c0c0c0; border-width:2px; "/>
  604. <line id="line7" style="x1:910px; y1:89px; x2:910px; y2:119px; border-color:#c0c0c0; border-width:2px; "/>
  605. <line id="line8" style="x1:1050px; y1:89px; x2:1050px; y2:119px; border-color:#c0c0c0; border-width:2px; "/>
  606. <line id="line9" style="x1:180px; y1:89px; x2:180px; y2:119px; border-color:#c0c0c0; border-width:2px; "/>
  607. <line id="line10" style="x1:114px; y1:90px; x2:114px; y2:120px; border-color:#c0c0c0; border-width:2px; "/>
  608. <line id="line11" style="x1:350px; y1:89px; x2:350px; y2:119px; border-color:#c0c0c0; border-width:2px; "/>
  609. </xhtml:body>
  610. </xhtml:html>