16 Commits

Author SHA1 Message Date
paul kim
9130273167 issue #10 #11 Fix cannot system_reboot after instant_power mode 2 to 0. 2024-05-14 13:33:10 +09:00
paul kim
7d8338a0a0 issue #10 #11 Change method for instant_power and power_mode configuration. 2024-05-14 11:07:24 +09:00
paul kim
8cdbaf8f71 issue #10 #11 add missing sytile for popup and mypage. 2024-05-13 18:51:37 +09:00
paul kim
0f2d30d63e issue #11 #10 Fis overlight tv turn on critical issue. 2024-05-13 18:47:46 +09:00
paul kim
9142b60fb5 issue #10 #11 Apply instant power mode using cms setting parameter. 2024-05-08 18:02:13 +09:00
paul kim
f2046b2cb3 issue #10 #11 Apply 2nd welcome suppression feature. 2024-05-08 15:14:51 +09:00
Paul Kim
1b0d48a31f issue #10 #11 Remove junk files. 2024-05-03 13:46:17 +09:00
Paul Kim
1f657fd3df issue #10 #11 Fix mypage message didn't show issue. Add helper popup on mypage's message. 2024-05-01 18:32:14 +09:00
Paul Kim
0dee6a9a92 issue #10 #11 Add exception routine for power off by remote with hdmi input mode. Fix news doesn't show correctly after hdmi input disconnected. 2024-05-01 16:16:22 +09:00
Paul Kim
1880fae37a issue #10 #11 instand power mode scheme modified and add some time delay for fading out busy window on play welcome movie. 2024-04-29 19:46:22 +09:00
Paul Kim
f679231d2d issue #10 #11 fixed didn't power off when issued stop mqtt event. 2024-04-18 18:10:21 +09:00
Paul Kim
ed75e5f8fb issue #10 #11 Change operation method for using debug option. 2024-04-11 17:05:06 +09:00
Paul Kim
fe71eb5561 issue #11 Remove carts when loading app full. 2024-03-29 18:01:10 +09:00
Paul Kim
d7a6748ff8 issue #11 Fix text overflow issue on amenity item selection order lists. 2024-03-29 17:53:39 +09:00
Paul Kim
9da17b7835 issue #11 Fix brochure navigation dot not show issue. 2024-03-29 16:48:16 +09:00
Paul Kim
6979da71d4 issue #11 Fix wrong action when hdmi unplaged. 2024-03-29 14:06:21 +09:00
589 changed files with 4556 additions and 2916 deletions

View File

@@ -1,179 +0,0 @@
body {
overflow: hidden;
}
.welcome {
position: absolute;
top: 0px;
left: 0px;
width: 1920px;
height: 1080px;
padding: 0px;
display: none;
z-index: 1;
}
.welcome .frame {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
padding: 0px;
background-color: rgba(0, 0, 0, 1);
background-image: none;
background-size: cover;
background-repeat: no-repeat;
display: none;
}
.welcome .frame .msgwin {
position: absolute;
top: 98px;
left: 519px;
width: 884px;
height: 648px;
padding: 0px;
/* background-image: url(./images/bg_language_welcome_box.png);
background-size: cover; */
background-repeat: no-repeat;
background: linear-gradient(rgba(45,45,45,0.6),rgba(16,16,16,0.7));
border-radius: 11px;
filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.5));
}
.welcome .frame .msgwin #hotellogo {
position: absolute;
top: 108px;
left: 135px;
width: 634px;
height: 270px;
padding: 0px;
background-image: none;
background-size: contain;
background-repeat: no-repeat;
/* background-position: center; */
background-position: top;
}
.welcome .frame .msgwin #guestname {
position: absolute;
top: 424px;
left: 0px;
width: 804px;
height: 65px;
padding: 0px 0px 5px 0px;
margin: 0px 40px 0px 40px;
background-image: none;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
border-bottom: solid rgb(192,192,192) 3px;
font-size: 65px;
justify-content: center;
text-align: center;
color: rgb(235, 235, 235);
line-height: 65px;
max-width: 864px;
display: none;
}
.welcome .frame .msgwin #welcomemsg {
position: absolute;
top: 516px;
left: 0px;
width: 804px;
height: 44px;
/* padding: 0px; */
margin: 0px 40px 0px 40px;
background-image: none;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
font-size: 33px;
justify-content: center;
text-align: center;
color: rgb(235, 235, 235);
line-height: 33px;
max-width: 864px;
display: none;
}
.welcome .frame .guide#langsel {
position: absolute;
top: 1037px;
left: 0px;
width: 1920px;
height: 54px;
background-color: rgba(0, 0, 0, 0.8);
display: inline-block;
color: rgba(200, 200, 200, 1);
font-size: 32px;
line-height: 43px;
text-align: center;
border-top: solid rgb(128, 128, 128);
}
.welcome #lst_langsel {
position: absolute;
top: 962px;
left: 0;
height: 76px;
line-height: 76px;
margin: 0;
padding: 0;
overflow: hidden;
display: none;
}
.welcome #lst_langsel .item {
color: rgba(200, 200, 200, 1);
font-size: 44px;
text-align: center;
background-repeat: no-repeat;
background-size: cover;
}
.welcome #lst_langsel .owl-item.active.center div {
background-image: var(--btn_focus);
}
.welcome #lst_langsel .owl-item.active div {
background-image: var(--btn_unfocus);
}
.control .skip_video {
z-index: 10000;
position: absolute;
z-index: 10000;
top: 927px;
left: 1579px;
width: 246px;
height: 68px;
padding: 0px;
background-color: rgba(0, 0, 0, 0.0);
background-image: none;
background-size: contain;
background-repeat: no-repeat;
display: none;
}
#debugwin {
z-index: 10000;
position: absolute;
top: 11px;
bottom: 22px;
right: 11px;
font-size: 12px;
background-color: rgba(18, 18, 18, 0.3);
text-align: left;
color: rgb(235, 235, 235);
line-height: 24px;
padding-left: 5px;
padding-top: 5px;
display: inline-flex;
max-width: 500px;
overflow-wrap: break-word;
word-wrap: break-word;
display: none;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 204 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 351 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 103 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 202 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 113 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 110 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 675 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 973 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 494 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 166 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 126 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 617 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 133 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 354 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 51 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 64 KiB

After

Width:  |  Height:  |  Size: 65 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 586 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 110 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 990 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

Some files were not shown because too many files have changed in this diff Show More