SPLLC91200_1층채혈실대기자안내.xrw 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <!--
  3. * 제 목 : 채혈실 대기자 안내.xrw
  4. * 설 명 : 채혈실 대기자 안내
  5. * 설 계 자 : (주)에이씨케이 -
  6. * 작 성 자 : (주)에이씨케이 - 윤재한
  7. * 작 성 일 : 2009.03.05
  8. * 수정이력 :
  9. * 기 타 :
  10. -->
  11. <?xml-stylesheet type="text/css" href="../../../com/commonweb/css/common.css" ?>
  12. <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">
  13. <xhtml:head>
  14. <xhtml:title>채혈실 대기자 안내</xhtml:title>
  15. <model id="model1">
  16. <instance id="instance1">
  17. <root xmlns="">
  18. <main>
  19. <daegipsnlist>
  20. <seatposition/>
  21. <bcollseq/>
  22. <pname/>
  23. </daegipsnlist>
  24. </main>
  25. <send>
  26. <msg/>
  27. <mvtm/>
  28. </send>
  29. <hidden>
  30. <time/>
  31. <date/>
  32. <callmsg/>
  33. <Daegicnt1/>
  34. <Daegitime1/>
  35. <bcollroom>1</bcollroom>
  36. <Daegicnt2/>
  37. <Daegitime2/>
  38. <tmp/>
  39. </hidden>
  40. </root>
  41. </instance>
  42. <script type="javascript" ev:event="xforms-ready">
  43. <![CDATA[
  44. fInit();
  45. ]]>
  46. </script>
  47. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  48. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  49. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  50. <script type="javascript" src="../../../lis/commonweb/js/LZZ001.js"/>
  51. <submission id="TRLZZ00101" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/init"/>
  52. <submission id="TRLLC91001" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main"/>
  53. <submission id="TRLLC91002" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main/daegipsnlist"/>
  54. <submission id="TXLLC91001" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/hidden/tmp/"/>
  55. </model>
  56. <script type="javascript">
  57. <![CDATA[
  58. object1.settings.playCount = 2000;
  59. function fInit() {
  60. lbl_header.attribute("text") = model.getValue("/root/hidden/bcollroom") + "층 채혈실 대기자 안내";
  61. lzzfMakeAutoBrcdPrntObj("AutoLabel");
  62. var tdate = getCurrentDateTime().substring(0, 4) + "년 "
  63. + getCurrentDateTime().substring(4, 6) + "월 "
  64. + getCurrentDateTime().substring(6, 8) + "일 "
  65. + getCurrentDate().toDate().getDayOfWeek("K") + "요일 ";
  66. model.setvalue("/root/hidden/date",tdate);
  67. // 초기정보 조회
  68. model.makeValue("/root/send/codeflag", "0007|"); // 0007 : 장비코드
  69. model.makeValue("/root/send/refflag", model.getValue("/root/hidden/bcollroom"));
  70. submit("TRLLC91001"); //대기화면 ip 및 대기시간, 하단메세지 조회
  71. //브라우져 초기 디자인 적용 및 글자 흐르게 하기
  72. fGetCallMessage();
  73. //창구번호 조회
  74. fGetSeatNo();
  75. fTimer();
  76. model.refresh();
  77. }
  78. //타이머
  79. var gDaegiListID; // 호출번호
  80. function fTimer(){
  81. if(getNodesetCount("/root/main/daegiip/ip") > 0 ) { //ip 노드가 있고
  82. if(model.getValue("/root/main/daegiip/ip") != "") { //ip 값이 있을경우.
  83. gDaegiListID = window.setInterval( "fGetCallNo()", 1 * 1000 ); //1초마다 대기자 명단 변경
  84. } else {
  85. messageBox("외래채혈화면에서 Auto Label 대기자 IP를 설정", "I008");
  86. }
  87. } else {
  88. messageBox("외래채혈화면에서 Auto Label 대기자 IP를 설정", "I008");
  89. }
  90. }
  91. //호출번호
  92. function fGetCallNo() {
  93. var sSetUpVal = model.getValue("/root/main/daegiip/ip");
  94. var sReturn = AutoLabel.WAITDATA(0, sSetUpVal);
  95. var Daegicnt1 = 0; //대기자수1
  96. var Daegicnt2 = 0; //대기자수2
  97. var Daegitime1 = 0; //대기시간1
  98. var Daegitime2 = 0; //대기시간2
  99. var d = new Date;
  100. var mm = d.getMinutes();
  101. var ss = d.getSeconds();
  102. model.setValue("/root/hidden/time", d.getHours() + (mm>9?":"+mm:":0"+mm) + (ss>9?":"+ss:":0"+ss)) ;
  103. //var sReturn = "A|1|10|1-1001,2-1002,|^B|1|20|1-2001,2-2002,3-2003,|^C|3|15|1-3001,2-3002,3-3003,4-3004,|^D|1|16|1-4001,2-4002,3-4003,|^"
  104. /* A|1|10|1▦1001▦11효련▩2▦1002▦12효련▩|^
  105. B|1|20|1▦2001▦21효련▩2▦2002▦22효련▩3▦2003▦23효련▩|^
  106. C|3|15|1▦3001▦31효련▩2▦3002▦32효련▩3▦3003▦33효련▩4▦3004▦34효련▩|^
  107. D|1|16|1▦4001▦41효련▩2▦4002▦42효련▩3▦4003▦43효련▩|^
  108. W|1|0|
  109. */
  110. if(sReturn != "") { //오류가 나지 않았다면.
  111. var vJangBi = sReturn.split("^");
  112. var vDaegi = "";
  113. var vDaegiDetail = "";
  114. for(j = 0; j < vJangBi.length; j++) {
  115. vDaegi = vJangBi[j].split("|");
  116. if(vDaegi[0] == "W"){
  117. try{
  118. Daegitime1 += parseInt(vDaegi[1]);
  119. }
  120. catch(e){
  121. Daegitime1 = 0;
  122. }
  123. try{
  124. Daegitime2 += parseInt(vDaegi[2]);
  125. }
  126. catch(e){
  127. Daegitime2 = 0;
  128. }
  129. }
  130. else{
  131. if(vDaegi[1] == "1"){
  132. try{
  133. Daegicnt1 += parseInt(vDaegi[2]);
  134. }
  135. catch(e){
  136. Daegicnt1 = 0;
  137. }
  138. }
  139. else{
  140. try{
  141. Daegicnt2 += parseInt(vDaegi[2]);
  142. }
  143. catch(e){
  144. Daegicnt2 = 0;
  145. }
  146. }
  147. if(vDaegi[1] == model.getValue("/root/hidden/bcollroom")){
  148. var no = new Array(5);
  149. no[1] = "";
  150. no[2] = "";
  151. no[3] = "";
  152. no[4] = "";
  153. var nm = new Array(5);
  154. nm[1] = "";
  155. nm[2] = "";
  156. nm[3] = "";
  157. nm[4] = "";
  158. if(vDaegi[3] != "") {
  159. vDaegi[3] = vDaegi[3].split("▩");
  160. for(z = 0; z < vDaegi[3].length - 1; z++) {
  161. vDaegiDetail = vDaegi[3][z].split("▦");
  162. no[vDaegiDetail[0]] = vDaegiDetail[1];
  163. nm[vDaegiDetail[0]] = vDaegiDetail[2];
  164. }
  165. }
  166. for(x = 1; x <= 4; x++) {
  167. try{
  168. if(vDaegi[0] == "A"){
  169. model.setValue("/root/hidden/daegi/daegipsnlist["+x+"]/bcollseq", no[x]);
  170. model.setValue("/root/hidden/daegi/daegipsnlist["+x+"]/pname", nm[x] != "" ? nm[x].substr(0, nm[x].length-1) + "★" : "");
  171. }
  172. //환자 성명 표기시 개인정보 보호 마지막자 *로 변환시켜 출력 20100201 이병규선생님 요청
  173. if(vDaegi[0] == "B"){
  174. model.setValue("/root/hidden/daegi/daegipsnlist2["+x+"]/bcollseq", no[x]);
  175. model.setValue("/root/hidden/daegi/daegipsnlist2["+x+"]/pname", nm[x] != "" ? nm[x].substr(0, nm[x].length-1) + "★" : "");
  176. }
  177. }
  178. catch(e){ }
  179. }
  180. }
  181. }
  182. model.setValue("/root/hidden/Daegicnt1", Daegicnt1 + "명");
  183. model.setValue("/root/hidden/Daegicnt2", Daegicnt2 + "명");
  184. model.setValue("/root/hidden/Daegitime1", Daegitime1 + "분");
  185. model.setValue("/root/hidden/Daegitime2", Daegitime2 + "분");
  186. }
  187. } else {
  188. window.clearInterval(gDaegiListID);
  189. messageBox(model.getValue("/root/main/daegiip/ip") + "컴퓨터에 대기자 화면을 실행", "I008");
  190. }
  191. model.refresh();
  192. }
  193. //브라우져 초기 디자인 적용 및 글자 흐르게 하기
  194. function fGetCallMessage(){
  195. var str1 ="<body bgcolor=#CCECFF SCROLL=no leftmargin=0 topmargin=10 marginwidth=0 marginheight=0><marquee TRUESPEED Scrollamount=";
  196. var str2 ="><font face=돋움체 color=#3366ff b style=' font-size:25pt;' ><b>";
  197. var str3 ="</b></font></marquee></body>";
  198. //문서의 기존 내용을 삭제
  199. brs_msg.Document.open();
  200. //신규 문서 내용 적용
  201. brs_msg.Document.write(str1 + model.getValue("/root/main/waitlist/msgmovetm") + str2 + model.getValue("/root/main/waitlist/msg") + str3);
  202. }
  203. //창구번호 조회
  204. function fGetSeatNo() {
  205. model.removeNodeset("/root/hidden/daegi");
  206. model.makeValue("/root/send/bcollroom", model.getValue("/root/hidden/bcollroom"));
  207. submit("TRLLC91002"); //창구번호 조회
  208. var seat = model.getValue("/root/main/daegipsnlist/seatposition").substr(0, 1);
  209. var aseat = "";
  210. var count1 = 1;
  211. var count2 = 1;
  212. for(i = 1; i <= getNodesetCount("/root/main/daegipsnlist"); i++) {
  213. if(seat == model.getValue("/root/main/daegipsnlist[" + i + "]/seatposition").substr(0, 1)) {
  214. model.makeNode("/root/hidden/daegi/daegipsnlist[" + count1 + "]");
  215. copyNodesetType("/root/hidden/daegi/daegipsnlist[" + count1 + "]", "/root/main/daegipsnlist[" + i + "]");
  216. count1++;
  217. }else if(aseat == model.getValue("/root/main/daegipsnlist[" + i + "]/seatposition").substr(0, 1)){
  218. model.makeNode("/root/hidden/daegi/daegipsnlist2[" + count2 + "]");
  219. copyNodesetType("/root/hidden/daegi/daegipsnlist2[" + count2 + "]", "/root/main/daegipsnlist[" + i + "]");
  220. count2++;
  221. } else if(seat != model.getValue("/root/main/daegipsnlist[" + i + "]/seatposition").substr(0, 1)){
  222. seat = "";
  223. aseat = model.getValue("/root/main/daegipsnlist[" + i + "]/seatposition").substr(0, 1);
  224. model.makeNode("/root/hidden/daegi/daegipsnlist2[" + count2 + "]");
  225. copyNodesetType("/root/hidden/daegi/daegipsnlist2[" + count2 + "]", "/root/main/daegipsnlist[" + i + "]");
  226. count2++;
  227. }
  228. }
  229. }
  230. //설정화면을 연다
  231. function fSetup(){
  232. window.clearInterval(gDaegiListID);
  233. grp_setup.visible = true;
  234. }
  235. //설정 저장
  236. function fSetSetup(){
  237. model.setValue("/root/send/mvtm", model.getValue("/root/main/waitlist/msgmovetm"));
  238. model.setValue("/root/send/msg", model.getValue("/root/main/waitlist/msg"));
  239. submit("TXLLC91001");
  240. }
  241. ]]>
  242. </script>
  243. </xhtml:head>
  244. <xhtml:body pagewidth="1366" pageheight="768" guideline="1,743;">
  245. <group id="grp_biz" scroll="auto" style="left:30px; top:25px; width:1305px; height:720px; ">
  246. <group id="group1" style="left:0px; top:6px; width:1305px; height:50px; vertical-align:top; ">
  247. <line id="line1" class="line_1" style="x1:0px; y1:45px; x2:1098px; y2:45px; "/>
  248. <line id="line3" class="line_1" style="x1:1095px; y1:0px; x2:1300px; y2:0px; "/>
  249. <caption id="cap_time" ref="/root/hidden/time" style="left:1115px; top:5px; width:180px; height:40px; font-family:굴림; font-size:30pt; font-weight:bold; color:#FF5050; text-align:right; background-color:#ffffff; border-color:#c0c0c0; border-style:hidden; "/>
  250. <line id="line4" class="line_1" style="x1:1095px; y1:3px; x2:1095px; y2:49px; "/>
  251. </group>
  252. <img id="img2" src="../../../emr/waitguideweb/images/biglogo012.jpg" style="left:1035px; top:677px; width:260px; height:35px; background-stretch:stretch; ">
  253. <script type="javascript" ev:event="onclick">
  254. <![CDATA[
  255. fSetup();
  256. ]]>
  257. </script>
  258. </img>
  259. <caption id="caption6" style="left:120px; top:55px; width:120px; height:78px; font-family:HY헤드라인M; font-size:20pt; color:#000000; text-align:center; background-color:#CCECFF; border-color:#c0c0c0; border-style:solid; ">호출번호</caption>
  260. <caption id="caption2" style="left:364px; top:55px; width:120px; height:78px; font-family:HY헤드라인M; font-size:20pt; color:#000000; text-align:center; background-color:#CCECFF; border-color:#c0c0c0; border-style:solid; ">창구번호</caption>
  261. <caption id="caption3" style="left:484px; top:55px; width:120px; height:78px; font-family:HY헤드라인M; font-size:20pt; color:#000000; text-align:center; background-color:#CCECFF; border-color:#c0c0c0; border-style:solid; ">호출번호</caption>
  262. <caption id="cpt_acptnoc1" ref="/root/hidden/daegi/daegipsnlist[1]/bcollseq" style="left:120px; top:133px; width:120px; height:78px; font-family:HY헤드라인M; font-size:24pt; color:#000000; text-align:center; border-color:#c0c0c0; border-style:solid; "/>
  263. <caption id="cpt_acptnod1" ref="/root/hidden/daegi/daegipsnlist2[1]/bcollseq" style="left:484px; top:133px; width:120px; height:78px; font-family:HY헤드라인M; font-size:24pt; color:#000000; text-align:center; border-color:#c0c0c0; border-style:solid; "/>
  264. <caption id="cpt_acptnoc2" ref="/root/hidden/daegi/daegipsnlist[2]/bcollseq" style="left:120px; top:211px; width:120px; height:78px; font-family:HY헤드라인M; font-size:24pt; color:#000000; text-align:center; border-color:#c0c0c0; border-style:solid; "/>
  265. <caption id="cpt_acptnod2" ref="/root/hidden/daegi/daegipsnlist2[2]/bcollseq" style="left:484px; top:211px; width:120px; height:78px; font-family:HY헤드라인M; font-size:24pt; color:#000000; text-align:center; border-color:#c0c0c0; border-style:solid; "/>
  266. <caption id="cpt_nod2" ref="/root/hidden/daegi/daegipsnlist2[2]/seatposition" style="left:364px; top:211px; width:120px; height:78px; font-family:HY헤드라인M; font-size:24pt; color:#000000; text-align:center; border-color:#c0c0c0; border-style:solid; "/>
  267. <caption id="cpt_acptnoc3" ref="/root/hidden/daegi/daegipsnlist[3]/bcollseq" style="left:120px; top:289px; width:120px; height:78px; font-family:HY헤드라인M; font-size:24pt; color:#000000; text-align:center; border-color:#c0c0c0; border-style:solid; "/>
  268. <caption id="cpt_acptnod4" ref="/root/hidden/daegi/daegipsnlist2[4]/bcollseq" style="left:484px; top:367px; width:120px; height:78px; font-family:HY헤드라인M; font-size:24pt; color:#000000; text-align:center; border-color:#c0c0c0; border-style:solid; "/>
  269. <caption id="caption20" style="left:80px; top:525px; width:140px; height:78px; font-family:HY헤드라인M; font-size:20pt; color:#000000; text-align:center; background-color:#CCECFF; border-color:#c0c0c0; border-style:solid; ">
  270. <![CDATA[평균
  271. 대기시간]]>
  272. </caption>
  273. <caption id="caption21" style="left:80px; top:447px; width:140px; height:78px; font-family:HY헤드라인M; font-size:20pt; color:#000000; text-align:center; background-color:#CCECFF; border-color:#c0c0c0; border-style:solid; ">대기인수</caption>
  274. <caption id="cpt_daegicnt1" ref="/root/hidden/Daegicnt1" style="left:220px; top:447px; width:140px; height:78px; font-family:HY헤드라인M; font-size:26pt; color:#000000; text-align:center; border-color:#c0c0c0; border-style:solid; "/>
  275. <caption id="cpt_daegitime1" ref="/root/hidden/Daegitime1" style="left:220px; top:525px; width:140px; height:78px; font-family:HY헤드라인M; font-size:26pt; color:#000000; text-align:center; border-color:#c0c0c0; border-style:solid; "/>
  276. <caption id="caption26" style="left:0px; top:55px; width:120px; height:78px; font-family:HY헤드라인M; font-size:20pt; color:#000000; text-align:center; background-color:#CCECFF; border-color:#c0c0c0; border-style:solid; ">창구번호</caption>
  277. <caption id="cpt_noc3" ref="/root/hidden/daegi/daegipsnlist[3]/seatposition" style="left:0px; top:289px; width:120px; height:78px; font-family:HY헤드라인M; font-size:24pt; color:#000000; text-align:center; border-color:#c0c0c0; border-style:solid; "/>
  278. <caption id="cpt_noc1" ref="/root/hidden/daegi/daegipsnlist[1]/seatposition" style="left:0px; top:133px; width:120px; height:78px; font-family:HY헤드라인M; font-size:24pt; color:#000000; text-align:center; border-color:#c0c0c0; border-style:solid; "/>
  279. <caption id="cpt_nod1" ref="/root/hidden/daegi/daegipsnlist2[1]/seatposition" style="left:364px; top:133px; width:120px; height:78px; font-family:HY헤드라인M; font-size:24pt; color:#000000; text-align:center; border-color:#c0c0c0; border-style:solid; "/>
  280. <caption id="cpt_noc2" ref="/root/hidden/daegi/daegipsnlist[2]/seatposition" style="left:0px; top:211px; width:120px; height:78px; font-family:HY헤드라인M; font-size:24pt; color:#000000; text-align:center; border-color:#c0c0c0; border-style:solid; "/>
  281. <object id="object1" clsid="{6bf52a52-394a-11d3-b153-00c04f79faa6}" uiMode="none" stretchToFit="true" URL="C:\1.wmv" windowlessVideo="false" enabled="false" fullScreen="false" enableContextMenu="false" style="left:730px; top:60px; width:570px; height:537px; "/>
  282. <caption id="cpt_noc4" ref="/root/hidden/daegi/daegipsnlist[4]/seatposition" style="left:0px; top:367px; width:120px; height:78px; font-family:HY헤드라인M; font-size:24pt; color:#000000; text-align:center; border-color:#c0c0c0; border-style:solid; "/>
  283. <caption id="cpt_nod3" ref="/root/hidden/daegi/daegipsnlist2[3]/seatposition" style="left:364px; top:289px; width:120px; height:78px; font-family:HY헤드라인M; font-size:24pt; color:#000000; text-align:center; border-color:#c0c0c0; border-style:solid; "/>
  284. <caption id="cpt_nod4" ref="/root/hidden/daegi/daegipsnlist2[4]/seatposition" style="left:364px; top:367px; width:120px; height:78px; font-family:HY헤드라인M; font-size:24pt; color:#000000; text-align:center; border-color:#c0c0c0; border-style:solid; "/>
  285. <caption id="cpt_acptnoc4" ref="/root/hidden/daegi/daegipsnlist[4]/bcollseq" style="left:120px; top:367px; width:120px; height:78px; font-family:HY헤드라인M; font-size:24pt; color:#000000; text-align:center; border-color:#c0c0c0; border-style:solid; "/>
  286. <caption id="cpt_acptnod3" ref="/root/hidden/daegi/daegipsnlist2[3]/bcollseq" style="left:484px; top:289px; width:120px; height:78px; font-family:HY헤드라인M; font-size:24pt; color:#000000; text-align:center; border-color:#c0c0c0; border-style:solid; "/>
  287. <caption id="cpt_pnmnoc1" ref="/root/hidden/daegi/daegipsnlist[1]/pname" style="left:240px; top:133px; width:120px; height:78px; font-family:HY헤드라인M; font-size:24pt; color:#000000; text-align:center; border-color:#c0c0c0; border-style:solid; "/>
  288. <caption id="cpt_pnmnoc2" ref="/root/hidden/daegi/daegipsnlist[2]/pname" style="left:240px; top:211px; width:120px; height:78px; font-family:HY헤드라인M; font-size:24pt; color:#000000; text-align:center; border-color:#c0c0c0; border-style:solid; "/>
  289. <caption id="cpt_pnmnoc3" ref="/root/hidden/daegi/daegipsnlist[3]/pname" style="left:240px; top:289px; width:120px; height:78px; font-family:HY헤드라인M; font-size:24pt; color:#000000; text-align:center; border-color:#c0c0c0; border-style:solid; "/>
  290. <caption id="cpt_pnmnoc4" ref="/root/hidden/daegi/daegipsnlist[4]/pname" style="left:240px; top:367px; width:120px; height:78px; font-family:HY헤드라인M; font-size:24pt; color:#000000; text-align:center; border-color:#c0c0c0; border-style:solid; "/>
  291. <caption id="caption10" style="left:240px; top:55px; width:120px; height:78px; font-family:HY헤드라인M; font-size:20pt; color:#000000; text-align:center; background-color:#CCECFF; border-color:#c0c0c0; border-style:solid; ">고객성명</caption>
  292. <caption id="cpt_pnmnod1" ref="/root/hidden/daegi/daegipsnlist2[1]/pname" style="left:604px; top:133px; width:120px; height:78px; font-family:HY헤드라인M; font-size:24pt; color:#000000; text-align:center; border-color:#c0c0c0; border-style:solid; "/>
  293. <caption id="cpt_pnmnod2" ref="/root/hidden/daegi/daegipsnlist2[2]/pname" style="left:604px; top:211px; width:120px; height:78px; font-family:HY헤드라인M; font-size:24pt; color:#000000; text-align:center; border-color:#c0c0c0; border-style:solid; "/>
  294. <caption id="cpt_pnmnod3" ref="/root/hidden/daegi/daegipsnlist2[3]/pname" style="left:604px; top:289px; width:120px; height:78px; font-family:HY헤드라인M; font-size:24pt; color:#000000; text-align:center; border-color:#c0c0c0; border-style:solid; "/>
  295. <caption id="caption14" style="left:604px; top:55px; width:120px; height:78px; font-family:HY헤드라인M; font-size:20pt; color:#000000; text-align:center; background-color:#CCECFF; border-color:#c0c0c0; border-style:solid; ">고객성명</caption>
  296. <caption id="cpt_pnmnod4" ref="/root/hidden/daegi/daegipsnlist2[4]/pname" style="left:604px; top:367px; width:120px; height:78px; font-family:HY헤드라인M; font-size:24pt; color:#000000; text-align:center; border-color:#c0c0c0; border-style:solid; "/>
  297. <caption id="caption16" style="left:0px; top:447px; width:80px; height:156px; font-family:HY헤드라인M; font-size:20pt; color:#000000; text-align:center; border-color:#c0c0c0; border-style:solid; ">
  298. <![CDATA[1층
  299. 실]]>
  300. </caption>
  301. <caption id="cpt_daegicnt2" ref="/root/hidden/Daegicnt2" style="left:584px; top:447px; width:140px; height:78px; font-family:HY헤드라인M; font-size:26pt; color:#000000; text-align:center; border-color:#c0c0c0; border-style:solid; "/>
  302. <caption id="caption18" style="left:444px; top:525px; width:140px; height:78px; font-family:HY헤드라인M; font-size:20pt; color:#000000; text-align:center; background-color:#CCECFF; border-color:#c0c0c0; border-style:solid; ">
  303. <![CDATA[평균
  304. 대기시간]]>
  305. </caption>
  306. <caption id="caption19" style="left:444px; top:447px; width:140px; height:78px; font-family:HY헤드라인M; font-size:20pt; color:#000000; text-align:center; background-color:#CCECFF; border-color:#c0c0c0; border-style:solid; ">대기인수</caption>
  307. <caption id="cpt_daegitime2" ref="/root/hidden/Daegitime2" style="left:584px; top:525px; width:140px; height:78px; font-family:HY헤드라인M; font-size:26pt; color:#000000; text-align:center; border-color:#c0c0c0; border-style:solid; "/>
  308. <caption id="caption23" style="left:364px; top:447px; width:80px; height:156px; font-family:HY헤드라인M; font-size:20pt; color:#000000; text-align:center; border-color:#c0c0c0; border-style:solid; ">
  309. <![CDATA[3층
  310. 실]]>
  311. </caption>
  312. <browser id="brs_msg" src="about:blank" style="left:0px; top:605px; width:1302px; height:64px; "/>
  313. </group>
  314. <line id="line2" class="line_1" style="x1:30px; y1:627px; x2:1330px; y2:627px; "/>
  315. <caption id="cap_datetime" ref="/root/hidden/date" style="left:55px; top:705px; width:290px; height:30px; font-family:HY헤드라인M; font-size:18pt; text-align:center; "/>
  316. <caption id="lbl_header" style="left:30px; top:15px; width:840px; height:55px; font-family:HY헤드라인M; font-size:36pt; color:#0000CC; text-align:center; "/>
  317. <line id="line6" class="line_1" style="x1:31px; y1:469px; x2:754px; y2:469px; "/>
  318. <group id="grp_setup" visibility="hidden" style="left:50px; top:700px; width:1100px; height:35px; background-color:#FFFFFF; ">
  319. <input id="input1" ref="/root/main/waitlist/msg" style="left:90px; top:8px; width:725px; height:19px; "/>
  320. <shape id="rectangle1" appearance="rectangle" style="left:0px; top:0px; width:1100px; height:35px; "/>
  321. <caption id="caption1" style="left:10px; top:9px; width:71px; height:20px; ">메세지내용 :</caption>
  322. <caption id="caption4" style="left:827px; top:8px; width:74px; height:20px; ">스크롤 속도 :</caption>
  323. <select1 id="combo1" ref="/root/main/waitlist/msgmovetm" appearance="minimal" style="left:906px; top:9px; width:39px; height:19px; text-align:right; ">
  324. <choices>
  325. <item>
  326. <label>1</label>
  327. <value>1</value>
  328. </item>
  329. <item>
  330. <label>2</label>
  331. <value>2</value>
  332. </item>
  333. <item>
  334. <label>3</label>
  335. <value>3</value>
  336. </item>
  337. <item>
  338. <label>4</label>
  339. <value>4</value>
  340. </item>
  341. <item>
  342. <label>5</label>
  343. <value>5</value>
  344. </item>
  345. <item>
  346. <label>6</label>
  347. <value>6</value>
  348. </item>
  349. <item>
  350. <label>7</label>
  351. <value>7</value>
  352. </item>
  353. <item>
  354. <label>8</label>
  355. <value>8</value>
  356. </item>
  357. <item>
  358. <label>9</label>
  359. <value>9</value>
  360. </item>
  361. <item>
  362. <label>10</label>
  363. <value>10</value>
  364. </item>
  365. </choices>
  366. </select1>
  367. <button id="btn_save" class="btn4_letter2" navindex="9" style="left:965px; top:7px; width:56px; height:22px; ">
  368. <caption>저장</caption>
  369. <script type="javascript" ev:event="DOMActivate">
  370. <![CDATA[
  371. fGetCallMessage();
  372. fSetSetup();
  373. grp_setup.visible = false;
  374. fTimer();
  375. ]]>
  376. </script>
  377. </button>
  378. <button id="button1" class="btn4_letter2" navindex="9" style="left:1035px; top:7px; width:56px; height:22px; ">
  379. <caption>닫기</caption>
  380. <script type="javascript" ev:event="DOMActivate">
  381. <![CDATA[
  382. grp_setup.visible = false;
  383. fTimer();
  384. ]]>
  385. </script>
  386. </button>
  387. </group>
  388. </xhtml:body>
  389. </xhtml:html>