SMAEA01700_취소현황조회.xrw 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442
  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. <prcsprescondlist>
  11. <prcsprescond>
  12. <pid/>
  13. <hngnm/>
  14. <sex/>
  15. <roomcd/>
  16. <prcpdd/>
  17. <prcpdept/>
  18. <prcpcd/>
  19. <prcpnm/>
  20. <cnclhistdt/>
  21. <cnclflag/>
  22. <cnclresncd/>
  23. <cnclid/>
  24. <execprcpuniqno/>
  25. </prcsprescond>
  26. <patinfo>
  27. <patinfolist/>
  28. </patinfo>
  29. </prcsprescondlist>
  30. <patinfo>
  31. <patinfolist/>
  32. </patinfo>
  33. <popupendflag/>
  34. <patinfodata>
  35. <patinfo>
  36. <patinfolist/>
  37. </patinfo>
  38. </patinfodata>
  39. </main>
  40. <send>
  41. <ddflag/>
  42. <fromdd/>
  43. <todd/>
  44. <suppdeptcd/>
  45. <orddeptcd/>
  46. <wardcd/>
  47. <pid/>
  48. <juminno/>
  49. <patnm/>
  50. <gb/>
  51. <excuroomcd/>
  52. <globalinstance>
  53. <instance1/>
  54. </globalinstance>
  55. <patinfo>
  56. <pid/>
  57. </patinfo>
  58. </send>
  59. <init>
  60. <cmb_info>
  61. <initexecroom>
  62. <excuroomcdid/>
  63. <excuroomcdnm/>
  64. </initexecroom>
  65. <suppdept>
  66. <suppdeptcd/>
  67. <depthngnm/>
  68. </suppdept>
  69. </cmb_info>
  70. <baseinfo>
  71. <initexecprcpstatcd/>
  72. </baseinfo>
  73. <popupmenu>
  74. <grid01>
  75. <item>
  76. <name>복사하기</name>
  77. <func>astgrid_liscopy</func>
  78. </item>
  79. </grid01>
  80. </popupmenu>
  81. </init>
  82. <hidden/>
  83. <temp/>
  84. <init2>
  85. <cmb_info2>
  86. <initexcuroomcd>
  87. <excuroomcdnm/>
  88. <excuroomcdid/>
  89. </initexcuroomcd>
  90. </cmb_info2>
  91. </init2>
  92. </root>
  93. </instance>
  94. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  95. <script type="javascript" src="../../../com/departmentcodeweb/js/ZSD001.js"/>
  96. <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
  97. <script type="javascript" src="../../../ast/examcureweb/js/AEZ0001.js"/>
  98. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  99. <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
  100. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  101. <script type="javascript">
  102. <![CDATA[
  103. function readfunc() {
  104. var _frdt = model.getValue("/root/send/fromdd");
  105. var _todt = model.getValue("/root/send/todd");
  106. if ( _frdt == "" && _todt != "") {
  107. messageBox("검색하실 날짜 범위의 시작 일자를 입력해 주십시오." , "I999");
  108. model.setFocus("ipt_startrsrvdd");
  109. return;
  110. }
  111. if ( _frdt != "" && _todt == "") {
  112. messageBox("검색하실 날짜 범위의 마지막 일자를 입력해 주십시오." , "I999");
  113. model.setFocus("ipt_endrsrvdd");
  114. return;
  115. }
  116. if ( getDateInterval(_frdt, _todt) < 0 ) {
  117. messageBox("입력하신 날짜 범위로는 검색할 수 없습니다. 기준일자를 확인해 주십시오." , "I999");
  118. model.setFocus("ipt_startrsrvdd");
  119. return;
  120. }
  121. /*
  122. if (model.getValue("/root/send/pid") == "" && model.getValue("/root/send/juminno") == ""){
  123. messageBox("등록번호나 주민번호를 입력한 후 조회하시기 바랍니다.", "E999", "");
  124. return;
  125. }
  126. */
  127. if (model.getValue("/root/send/pid") != ""){
  128. model.setValue("/root/send/gb", "1");
  129. }else{
  130. model.setValue("/root/send/gb", "2");
  131. }
  132. if (submit("TRAEA01704")){
  133. /*
  134. model.setValue("/root/send/pid", model.getValue("/root/main/prcsprescondlist/patinfolist/pid"));
  135. model.setValue("/root/send/juminno", model.getValue("/root/main/prcsprescondlist/patinfolist/juminno"));
  136. grd_rsrvcnclprescond.refresh();
  137. for (var i = 1; i < grd_rsrvcnclprescond.rows; i++){
  138. if (model.getValue("/root/main/prcsprescondlist/prcsprescond[" + i + "]/state") == "취소"){
  139. grd_rsrvcnclprescond.rowstyle(i, "data", "background-color") = "#ffcc99";
  140. }else{
  141. grd_rsrvcnclprescond.rowstyle(i, "data", "background-color") = "#ffffff";
  142. }
  143. }
  144. if (model.getValue("/root/send/pid") != "" && model.getValue("") != "/root/send/juminno"){
  145. grd_rsrvcnclprescond.colHidden(1) = true;
  146. grd_rsrvcnclprescond.colHidden(2) = true;
  147. }else{
  148. grd_rsrvcnclprescond.colHidden(1) = false;
  149. grd_rsrvcnclprescond.colHidden(2) = false;
  150. }
  151. */
  152. }
  153. model.refresh();
  154. }
  155. /* @group :
  156. * @ver : 2010.02.06
  157. * @by : 김건기
  158. * @-----------------------------------
  159. * @type : function
  160. * @access : public
  161. * @desc : 그리드의 내용을 엑셀로 Copy하기 위한 Function
  162. */
  163. function astgrid_liscopy() {
  164. var cellValue;
  165. var rClipBoardValue = "";
  166. var row = grd_rsrvcnclprescond.row;
  167. rClipBoardValue = grd_rsrvcnclprescond.valueMatrix(row, grd_rsrvcnclprescond.colRef("pid"));
  168. if( rClipBoardValue != "" ) {
  169. window.clipBoardData = rClipBoardValue;
  170. }
  171. }
  172. ]]>
  173. </script>
  174. <!-- 예약변경리스트조회-->
  175. <submission id="TRAEA01704" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="root/main/prcsprescondlist"/>
  176. <!--공통코드 조회-->
  177. <submission id="TRAEA00802" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/init/cmb_info"/>
  178. <!--검사실코드 조회-->
  179. <submission id="TRAEA01301" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/globalinstance" replace="instance" resultref="/root/init/cmb_info"/>
  180. <!--담당검사실 조회-->
  181. <submission id="TRAEA01115" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/globalinstance" replace="instance" resultref="/root/init2/cmb_info"/>
  182. <!--환자정보 조회-->
  183. <submission id="TRAEA00204" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/patinfo" replace="instance" resultref="/root/main/patinfodata/patinfo"/>
  184. <script type="javascript" ev:event="xforms-ready">
  185. <![CDATA[
  186. //처방상태 공통코드 갖고오기
  187. //zbcfGetCodeList( new Array("M0011"), new Array("/root/init/baseinfo/initexecprcpstatcd") );
  188. //submit("TRZBC00101", false);
  189. aezfSetSuppDeptcd();
  190. var gv_pid = getGlobalVariable("gv_pid", "A"); //글로벌변수로 넘겨준 등록번호값
  191. if(gv_pid != "") { //글로벌변수(등록번호)가 있는경우
  192. model.setValue("/root/send/pid", gv_pid);
  193. }
  194. //submit("TRAEA00802");
  195. if (model.getValue("/root/send/pid") != ""){
  196. model.setValue("/root/send/fromdd", getCurrentDate().toDate().getAddDate(-3,"M").getDateFormat("YYYYMMDD"));
  197. }else{
  198. model.setValue("/root/send/fromdd", getCurrentDate().toDate().getAddDate(-5,"D").getDateFormat("YYYYMMDD"));
  199. }
  200. model.setValue("/root/send/todd", getCurrentDate());
  201. submit("TRAEA01301", false); // 검사치료실 가져오기
  202. //*********************************************************************************************************************************************
  203. //담당 검사실 갖고오기
  204. submit("TRAEA01115",false);
  205. //담당 검사실 세팅
  206. model.setValue("/root/send/excuroomcd",model.getValue("/root/init2/cmb_info/initexcuroomcd[1]/excuroomcd"));
  207. //*********************************************************************************************************************************************
  208. model.refresh();
  209. model.removeNodeset("/root/main/rsrvcnclprescond/rsrvcncllist");
  210. if (model.getValue("/root/send/pid") != ""){
  211. //grd_rsrvcnclprescond.colHidden(1) = true; // 기능검사 임성재 선생님요청 해제. 20090730
  212. //grd_rsrvcnclprescond.colHidden(2) = true; // 기능검사 임성재 선생님요청 해제. 20090730
  213. model.setValue("/root/send/gb", "1");
  214. model.setValue("/root/send/globalinstance/instance1", "");
  215. btn_sea.dispatch("DOMActivate");
  216. }else{
  217. grd_rsrvcnclprescond.colHidden(1) = false;
  218. grd_rsrvcnclprescond.colHidden(2) = false;
  219. model.setFocus("ipt_pid");
  220. }
  221. model.refresh();
  222. ]]>
  223. </script>
  224. </model>
  225. </xhtml:head>
  226. <xhtml:body guideline="1,1195;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  227. <group id="group1" style="left:0px; top:0px; width:1194px; height:13px; ">
  228. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:168px; height:14px; ">접수/실시 취소현황</caption>
  229. </group>
  230. <group id="group3" scroll="auto" style="left:0px; top:13px; width:1195px; height:744px; ">
  231. <group id="grp_sea" style="left:0px; top:10px; width:1194px; height:60px; vertical-align:top; ">
  232. <shape id="roundrect2" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:1194px; height:57px; background-color:#fffbf2; border-color:#ffd799; "/>
  233. <caption id="caption3" class="search_name" style="left:15px; top:18px; width:86px; height:17px; ">취소일자 :</caption>
  234. <input id="ipt_startrsrvdd" ref="/root/send/fromdd" class="input_default" navindex="1" inputtype="date" style="left:110px; top:18px; width:100px; height:19px; text-align:center; "/>
  235. <input id="ipt_endrsrvdd" ref="/root/send/todd" class="input_default" navindex="2" inputtype="date" style="left:225px; top:18px; width:100px; height:19px; text-align:center; "/>
  236. <caption id="caption4" class="search_name" style="left:395px; top:35px; width:86px; height:17px; ">등록번호 :</caption>
  237. <button id="btn_sea" class="btn1_letter2" navindex="7" style="left:1120px; top:20px; width:56px; height:22px; ">
  238. <caption>조회</caption>
  239. <script type="javascript" ev:event="DOMActivate">
  240. <![CDATA[
  241. readfunc();
  242. ]]>
  243. </script>
  244. </button>
  245. <input id="ipt_pid" ref="/root/send/pid" navindex="5" style="left:490px; top:35px; width:125px; height:19px; ">
  246. <script type="javascript" ev:event="onkeyup">
  247. <![CDATA[
  248. if(event.keyCode == "13") {
  249. inputEnterKey("button1","DOMActivate");
  250. }
  251. ]]>
  252. </script>
  253. </input>
  254. <caption id="caption1" class="search_name" style="left:660px; top:35px; width:86px; height:17px; ">주민번호 :</caption>
  255. <input id="input2" ref="/root/send/juminno" navindex="6" format="999999-9999999" style="left:775px; top:35px; width:125px; height:19px; text-align:center; ">
  256. <script type="javascript" ev:event="xforms-value-changed">
  257. <![CDATA[
  258. if (model.getValue("/root/send/juminno") != ""){
  259. model.setValue("/root/send/gb", "2");
  260. model.refresh();
  261. btn_sea.dispatch("DOMActivate");
  262. }
  263. ]]>
  264. </script>
  265. </input>
  266. <caption id="caption2" style="left:213px; top:20px; width:10px; height:20px; ">-</caption>
  267. <button id="button1" class="btn1_letter2" visibility="hidden" style="left:1030px; top:30px; width:56px; height:22px; ">
  268. <caption>임시</caption>
  269. <script type="javascript" ev:event="DOMActivate">
  270. <![CDATA[
  271. model.setValue("/root/send/gb", "1");
  272. model.refresh();
  273. btn_sea.dispatch("DOMActivate");
  274. ]]>
  275. </script>
  276. </button>
  277. <button id="button2" class="btn1_letter2" visibility="hidden" style="left:970px; top:30px; width:56px; height:22px; ">
  278. <caption>임시</caption>
  279. <script type="javascript" ev:event="DOMActivate">
  280. <![CDATA[
  281. model.setValue("/root/send/gb", "2");
  282. model.refresh();
  283. btn_sea.dispatch("DOMActivate");
  284. ]]>
  285. </script>
  286. </button>
  287. <caption id="caption10" class="search_name" style="left:395px; top:10px; width:86px; height:17px; ">지원부서 :</caption>
  288. <caption id="caption12" class="search_name" style="left:660px; top:10px; width:106px; height:17px; ">검사/치료실 :</caption>
  289. <select1 id="cmb_deptcd" ref="/root/send/globalinstance/instance1" navindex="3" appearance="minimal" editmode="inputsearch" style="left:490px; top:10px; width:125px; height:19px; ">
  290. <choices>
  291. <itemset nodeset="/root/init/cmb_info/suppdept">
  292. <label ref="depthngnm"/>
  293. <value ref="suppdeptcd"/>
  294. </itemset>
  295. </choices>
  296. <script type="javascript" ev:event="xforms-value-changed">
  297. <![CDATA[
  298. model.setValue("/root/send/globalinstance/instance1", cmb_deptcd.value);
  299. submit("TRAEA01301", false);
  300. btn_sea.dispatch("DOMActivate");
  301. ]]>
  302. </script>
  303. </select1>
  304. <select1 id="cmb_excuroom" ref="/root/send/excuroomcd" class="combo_default" navindex="4" appearance="minimal" editmode="inputsearch" style="left:775px; top:10px; width:125px; height:19px; ">
  305. <choices>
  306. <itemset nodeset="/root/init/cmb_info/initexecroom">
  307. <label ref="excuroomcdnm"/>
  308. <value ref="excuroomcdid"/>
  309. </itemset>
  310. </choices>
  311. <script type="javascript" ev:event="xforms-value-changed">
  312. <![CDATA[
  313. btn_sea.dispatch("DOMActivate");
  314. ]]>
  315. </script>
  316. </select1>
  317. <button id="button61" class="icon_search" navindex="2" style="left:622px; top:35px; width:16px; height:16px; ">
  318. <caption/>
  319. <script type="javascript" ev:event="DOMActivate">
  320. <![CDATA[
  321. /* @group : 개인별 예약현황조회
  322. * @ver : 2007.7.25
  323. * @by : 조원영
  324. * @-----------------------------------
  325. * @type : function
  326. * @access : public
  327. * @desc : 등록번호를 통한 환자 이름 조회
  328. */
  329. modal("SPPMC02500", "", "200", "200", "SPPMC02500", "/root/send/pid", "/root/send");
  330. model.setValue("/root/send/pid", model.getValue("/root/main/patinfo/patinfolist/pid") ); // 등록번호 설정
  331. model.setValue("/root/send/gb", "1");
  332. model.refresh();
  333. btn_sea.dispatch("DOMActivate");
  334. ]]>
  335. </script>
  336. </button>
  337. </group>
  338. <line id="line2" class="line_1" style="x1:0px; y1:132px; x2:1195px; y2:132px; "/>
  339. <datagrid id="grd_rsrvcnclprescond" nodeset="/root/main/prcsprescondlist/prcsprescond" caption="등록번호^환자명^S/A^병실^처방일자^처방과(처방의)^처방코드^처방명^취소일시^취소구분^취소사유^취소자^2" colsep="^" colwidth="84, 70, 68, 82, 79, 153, 99, 210, 116, 75, 153, 55, 21" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" style="left:0px; top:135px; width:1193px; height:607px; ">
  340. <col ref="pid"/>
  341. <col ref="hngnm"/>
  342. <col ref="sex" style="text-align:center; "/>
  343. <col ref="roomcd" style="text-align:center; "/>
  344. <col ref="prcpdd" format="yyyy-mm-dd hh:nn" style="text-align:center; "/>
  345. <col ref="prcpdept" format="yyyy-mm-dd hh:nn" style="text-align:left; "/>
  346. <col ref="prcpcd" format="yyyy-mm-dd hh:nn" style="text-align:left; "/>
  347. <col ref="prcpnm" style="text-align:left; "/>
  348. <col ref="cnclhistdt" format="yyyy-mm-dd hh:nn" style="text-align:center; "/>
  349. <col disabled="true" ref="cnclflag" type="combo">
  350. <choices>
  351. <item>
  352. <label>접수취소</label>
  353. <value>A</value>
  354. </item>
  355. <item>
  356. <label>실시취소</label>
  357. <value>E</value>
  358. </item>
  359. <item>
  360. <label>결과취소</label>
  361. <value>R</value>
  362. </item>
  363. </choices>
  364. </col>
  365. <col ref="cnclresncd"/>
  366. <col ref="cnclid"/>
  367. <col ref="execprcpuniqno" visibility="hidden"/>
  368. <script type="javascript" ev:event="onclick">
  369. <![CDATA[
  370. model.removeNodeset("/root/main/prcsprescondlist/patinfolist");
  371. if (model.getValue ("/root/main/prcsprescondlist/prcsprescond[" + grd_rsrvcnclprescond.row + "]/pid") !="") {
  372. model.makeValue ("/root/send/patinfo/pid",model.getValue ("/root/main/prcsprescondlist/prcsprescond[" + grd_rsrvcnclprescond.row + "]/pid"));
  373. submit("TRAEA00204");
  374. // copyNodesetType("/root/main/prcsprescondlist/patinfolist" , "/root/main/patinfodata/patinfo");
  375. model.makeValue("/root/main/prcsprescondlist/patinfolist/hngnm" , model.getValue("/root/main/patinfodata/patinfo/patinfolist/hngnm")); //환자명
  376. model.makeValue("/root/main/prcsprescondlist/patinfolist/age" , model.getValue("/root/main/patinfodata/patinfo/patinfolist/age")); //S/A
  377. model.makeValue("/root/main/prcsprescondlist/patinfolist/sex" , model.getValue("/root/main/patinfodata/patinfo/patinfolist/sex")); //Sex
  378. model.makeValue("/root/main/prcsprescondlist/patinfolist/hometel" , model.getValue("/root/main/patinfodata/patinfo/patinfolist/hometel")); //집전화
  379. model.makeValue("/root/main/prcsprescondlist/patinfolist/mpphontel" , model.getValue("/root/main/patinfodata/patinfo/patinfolist/mpphontel")); //핸드폰
  380. model.makeValue("/root/main/prcsprescondlist/patinfolist/addr" , model.getValue("/root/main/patinfodata/patinfo/patinfolist/addr")); // 집주소
  381. }
  382. model.refresh();
  383. ]]>
  384. </script>
  385. <script type="javascript" ev:event="oncopy">
  386. <![CDATA[
  387. astgrid_liscopy();
  388. ]]>
  389. </script>
  390. <script type="javascript" ev:event="onmousedown">
  391. <![CDATA[
  392. if (event.button == 3) { // 3 : 오른쪽 버튼
  393. if (grd_rsrvcnclprescond.isCell(event.target) && grd_rsrvcnclprescond.mouseRow >= grd_rsrvcnclprescond.fixedrows) {
  394. setPopupMenu("grd_rsrvcnclprescond", false, "/root/init/popupmenu/grid01/item", "name", "func");
  395. }
  396. }
  397. ]]>
  398. </script>
  399. <script type="javascript" ev:event="DOMFocusOut">
  400. <![CDATA[
  401. initPopupMenu();
  402. ]]>
  403. </script>
  404. </datagrid>
  405. <caption id="caption9" class="tit_2" style="left:0px; top:115px; width:133px; height:14px; ">접수/실시 취소현황</caption>
  406. <input id="opt_addr" ref="/root/main/prcsprescondlist/patinfolist/addr" class="output_fix" disabled="true" style="left:609px; top:82px; width:583px; height:19px; "/>
  407. <input id="opt_sex" ref="/root/main/prcsprescondlist/patinfolist/sex" class="output_fix" disabled="true" style="left:208px; top:82px; width:20px; height:19px; text-align:center; "/>
  408. <line id="line12" class="line_1" style="x1:0px; y1:75px; x2:1195px; y2:74px; "/>
  409. <input id="opt_hngnm" ref="/root/main/prcsprescondlist/patinfolist/hngnm" class="output_fix" disabled="true" style="left:52px; top:82px; width:85px; height:19px; "/>
  410. <caption id="caption11" class="cell_1" style="left:231px; top:80px; width:50px; height:23px; vertical-align:middle; ">집전화</caption>
  411. <input id="opt_hometel" ref="/root/main/prcsprescondlist/patinfolist/hometel" class="output_fix" disabled="true" style="left:282px; top:82px; width:95px; height:19px; "/>
  412. <caption id="caption5" class="cell_1" style="left:0px; top:80px; width:50px; height:23px; vertical-align:middle; ">환자명</caption>
  413. <input id="opt_mpphontel" ref="/root/main/prcsprescondlist/patinfolist/mpphontel" class="output_fix" disabled="true" style="left:431px; top:82px; width:124px; height:19px; "/>
  414. <caption id="caption16" class="cell_1" style="left:140px; top:80px; width:43px; height:23px; vertical-align:middle; ">S/A</caption>
  415. <caption id="caption7" class="cell_1" style="left:558px; top:80px; width:50px; height:23px; vertical-align:middle; ">집주소</caption>
  416. <input id="opt_age" ref="/root/main/prcsprescondlist/patinfolist/age" class="output_fix" disabled="true" style="left:184px; top:82px; width:25px; height:19px; text-align:center; "/>
  417. <caption id="caption8" class="cell_1" style="left:380px; top:80px; width:50px; height:23px; vertical-align:middle; ">핸드폰</caption>
  418. </group>
  419. <line id="line13" class="line_4" style="x1:1105px; y1:30px; x2:1105px; y2:77px; "/>
  420. <group id="grp_btn" style="left:0px; top:757px; width:1195px; height:27px; ">
  421. <button id="btn_prt" class="btn6_letter2" visibility="hidden" style="left:0px; top:5px; width:56px; height:22px; ">
  422. <caption>출력</caption>
  423. </button>
  424. </group>
  425. <line id="line1" class="line_4" style="x1:350px; y1:30px; x2:350px; y2:77px; "/>
  426. </xhtml:body>
  427. </xhtml:html>