123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <!--
- * 제 목 : 채혈실 대기자 안내.xrw
- * 설 명 : 채혈실 대기자 안내
- * 설 계 자 : (주)에이씨케이 -
- * 작 성 자 : (주)에이씨케이 - 윤재한
- * 작 성 일 : 2009.03.05
- * 수정이력 :
- * 기 타 :
- -->
- <?xml-stylesheet type="text/css" href="../../../com/commonweb/css/common.css" ?>
- <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">
- <xhtml:head>
- <xhtml:title>채혈실 대기자 안내</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <daegipsnlist>
- <seatposition/>
- <bcollseq/>
- <pname/>
- </daegipsnlist>
- </main>
- <send>
- <msg/>
- <mvtm/>
- </send>
- <hidden>
- <time/>
- <date/>
- <callmsg/>
- <Daegicnt1/>
- <Daegitime1/>
- <bcollroom>1</bcollroom>
- <Daegicnt2/>
- <Daegitime2/>
- <tmp/>
- </hidden>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- fInit();
- ]]>
- </script>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../lis/commonweb/js/LZZ001.js"/>
- <submission id="TRLZZ00101" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/init"/>
- <submission id="TRLLC91001" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main"/>
- <submission id="TRLLC91002" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main/daegipsnlist"/>
- <submission id="TXLLC91001" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/hidden/tmp/"/>
- </model>
- <script type="javascript">
- <![CDATA[
- object1.settings.playCount = 2000;
-
- function fInit() {
- lbl_header.attribute("text") = model.getValue("/root/hidden/bcollroom") + "층 채혈실 대기자 안내";
-
- lzzfMakeAutoBrcdPrntObj("AutoLabel");
-
- var tdate = getCurrentDateTime().substring(0, 4) + "년 "
- + getCurrentDateTime().substring(4, 6) + "월 "
- + getCurrentDateTime().substring(6, 8) + "일 "
- + getCurrentDate().toDate().getDayOfWeek("K") + "요일 ";
-
- model.setvalue("/root/hidden/date",tdate);
-
- // 초기정보 조회
- model.makeValue("/root/send/codeflag", "0007|"); // 0007 : 장비코드
-
- model.makeValue("/root/send/refflag", model.getValue("/root/hidden/bcollroom"));
- submit("TRLLC91001"); //대기화면 ip 및 대기시간, 하단메세지 조회
-
- //브라우져 초기 디자인 적용 및 글자 흐르게 하기
- fGetCallMessage();
-
- //창구번호 조회
- fGetSeatNo();
-
- fTimer();
-
- model.refresh();
- }
-
- //타이머
- var gDaegiListID; // 호출번호
-
- function fTimer(){
-
- if(getNodesetCount("/root/main/daegiip/ip") > 0 ) { //ip 노드가 있고
- if(model.getValue("/root/main/daegiip/ip") != "") { //ip 값이 있을경우.
- gDaegiListID = window.setInterval( "fGetCallNo()", 1 * 1000 ); //1초마다 대기자 명단 변경
- } else {
- messageBox("외래채혈화면에서 Auto Label 대기자 IP를 설정", "I008");
- }
- } else {
- messageBox("외래채혈화면에서 Auto Label 대기자 IP를 설정", "I008");
- }
- }
-
- //호출번호
- function fGetCallNo() {
- var sSetUpVal = model.getValue("/root/main/daegiip/ip");
-
- var sReturn = AutoLabel.WAITDATA(0, sSetUpVal);
-
- var Daegicnt1 = 0; //대기자수1
- var Daegicnt2 = 0; //대기자수2
-
- var Daegitime1 = 0; //대기시간1
- var Daegitime2 = 0; //대기시간2
-
- var d = new Date;
- var mm = d.getMinutes();
- var ss = d.getSeconds();
-
- model.setValue("/root/hidden/time", d.getHours() + (mm>9?":"+mm:":0"+mm) + (ss>9?":"+ss:":0"+ss)) ;
- //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,|^"
- /* A|1|10|1▦1001▦11효련▩2▦1002▦12효련▩|^
- B|1|20|1▦2001▦21효련▩2▦2002▦22효련▩3▦2003▦23효련▩|^
- C|3|15|1▦3001▦31효련▩2▦3002▦32효련▩3▦3003▦33효련▩4▦3004▦34효련▩|^
- D|1|16|1▦4001▦41효련▩2▦4002▦42효련▩3▦4003▦43효련▩|^
- W|1|0|
- */
- if(sReturn != "") { //오류가 나지 않았다면.
- var vJangBi = sReturn.split("^");
- var vDaegi = "";
- var vDaegiDetail = "";
-
- for(j = 0; j < vJangBi.length; j++) {
- vDaegi = vJangBi[j].split("|");
-
- if(vDaegi[0] == "W"){
- try{
- Daegitime1 += parseInt(vDaegi[1]);
- }
- catch(e){
- Daegitime1 = 0;
- }
-
- try{
- Daegitime2 += parseInt(vDaegi[2]);
- }
- catch(e){
- Daegitime2 = 0;
- }
- }
- else{
- if(vDaegi[1] == "1"){
- try{
- Daegicnt1 += parseInt(vDaegi[2]);
- }
- catch(e){
- Daegicnt1 = 0;
- }
- }
- else{
- try{
- Daegicnt2 += parseInt(vDaegi[2]);
- }
- catch(e){
- Daegicnt2 = 0;
- }
- }
-
- if(vDaegi[1] == model.getValue("/root/hidden/bcollroom")){
- var no = new Array(5);
- no[1] = "";
- no[2] = "";
- no[3] = "";
- no[4] = "";
- var nm = new Array(5);
- nm[1] = "";
- nm[2] = "";
- nm[3] = "";
- nm[4] = "";
-
- if(vDaegi[3] != "") {
- vDaegi[3] = vDaegi[3].split("▩");
-
- for(z = 0; z < vDaegi[3].length - 1; z++) {
- vDaegiDetail = vDaegi[3][z].split("▦");
- no[vDaegiDetail[0]] = vDaegiDetail[1];
- nm[vDaegiDetail[0]] = vDaegiDetail[2];
- }
- }
-
- for(x = 1; x <= 4; x++) {
- try{
- if(vDaegi[0] == "A"){
- model.setValue("/root/hidden/daegi/daegipsnlist["+x+"]/bcollseq", no[x]);
- model.setValue("/root/hidden/daegi/daegipsnlist["+x+"]/pname", nm[x] != "" ? nm[x].substr(0, nm[x].length-1) + "★" : "");
- }
- //환자 성명 표기시 개인정보 보호 마지막자 *로 변환시켜 출력 20100201 이병규선생님 요청
- if(vDaegi[0] == "B"){
- model.setValue("/root/hidden/daegi/daegipsnlist2["+x+"]/bcollseq", no[x]);
- model.setValue("/root/hidden/daegi/daegipsnlist2["+x+"]/pname", nm[x] != "" ? nm[x].substr(0, nm[x].length-1) + "★" : "");
- }
- }
- catch(e){ }
- }
- }
- }
-
- model.setValue("/root/hidden/Daegicnt1", Daegicnt1 + "명");
- model.setValue("/root/hidden/Daegicnt2", Daegicnt2 + "명");
- model.setValue("/root/hidden/Daegitime1", Daegitime1 + "분");
- model.setValue("/root/hidden/Daegitime2", Daegitime2 + "분");
- }
- } else {
- window.clearInterval(gDaegiListID);
- messageBox(model.getValue("/root/main/daegiip/ip") + "컴퓨터에 대기자 화면을 실행", "I008");
- }
- model.refresh();
- }
-
- //브라우져 초기 디자인 적용 및 글자 흐르게 하기
- function fGetCallMessage(){
- var str1 ="<body bgcolor=#CCECFF SCROLL=no leftmargin=0 topmargin=10 marginwidth=0 marginheight=0><marquee TRUESPEED Scrollamount=";
- var str2 ="><font face=돋움체 color=#3366ff b style=' font-size:25pt;' ><b>";
- var str3 ="</b></font></marquee></body>";
-
- //문서의 기존 내용을 삭제
- brs_msg.Document.open();
- //신규 문서 내용 적용
- brs_msg.Document.write(str1 + model.getValue("/root/main/waitlist/msgmovetm") + str2 + model.getValue("/root/main/waitlist/msg") + str3);
- }
-
- //창구번호 조회
- function fGetSeatNo() {
- model.removeNodeset("/root/hidden/daegi");
-
- model.makeValue("/root/send/bcollroom", model.getValue("/root/hidden/bcollroom"));
- submit("TRLLC91002"); //창구번호 조회
-
- var seat = model.getValue("/root/main/daegipsnlist/seatposition").substr(0, 1);
- var aseat = "";
- var count1 = 1;
- var count2 = 1;
-
- for(i = 1; i <= getNodesetCount("/root/main/daegipsnlist"); i++) {
- if(seat == model.getValue("/root/main/daegipsnlist[" + i + "]/seatposition").substr(0, 1)) {
- model.makeNode("/root/hidden/daegi/daegipsnlist[" + count1 + "]");
- copyNodesetType("/root/hidden/daegi/daegipsnlist[" + count1 + "]", "/root/main/daegipsnlist[" + i + "]");
-
- count1++;
- }else if(aseat == model.getValue("/root/main/daegipsnlist[" + i + "]/seatposition").substr(0, 1)){
- model.makeNode("/root/hidden/daegi/daegipsnlist2[" + count2 + "]");
- copyNodesetType("/root/hidden/daegi/daegipsnlist2[" + count2 + "]", "/root/main/daegipsnlist[" + i + "]");
-
- count2++;
- } else if(seat != model.getValue("/root/main/daegipsnlist[" + i + "]/seatposition").substr(0, 1)){
- seat = "";
- aseat = model.getValue("/root/main/daegipsnlist[" + i + "]/seatposition").substr(0, 1);
-
- model.makeNode("/root/hidden/daegi/daegipsnlist2[" + count2 + "]");
- copyNodesetType("/root/hidden/daegi/daegipsnlist2[" + count2 + "]", "/root/main/daegipsnlist[" + i + "]");
-
- count2++;
- }
- }
- }
-
- //설정화면을 연다
- function fSetup(){
- window.clearInterval(gDaegiListID);
- grp_setup.visible = true;
- }
-
- //설정 저장
- function fSetSetup(){
- model.setValue("/root/send/mvtm", model.getValue("/root/main/waitlist/msgmovetm"));
- model.setValue("/root/send/msg", model.getValue("/root/main/waitlist/msg"));
- submit("TXLLC91001");
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body pagewidth="1366" pageheight="768" guideline="1,743;">
- <group id="grp_biz" scroll="auto" style="left:30px; top:25px; width:1305px; height:720px; ">
- <group id="group1" style="left:0px; top:6px; width:1305px; height:50px; vertical-align:top; ">
- <line id="line1" class="line_1" style="x1:0px; y1:45px; x2:1098px; y2:45px; "/>
- <line id="line3" class="line_1" style="x1:1095px; y1:0px; x2:1300px; y2:0px; "/>
- <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; "/>
- <line id="line4" class="line_1" style="x1:1095px; y1:3px; x2:1095px; y2:49px; "/>
- </group>
- <img id="img2" src="../../../emr/waitguideweb/images/biglogo012.jpg" style="left:1035px; top:677px; width:260px; height:35px; background-stretch:stretch; ">
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- fSetup();
- ]]>
- </script>
- </img>
- <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>
- <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>
- <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>
- <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; "/>
- <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; "/>
- <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; "/>
- <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; "/>
- <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; "/>
- <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; "/>
- <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; "/>
- <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; ">
- <![CDATA[평균
- 대기시간]]>
- </caption>
- <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>
- <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; "/>
- <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; "/>
- <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>
- <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; "/>
- <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; "/>
- <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; "/>
- <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; "/>
- <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; "/>
- <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; "/>
- <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; "/>
- <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; "/>
- <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; "/>
- <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; "/>
- <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; "/>
- <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; "/>
- <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; "/>
- <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; "/>
- <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>
- <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; "/>
- <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; "/>
- <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; "/>
- <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>
- <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; "/>
- <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; ">
- <![CDATA[1층
- 채
- 혈
- 실]]>
- </caption>
- <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; "/>
- <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; ">
- <![CDATA[평균
- 대기시간]]>
- </caption>
- <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>
- <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; "/>
- <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; ">
- <![CDATA[3층
- 채
- 혈
- 실]]>
- </caption>
- <browser id="brs_msg" src="about:blank" style="left:0px; top:605px; width:1302px; height:64px; "/>
- </group>
- <line id="line2" class="line_1" style="x1:30px; y1:627px; x2:1330px; y2:627px; "/>
- <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; "/>
- <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; "/>
- <line id="line6" class="line_1" style="x1:31px; y1:469px; x2:754px; y2:469px; "/>
- <group id="grp_setup" visibility="hidden" style="left:50px; top:700px; width:1100px; height:35px; background-color:#FFFFFF; ">
- <input id="input1" ref="/root/main/waitlist/msg" style="left:90px; top:8px; width:725px; height:19px; "/>
- <shape id="rectangle1" appearance="rectangle" style="left:0px; top:0px; width:1100px; height:35px; "/>
- <caption id="caption1" style="left:10px; top:9px; width:71px; height:20px; ">메세지내용 :</caption>
- <caption id="caption4" style="left:827px; top:8px; width:74px; height:20px; ">스크롤 속도 :</caption>
- <select1 id="combo1" ref="/root/main/waitlist/msgmovetm" appearance="minimal" style="left:906px; top:9px; width:39px; height:19px; text-align:right; ">
- <choices>
- <item>
- <label>1</label>
- <value>1</value>
- </item>
- <item>
- <label>2</label>
- <value>2</value>
- </item>
- <item>
- <label>3</label>
- <value>3</value>
- </item>
- <item>
- <label>4</label>
- <value>4</value>
- </item>
- <item>
- <label>5</label>
- <value>5</value>
- </item>
- <item>
- <label>6</label>
- <value>6</value>
- </item>
- <item>
- <label>7</label>
- <value>7</value>
- </item>
- <item>
- <label>8</label>
- <value>8</value>
- </item>
- <item>
- <label>9</label>
- <value>9</value>
- </item>
- <item>
- <label>10</label>
- <value>10</value>
- </item>
- </choices>
- </select1>
- <button id="btn_save" class="btn4_letter2" navindex="9" style="left:965px; top:7px; width:56px; height:22px; ">
- <caption>저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fGetCallMessage();
- fSetSetup();
- grp_setup.visible = false;
- fTimer();
- ]]>
- </script>
- </button>
- <button id="button1" class="btn4_letter2" navindex="9" style="left:1035px; top:7px; width:56px; height:22px; ">
- <caption>닫기</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- grp_setup.visible = false;
- fTimer();
- ]]>
- </script>
- </button>
- </group>
- </xhtml:body>
- </xhtml:html>
|