24 Commits

Author SHA1 Message Date
paul kim
16ecff93d8 issue #10 #11 Change to online mode to local-storage mode. 2024-07-04 16:23:31 +09:00
paul kim
f2e0890c3d issue #10 #11 Rename hcap to hal. 2024-06-27 10:06:21 +09:00
paul kim
98e8db71fe issue #10 #11 Fix EPG issue when no existed epg info. 2024-06-19 14:20:17 +09:00
paul kim
69152b57cd issue #10 #11 Release Ver 1.3.6. Done new TV channel handling UI. 2024-06-18 18:04:29 +09:00
paul kim
e92391bf7e issue #10 #11 TV channel handling ui changing. 2024-06-14 21:01:05 +09:00
paul kim
8a263ced1a issue #10 #11 Apply last_lang user dataset into welcome. 2024-06-12 22:14:37 +09:00
paul kim
3fbfe72287 issue #10 #11 Fix language selection height . 2024-06-03 23:35:51 +09:00
paul kim
e4176696a3 issue #10 #11 Add virtual key event sending function. 2024-06-02 15:32:34 +09:00
paul kim
a069902c86 issue #10 #11 Add language selection feature. 2024-06-02 15:31:53 +09:00
paul kim
bc7ea606f8 issue #10 #11 Add The Link Hotel theme. 2024-05-16 16:00:59 +09:00
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
637 changed files with 11314 additions and 3463 deletions

View File

@@ -3,11 +3,11 @@
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="/procentric/application/theme/hoteltv.ui_utils.css">
<link rel="stylesheet" href="/procentric/application/theme/hoteltv.error.css">
<link rel="stylesheet" href="/procentric/application/css/owlcarousel/owl.carousel.min.css">
<link rel="stylesheet" href="/procentric/application/css/owlcarousel/owl.theme.default.min.css">
<link rel="stylesheet" href="/procentric/application/css/acmeticker/style.css">
<link rel="stylesheet" href="./theme/hoteltv.ui_utils.css">
<link rel="stylesheet" href="./theme/hoteltv.error.css">
<link rel="stylesheet" href="./css/owlcarousel/owl.carousel.min.css">
<link rel="stylesheet" href="./css/owlcarousel/owl.theme.default.min.css">
<link rel="stylesheet" href="./css/acmeticker/style.css">
<title>CENTIRM LG-PROCENTRIC HOTEL SERVICE</title>
</head>
@@ -116,9 +116,31 @@
<div class="tv">
<div class="bg">
<div class="owl-carousel owl-theme" id="lst_tvCtgbg"></div>
<div class="owl-carousel owl-theme" id="lst_tvCtgyFrm"></div>
<div class="chFrm">
<div class="chLogo">
<div id="icon"></div>
</div>
<div class="chNum">
<div id="arrow_up"></div>
<div id="number"></div>
<div id="arrow_down"></div>
</div>
<div class="chDesc">
<div id="epg_chname"></div>
<div id="epg_title"></div>
<div id="epg_details">
<div id="tm_current"></div>
<div id="tm_playing"></div>
<div id="tm_chart">
<div class="progress"></div>
</div>
</div>
</div>
</div>
</div>
<div class="shortcut">
<div class="shortcut_mode0"></div>
<div class="shortcut_mode1">
<div id="suggestion">
<table class="ch_list">
<tbody id="record"></tbody>
@@ -284,6 +306,13 @@
<span id="btn_back"></span>
</div>
</div>
<div class="lang_selection">
<div class="selector">
<div class="title"></div>
<div class="usage"></div>
<div class="buttons"></div>
</div>
</div>
<div class="notification">
<div class="balloon right"><span id="message"></span></div>
</div>
@@ -336,28 +365,28 @@
<!-- Standard & 3rd party Library -->
<script src="/procentric/application/lib/jquery-3.6.0.min.js"></script>
<script src="/procentric/application/lib/jquery.color-2.1.2.min.js"></script>
<script src="/procentric/application/lib/jquery.webticker.min.js"></script>
<script src="/procentric/application/lib/xml2json.js"></script>
<script src="/procentric/application/lib/owl.carousel.min.js"></script>
<script src="./lib/jquery-3.6.0.min.js"></script>
<script src="./lib/jquery.color-2.1.2.min.js"></script>
<script src="./lib/jquery.webticker.min.js"></script>
<script src="./lib/xml2json.js"></script>
<script src="./lib/owl.carousel.min.js"></script>
<!-- LG HCAP Library -->
<script src="/procentric/application/lib/hcap.js"></script>
<script src="/procentric/application/lib/idcap.js"></script>
<script src="./lib/hcap.js"></script>
<script src="./lib/idcap.js"></script>
<!-- CENTIRM HOTELTV Library -->
<script src="/procentric/application/lib/hoteltv.js"></script>
<script src="/procentric/application/lib/hoteltv.ui_utils.js"></script>
<script src="/procentric/application/lib/hoteltv.ui_appfull.js"></script>
<script src="/procentric/application/lib/hoteltv.hcap.js"></script>
<script src="/procentric/application/lib/hoteltv.api.js"></script>
<script src="./lib/hoteltv.js"></script>
<script src="./lib/hoteltv.ui_utils.js"></script>
<script src="./lib/hoteltv.ui_appfull.js"></script>
<script src="./lib/hoteltv.hcap.js"></script>
<script src="./lib/hoteltv.api.js"></script>
<!-- MQTT Library -->
<script src="/procentric/application/lib/mqtt.min.js"></script>
<script src="./lib/mqtt.min.js"></script>
<!-- ACMETICKER Library -->
<script src="/procentric/application/lib/acmeticker.js"></script>
<script src="./lib/acmeticker.js"></script>
<script>
@@ -381,7 +410,7 @@
"/hoteltv.app.full.popup.css"];
for ( let _idx=0; _idx<needed_css_files.length; _idx++ )
{
$('head:first').append('<link rel="stylesheet" type="text/css" href="/procentric/application/theme/'
$('head:first').append('<link rel="stylesheet" type="text/css" href="./theme/'
+ HotelTV.state['theme_root'] + needed_css_files[_idx] + '" />');
}
console.log("Documents loaded...")
@@ -410,10 +439,10 @@
}
break;
case 409:
HotelTV.hcap.PwrOff();
HotelTV.hal.PwrOff();
break;
case 457: // INFO Key
HotelTV.hcap.GetScrshot();
HotelTV.hal.GetScrshot();
break;
default:
//console.log(`KEY::${e.keyCode}`);

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