26 Commits

Author SHA1 Message Date
paul kim
1eb5513c39 issue #12 Change language select button on welcome page. 2025-01-20 12:56:57 +09:00
paul kim
13bf756eb6 issue #12 Change language select button on welcome page. 2025-01-20 12:23:40 +09:00
paul kim
05f801169b issue #12 Revert language select button on welcome page. Adjust reboot time when network error occured. 2025-01-14 07:46:02 +09:00
paul kim
2061b695c6 issue #12 Change color thema. 2025-01-03 16:37:14 +09:00
paul kim
411c3b9635 issue #10 #11 Fix hcap.property.InstallerMenuItem.POWER_MANAGE applyied just instant power mode changed. Fix HDMI setting idex by TV model. 2024-09-21 02:09:48 +09:00
paul kim
123c9d794d issue #10 #11 #12 Fix EPG info time issue. 2024-09-05 19:25:01 +09:00
paul kim
91cd321a59 issue #10 #11 #12 Apply system reboot feature on instant_power mode set as 2. Change language popup titile and usage displaying method. 2024-09-05 12:35:44 +09:00
paul kim
baf7697664 issue #10 #11 Add xait reference configuration. 2024-07-04 16:26:14 +09:00
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
642 changed files with 20305 additions and 2068 deletions

View File

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