Compare commits
37 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d7ef293d55 | ||
|
|
e67612d210 | ||
|
|
39f3fa4b87 | ||
|
|
c00aac016b | ||
|
|
1eb5513c39 | ||
|
|
13bf756eb6 | ||
|
|
05f801169b | ||
|
|
2061b695c6 | ||
|
|
411c3b9635 | ||
|
|
123c9d794d | ||
|
|
91cd321a59 | ||
|
|
baf7697664 | ||
|
|
16ecff93d8 | ||
|
|
f2e0890c3d | ||
|
|
98e8db71fe | ||
|
|
69152b57cd | ||
|
|
e92391bf7e | ||
|
|
8a263ced1a | ||
|
|
3fbfe72287 | ||
|
|
e4176696a3 | ||
|
|
a069902c86 | ||
|
|
bc7ea606f8 | ||
|
|
9130273167 | ||
|
|
7d8338a0a0 | ||
|
|
8cdbaf8f71 | ||
|
|
0f2d30d63e | ||
|
|
9142b60fb5 | ||
|
|
f2046b2cb3 | ||
|
|
1b0d48a31f | ||
|
|
1f657fd3df | ||
|
|
0dee6a9a92 | ||
|
|
1880fae37a | ||
|
|
f679231d2d | ||
|
|
ed75e5f8fb | ||
|
|
fe71eb5561 | ||
|
|
d7a6748ff8 | ||
|
|
9da17b7835 |
@@ -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}`);
|
||||
|
||||
|
Before Width: | Height: | Size: 204 KiB |
|
Before Width: | Height: | Size: 351 KiB |
|
Before Width: | Height: | Size: 103 KiB |
|
Before Width: | Height: | Size: 202 KiB |
|
Before Width: | Height: | Size: 113 KiB |
|
Before Width: | Height: | Size: 110 KiB |
|
Before Width: | Height: | Size: 1.0 MiB |
|
Before Width: | Height: | Size: 1.8 MiB |
|
Before Width: | Height: | Size: 675 KiB |
|
Before Width: | Height: | Size: 973 KiB |
|
Before Width: | Height: | Size: 494 KiB |
|
Before Width: | Height: | Size: 21 KiB |
|
Before Width: | Height: | Size: 166 KiB |
|
Before Width: | Height: | Size: 126 KiB |
|
Before Width: | Height: | Size: 617 KiB |
|
Before Width: | Height: | Size: 133 KiB |
|
Before Width: | Height: | Size: 354 KiB |
|
Before Width: | Height: | Size: 34 KiB |
|
Before Width: | Height: | Size: 36 KiB |
|
Before Width: | Height: | Size: 18 KiB |
|
Before Width: | Height: | Size: 51 KiB |
|
Before Width: | Height: | Size: 24 KiB |
|
Before Width: | Height: | Size: 40 KiB |
|
Before Width: | Height: | Size: 37 KiB |
|
Before Width: | Height: | Size: 14 KiB |
|
Before Width: | Height: | Size: 2.3 KiB |
|
Before Width: | Height: | Size: 15 KiB |
|
Before Width: | Height: | Size: 15 KiB |
|
Before Width: | Height: | Size: 13 KiB |
|
Before Width: | Height: | Size: 16 KiB |
|
Before Width: | Height: | Size: 13 KiB |
|
Before Width: | Height: | Size: 13 KiB |
|
Before Width: | Height: | Size: 14 KiB |
|
Before Width: | Height: | Size: 11 KiB |
|
Before Width: | Height: | Size: 2.9 KiB |
|
Before Width: | Height: | Size: 64 KiB After Width: | Height: | Size: 65 KiB |
|
Before Width: | Height: | Size: 6.6 KiB |
|
Before Width: | Height: | Size: 7.5 KiB |
|
Before Width: | Height: | Size: 7.4 KiB |
|
Before Width: | Height: | Size: 7.7 KiB |
|
Before Width: | Height: | Size: 8.0 KiB |
|
Before Width: | Height: | Size: 586 KiB |
|
Before Width: | Height: | Size: 110 KiB |
|
Before Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 2.0 KiB |
|
Before Width: | Height: | Size: 2.0 KiB |
|
Before Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 2.0 KiB |
|
Before Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 2.0 KiB |
|
Before Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 990 B |
|
Before Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 1.9 KiB |
|
Before Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 1.9 KiB |
|
Before Width: | Height: | Size: 2.0 KiB |
|
Before Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 2.0 KiB |
|
Before Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 2.0 KiB |
|
Before Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 2.0 KiB |
|
Before Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 1.9 KiB |
|
Before Width: | Height: | Size: 5.1 KiB |
|
Before Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 1.9 KiB |
|
Before Width: | Height: | Size: 2.0 KiB |
|
Before Width: | Height: | Size: 2.0 KiB |
|
Before Width: | Height: | Size: 1.9 KiB |
|
Before Width: | Height: | Size: 2.7 KiB |
|
Before Width: | Height: | Size: 2.7 KiB |
|
Before Width: | Height: | Size: 3.2 KiB |
|
Before Width: | Height: | Size: 2.8 KiB |
|
Before Width: | Height: | Size: 3.0 KiB |
|
Before Width: | Height: | Size: 2.8 KiB |