Compare commits
14 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d7ef293d55 | ||
|
|
e67612d210 | ||
|
|
39f3fa4b87 | ||
|
|
c00aac016b | ||
|
|
1eb5513c39 | ||
|
|
13bf756eb6 | ||
|
|
05f801169b | ||
|
|
2061b695c6 | ||
|
|
411c3b9635 | ||
|
|
123c9d794d | ||
|
|
91cd321a59 | ||
|
|
baf7697664 | ||
|
|
16ecff93d8 | ||
|
|
f2e0890c3d |
@@ -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>
|
||||||
|
|
||||||
@@ -365,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>
|
||||||
@@ -410,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...")
|
||||||
@@ -439,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}`);
|
||||||
|
|||||||
@@ -3,8 +3,8 @@
|
|||||||
|
|
||||||
<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">
|
||||||
<title>CENTIRM LG-PROCENTRIC HOTEL SERVICE</title>
|
<title>CENTIRM LG-PROCENTRIC HOTEL SERVICE</title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|||||||
@@ -9,8 +9,8 @@
|
|||||||
* Created at : 2020-11-26 02:21:56
|
* Created at : 2020-11-26 02:21:56
|
||||||
* Last modified : 2020-11-26 15:31:40
|
* Last modified : 2020-11-26 15:31:40
|
||||||
*/
|
*/
|
||||||
HotelTV.namespace('HotelTV.hcap');
|
HotelTV.namespace('HotelTV.hal');
|
||||||
HotelTV.hcap = (function() {
|
HotelTV.hal = (function() {
|
||||||
//// 의존 관계 선언
|
//// 의존 관계 선언
|
||||||
|
|
||||||
|
|
||||||
@@ -46,6 +46,11 @@ HotelTV.hcap = (function() {
|
|||||||
'end_of_item'
|
'end_of_item'
|
||||||
];
|
];
|
||||||
|
|
||||||
|
let hcap_property_installer_menuItem_key = [
|
||||||
|
hcap.property.InstallerMenuItem.POWER_MANAGE,
|
||||||
|
hcap.property.InstallerMenuItem.MAX_VOLUME
|
||||||
|
];
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
const g_media = {
|
const g_media = {
|
||||||
@@ -57,6 +62,7 @@ HotelTV.hcap = (function() {
|
|||||||
|
|
||||||
const g_nativApps_info = {
|
const g_nativApps_info = {
|
||||||
'preapp': null,
|
'preapp': null,
|
||||||
|
'generalapp': null,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
@@ -113,7 +119,7 @@ HotelTV.hcap = (function() {
|
|||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* HCAP Wrapper Function::> Get Device Properties(Realted HCAP API:hcap.property.setProperty)
|
* HCAP Wrapper Function::> Set Device Properties(Realted HCAP API:hcap.property.setProperty)
|
||||||
* @param {string} sz_key property key name.
|
* @param {string} sz_key property key name.
|
||||||
* @param {object} value is object to setting property
|
* @param {object} value is object to setting property
|
||||||
*/
|
*/
|
||||||
@@ -129,6 +135,39 @@ HotelTV.hcap = (function() {
|
|||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/**
|
||||||
|
* HCAP Wrapper Function::> Get Installer Menu Item(Realted HCAP API:hcap.property.getInstallerMenuItem)
|
||||||
|
* @param {string} sz_key installer menu item key name.
|
||||||
|
*/
|
||||||
|
function __hcapfxn_get_installer_menuItem(sz_key) {
|
||||||
|
return new Promise((resolve, reject) => {
|
||||||
|
let param = {
|
||||||
|
"key": sz_key,
|
||||||
|
"onSuccess": function(s) { resolve({ "key": sz_key, "value": s.value }) },
|
||||||
|
//"onFailure": function(f) { reject({ "key": sz_key, "value": "unknown" }) }
|
||||||
|
"onFailure": function(f) { resolve({ "key": sz_key, "value": "unknown" }) }
|
||||||
|
};
|
||||||
|
hcap.property.getInstallerMenuItem(param);
|
||||||
|
});
|
||||||
|
};
|
||||||
|
|
||||||
|
/**
|
||||||
|
* HCAP Wrapper Function::> Set Installer Menu Item(Realted HCAP API:hcap.property.setInstallerMenuItem)
|
||||||
|
* @param {string} sz_key installer menu item key name.
|
||||||
|
* @param {object} value is object to setting installer menu item
|
||||||
|
*/
|
||||||
|
function __hcapfxn_set_installer_menuItem(sz_key, value) {
|
||||||
|
return new Promise((resolve, reject) => {
|
||||||
|
let param = {
|
||||||
|
"key": sz_key,
|
||||||
|
"value": value.toString(),
|
||||||
|
"onSuccess": function(s) { resolve({ "key": sz_key, "value": value }) },
|
||||||
|
"onFailure": function(f) { resolve({ "key": sz_key, "value": "unknown" }) }
|
||||||
|
};
|
||||||
|
hcap.property.setInstallerMenuItem(param);
|
||||||
|
});
|
||||||
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* IDCAP Wrapper Function::> Get Device Configuration(Properties)(Realted IDCAP API:idcap://configuration/property/get)
|
* IDCAP Wrapper Function::> Get Device Configuration(Properties)(Realted IDCAP API:idcap://configuration/property/get)
|
||||||
* @param {string} sz_key property key name.
|
* @param {string} sz_key property key name.
|
||||||
@@ -667,6 +706,39 @@ HotelTV.hcap = (function() {
|
|||||||
__hcapfxn_Reboot();
|
__hcapfxn_Reboot();
|
||||||
},
|
},
|
||||||
|
|
||||||
|
GetNetworkStatus: function() {
|
||||||
|
return new Promise((resolve, reject) => {
|
||||||
|
hcap.network.getNetworkInformation({
|
||||||
|
"onSuccess" : function(s) {
|
||||||
|
console.log("onSuccess : network_mode = " + s.network_mode +
|
||||||
|
"\n ssid = " + s.ssid +
|
||||||
|
"\n eth_speed = " + s.eth_speed +
|
||||||
|
"\n eth_duplex = " + s.eth_duplex +
|
||||||
|
"\n local_network_available = " + s.local_network_available +
|
||||||
|
"\n internet_available = " + s.internet_available +
|
||||||
|
"\n wifi_mode = " + s.wifi_mode +
|
||||||
|
"\n wireless_security_type = " + s.wireless_security_type +
|
||||||
|
"\n wifi_pass_key = " + s.wifi_pass_key +
|
||||||
|
"\n using_dhcp = " + s.using_dhcp +
|
||||||
|
"\n ip_address = " + s.ip_address +
|
||||||
|
"\n subnet_mask = " + s.subnet_mask +
|
||||||
|
"\n gateway = " + s.gateway +
|
||||||
|
"\n dns1_address = " + s.dns1_address +
|
||||||
|
"\n dns2_address = " + s.dns2_address +
|
||||||
|
"\n dns_dhcp = " + s.dns_dhcp +
|
||||||
|
"\n ethernet_plugged = " + s.ethernet_plugged +
|
||||||
|
"\n wifi_plugged = " + s.wifi_plugged +
|
||||||
|
"\n dhcp_state = " + s.dhcp_state);
|
||||||
|
resolve({ "error": false, "info": s });
|
||||||
|
},
|
||||||
|
"onFailure" : function(f) {
|
||||||
|
console.log("onFailure : errorMessage = " + f.errorMessage);
|
||||||
|
resolve({ "error": true, "info": null });
|
||||||
|
}
|
||||||
|
});
|
||||||
|
});
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
GetDevInfo: function() {
|
GetDevInfo: function() {
|
||||||
return new Promise((resolve, reject) => {
|
return new Promise((resolve, reject) => {
|
||||||
@@ -925,7 +997,36 @@ HotelTV.hcap = (function() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if ( _instant_pwr_target_mode==2 || _instant_pwr_target_mode==1 ){
|
if ( _instant_pwr_target_mode==2 || _instant_pwr_target_mode==1 ){
|
||||||
_pmFxnArProperty.push(__hcapfxn_set_powermode('power_mode', hcap.power.PowerMode.WARM));
|
if (_devinfo["power_mode"] != hcap.power.PowerMode.WARM) {
|
||||||
|
_pmFxnArProperty.push(__hcapfxn_set_powermode('power_mode', hcap.power.PowerMode.WARM));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// hcap.property.InstallerMenuItem.POWER_MANAGE 설정
|
||||||
|
if ( _instant_pwr_target_mode==2 ) {
|
||||||
|
//
|
||||||
|
hcap.property.setInstallerMenuItem({
|
||||||
|
"key" : hcap.property.InstallerMenuItem.POWER_MANAGE,
|
||||||
|
"value" : 8,
|
||||||
|
"onSuccess" : function() {
|
||||||
|
console.log("onSuccess");
|
||||||
|
},
|
||||||
|
"onFailure" : function(f) {
|
||||||
|
console.log("onFailure : errorMessage = " + f.errorMessage);
|
||||||
|
}
|
||||||
|
});
|
||||||
|
} else {
|
||||||
|
// Sets number of hours of no activity before automatic shut off. (0 ~ 7)
|
||||||
|
hcap.property.setInstallerMenuItem({
|
||||||
|
"key" : hcap.property.InstallerMenuItem.POWER_MANAGE,
|
||||||
|
"value" : 0,
|
||||||
|
"onSuccess" : function() {
|
||||||
|
console.log("onSuccess");
|
||||||
|
},
|
||||||
|
"onFailure" : function(f) {
|
||||||
|
console.log("onFailure : errorMessage = " + f.errorMessage);
|
||||||
|
}
|
||||||
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -1410,7 +1511,7 @@ HotelTV.hcap = (function() {
|
|||||||
"onSuccess": function(s) {
|
"onSuccess": function(s) {
|
||||||
if (_en_show_msg == true) {
|
if (_en_show_msg == true) {
|
||||||
console.log("register Success!");
|
console.log("register Success!");
|
||||||
HotelTV.hcap.PreAppGetInfo(true);
|
HotelTV.hal.PreAppGetInfo(true);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"onFailure": function(f) {
|
"onFailure": function(f) {
|
||||||
@@ -1420,30 +1521,104 @@ HotelTV.hcap = (function() {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
PreAppGetInfo: function(_en_show_msg) {
|
AppGetInfo: function(_en_show_msg) {
|
||||||
// if (g_nativApps_info.preapp == null) {
|
return new Promise((resolve, reject) => {
|
||||||
// hcap.preloadedApplication.getPreloadedApplicationList({
|
hcap.application.getApplicationList({
|
||||||
// "onSuccess": function(s) {
|
"onSuccess": function(s) {
|
||||||
// if (_en_show_msg == true) {
|
if (_en_show_msg == true) {
|
||||||
// console.log("onSuccess : list length = " + s.list.length);
|
console.log("onSuccess : list length = " + s.list.length);
|
||||||
// for (var i = 0; i < s.list.length; i++) {
|
for (var i = 0; i < s.list.length; i++) {
|
||||||
// console.log(
|
console.log(
|
||||||
// "list[" + i + "].id = " + s.list[i].id +
|
"list[" + i + "].appId = " + s.list[i].appId +
|
||||||
// "list[" + i + "].title = " + s.list[i].title +
|
"list[" + i + "].title = " + s.list[i].title +
|
||||||
// "list[" + i + "].iconFilePath = " + s.list[i].iconFilePath
|
"list[" + i + "].version = " + s.list[i].version +
|
||||||
// );
|
"list[" + i + "].valid = " + s.list[i].valid +
|
||||||
// }
|
"list[" + i + "].iconPath = " + s.list[i].iconPath
|
||||||
// }
|
);
|
||||||
// if (s.result == true) {
|
}
|
||||||
// g_nativApps_info.preapp = s.list;
|
}
|
||||||
// }
|
if (s.result == true) {
|
||||||
// },
|
g_nativApps_info.generalapp = s.list;
|
||||||
// "onFailure": function(f) {
|
resolve({ "error": 0, "applist": g_nativApps_info.generalapp });
|
||||||
// console.log("onFailure : errorMessage = " + f.errorMessage);
|
}
|
||||||
// }
|
},
|
||||||
// });
|
"onFailure": function(f) {
|
||||||
// }
|
console.log("onFailure : errorMessage = " + f.errorMessage);
|
||||||
|
resolve({ "error": -1, "applist": null });
|
||||||
|
}
|
||||||
|
});
|
||||||
|
});
|
||||||
|
},
|
||||||
|
|
||||||
|
AppInstall: function(list_app_id, _en_show_msg) {
|
||||||
|
return new Promise((resolve, reject) => {
|
||||||
|
hcap.application.installApplications({
|
||||||
|
"AppList" : list_app_id,
|
||||||
|
"onSuccess": function(s) {
|
||||||
|
if (_en_show_msg == true) {
|
||||||
|
console.log("onSuccess");
|
||||||
|
}
|
||||||
|
resolve({ "error": 0, "msg": "success" });
|
||||||
|
},
|
||||||
|
"onFailure": function(f) {
|
||||||
|
console.log("onFailure : errorMessage = " + f.errorMessage);
|
||||||
|
resolve({ "error": -1, "msg": f.errorMessage });
|
||||||
|
}
|
||||||
|
});
|
||||||
|
});
|
||||||
|
},
|
||||||
|
|
||||||
|
LaunchApp: function(_name, _param) {
|
||||||
|
if (g_nativApps_info.generalapp != null) {
|
||||||
|
if (_name == "coupangplay") {
|
||||||
|
for (const [key, item] of Object.entries(g_nativApps_info.generalapp)) {
|
||||||
|
if (item.title.toLowerCase() == 'coupang play') {
|
||||||
|
hcap.application.launchApplication({
|
||||||
|
"id" : item.appId,
|
||||||
|
"onSuccess" : function() {
|
||||||
|
console.info("onSuccess");
|
||||||
|
},
|
||||||
|
"onFailure" : function(f) {
|
||||||
|
console.info("onFailure : errorMessage = " + f.errorMessage);
|
||||||
|
}
|
||||||
|
});
|
||||||
|
}
|
||||||
|
}
|
||||||
|
} else if (_name == "wavve") {
|
||||||
|
for (const [key, item] of Object.entries(g_nativApps_info.generalapp)) {
|
||||||
|
if (item.title.toLowerCase() == 'wavve') {
|
||||||
|
hcap.application.launchApplication({
|
||||||
|
"id" : item.appId,
|
||||||
|
"onSuccess" : function() {
|
||||||
|
console.info("onSuccess");
|
||||||
|
},
|
||||||
|
"onFailure" : function(f) {
|
||||||
|
console.info("onFailure : errorMessage = " + f.errorMessage);
|
||||||
|
}
|
||||||
|
});
|
||||||
|
}
|
||||||
|
}
|
||||||
|
} else if (_name == "tving") {
|
||||||
|
for (const [key, item] of Object.entries(g_nativApps_info.generalapp)) {
|
||||||
|
if (item.title.toLowerCase() == 'tving') {
|
||||||
|
hcap.application.launchApplication({
|
||||||
|
"id" : item.appId,
|
||||||
|
"onSuccess" : function() {
|
||||||
|
console.info("onSuccess");
|
||||||
|
},
|
||||||
|
"onFailure" : function(f) {
|
||||||
|
console.info("onFailure : errorMessage = " + f.errorMessage);
|
||||||
|
}
|
||||||
|
});
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
console.log("General Application doesn't exist");
|
||||||
|
}
|
||||||
|
},
|
||||||
|
|
||||||
|
PreAppGetInfo: function(_en_show_msg) {
|
||||||
return new Promise((resolve, reject) => {
|
return new Promise((resolve, reject) => {
|
||||||
hcap.preloadedApplication.getPreloadedApplicationList({
|
hcap.preloadedApplication.getPreloadedApplicationList({
|
||||||
"onSuccess": function(s) {
|
"onSuccess": function(s) {
|
||||||
@@ -1474,7 +1649,7 @@ HotelTV.hcap = (function() {
|
|||||||
if (g_nativApps_info.preapp != null) {
|
if (g_nativApps_info.preapp != null) {
|
||||||
if (_name == "youtube") {
|
if (_name == "youtube") {
|
||||||
for (const [key, item] of Object.entries(g_nativApps_info.preapp)) {
|
for (const [key, item] of Object.entries(g_nativApps_info.preapp)) {
|
||||||
if (item.title == 'YouTube') {
|
if (item.title.toLowerCase() == 'youtube') {
|
||||||
hcap.preloadedApplication.launchPreloadedApplication({
|
hcap.preloadedApplication.launchPreloadedApplication({
|
||||||
"id": item.id, // YOUTUBE
|
"id": item.id, // YOUTUBE
|
||||||
"onSuccess": function() {
|
"onSuccess": function() {
|
||||||
@@ -1488,7 +1663,7 @@ HotelTV.hcap = (function() {
|
|||||||
}
|
}
|
||||||
} else if (_name == "netflix") {
|
} else if (_name == "netflix") {
|
||||||
for (const [key, item] of Object.entries(g_nativApps_info.preapp)) {
|
for (const [key, item] of Object.entries(g_nativApps_info.preapp)) {
|
||||||
if (item.title == 'Netflix') {
|
if (item.title.toLowerCase() == 'netflix') {
|
||||||
hcap.preloadedApplication.launchPreloadedApplication({
|
hcap.preloadedApplication.launchPreloadedApplication({
|
||||||
"id": item.id, // NETFLIX
|
"id": item.id, // NETFLIX
|
||||||
"parameter": `{'params': {'hotel_id':${_param.hotel_name},'launcher_version':'1.0'}`,
|
"parameter": `{'params': {'hotel_id':${_param.hotel_name},'launcher_version':'1.0'}`,
|
||||||
@@ -1738,7 +1913,7 @@ HotelTV.hcap = (function() {
|
|||||||
},
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* _keyValue는 아래 코드중 하나
|
* _keyValue는 아래 코드중 하나
|
||||||
* hcap.key.Code.ENTER
|
* hcap.key.Code.ENTER
|
||||||
* hcap.key.Code.LEFT
|
* hcap.key.Code.LEFT
|
||||||
* hcap.key.Code.RIGHT
|
* hcap.key.Code.RIGHT
|
||||||
@@ -1747,12 +1922,12 @@ HotelTV.hcap = (function() {
|
|||||||
* hcap.key.Code.DOWN
|
* hcap.key.Code.DOWN
|
||||||
* hcap.key.Code.CH_UP
|
* hcap.key.Code.CH_UP
|
||||||
* hcap.key.Code.CH_DOWN
|
* hcap.key.Code.CH_DOWN
|
||||||
* @param {enum} _keyValue
|
* @param {enum} _keyValue
|
||||||
*/
|
*/
|
||||||
SendVirKeyEvent: function(_keyValue) {
|
SendVirKeyEvent: function(_keyValue) {
|
||||||
hcap.key.sendKey({
|
hcap.key.sendKey({
|
||||||
"virtualKeycode" : _keyValue,
|
"virtualKeycode" : _keyValue,
|
||||||
"onSuccess" : function() { },
|
"onSuccess" : function() { },
|
||||||
"onFailure" : function(f) {
|
"onFailure" : function(f) {
|
||||||
console.error("onFailure : errorMessage = " + f.errorMessage);
|
console.error("onFailure : errorMessage = " + f.errorMessage);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -132,7 +132,7 @@ function __fxn_Set_DebugOpt(_enable, _out_option, _init) {
|
|||||||
HotelTV.dbginfo['en'] = _enable;
|
HotelTV.dbginfo['en'] = _enable;
|
||||||
HotelTV.dbginfo['output'] = _out_option;
|
HotelTV.dbginfo['output'] = _out_option;
|
||||||
|
|
||||||
HotelTV.hcap.Init();
|
HotelTV.hal.Init();
|
||||||
|
|
||||||
/** Develop Mode definitions */
|
/** Develop Mode definitions */
|
||||||
console.log("OPT" + navigator.appVersion);
|
console.log("OPT" + navigator.appVersion);
|
||||||
@@ -144,7 +144,7 @@ function __fxn_Set_DebugOpt(_enable, _out_option, _init) {
|
|||||||
/** Set HCAP Debug Options */
|
/** Set HCAP Debug Options */
|
||||||
if (HotelTV.dbginfo['emulator'] == false) {
|
if (HotelTV.dbginfo['emulator'] == false) {
|
||||||
//Enable/Disable browser debug mode
|
//Enable/Disable browser debug mode
|
||||||
HotelTV.hcap.SetBrowserDebug(HotelTV.dbginfo['hcap_ipc'], HotelTV.dbginfo['webdebugger']);
|
HotelTV.hal.SetBrowserDebug(HotelTV.dbginfo['hcap_ipc'], HotelTV.dbginfo['webdebugger']);
|
||||||
}
|
}
|
||||||
} else if (navigator.appVersion.includes("Tizen") == true) {
|
} else if (navigator.appVersion.includes("Tizen") == true) {
|
||||||
HotelTV.dbginfo['emulator'] = false;
|
HotelTV.dbginfo['emulator'] = false;
|
||||||
@@ -204,7 +204,7 @@ HotelTV.Init = async function() {
|
|||||||
console.log("Start Initialization:: ");
|
console.log("Start Initialization:: ");
|
||||||
|
|
||||||
//STEP#01::> Shutdown Channel
|
//STEP#01::> Shutdown Channel
|
||||||
HotelTV.hcap.ChannelShutDown();
|
HotelTV.hal.ChannelShutDown();
|
||||||
|
|
||||||
//SETP#02::> Set Debug Options
|
//SETP#02::> Set Debug Options
|
||||||
__fxn_Set_DebugOpt(false, 'osd', false);
|
__fxn_Set_DebugOpt(false, 'osd', false);
|
||||||
@@ -212,11 +212,57 @@ HotelTV.Init = async function() {
|
|||||||
|
|
||||||
//STEP#03::> Get Device Info
|
//STEP#03::> Get Device Info
|
||||||
HotelTV.ui_utils.SetBusy(true);
|
HotelTV.ui_utils.SetBusy(true);
|
||||||
|
|
||||||
|
const __ifxn_showFatalErr_Network = function() {
|
||||||
|
let _tmval = 30;
|
||||||
|
setTimeout(HotelTV.hal.Reboot, 29000);
|
||||||
|
HotelTV.ui_utils.SetBusy(false);
|
||||||
|
HotelTV.ui_utils.ShowErrMsg(true,
|
||||||
|
"system.error.get-devinfo",
|
||||||
|
"SYSTEM ERROR",
|
||||||
|
"Network is un-available.\r\nplease contact your system administrator.", {
|
||||||
|
"timeout": _tmval,
|
||||||
|
"cb_disp": function() {
|
||||||
|
_tmval -= 1;
|
||||||
|
console.log("time..." + _tmval);
|
||||||
|
if ($('.error #countdown').css("display") == "none") {
|
||||||
|
$('.error #countdown').fadeIn(1000);
|
||||||
|
}
|
||||||
|
$('.error #countdown #message').text(`System will be reboot in ${_tmval} second...`);
|
||||||
|
},
|
||||||
|
"cb_eoe": null
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
try {
|
try {
|
||||||
await HotelTV.hcap.GetDevInfo();
|
//
|
||||||
//await HotelTV.hcap.ShowDevInfo();
|
let __netStatus = await HotelTV.hal.GetNetworkStatus();
|
||||||
|
if ( __netStatus.info==null || __netStatus.error==true ){
|
||||||
|
console.info("aa");
|
||||||
|
__ifxn_showFatalErr_Network();
|
||||||
|
return;
|
||||||
|
} else {
|
||||||
|
console.info("bb");
|
||||||
|
if ( __netStatus.info.ip_address=="0.0.0.0" || __netStatus.info.gateway=="0.0.0.0" ) {
|
||||||
|
console.info("Fatall.......");
|
||||||
|
__ifxn_showFatalErr_Network();
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
} catch ( _err ) {
|
||||||
|
console.info("cc");
|
||||||
|
__ifxn_showFatalErr_Network();
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
try {
|
||||||
|
await HotelTV.hal.GetDevInfo();
|
||||||
|
//await HotelTV.hal.ShowDevInfo();
|
||||||
} catch (_error) {
|
} catch (_error) {
|
||||||
let _tmval = 50;
|
let _tmval = 50;
|
||||||
|
setTimeout(HotelTV.hal.Reboot, 49000);
|
||||||
HotelTV.ui_utils.ShowErrMsg(true,
|
HotelTV.ui_utils.ShowErrMsg(true,
|
||||||
"system.error.get-devinfo",
|
"system.error.get-devinfo",
|
||||||
"SYSTEM ERROR",
|
"SYSTEM ERROR",
|
||||||
@@ -230,9 +276,7 @@ HotelTV.Init = async function() {
|
|||||||
}
|
}
|
||||||
$('.error #countdown #message').text(`System will be reboot in ${_tmval} second...`);
|
$('.error #countdown #message').text(`System will be reboot in ${_tmval} second...`);
|
||||||
},
|
},
|
||||||
"cb_eoe": function() {
|
"cb_eoe": null
|
||||||
setTimeout(HotelTV.hcap.Reboot, 500);
|
|
||||||
}
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -244,6 +288,7 @@ HotelTV.Init = async function() {
|
|||||||
HotelTV.state['registration'] = await HotelTV.api.CheckRegistration();
|
HotelTV.state['registration'] = await HotelTV.api.CheckRegistration();
|
||||||
} catch (_error) {
|
} catch (_error) {
|
||||||
let _tmval = 50;
|
let _tmval = 50;
|
||||||
|
setTimeout(HotelTV.hal.Reboot, 49000);
|
||||||
HotelTV.ui_utils.ShowErrMsg(true,
|
HotelTV.ui_utils.ShowErrMsg(true,
|
||||||
"system.error.check-registration",
|
"system.error.check-registration",
|
||||||
"SYSTEM ERROR",
|
"SYSTEM ERROR",
|
||||||
@@ -257,9 +302,7 @@ HotelTV.Init = async function() {
|
|||||||
}
|
}
|
||||||
$('.error #countdown #message').text(`The Device ID is ${HotelTV.devinfo.serial_number}.\r\n\r\nSystem will be reboot in ${_tmval} second...`);
|
$('.error #countdown #message').text(`The Device ID is ${HotelTV.devinfo.serial_number}.\r\n\r\nSystem will be reboot in ${_tmval} second...`);
|
||||||
},
|
},
|
||||||
"cb_eoe": function() {
|
"cb_eoe": null
|
||||||
setTimeout(HotelTV.hcap.Reboot, 500);
|
|
||||||
}
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -272,12 +315,13 @@ HotelTV.Init = async function() {
|
|||||||
// FULL LICENSE MODE
|
// FULL LICENSE MODE
|
||||||
try {
|
try {
|
||||||
HotelTV.settings = await HotelTV.api.GetSettings();
|
HotelTV.settings = await HotelTV.api.GetSettings();
|
||||||
let need_reboot = await HotelTV.hcap.SetDevice(HotelTV.settings);
|
let need_reboot = await HotelTV.hal.SetDevice(HotelTV.settings);
|
||||||
if (need_reboot == true) {
|
if (need_reboot == true) {
|
||||||
console.log("System Need to Reboot");
|
console.log("System Need to Reboot");
|
||||||
HotelTV.ui_utils.SetBusy(false);
|
HotelTV.ui_utils.SetBusy(false);
|
||||||
|
|
||||||
let _tmval = 20;
|
let _tmval = 30;
|
||||||
|
setTimeout(HotelTV.hal.Reboot, 29000);
|
||||||
HotelTV.ui_utils.ShowErrMsg(true,
|
HotelTV.ui_utils.ShowErrMsg(true,
|
||||||
"system.info.change-configuration",
|
"system.info.change-configuration",
|
||||||
"SYSTEM INFO",
|
"SYSTEM INFO",
|
||||||
@@ -291,14 +335,13 @@ HotelTV.Init = async function() {
|
|||||||
}
|
}
|
||||||
$('.error #countdown #message').text(`System will be reboot in ${_tmval} second...`);
|
$('.error #countdown #message').text(`System will be reboot in ${_tmval} second...`);
|
||||||
},
|
},
|
||||||
"cb_eoe": function() {
|
"cb_eoe": null
|
||||||
setTimeout(HotelTV.hcap.Reboot, 500);
|
|
||||||
}
|
|
||||||
});
|
});
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
} catch (_error) {
|
} catch (_error) {
|
||||||
let _tmval = 50;
|
let _tmval = 50;
|
||||||
|
setTimeout(HotelTV.hal.Reboot, 49000);
|
||||||
HotelTV.ui_utils.ShowErrMsg(true,
|
HotelTV.ui_utils.ShowErrMsg(true,
|
||||||
"system.set-devinfo",
|
"system.set-devinfo",
|
||||||
"SYSTEM ERROR",
|
"SYSTEM ERROR",
|
||||||
@@ -312,9 +355,7 @@ HotelTV.Init = async function() {
|
|||||||
}
|
}
|
||||||
$('.error #countdown #message').text(`The Device ID is ${HotelTV.devinfo.serial_number}.\r\n\r\nSystem will be reboot in ${_tmval} second...`);
|
$('.error #countdown #message').text(`The Device ID is ${HotelTV.devinfo.serial_number}.\r\n\r\nSystem will be reboot in ${_tmval} second...`);
|
||||||
},
|
},
|
||||||
"cb_eoe": function() {
|
"cb_eoe": null
|
||||||
setTimeout(HotelTV.hcap.Reboot, 500);
|
|
||||||
}
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -322,6 +363,7 @@ HotelTV.Init = async function() {
|
|||||||
HotelTV.hotelinfo = await HotelTV.api.GetHotelInfo();
|
HotelTV.hotelinfo = await HotelTV.api.GetHotelInfo();
|
||||||
} catch (_error) {
|
} catch (_error) {
|
||||||
let _tmval = 50;
|
let _tmval = 50;
|
||||||
|
setTimeout(HotelTV.hal.Reboot, 49000);
|
||||||
HotelTV.ui_utils.ShowErrMsg(true,
|
HotelTV.ui_utils.ShowErrMsg(true,
|
||||||
"system.error.get-hotelinfo",
|
"system.error.get-hotelinfo",
|
||||||
"SYSTEM ERROR",
|
"SYSTEM ERROR",
|
||||||
@@ -335,9 +377,7 @@ HotelTV.Init = async function() {
|
|||||||
}
|
}
|
||||||
$('.error #countdown #message').text(`The Device ID is ${HotelTV.devinfo.serial_number}.\r\n\r\nSystem will be reboot in ${_tmval} second...`);
|
$('.error #countdown #message').text(`The Device ID is ${HotelTV.devinfo.serial_number}.\r\n\r\nSystem will be reboot in ${_tmval} second...`);
|
||||||
},
|
},
|
||||||
"cb_eoe": function() {
|
"cb_eoe": null
|
||||||
setTimeout(HotelTV.hcap.Reboot, 500);
|
|
||||||
}
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
// state[theme_root] 정의
|
// state[theme_root] 정의
|
||||||
@@ -351,6 +391,7 @@ HotelTV.Init = async function() {
|
|||||||
HotelTV.guestinfo = await HotelTV.api.GetGuestInfo();
|
HotelTV.guestinfo = await HotelTV.api.GetGuestInfo();
|
||||||
} catch (_error) {
|
} catch (_error) {
|
||||||
let _tmval = 50;
|
let _tmval = 50;
|
||||||
|
setTimeout(HotelTV.hal.Reboot, 49000);
|
||||||
HotelTV.ui_utils.ShowErrMsg(true,
|
HotelTV.ui_utils.ShowErrMsg(true,
|
||||||
"system.error.get-guestinfo",
|
"system.error.get-guestinfo",
|
||||||
"SYSTEM ERROR",
|
"SYSTEM ERROR",
|
||||||
@@ -364,9 +405,7 @@ HotelTV.Init = async function() {
|
|||||||
}
|
}
|
||||||
$('.error #countdown #message').text(`The Device ID is ${HotelTV.devinfo.serial_number}.\r\n\r\nSystem will be reboot in ${_tmval} second...`);
|
$('.error #countdown #message').text(`The Device ID is ${HotelTV.devinfo.serial_number}.\r\n\r\nSystem will be reboot in ${_tmval} second...`);
|
||||||
},
|
},
|
||||||
"cb_eoe": function() {
|
"cb_eoe": null
|
||||||
setTimeout(HotelTV.hcap.Reboot, 500);
|
|
||||||
}
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -374,6 +413,7 @@ HotelTV.Init = async function() {
|
|||||||
HotelTV.opening = await HotelTV.api.GetOpeningCtz();
|
HotelTV.opening = await HotelTV.api.GetOpeningCtz();
|
||||||
} catch (_error) {
|
} catch (_error) {
|
||||||
let _tmval = 50;
|
let _tmval = 50;
|
||||||
|
setTimeout(HotelTV.hal.Reboot, 49000);
|
||||||
HotelTV.ui_utils.ShowErrMsg(true,
|
HotelTV.ui_utils.ShowErrMsg(true,
|
||||||
"system.error.get-openingctzinfo",
|
"system.error.get-openingctzinfo",
|
||||||
"SYSTEM ERROR",
|
"SYSTEM ERROR",
|
||||||
@@ -387,9 +427,7 @@ HotelTV.Init = async function() {
|
|||||||
}
|
}
|
||||||
$('.error #countdown #message').text(`The Device ID is ${HotelTV.devinfo.serial_number}.\r\n\r\nSystem will be reboot in ${_tmval} second...`);
|
$('.error #countdown #message').text(`The Device ID is ${HotelTV.devinfo.serial_number}.\r\n\r\nSystem will be reboot in ${_tmval} second...`);
|
||||||
},
|
},
|
||||||
"cb_eoe": function() {
|
"cb_eoe": null
|
||||||
setTimeout(HotelTV.hcap.Reboot, 500);
|
|
||||||
}
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -409,6 +447,7 @@ HotelTV.Init = async function() {
|
|||||||
HotelTV.widget = await HotelTV.api.GetWidgetCtz();
|
HotelTV.widget = await HotelTV.api.GetWidgetCtz();
|
||||||
} catch (_error) {
|
} catch (_error) {
|
||||||
let _tmval = 50;
|
let _tmval = 50;
|
||||||
|
setTimeout(HotelTV.hal.Reboot, 49000);
|
||||||
//console.log("Display Error page for get widget info");
|
//console.log("Display Error page for get widget info");
|
||||||
HotelTV.ui_utils.ShowErrMsg(true,
|
HotelTV.ui_utils.ShowErrMsg(true,
|
||||||
"system.error.get-widget",
|
"system.error.get-widget",
|
||||||
@@ -423,9 +462,7 @@ HotelTV.Init = async function() {
|
|||||||
}
|
}
|
||||||
$('.error #countdown #message').text(`The Device ID is ${HotelTV.devinfo.serial_number}.\r\n\r\nSystem will be reboot in ${_tmval} second...`);
|
$('.error #countdown #message').text(`The Device ID is ${HotelTV.devinfo.serial_number}.\r\n\r\nSystem will be reboot in ${_tmval} second...`);
|
||||||
},
|
},
|
||||||
"cb_eoe": function() {
|
"cb_eoe": null
|
||||||
setTimeout(HotelTV.hcap.Reboot, 500);
|
|
||||||
}
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -433,6 +470,7 @@ HotelTV.Init = async function() {
|
|||||||
HotelTV.tvguide = await HotelTV.api.GetProgramCtz();
|
HotelTV.tvguide = await HotelTV.api.GetProgramCtz();
|
||||||
} catch (_error) {
|
} catch (_error) {
|
||||||
let _tmval = 50;
|
let _tmval = 50;
|
||||||
|
setTimeout(HotelTV.hal.Reboot, 49000);
|
||||||
//console.log("Display Error page for get tvguide info");
|
//console.log("Display Error page for get tvguide info");
|
||||||
HotelTV.ui_utils.ShowErrMsg(true,
|
HotelTV.ui_utils.ShowErrMsg(true,
|
||||||
"system.error.get-tvguideinfo",
|
"system.error.get-tvguideinfo",
|
||||||
@@ -447,9 +485,7 @@ HotelTV.Init = async function() {
|
|||||||
}
|
}
|
||||||
$('.error #countdown #message').text(`The Device ID is ${HotelTV.devinfo.serial_number}.\r\n\r\nSystem will be reboot in ${_tmval} second...`);
|
$('.error #countdown #message').text(`The Device ID is ${HotelTV.devinfo.serial_number}.\r\n\r\nSystem will be reboot in ${_tmval} second...`);
|
||||||
},
|
},
|
||||||
"cb_eoe": function() {
|
"cb_eoe": null
|
||||||
setTimeout(HotelTV.hcap.Reboot, 500);
|
|
||||||
}
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -516,6 +552,7 @@ HotelTV.Init = async function() {
|
|||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
let _tmval = 60;
|
let _tmval = 60;
|
||||||
|
setTimeout(HotelTV.hal.Reboot, 59000);
|
||||||
HotelTV.ui_utils.ShowErrMsg(true,
|
HotelTV.ui_utils.ShowErrMsg(true,
|
||||||
"system.error.unregistered-device",
|
"system.error.unregistered-device",
|
||||||
"SYSTEM ERROR",
|
"SYSTEM ERROR",
|
||||||
@@ -529,17 +566,14 @@ HotelTV.Init = async function() {
|
|||||||
$('.error #countdown').fadeIn(1000);
|
$('.error #countdown').fadeIn(1000);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"cb_eoe": function() {
|
"cb_eoe": null
|
||||||
$('.error #countdown #message').text(`The Device ID is ${HotelTV.devinfo.serial_number}.\r\n\r\nSystem will be reboot`);
|
|
||||||
setTimeout(HotelTV.hcap.Reboot, 500);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
console.log("Initialization:: Done");
|
console.log("Initialization:: Done");
|
||||||
HotelTV.ui_utils.SetBusy(false);
|
HotelTV.ui_utils.SetBusy(false);
|
||||||
|
|
||||||
SpatialNavigation.init();
|
//SpatialNavigation.init();
|
||||||
};
|
};
|
||||||
|
|
||||||
HotelTV.LoadWelCome = async function() {
|
HotelTV.LoadWelCome = async function() {
|
||||||
@@ -579,7 +613,7 @@ HotelTV.LoadWelCome = async function() {
|
|||||||
let _res = HotelTV.devinfo.display_resolution.split("x");
|
let _res = HotelTV.devinfo.display_resolution.split("x");
|
||||||
HotelTV.ui_welcome.Init(_res[0], _res[1]);
|
HotelTV.ui_welcome.Init(_res[0], _res[1]);
|
||||||
|
|
||||||
//await HotelTV.hcap.ShowDevInfo();
|
//await HotelTV.hal.ShowDevInfo();
|
||||||
HotelTV.ui_welcome.Show();
|
HotelTV.ui_welcome.Show();
|
||||||
|
|
||||||
|
|
||||||
@@ -603,8 +637,8 @@ HotelTV.LoadWelCome = async function() {
|
|||||||
//console.log(`Recv Msg[${recvMsg.event}]::> ${recvMsg.ret} ::> ${recvMsg.data}`);
|
//console.log(`Recv Msg[${recvMsg.event}]::> ${recvMsg.ret} ::> ${recvMsg.data}`);
|
||||||
//console.log(`Recv Msg[${recvMsg.event}]::> ${recvMsg.ret}`);
|
//console.log(`Recv Msg[${recvMsg.event}]::> ${recvMsg.ret}`);
|
||||||
if (recvMsg.event == "update_report") {
|
if (recvMsg.event == "update_report") {
|
||||||
HotelTV.hcap.GetUptime();
|
HotelTV.hal.GetUptime();
|
||||||
HotelTV.hcap.GetDeviceUsage().then(_usage => {
|
HotelTV.hal.GetDeviceUsage().then(_usage => {
|
||||||
//console.log(`USAGE::> CPU[${_usage.cpu}%]`);
|
//console.log(`USAGE::> CPU[${_usage.cpu}%]`);
|
||||||
HotelTV.api.ReportBrief(HotelTV.devinfo, HotelTV.guestinfo, _usage);
|
HotelTV.api.ReportBrief(HotelTV.devinfo, HotelTV.guestinfo, _usage);
|
||||||
});
|
});
|
||||||
@@ -760,17 +794,50 @@ HotelTV.LoadAppFull = async function() {
|
|||||||
|
|
||||||
//STEP#03: INIT HCAP for HotelTV FullAPP
|
//STEP#03: INIT HCAP for HotelTV FullAPP
|
||||||
let tmrAppAuth = setInterval(async function() {
|
let tmrAppAuth = setInterval(async function() {
|
||||||
|
let _list_install_appIDs = [];
|
||||||
|
let _NeedToDeleteTimer = false;
|
||||||
let _foundNetflix = false;
|
let _foundNetflix = false;
|
||||||
let _hcapAppInfo = await HotelTV.hcap.PreAppGetInfo(false);
|
let _hcapPreloadAppInfo = await HotelTV.hal.PreAppGetInfo(false);
|
||||||
HotelTV.state['hcap_app'] = _hcapAppInfo.applist;
|
let _hcapGeneralAppInfo = await HotelTV.hal.AppGetInfo(false);
|
||||||
for (_i = 0; _i < HotelTV.state['hcap_app'].length; _i++) {
|
HotelTV.state['hcap_app_preload'] = _hcapPreloadAppInfo.applist;
|
||||||
if (HotelTV.state['hcap_app'][_i].title == "Netflix") {
|
HotelTV.state['hcap_app_general'] = _hcapGeneralAppInfo.applist;
|
||||||
|
for (_i = 0; _i < HotelTV.state['hcap_app_preload'].length; _i++) {
|
||||||
|
if (HotelTV.state['hcap_app_preload'][_i].title.toLowerCase() == "netflix") {
|
||||||
console.log("Found out netflix among of pre hcap app-list.")
|
console.log("Found out netflix among of pre hcap app-list.")
|
||||||
clearInterval(tmrAppAuth);
|
_foundNetflix = true;
|
||||||
|
_NeedToDeleteTimer = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (_foundNetflix == false) {
|
for (_i = 0; _i < HotelTV.state['hcap_app_general'].length; _i++) {
|
||||||
|
if (HotelTV.state['hcap_app_general'][_i].title.toLowerCase() == "tving") {
|
||||||
|
if ( HotelTV.state['hcap_app_general'][_i].valid == false ){
|
||||||
|
console.warn("Found out TVING but not installed...");
|
||||||
|
_list_install_appIDs.push(HotelTV.state['hcap_app_general'][_i].appId);
|
||||||
|
}
|
||||||
|
} else if (HotelTV.state['hcap_app_general'][_i].title.toLowerCase() == "coupang play") {
|
||||||
|
if ( HotelTV.state['hcap_app_general'][_i].valid == false ){
|
||||||
|
console.warn("Found out Coupang Play but not installed...");
|
||||||
|
_list_install_appIDs.push(HotelTV.state['hcap_app_general'][_i].appId);
|
||||||
|
}
|
||||||
|
} else if (HotelTV.state['hcap_app_general'][_i].title.toLowerCase() == "wavve") {
|
||||||
|
if ( HotelTV.state['hcap_app_general'][_i].valid == false ){
|
||||||
|
console.warn("Found out wavve but not installed...");
|
||||||
|
_list_install_appIDs.push(HotelTV.state['hcap_app_general'][_i].appId);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
if ( _list_install_appIDs.length>0 ){
|
||||||
|
await HotelTV.hal.AppInstall(_list_install_appIDs, false);
|
||||||
|
}
|
||||||
|
|
||||||
|
if ( _foundNetflix == true && _list_install_appIDs.length==0 ){
|
||||||
|
console.info("Preparing APP Done...");
|
||||||
|
clearInterval(tmrAppAuth);
|
||||||
|
}
|
||||||
|
|
||||||
|
if ( _foundNetflix == false ) {
|
||||||
try {
|
try {
|
||||||
let siAppToken = null;
|
let siAppToken = null;
|
||||||
let siAppName = null;
|
let siAppName = null;
|
||||||
@@ -783,7 +850,7 @@ HotelTV.LoadAppFull = async function() {
|
|||||||
//siAppToken = _progam[_i].service;
|
//siAppToken = _progam[_i].service;
|
||||||
|
|
||||||
if (siAppName && siAppToken) {
|
if (siAppName && siAppToken) {
|
||||||
HotelTV.hcap.siAppAuth(siAppName, siAppToken, false);
|
HotelTV.hal.siAppAuth(siAppName, siAppToken, false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -799,7 +866,7 @@ HotelTV.LoadAppFull = async function() {
|
|||||||
HotelTV.ui_appfull.Init(_res[0], _res[1]);
|
HotelTV.ui_appfull.Init(_res[0], _res[1]);
|
||||||
|
|
||||||
//STEP#06; Show UI
|
//STEP#06; Show UI
|
||||||
//await HotelTV.hcap.ShowDevInfo();
|
//await HotelTV.hal.ShowDevInfo();
|
||||||
HotelTV.ui_appfull.Show();
|
HotelTV.ui_appfull.Show();
|
||||||
|
|
||||||
//STEP#06 Register Service web worker
|
//STEP#06 Register Service web worker
|
||||||
@@ -840,8 +907,8 @@ HotelTV.LoadAppFull = async function() {
|
|||||||
HotelTV.widget = recvMsg.data;
|
HotelTV.widget = recvMsg.data;
|
||||||
}
|
}
|
||||||
} else if (recvMsg.event == "update_report") {
|
} else if (recvMsg.event == "update_report") {
|
||||||
HotelTV.hcap.GetUptime();
|
HotelTV.hal.GetUptime();
|
||||||
HotelTV.hcap.GetDeviceUsage().then(_usage => {
|
HotelTV.hal.GetDeviceUsage().then(_usage => {
|
||||||
//console.log(`USAGE::> CPU[${_usage.cpu}%]`);
|
//console.log(`USAGE::> CPU[${_usage.cpu}%]`);
|
||||||
HotelTV.api.ReportBrief(HotelTV.devinfo, HotelTV.guestinfo, _usage);
|
HotelTV.api.ReportBrief(HotelTV.devinfo, HotelTV.guestinfo, _usage);
|
||||||
});
|
});
|
||||||
@@ -899,7 +966,7 @@ HotelTV.LoadAppFull = async function() {
|
|||||||
|
|
||||||
|
|
||||||
//
|
//
|
||||||
//HotelTV.hcap.Test();
|
//HotelTV.hal.Test();
|
||||||
}
|
}
|
||||||
|
|
||||||
HotelTV.UnloadAppFull = async function() {
|
HotelTV.UnloadAppFull = async function() {
|
||||||
|
|||||||
@@ -313,12 +313,12 @@ HotelTV.ui_appfull = (function() {
|
|||||||
const _state = HotelTV.state;
|
const _state = HotelTV.state;
|
||||||
let _cur_date = new Date();
|
let _cur_date = new Date();
|
||||||
let _valid_state_keyEvtOnTv = ["tvCtgShow", "tvCtgHide", "tvShortcut"];
|
let _valid_state_keyEvtOnTv = ["tvCtgShow", "tvCtgHide", "tvShortcut"];
|
||||||
|
|
||||||
|
|
||||||
if ( __uifxn_Utils_CheckKeyisNumber(_evt.keyCode)==true ){
|
if ( __uifxn_Utils_CheckKeyisNumber(_evt.keyCode)==true ){
|
||||||
if ( _valid_state_keyEvtOnTv.includes(_state.menu.stage.cur)==true ){
|
if ( _valid_state_keyEvtOnTv.includes(_state.menu.stage.cur)==true ){
|
||||||
_tmrEvt.keyevt.tv_numBtn = _cur_date;
|
_tmrEvt.keyevt.tv_numBtn = _cur_date;
|
||||||
}
|
}
|
||||||
} else if ( _evt.keyCode == gRmtKey.up || _evt.keyCode == gRmtKey.down ||
|
} else if ( _evt.keyCode == gRmtKey.up || _evt.keyCode == gRmtKey.down ||
|
||||||
_evt.keyCode == gRmtKey.left || _evt.keyCode == gRmtKey.right ||
|
_evt.keyCode == gRmtKey.left || _evt.keyCode == gRmtKey.right ||
|
||||||
_evt.keyCode == gRmtKey.chup || _evt.keyCode == gRmtKey.chdown ) {
|
_evt.keyCode == gRmtKey.chup || _evt.keyCode == gRmtKey.chdown ) {
|
||||||
@@ -349,11 +349,11 @@ HotelTV.ui_appfull = (function() {
|
|||||||
$('.owl-theme .owl-nav.disabled+.owl-dots').fadeOut(500, function(){
|
$('.owl-theme .owl-nav.disabled+.owl-dots').fadeOut(500, function(){
|
||||||
__uifxn_AppFull_TopWidjetShow(false);
|
__uifxn_AppFull_TopWidjetShow(false);
|
||||||
});
|
});
|
||||||
HotelTV.hcap.VideoWinSize(null);
|
HotelTV.hal.VideoWinSize(null);
|
||||||
break;
|
break;
|
||||||
case 'play_end':
|
case 'play_end':
|
||||||
_state.media.playing = false;
|
_state.media.playing = false;
|
||||||
HotelTV.hcap.MediaStop(
|
HotelTV.hal.MediaStop(
|
||||||
function() {
|
function() {
|
||||||
$('.main .ctzgen .bg .owl-carousel .owl-stage-outer .owl-stage .owl-item').removeClass('movieplay');
|
$('.main .ctzgen .bg .owl-carousel .owl-stage-outer .owl-stage .owl-item').removeClass('movieplay');
|
||||||
$('.owl-theme .owl-nav.disabled+.owl-dots').fadeIn(500, function() {
|
$('.owl-theme .owl-nav.disabled+.owl-dots').fadeIn(500, function() {
|
||||||
@@ -388,14 +388,14 @@ HotelTV.ui_appfull = (function() {
|
|||||||
_state.media.playing = true;
|
_state.media.playing = true;
|
||||||
$('.main .mypage .bg .owl-carousel .owl-stage-outer .owl-stage .owl-item').removeClass('movieplay');
|
$('.main .mypage .bg .owl-carousel .owl-stage-outer .owl-stage .owl-item').removeClass('movieplay');
|
||||||
$('.main .mypage .bg .owl-carousel .owl-stage-outer .owl-stage .owl-item.active').addClass('movieplay');
|
$('.main .mypage .bg .owl-carousel .owl-stage-outer .owl-stage .owl-item.active').addClass('movieplay');
|
||||||
HotelTV.hcap.VideoWinSize(null);
|
HotelTV.hal.VideoWinSize(null);
|
||||||
$('.main .mypage .slider').animate({top:1080, left:0}, 1000, function(){
|
$('.main .mypage .slider').animate({top:1080, left:0}, 1000, function(){
|
||||||
__uifxn_AppFull_TopWidjetShow(false);
|
__uifxn_AppFull_TopWidjetShow(false);
|
||||||
})
|
})
|
||||||
break;
|
break;
|
||||||
case 'play_end':
|
case 'play_end':
|
||||||
_state.media.playing = false;
|
_state.media.playing = false;
|
||||||
HotelTV.hcap.MediaStop(
|
HotelTV.hal.MediaStop(
|
||||||
function() {
|
function() {
|
||||||
$('.main .mypage .bg .owl-carousel .owl-stage-outer .owl-stage .owl-item').removeClass('movieplay');
|
$('.main .mypage .bg .owl-carousel .owl-stage-outer .owl-stage .owl-item').removeClass('movieplay');
|
||||||
$('.main .mypage .slider').animate({top:864, left:0}, 1000, function(){
|
$('.main .mypage .slider').animate({top:864, left:0}, 1000, function(){
|
||||||
@@ -466,7 +466,7 @@ HotelTV.ui_appfull = (function() {
|
|||||||
let _typeAppFocusEvt = _evt.eventType;
|
let _typeAppFocusEvt = _evt.eventType;
|
||||||
|
|
||||||
if (_typeAppFocusEvt == "focused") {
|
if (_typeAppFocusEvt == "focused") {
|
||||||
// HotelTV.hcap.SetSoftAp({
|
// HotelTV.hal.SetSoftAp({
|
||||||
// "enable": false,
|
// "enable": false,
|
||||||
// });
|
// });
|
||||||
}else if (_typeAppFocusEvt == "unfocused") {
|
}else if (_typeAppFocusEvt == "unfocused") {
|
||||||
@@ -480,6 +480,7 @@ HotelTV.ui_appfull = (function() {
|
|||||||
*/
|
*/
|
||||||
function __uifxn_AppFull_OnHdmiConChangeEvt(_evt) {
|
function __uifxn_AppFull_OnHdmiConChangeEvt(_evt) {
|
||||||
let _state = HotelTV.state;
|
let _state = HotelTV.state;
|
||||||
|
let _devinfo = HotelTV.devinfo;
|
||||||
let _trTbl = HotelTV.translation;
|
let _trTbl = HotelTV.translation;
|
||||||
// {Number} param.index - index of the HDMI which was connected or disconnected.
|
// {Number} param.index - index of the HDMI which was connected or disconnected.
|
||||||
// {Boolean} param.connected - true if the HDMI is connected, else false.
|
// {Boolean} param.connected - true if the HDMI is connected, else false.
|
||||||
@@ -501,10 +502,15 @@ HotelTV.ui_appfull = (function() {
|
|||||||
_state.menu.stage.prev = _state.menu.stage.cur;
|
_state.menu.stage.prev = _state.menu.stage.cur;
|
||||||
_state.menu.stage.cur = "external_av_hdmi";
|
_state.menu.stage.cur = "external_av_hdmi";
|
||||||
_state.external_input.connected = true;
|
_state.external_input.connected = true;
|
||||||
_state.external_input.last_input.index = Number(_evt.index)-1;
|
// NOTE: UR762H0NC모델에서 HDMI셋팅 인덱스는 0부터, 이 부분은 LG에 문의 필요
|
||||||
|
if (_devinfo.model_name.includes("US761H0ND") || _devinfo.model_name.includes("UM662H0NC")) {
|
||||||
|
_state.external_input.last_input.index = Number(_evt.index);
|
||||||
|
} else {
|
||||||
|
_state.external_input.last_input.index = Number(_evt.index)-1;
|
||||||
|
}
|
||||||
setTimeout(function(){
|
setTimeout(function(){
|
||||||
$('body,html').fadeOut(500, function(){
|
$('body,html').fadeOut(500, function(){
|
||||||
let __retSuccess = HotelTV.hcap.SetExternalInput("HDMI", Number(_evt.index)-1);
|
let __retSuccess = HotelTV.hal.SetExternalInput("HDMI", _state.external_input.last_input.index);
|
||||||
if ( __retSuccess==false ){
|
if ( __retSuccess==false ){
|
||||||
_state.external_input.connected = false;
|
_state.external_input.connected = false;
|
||||||
_state.external_input.last_input.index = 0;
|
_state.external_input.last_input.index = 0;
|
||||||
@@ -577,7 +583,7 @@ HotelTV.ui_appfull = (function() {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
} else if ( _state.menu.stage.cur=="external_av_hdmi" ) {
|
} else if ( _state.menu.stage.cur=="external_av_hdmi" ) {
|
||||||
let __retSuccess = HotelTV.hcap.SetExternalInput("HDMI", _state.external_input.last_input.index);
|
let __retSuccess = HotelTV.hal.SetExternalInput("HDMI", _state.external_input.last_input.index);
|
||||||
if ( __retSuccess==false ){
|
if ( __retSuccess==false ){
|
||||||
_state.external_input.connected = false;
|
_state.external_input.connected = false;
|
||||||
_state.external_input.last_input.index = 0;
|
_state.external_input.last_input.index = 0;
|
||||||
@@ -2084,7 +2090,6 @@ HotelTV.ui_appfull = (function() {
|
|||||||
_elMainRoot.fadeOut(500, function() {
|
_elMainRoot.fadeOut(500, function() {
|
||||||
__uifxn_AppFull_HotKey_ShowBtnOnMM(false);
|
__uifxn_AppFull_HotKey_ShowBtnOnMM(false);
|
||||||
__uifxn_AppFull_TopWidjetShow(false);
|
__uifxn_AppFull_TopWidjetShow(false);
|
||||||
_elMainRoot.removeClass("depth_mm");
|
|
||||||
_elAmPupRoot.children('.slider').fadeIn(300, function() {
|
_elAmPupRoot.children('.slider').fadeIn(300, function() {
|
||||||
_elAmPupRoot.children('.bg').fadeIn(500, function() {
|
_elAmPupRoot.children('.bg').fadeIn(500, function() {
|
||||||
_elAmCtgySel.find('.owl-item').addClass('unfocus');
|
_elAmCtgySel.find('.owl-item').addClass('unfocus');
|
||||||
@@ -2146,7 +2151,6 @@ HotelTV.ui_appfull = (function() {
|
|||||||
setTimeout(function() {
|
setTimeout(function() {
|
||||||
$('.main').fadeIn(1000, () => {
|
$('.main').fadeIn(1000, () => {
|
||||||
_state.menu.stage.cur = "main";
|
_state.menu.stage.cur = "main";
|
||||||
$('.main').addClass("depth_mm");
|
|
||||||
__uifxn_AppFull_HotKey_ShowBtnOnMM(true);
|
__uifxn_AppFull_HotKey_ShowBtnOnMM(true);
|
||||||
__uifxn_AppFull_TopWidjetShow(true);
|
__uifxn_AppFull_TopWidjetShow(true);
|
||||||
_state.menu.stage.prev = null;
|
_state.menu.stage.prev = null;
|
||||||
@@ -2197,7 +2201,6 @@ HotelTV.ui_appfull = (function() {
|
|||||||
setTimeout(function() {
|
setTimeout(function() {
|
||||||
$('.main').fadeIn(1000, () => {
|
$('.main').fadeIn(1000, () => {
|
||||||
_state.menu.stage.cur = "main";
|
_state.menu.stage.cur = "main";
|
||||||
$('.main').addClass("depth_mm");
|
|
||||||
__uifxn_AppFull_HotKey_ShowBtnOnMM(true);
|
__uifxn_AppFull_HotKey_ShowBtnOnMM(true);
|
||||||
__uifxn_AppFull_TopWidjetShow(true);
|
__uifxn_AppFull_TopWidjetShow(true);
|
||||||
_state.menu.stage.prev = null;
|
_state.menu.stage.prev = null;
|
||||||
@@ -3627,7 +3630,6 @@ HotelTV.ui_appfull = (function() {
|
|||||||
_elMainRoot.fadeOut(500, function() {
|
_elMainRoot.fadeOut(500, function() {
|
||||||
__uifxn_AppFull_HotKey_ShowBtnOnMM(false);
|
__uifxn_AppFull_HotKey_ShowBtnOnMM(false);
|
||||||
__uifxn_AppFull_TopWidjetShow(false);
|
__uifxn_AppFull_TopWidjetShow(false);
|
||||||
_elMainRoot.removeClass("depth_mm");
|
|
||||||
_elRsPupRoot.children('.slider').fadeIn(300, function() {
|
_elRsPupRoot.children('.slider').fadeIn(300, function() {
|
||||||
_elRsPupRoot.children('.bg').fadeIn(500, function() {
|
_elRsPupRoot.children('.bg').fadeIn(500, function() {
|
||||||
_elRsCtgySel.find('.owl-item').addClass('unfocus');
|
_elRsCtgySel.find('.owl-item').addClass('unfocus');
|
||||||
@@ -3689,7 +3691,6 @@ HotelTV.ui_appfull = (function() {
|
|||||||
setTimeout(function() {
|
setTimeout(function() {
|
||||||
$('.main').fadeIn(1000, () => {
|
$('.main').fadeIn(1000, () => {
|
||||||
_state.menu.stage.cur = "main";
|
_state.menu.stage.cur = "main";
|
||||||
$('.main').addClass("depth_mm");
|
|
||||||
__uifxn_AppFull_HotKey_ShowBtnOnMM(true);
|
__uifxn_AppFull_HotKey_ShowBtnOnMM(true);
|
||||||
__uifxn_AppFull_TopWidjetShow(true);
|
__uifxn_AppFull_TopWidjetShow(true);
|
||||||
_state.menu.stage.prev = null;
|
_state.menu.stage.prev = null;
|
||||||
@@ -3739,7 +3740,6 @@ HotelTV.ui_appfull = (function() {
|
|||||||
setTimeout(function() {
|
setTimeout(function() {
|
||||||
$('.main').fadeIn(1000, () => {
|
$('.main').fadeIn(1000, () => {
|
||||||
_state.menu.stage.cur = "main";
|
_state.menu.stage.cur = "main";
|
||||||
$('.main').addClass("depth_mm");
|
|
||||||
__uifxn_AppFull_HotKey_ShowBtnOnMM(true);
|
__uifxn_AppFull_HotKey_ShowBtnOnMM(true);
|
||||||
__uifxn_AppFull_TopWidjetShow(true);
|
__uifxn_AppFull_TopWidjetShow(true);
|
||||||
_state.menu.stage.prev = null;
|
_state.menu.stage.prev = null;
|
||||||
@@ -3972,8 +3972,8 @@ HotelTV.ui_appfull = (function() {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Return tv cagegory id by name
|
* Return tv cagegory id by name
|
||||||
* @param {string} _ctgy_name
|
* @param {string} _ctgy_name
|
||||||
* @returns
|
* @returns
|
||||||
*/
|
*/
|
||||||
function __uifxn_AppFull_TVCtgyIdByName(_ctgy_name="all") {
|
function __uifxn_AppFull_TVCtgyIdByName(_ctgy_name="all") {
|
||||||
let _program = HotelTV.tvguide.program;
|
let _program = HotelTV.tvguide.program;
|
||||||
@@ -4038,32 +4038,42 @@ HotelTV.ui_appfull = (function() {
|
|||||||
|
|
||||||
let _rtn_epg = null;
|
let _rtn_epg = null;
|
||||||
for (_j=0; _j<_epg_prom_info.length; _j++) {
|
for (_j=0; _j<_epg_prom_info.length; _j++) {
|
||||||
let _schTmPrev = new Date();
|
let _schTmNext = new Date();
|
||||||
let _schTmCur = new Date();
|
let _schTmCur = new Date();
|
||||||
let _epgProgInf_Cur = _epg_prom_info[_j];
|
let _epgProgInf_Cur = _epg_prom_info[_j];
|
||||||
let _epgProgInf_Prev = null;
|
let _epgProgInf_Next = null;
|
||||||
|
|
||||||
if (_epgProgInf_Cur.time.length != 5) {
|
if (_epgProgInf_Cur.time.length != 5) {
|
||||||
console.log("EPG Schedule org time is NULL");
|
console.log("EPG Schedule org time is NULL");
|
||||||
} else {
|
} else {
|
||||||
|
let __str_playingTime = null;
|
||||||
|
|
||||||
_schTmCur.setHours(Number(_epgProgInf_Cur.time.charAt(0) + _epgProgInf_Cur.time.charAt(1)));
|
_schTmCur.setHours(Number(_epgProgInf_Cur.time.charAt(0) + _epgProgInf_Cur.time.charAt(1)));
|
||||||
_schTmCur.setMinutes(Number(_epgProgInf_Cur.time.charAt(3) + _epgProgInf_Cur.time.charAt(4)));
|
_schTmCur.setMinutes(Number(_epgProgInf_Cur.time.charAt(3) + _epgProgInf_Cur.time.charAt(4)));
|
||||||
|
|
||||||
// EPG shedule정보는 인덱스 0부터 시작
|
// EPG shedule정보는 인덱스 0부터 시작
|
||||||
if ( _j>0 ){
|
if ( _j<(_epg_prom_info.length-1) ){
|
||||||
_epgProgInf_Prev = _epg_prom_info[_j-1];
|
_epgProgInf_Next = _epg_prom_info[_j+1];
|
||||||
_schTmPrev.setHours(Number(_epgProgInf_Prev.time.charAt(0) + _epgProgInf_Prev.time.charAt(1)));
|
_schTmNext.setHours(Number(_epgProgInf_Next.time.charAt(0) + _epgProgInf_Next.time.charAt(1)));
|
||||||
_schTmPrev.setMinutes(Number(_epgProgInf_Prev.time.charAt(3) + _epgProgInf_Prev.time.charAt(4)));
|
_schTmNext.setMinutes(Number(_epgProgInf_Next.time.charAt(3) + _epgProgInf_Next.time.charAt(4)));
|
||||||
}
|
|
||||||
|
__str_playingTime = `${_epgProgInf_Cur.time}~${_epgProgInf_Next.time}`;
|
||||||
let _t_playTotal = Math.round((_schTmCur - _schTmPrev) / 60000); //Total play time in minuate
|
} else {
|
||||||
let _t_playRemain = Math.round((_schTmCur - _tm_cur) / 60000); //Remain play time in minuate
|
//
|
||||||
|
_schTmNext.setMinutes(Number(0));
|
||||||
|
_schTmNext.setHours(Number(24));
|
||||||
|
|
||||||
|
__str_playingTime = `${_epgProgInf_Cur.time}~`;
|
||||||
|
}
|
||||||
|
|
||||||
|
let _t_playTotal = Math.round((_schTmNext - _schTmCur) / 60000); //Total play time in minuate
|
||||||
|
let _t_playRemain = Math.round((_schTmNext - _tm_cur) / 60000); //Remain play time in minuate
|
||||||
|
|
||||||
_rtn_epg = _epgProgInf_Cur;
|
_rtn_epg = _epgProgInf_Cur;
|
||||||
if (_t_playRemain >= 0) {
|
if (_t_playRemain >= 0) {
|
||||||
//console.log("CHNAME::>" + _ch_name + " Remaining::> " + _t_playRemain);
|
//console.log("CHNAME::>" + _ch_name + " Remaining::> " + _t_playRemain);
|
||||||
_rtn_epg["progress_pcent"] = parseInt(((_t_playTotal-_t_playRemain)*100)/_t_playTotal, 10);
|
_rtn_epg["progress_pcent"] = parseInt(((_t_playTotal-_t_playRemain)*100)/_t_playTotal, 10);
|
||||||
_rtn_epg["playing_time"] = `${_epgProgInf_Prev.time}~${_epgProgInf_Cur.time}`;
|
_rtn_epg["playing_time"] = __str_playingTime;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -4117,7 +4127,7 @@ HotelTV.ui_appfull = (function() {
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
if ( _tm_diff_ms_tvctrl>=5000 )
|
if ( _tm_diff_ms_tvctrl>=5000 )
|
||||||
{
|
{
|
||||||
if ( _state.menu.stage.cur=="tvCtgShow" || _state.menu.stage.cur=="tvCtgHide" )
|
if ( _state.menu.stage.cur=="tvCtgShow" || _state.menu.stage.cur=="tvCtgHide" )
|
||||||
{
|
{
|
||||||
@@ -4141,7 +4151,7 @@ HotelTV.ui_appfull = (function() {
|
|||||||
___ifxn_hideTvEpgFrm();
|
___ifxn_hideTvEpgFrm();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -4179,7 +4189,7 @@ HotelTV.ui_appfull = (function() {
|
|||||||
|
|
||||||
___ifxn_fadeout_shortcutFrm();
|
___ifxn_fadeout_shortcutFrm();
|
||||||
|
|
||||||
if ( _programTv.shortcutkeyMode=="mode_0" ) {
|
if ( _programTv.shortcutkeyMode=="mode_0" ) {
|
||||||
if ( _state.tv.shortkey.ch_item_idx!=null ) {
|
if ( _state.tv.shortkey.ch_item_idx!=null ) {
|
||||||
const _mmIdx_tv = _state.menu.main.cur;
|
const _mmIdx_tv = _state.menu.main.cur;
|
||||||
let _tvCtgAllIdx = _state.menu.main[_mmIdx].cur = __uifxn_AppFull_TVCtgyIdByName("all");
|
let _tvCtgAllIdx = _state.menu.main[_mmIdx].cur = __uifxn_AppFull_TVCtgyIdByName("all");
|
||||||
@@ -4665,7 +4675,7 @@ HotelTV.ui_appfull = (function() {
|
|||||||
if (uri_video != null) {
|
if (uri_video != null) {
|
||||||
_state.menu.stage.prev = _state.menu.stage.cur;
|
_state.menu.stage.prev = _state.menu.stage.cur;
|
||||||
_state.menu.stage.cur = "mypage_replay_welcome_vod";
|
_state.menu.stage.cur = "mypage_replay_welcome_vod";
|
||||||
HotelTV.hcap.MediaPlay(
|
HotelTV.hal.MediaPlay(
|
||||||
uri_video,
|
uri_video,
|
||||||
"",
|
"",
|
||||||
"video/mp4",
|
"video/mp4",
|
||||||
@@ -4688,7 +4698,7 @@ HotelTV.ui_appfull = (function() {
|
|||||||
{
|
{
|
||||||
if (_state.media.playing == true) {
|
if (_state.media.playing == true) {
|
||||||
_state.media.playing = false;
|
_state.media.playing = false;
|
||||||
HotelTV.hcap.MediaStop(
|
HotelTV.hal.MediaStop(
|
||||||
function() {
|
function() {
|
||||||
$('.main .mypage .bg .owl-carousel .owl-stage-outer .owl-stage .owl-item').removeClass('movieplay');
|
$('.main .mypage .bg .owl-carousel .owl-stage-outer .owl-stage .owl-item').removeClass('movieplay');
|
||||||
$('.main .mypage .slider').animate({top:864, left:0}, 1000, function(){
|
$('.main .mypage .slider').animate({top:864, left:0}, 1000, function(){
|
||||||
@@ -4792,8 +4802,8 @@ HotelTV.ui_appfull = (function() {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* HotelTV UI[AppFull] Wrapper Function::> request tv channel function
|
* HotelTV UI[AppFull] Wrapper Function::> request tv channel function
|
||||||
* @param {Number} _force_ctg_item_idx
|
* @param {Number} _force_ctg_item_idx
|
||||||
* @param {Number} _force_ch_item_idx
|
* @param {Number} _force_ch_item_idx
|
||||||
* @param {function} _cbfxn_success
|
* @param {function} _cbfxn_success
|
||||||
* @param {function} _cbfxn_failure
|
* @param {function} _cbfxn_failure
|
||||||
*/
|
*/
|
||||||
@@ -4857,7 +4867,7 @@ HotelTV.ui_appfull = (function() {
|
|||||||
} else if (_tvChInfo.type == "encoder") {
|
} else if (_tvChInfo.type == "encoder") {
|
||||||
// ENCODER
|
// ENCODER
|
||||||
}
|
}
|
||||||
HotelTV.hcap.ChannelSetup(_tvChInfo.type, _chReqParam);
|
HotelTV.hal.ChannelSetup(_tvChInfo.type, _chReqParam);
|
||||||
|
|
||||||
//TODO: 아래 실제 채널 셋업 부분 주석처리 되어 있는데, IP와 RF모두 처리 할 수 있도록 구현할것
|
//TODO: 아래 실제 채널 셋업 부분 주석처리 되어 있는데, IP와 RF모두 처리 할 수 있도록 구현할것
|
||||||
//let _uri_stream = _tvChInfo.url.split('://@')[1];
|
//let _uri_stream = _tvChInfo.url.split('://@')[1];
|
||||||
@@ -4865,7 +4875,7 @@ HotelTV.ui_appfull = (function() {
|
|||||||
//let _uri_ip = _uri_stream.split(':')[0];
|
//let _uri_ip = _uri_stream.split(':')[0];
|
||||||
//let _uri_port = _uri_stream.split(':')[1];
|
//let _uri_port = _uri_stream.split(':')[1];
|
||||||
//console.log(`ip = ${_uri_ip} port=${_uri_port} protocol=${_typ_proto}`);
|
//console.log(`ip = ${_uri_ip} port=${_uri_port} protocol=${_typ_proto}`);
|
||||||
//HotelTV.hcap.ChannelSetup("ip", { "ip": _uri_ip, "port": Number(_uri_port), "ptype": _typ_proto });
|
//HotelTV.hal.ChannelSetup("ip", { "ip": _uri_ip, "port": Number(_uri_port), "ptype": _typ_proto });
|
||||||
|
|
||||||
|
|
||||||
// {
|
// {
|
||||||
@@ -4873,7 +4883,7 @@ HotelTV.ui_appfull = (function() {
|
|||||||
// let max = Math.floor(16);
|
// let max = Math.floor(16);
|
||||||
// let _major = Math.floor(Math.random() * (max - min + 1)) + min;
|
// let _major = Math.floor(Math.random() * (max - min + 1)) + min;
|
||||||
// console.log("Major=5 minor=" + _major);
|
// console.log("Major=5 minor=" + _major);
|
||||||
// HotelTV.hcap.ChannelSetup("rf_analog_ntsc", { "major": _major, "minor": 0 });
|
// HotelTV.hal.ChannelSetup("rf_analog_ntsc", { "major": _major, "minor": 0 });
|
||||||
// }
|
// }
|
||||||
|
|
||||||
HotelTV.api.ReportEvent([{
|
HotelTV.api.ReportEvent([{
|
||||||
@@ -4939,8 +4949,8 @@ HotelTV.ui_appfull = (function() {
|
|||||||
// _chNumber는 -기준으로 잘라낸 앞숫자, 예를들면 16-1이라면 _chNumber는 16이 됨.
|
// _chNumber는 -기준으로 잘라낸 앞숫자, 예를들면 16-1이라면 _chNumber는 16이 됨.
|
||||||
let _ChNumStr = __ifxn_getChItemValue(_ChItem, "number").toString();
|
let _ChNumStr = __ifxn_getChItemValue(_ChItem, "number").toString();
|
||||||
let _ChNumber = Number(_ChNumStr.split('-')[0]);
|
let _ChNumber = Number(_ChNumStr.split('-')[0]);
|
||||||
|
|
||||||
// Find out matched channel
|
// Find out matched channel
|
||||||
if ( _ChNumber==Number(_strReqNumNext) ){
|
if ( _ChNumber==Number(_strReqNumNext) ){
|
||||||
// Find out
|
// Find out
|
||||||
_state.tv.shortkey.ch_item_idx = Number(__ifxn_getChItemIdxByNumber(_ChNumStr));
|
_state.tv.shortkey.ch_item_idx = Number(__ifxn_getChItemIdxByNumber(_ChNumStr));
|
||||||
@@ -5161,7 +5171,7 @@ HotelTV.ui_appfull = (function() {
|
|||||||
let _egp_prog_inf = null;
|
let _egp_prog_inf = null;
|
||||||
|
|
||||||
|
|
||||||
//Update channel logo image
|
//Update channel logo image
|
||||||
_elDivTvChLogo.css({ "background-image": "url(" + _tvChInfo.logo.file.download + ")" });
|
_elDivTvChLogo.css({ "background-image": "url(" + _tvChInfo.logo.file.download + ")" });
|
||||||
|
|
||||||
//Update channel number
|
//Update channel number
|
||||||
@@ -5174,25 +5184,25 @@ HotelTV.ui_appfull = (function() {
|
|||||||
if (_egp_prog_inf.epg_info != null) {
|
if (_egp_prog_inf.epg_info != null) {
|
||||||
_elDivTvChEpgTitle.text(_egp_prog_inf.epg_info.name);
|
_elDivTvChEpgTitle.text(_egp_prog_inf.epg_info.name);
|
||||||
_elDivTvChEpgDetails.find('#tm_playing').text(_trTbl.ui.tv.epg.progamtime[_state.lang] + _egp_prog_inf.epg_info.playing_time);
|
_elDivTvChEpgDetails.find('#tm_playing').text(_trTbl.ui.tv.epg.progamtime[_state.lang] + _egp_prog_inf.epg_info.playing_time);
|
||||||
|
|
||||||
//let _new_progress_bar_width = parseInt(_elDivTvChEpgDetails.find("#tm_chart").width()*_egp_prog_inf.epg_info.progress_pcent/100);
|
//let _new_progress_bar_width = parseInt(_elDivTvChEpgDetails.find("#tm_chart").width()*_egp_prog_inf.epg_info.progress_pcent/100);
|
||||||
let _new_progress_bar_width = parseInt(835*_egp_prog_inf.epg_info.progress_pcent/100);
|
let _new_progress_bar_width = parseInt(835*_egp_prog_inf.epg_info.progress_pcent/100);
|
||||||
_elDivTvChEpgDetails.find('.progress').width(_new_progress_bar_width);
|
_elDivTvChEpgDetails.find('.progress').width(_new_progress_bar_width);
|
||||||
} else {
|
} else {
|
||||||
_elDivTvChEpgTitle.text("");
|
_elDivTvChEpgTitle.text("");
|
||||||
_elDivTvChEpgDetails.find('#tm_playing').text("");
|
_elDivTvChEpgDetails.find('#tm_playing').text("");
|
||||||
|
|
||||||
//let _new_progress_bar_width = parseInt(_elDivTvChEpgDetails.find("#tm_chart").width()*_egp_prog_inf.epg_info.progress_pcent/100);
|
//let _new_progress_bar_width = parseInt(_elDivTvChEpgDetails.find("#tm_chart").width()*_egp_prog_inf.epg_info.progress_pcent/100);
|
||||||
let _new_progress_bar_width = 0;
|
let _new_progress_bar_width = 0;
|
||||||
_elDivTvChEpgDetails.find('.progress').width(_new_progress_bar_width);
|
_elDivTvChEpgDetails.find('.progress').width(_new_progress_bar_width);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Fade in epg
|
// Fade in epg
|
||||||
__uifxn_AppFull_TVEpgFadeIn();
|
__uifxn_AppFull_TVEpgFadeIn();
|
||||||
|
|
||||||
if (_action == "on_load") {
|
if (_action == "on_load") {
|
||||||
//_state.menu.stage.cur = "tvCtgShow";
|
//_state.menu.stage.cur = "tvCtgShow";
|
||||||
// TODO: Request Channel
|
// TODO: Request Channel
|
||||||
} else if (_action == "ch_up") {
|
} else if (_action == "ch_up") {
|
||||||
// TODO: Request Channel
|
// TODO: Request Channel
|
||||||
} else if (_action == "ch_down") {
|
} else if (_action == "ch_down") {
|
||||||
@@ -5682,7 +5692,7 @@ HotelTV.ui_appfull = (function() {
|
|||||||
$('.main').animate({ top: -1080, left: 0 }, 1000, () => {
|
$('.main').animate({ top: -1080, left: 0 }, 1000, () => {
|
||||||
$('.main .ctzgen').hide();
|
$('.main .ctzgen').hide();
|
||||||
_state.media.playing = false;
|
_state.media.playing = false;
|
||||||
HotelTV.hcap.MediaStop(null, null);
|
HotelTV.hal.MediaStop(null, null);
|
||||||
|
|
||||||
$('#lst_ctzgenbg').off('refresh.owl.carousel');
|
$('#lst_ctzgenbg').off('refresh.owl.carousel');
|
||||||
$('#lst_ctzgenbg').off('change.owl.carousel');
|
$('#lst_ctzgenbg').off('change.owl.carousel');
|
||||||
@@ -5701,7 +5711,7 @@ HotelTV.ui_appfull = (function() {
|
|||||||
if ($('.main .ctzgen .bg .owl-carousel .owl-item.active .ctz_mv_ctrl').length == 1) {
|
if ($('.main .ctzgen .bg .owl-carousel .owl-item.active .ctz_mv_ctrl').length == 1) {
|
||||||
let uri_video = $($('.main .ctzgen .bg .owl-carousel .owl-item.active .ctz_mv_ctrl')[0]).attr('video_url');
|
let uri_video = $($('.main .ctzgen .bg .owl-carousel .owl-item.active .ctz_mv_ctrl')[0]).attr('video_url');
|
||||||
if (uri_video != null) {
|
if (uri_video != null) {
|
||||||
HotelTV.hcap.MediaPlay(
|
HotelTV.hal.MediaPlay(
|
||||||
uri_video,
|
uri_video,
|
||||||
"",
|
"",
|
||||||
"video/mp4",
|
"video/mp4",
|
||||||
@@ -5718,7 +5728,7 @@ HotelTV.ui_appfull = (function() {
|
|||||||
} else if (event.keyCode == gRmtKey.stop) {
|
} else if (event.keyCode == gRmtKey.stop) {
|
||||||
if (_state.media.playing == true) {
|
if (_state.media.playing == true) {
|
||||||
_state.media.playing = false;
|
_state.media.playing = false;
|
||||||
HotelTV.hcap.MediaStop(
|
HotelTV.hal.MediaStop(
|
||||||
function() {
|
function() {
|
||||||
$('.main .ctzgen .bg .owl-carousel .owl-stage-outer .owl-stage .owl-item').removeClass('movieplay');
|
$('.main .ctzgen .bg .owl-carousel .owl-stage-outer .owl-stage .owl-item').removeClass('movieplay');
|
||||||
$('.owl-theme .owl-nav.disabled+.owl-dots').fadeIn(1000);
|
$('.owl-theme .owl-nav.disabled+.owl-dots').fadeIn(1000);
|
||||||
@@ -5788,7 +5798,7 @@ HotelTV.ui_appfull = (function() {
|
|||||||
|
|
||||||
const __ifxn_exitTvMenu = function() {
|
const __ifxn_exitTvMenu = function() {
|
||||||
// 현재 재생중인 TV채널 종료
|
// 현재 재생중인 TV채널 종료
|
||||||
HotelTV.hcap.ChannelShutDown();
|
HotelTV.hal.ChannelShutDown();
|
||||||
|
|
||||||
if (_hndl_tmrTvChnMngr != null) {
|
if (_hndl_tmrTvChnMngr != null) {
|
||||||
clearInterval(_hndl_tmrTvChnMngr);
|
clearInterval(_hndl_tmrTvChnMngr);
|
||||||
@@ -5981,7 +5991,7 @@ HotelTV.ui_appfull = (function() {
|
|||||||
__ifxn_exitTvMenu();
|
__ifxn_exitTvMenu();
|
||||||
} else if ( __uifxn_Utils_CheckKeyisNumber(event.keyCode)==true ){
|
} else if ( __uifxn_Utils_CheckKeyisNumber(event.keyCode)==true ){
|
||||||
//Navigate TV shortcut lists
|
//Navigate TV shortcut lists
|
||||||
if ( _programTv.shortcutkeyMode=="mode_0" ) {
|
if ( _programTv.shortcutkeyMode=="mode_0" ) {
|
||||||
_state.menu.stage.cur = "tvShortcut";
|
_state.menu.stage.cur = "tvShortcut";
|
||||||
__uifxn_AppFull_TVDrawShortcutKey_Mode0(event.keyCode);
|
__uifxn_AppFull_TVDrawShortcutKey_Mode0(event.keyCode);
|
||||||
} else if ( _programTv.shortcutkeyMode=="mode_1" ) {
|
} else if ( _programTv.shortcutkeyMode=="mode_1" ) {
|
||||||
@@ -6007,10 +6017,10 @@ HotelTV.ui_appfull = (function() {
|
|||||||
__ifxn_exitTvMenu();
|
__ifxn_exitTvMenu();
|
||||||
} else if ( __uifxn_Utils_CheckKeyisNumber(event.keyCode)==true ) {
|
} else if ( __uifxn_Utils_CheckKeyisNumber(event.keyCode)==true ) {
|
||||||
//Navigate TV shortcut lists
|
//Navigate TV shortcut lists
|
||||||
if ( _programTv.shortcutkeyMode=="mode_0" ) {
|
if ( _programTv.shortcutkeyMode=="mode_0" ) {
|
||||||
_state.menu.stage.cur = "tvShortcut";
|
_state.menu.stage.cur = "tvShortcut";
|
||||||
__uifxn_AppFull_TVDrawShortcutKey_Mode0(event.keyCode);
|
__uifxn_AppFull_TVDrawShortcutKey_Mode0(event.keyCode);
|
||||||
} else if ( _programTv.shortcutkeyMode=="mode_1" ) {
|
} else if ( _programTv.shortcutkeyMode=="mode_1" ) {
|
||||||
if ( __uifxn_AppFull_TVDrawShortcutKey_Mode1(true, "build", event.keyCode)==0 ){
|
if ( __uifxn_AppFull_TVDrawShortcutKey_Mode1(true, "build", event.keyCode)==0 ){
|
||||||
_state.menu.stage.prev = _state.menu.stage.cur;
|
_state.menu.stage.prev = _state.menu.stage.cur;
|
||||||
_state.menu.stage.cur = "tvShortcut";
|
_state.menu.stage.cur = "tvShortcut";
|
||||||
@@ -6023,18 +6033,18 @@ HotelTV.ui_appfull = (function() {
|
|||||||
// console.log("TV shortcut routine: key:" + event.keyCode);
|
// console.log("TV shortcut routine: key:" + event.keyCode);
|
||||||
if (event.keyCode == gRmtKey.back) {
|
if (event.keyCode == gRmtKey.back) {
|
||||||
// TV메뉴로 복귀
|
// TV메뉴로 복귀
|
||||||
if ( _programTv.shortcutkeyMode=="mode_0" ) {
|
if ( _programTv.shortcutkeyMode=="mode_0" ) {
|
||||||
//
|
//
|
||||||
} else if ( _programTv.shortcutkeyMode=="mode_1" ) {
|
} else if ( _programTv.shortcutkeyMode=="mode_1" ) {
|
||||||
__uifxn_AppFull_TVDrawShortcutKey_Mode1(false, "exitWithoutChchange", event.keyCode);
|
__uifxn_AppFull_TVDrawShortcutKey_Mode1(false, "exitWithoutChchange", event.keyCode);
|
||||||
}
|
}
|
||||||
_state.menu.stage.cur = _state.menu.stage.prev;
|
_state.menu.stage.cur = _state.menu.stage.prev;
|
||||||
_state.menu.stage.prev = null;
|
_state.menu.stage.prev = null;
|
||||||
} else if (event.keyCode == gRmtKey.enter) {
|
} else if (event.keyCode == gRmtKey.enter) {
|
||||||
// 번호키를 이용한 채널 선택 팝업 삭제
|
// 번호키를 이용한 채널 선택 팝업 삭제
|
||||||
if ( _programTv.shortcutkeyMode=="mode_0" ) {
|
if ( _programTv.shortcutkeyMode=="mode_0" ) {
|
||||||
//
|
//
|
||||||
} else if ( _programTv.shortcutkeyMode=="mode_1" ) {
|
} else if ( _programTv.shortcutkeyMode=="mode_1" ) {
|
||||||
__uifxn_AppFull_TVDrawShortcutKey_Mode1(false, "exitWithChchange", event.keyCode);
|
__uifxn_AppFull_TVDrawShortcutKey_Mode1(false, "exitWithChchange", event.keyCode);
|
||||||
}
|
}
|
||||||
_state.menu.stage.cur = _state.menu.stage.prev;
|
_state.menu.stage.cur = _state.menu.stage.prev;
|
||||||
@@ -6043,13 +6053,13 @@ HotelTV.ui_appfull = (function() {
|
|||||||
_tmrEvt.keyevt.tv_ctrl = new Date();
|
_tmrEvt.keyevt.tv_ctrl = new Date();
|
||||||
_tmrEvt.keyevt.tv_ctrl.setSeconds(_tmrEvt.keyevt.tv_ctrl.getSeconds() - 3);
|
_tmrEvt.keyevt.tv_ctrl.setSeconds(_tmrEvt.keyevt.tv_ctrl.getSeconds() - 3);
|
||||||
} else if ( __uifxn_Utils_CheckKeyisNumber(event.keyCode)==true ) {
|
} else if ( __uifxn_Utils_CheckKeyisNumber(event.keyCode)==true ) {
|
||||||
if ( _programTv.shortcutkeyMode=="mode_0" ) {
|
if ( _programTv.shortcutkeyMode=="mode_0" ) {
|
||||||
__uifxn_AppFull_TVDrawShortcutKey_Mode0(event.keyCode);
|
__uifxn_AppFull_TVDrawShortcutKey_Mode0(event.keyCode);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
if ( _programTv.shortcutkeyMode=="mode_0" ) {
|
if ( _programTv.shortcutkeyMode=="mode_0" ) {
|
||||||
//
|
//
|
||||||
} else if ( _programTv.shortcutkeyMode=="mode_1" ) {
|
} else if ( _programTv.shortcutkeyMode=="mode_1" ) {
|
||||||
__uifxn_AppFull_TVDrawShortcutKey_Mode1(true, "move", event.keyCode);
|
__uifxn_AppFull_TVDrawShortcutKey_Mode1(true, "move", event.keyCode);
|
||||||
}
|
}
|
||||||
console.log("TVSHORTCUT CHNUM: " + _state.tv.shortkey.ch_item_idx);
|
console.log("TVSHORTCUT CHNUM: " + _state.tv.shortkey.ch_item_idx);
|
||||||
@@ -6132,7 +6142,7 @@ HotelTV.ui_appfull = (function() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Title
|
// Title
|
||||||
_elLangSelTitleDiv.text(_trTbl.system.szsellanguage[_state.lang]);
|
_elLangSelTitleDiv.text(_trTbl.system.szsellanguage[_state.lang]);
|
||||||
|
|
||||||
// Usages
|
// Usages
|
||||||
@@ -6157,6 +6167,19 @@ HotelTV.ui_appfull = (function() {
|
|||||||
let _elLangSelUsageDiv = _elLangSelCtrlDiv.children('.usage');
|
let _elLangSelUsageDiv = _elLangSelCtrlDiv.children('.usage');
|
||||||
let _elLangSelButtonsDiv = _elLangSelCtrlDiv.children('.buttons');
|
let _elLangSelButtonsDiv = _elLangSelCtrlDiv.children('.buttons');
|
||||||
|
|
||||||
|
const ___ifxn_updateLangSelTitleAndUsages = function() {
|
||||||
|
let __focusedLang = "en-US";
|
||||||
|
if ( _elLangSelButtonsDiv.find('.focus').length ) {
|
||||||
|
__focusedLang = _elLangSelButtonsDiv.find('.focus').attr('id');
|
||||||
|
}
|
||||||
|
|
||||||
|
// Title
|
||||||
|
_elLangSelTitleDiv.text(_trTbl.system.szsellanguage[__focusedLang]);
|
||||||
|
|
||||||
|
// Usages
|
||||||
|
_elLangSelUsageDiv.html(_trTbl.system.lang_sel_usage[__focusedLang]);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
const ___ifxn_moveLangButton = function(_direction) {
|
const ___ifxn_moveLangButton = function(_direction) {
|
||||||
let selectedBtnItemCur = _elLangSelButtonsDiv.find('.focus');
|
let selectedBtnItemCur = _elLangSelButtonsDiv.find('.focus');
|
||||||
@@ -6179,13 +6202,15 @@ HotelTV.ui_appfull = (function() {
|
|||||||
_elLangSelButtonsDiv.find('.langBtn').last().addClass("focus");
|
_elLangSelButtonsDiv.find('.langBtn').last().addClass("focus");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
___ifxn_updateLangSelTitleAndUsages();
|
||||||
}
|
}
|
||||||
|
|
||||||
const __ifxn_sendNextLangUsrData = async function(_nextLang, __cbFxnFailure=null, __cbFxn_Success=null) {
|
const __ifxn_sendNextLangUsrData = async function(_nextLang, __cbFxnFailure=null, __cbFxn_Success=null) {
|
||||||
try {
|
try {
|
||||||
let found_dev_locale = false;
|
let found_dev_locale = false;
|
||||||
// SET PLATFORM LANGUAGE
|
// SET PLATFORM LANGUAGE
|
||||||
// HotelTV.hcap.SetPlatformLanguage(_state.lang);
|
// HotelTV.hal.SetPlatformLanguage(_state.lang);
|
||||||
if ( 'getLocaleList' in HotelTV.devinfo )
|
if ( 'getLocaleList' in HotelTV.devinfo )
|
||||||
{
|
{
|
||||||
for( let _localeIdx in HotelTV.devinfo.getLocaleList )
|
for( let _localeIdx in HotelTV.devinfo.getLocaleList )
|
||||||
@@ -6197,10 +6222,10 @@ HotelTV.ui_appfull = (function() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if ( found_dev_locale==true ){
|
if ( found_dev_locale==true ){
|
||||||
HotelTV.hcap.SetDeviceLocale(_nextLang);
|
HotelTV.hal.SetDeviceLocale(_nextLang);
|
||||||
}else{
|
}else{
|
||||||
console.log("Set Default device locale set to en-US");
|
console.log("Set Default device locale set to en-US");
|
||||||
HotelTV.hcap.SetDeviceLocale('en-US');
|
HotelTV.hal.SetDeviceLocale('en-US');
|
||||||
}
|
}
|
||||||
|
|
||||||
let _usrDataJson = {
|
let _usrDataJson = {
|
||||||
@@ -6214,7 +6239,7 @@ HotelTV.ui_appfull = (function() {
|
|||||||
_elLangSelDiv.fadeOut(1000, function() {
|
_elLangSelDiv.fadeOut(1000, function() {
|
||||||
if ( __cbFxnFailure ){ __cbFxnFailure(); }
|
if ( __cbFxnFailure ){ __cbFxnFailure(); }
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@@ -6353,7 +6378,7 @@ HotelTV.ui_appfull = (function() {
|
|||||||
} else {
|
} else {
|
||||||
if ( _state.menu.stage.cur=="tvCtgShow" || _state.menu.stage.cur=="tvCtgHide" )
|
if ( _state.menu.stage.cur=="tvCtgShow" || _state.menu.stage.cur=="tvCtgHide" )
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
@@ -7012,7 +7037,7 @@ HotelTV.ui_appfull = (function() {
|
|||||||
// 현재 재생중인 TV채널 종료
|
// 현재 재생중인 TV채널 종료
|
||||||
if ( _state.tv.playing == true ){
|
if ( _state.tv.playing == true ){
|
||||||
console.warn("Try to channel shutdown..");
|
console.warn("Try to channel shutdown..");
|
||||||
HotelTV.hcap.ChannelShutDown();
|
HotelTV.hal.ChannelShutDown();
|
||||||
_state.tv.playing = false;
|
_state.tv.playing = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -7047,28 +7072,34 @@ HotelTV.ui_appfull = (function() {
|
|||||||
console.log("Preparing TV APP::>" + _program[Number(_state.menu.main.cur)].service);
|
console.log("Preparing TV APP::>" + _program[Number(_state.menu.main.cur)].service);
|
||||||
if (_program[Number(_state.menu.main.cur)].service == "youtube") {
|
if (_program[Number(_state.menu.main.cur)].service == "youtube") {
|
||||||
// console.log(`Type:${_program[Number(_state.menu.main.cur)].type} preparing WIFI AP...`);
|
// console.log(`Type:${_program[Number(_state.menu.main.cur)].type} preparing WIFI AP...`);
|
||||||
// HotelTV.hcap.SetSoftAp({
|
// HotelTV.hal.SetSoftAp({
|
||||||
// "enable": true,
|
// "enable": true,
|
||||||
// "ssid": "TVWIFI-" + HotelTV.guestinfo.room,
|
// "ssid": "TVWIFI-" + HotelTV.guestinfo.room,
|
||||||
// "password": "12345678",
|
// "password": "12345678",
|
||||||
// });
|
// });
|
||||||
HotelTV.hcap.LaunchPreApp(_program[Number(_state.menu.main.cur)].service, null);
|
HotelTV.hal.LaunchPreApp(_program[Number(_state.menu.main.cur)].service, null);
|
||||||
} else if (_program[Number(_state.menu.main.cur)].service == "netflix") {
|
} else if (_program[Number(_state.menu.main.cur)].service == "netflix") {
|
||||||
let _foundNetflix = false;
|
let _foundNetflix = false;
|
||||||
for (_i = 0; _i < _state['hcap_app'].length; _i++) {
|
for (_i = 0; _i < _state['hcap_app_preload'].length; _i++) {
|
||||||
if (_state['hcap_app'][_i].title == 'Netflix') {
|
if (_state['hcap_app_preload'][_i].title == 'Netflix') {
|
||||||
_foundNetflix = true;
|
_foundNetflix = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (_foundNetflix == true) {
|
if (_foundNetflix == true) {
|
||||||
HotelTV.hcap.LaunchPreApp(_program[Number(_state.menu.main.cur)].service, { "hotel_name": HotelTV.hotelinfo.name });
|
HotelTV.hal.LaunchPreApp(_program[Number(_state.menu.main.cur)].service, { "hotel_name": HotelTV.hotelinfo.name });
|
||||||
} else {
|
} else {
|
||||||
HotelTV.ui_utils.ShowNotificationMsgBalloon(_trTbl.system.ott_service_not_ready[_state.lang], 5);
|
HotelTV.ui_utils.ShowNotificationMsgBalloon(_trTbl.system.ott_service_not_ready[_state.lang], 5);
|
||||||
}
|
}
|
||||||
} else if (_program[Number(_state.menu.main.cur)].service == "screenmirroring") {
|
} else if (_program[Number(_state.menu.main.cur)].service == "screenmirroring") {
|
||||||
HotelTV.hcap.LaunchPreApp(_program[Number(_state.menu.main.cur)].service, null);
|
HotelTV.hal.LaunchPreApp(_program[Number(_state.menu.main.cur)].service, null);
|
||||||
}
|
} else if (_program[Number(_state.menu.main.cur)].service == "coupangplay") {
|
||||||
|
HotelTV.hal.LaunchApp(_program[Number(_state.menu.main.cur)].service, null);
|
||||||
|
} else if (_program[Number(_state.menu.main.cur)].service == "wavve") {
|
||||||
|
HotelTV.hal.LaunchApp(_program[Number(_state.menu.main.cur)].service, null);
|
||||||
|
} else if (_program[Number(_state.menu.main.cur)].service == "tving") {
|
||||||
|
HotelTV.hal.LaunchApp(_program[Number(_state.menu.main.cur)].service, null);
|
||||||
|
}
|
||||||
} else if (_program[Number(_state.menu.main.cur)].type.toLowerCase() == "language") {
|
} else if (_program[Number(_state.menu.main.cur)].type.toLowerCase() == "language") {
|
||||||
console.log("Preparing language select sub menu...");
|
console.log("Preparing language select sub menu...");
|
||||||
__uifxn_AppFull_Build_LangSel();
|
__uifxn_AppFull_Build_LangSel();
|
||||||
@@ -7538,6 +7569,7 @@ HotelTV.ui_appfull = (function() {
|
|||||||
let _state = HotelTV.state;
|
let _state = HotelTV.state;
|
||||||
let _trTbl = HotelTV.translation;
|
let _trTbl = HotelTV.translation;
|
||||||
|
|
||||||
|
setTimeout(HotelTV.hal.Reboot, 12000);
|
||||||
HotelTV.ui_utils.ShowSysNoticeMsg(true,
|
HotelTV.ui_utils.ShowSysNoticeMsg(true,
|
||||||
"notice",
|
"notice",
|
||||||
"SYSTEM NOTICE",
|
"SYSTEM NOTICE",
|
||||||
@@ -7552,7 +7584,6 @@ HotelTV.ui_appfull = (function() {
|
|||||||
$('.error #countdown #message').text(`System will be shutdown in ${_tmval} second...`);
|
$('.error #countdown #message').text(`System will be shutdown in ${_tmval} second...`);
|
||||||
},
|
},
|
||||||
"cb_eoe": function() {
|
"cb_eoe": function() {
|
||||||
setTimeout(HotelTV.hcap.Reboot, 500);
|
|
||||||
HotelTV.api.ReportEvent([{'power': false, 'location':null}])
|
HotelTV.api.ReportEvent([{'power': false, 'location':null}])
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
@@ -7561,6 +7592,7 @@ HotelTV.ui_appfull = (function() {
|
|||||||
let _state = HotelTV.state;
|
let _state = HotelTV.state;
|
||||||
let _trTbl = HotelTV.translation;
|
let _trTbl = HotelTV.translation;
|
||||||
|
|
||||||
|
setTimeout(HotelTV.hal.Reboot, 12000);
|
||||||
HotelTV.ui_utils.ShowSysNoticeMsg(true,
|
HotelTV.ui_utils.ShowSysNoticeMsg(true,
|
||||||
"notice",
|
"notice",
|
||||||
"SYSTEM NOTICE",
|
"SYSTEM NOTICE",
|
||||||
@@ -7575,7 +7607,6 @@ HotelTV.ui_appfull = (function() {
|
|||||||
$('.error #countdown #message').text(`System will be restart in ${_tmval} second...`);
|
$('.error #countdown #message').text(`System will be restart in ${_tmval} second...`);
|
||||||
},
|
},
|
||||||
"cb_eoe": function() {
|
"cb_eoe": function() {
|
||||||
setTimeout(HotelTV.hcap.Reboot, 500);
|
|
||||||
HotelTV.api.ReportEvent([{'power': false, 'location':null}])
|
HotelTV.api.ReportEvent([{'power': false, 'location':null}])
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
@@ -7584,6 +7615,8 @@ HotelTV.ui_appfull = (function() {
|
|||||||
let _state = HotelTV.state;
|
let _state = HotelTV.state;
|
||||||
let _trTbl = HotelTV.translation;
|
let _trTbl = HotelTV.translation;
|
||||||
|
|
||||||
|
setTimeout(HotelTV.hal.Reboot, 32000);
|
||||||
|
|
||||||
HotelTV.ui_utils.ShowSysNoticeMsg(true,
|
HotelTV.ui_utils.ShowSysNoticeMsg(true,
|
||||||
"notice",
|
"notice",
|
||||||
"SYSTEM NOTICE",
|
"SYSTEM NOTICE",
|
||||||
@@ -7598,8 +7631,6 @@ HotelTV.ui_appfull = (function() {
|
|||||||
$('.error #countdown #message').text(`System will be shutdown in ${_tmval} second...`);
|
$('.error #countdown #message').text(`System will be shutdown in ${_tmval} second...`);
|
||||||
},
|
},
|
||||||
"cb_eoe": function() {
|
"cb_eoe": function() {
|
||||||
//setTimeout(HotelTV.hcap.PwrOff, 500);
|
|
||||||
setTimeout(HotelTV.hcap.Reboot, 500);
|
|
||||||
HotelTV.api.ReportEvent([{'power': false, 'location':null}])
|
HotelTV.api.ReportEvent([{'power': false, 'location':null}])
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
@@ -7609,7 +7640,7 @@ HotelTV.ui_appfull = (function() {
|
|||||||
let _tmval = 30;
|
let _tmval = 30;
|
||||||
let _state = HotelTV.state;
|
let _state = HotelTV.state;
|
||||||
let _trTbl = HotelTV.translation;
|
let _trTbl = HotelTV.translation;
|
||||||
|
setTimeout(HotelTV.hal.Reboot, 32000);
|
||||||
HotelTV.ui_utils.ShowSysNoticeMsg(true,
|
HotelTV.ui_utils.ShowSysNoticeMsg(true,
|
||||||
"notice",
|
"notice",
|
||||||
"SYSTEM NOTICE",
|
"SYSTEM NOTICE",
|
||||||
@@ -7624,7 +7655,6 @@ HotelTV.ui_appfull = (function() {
|
|||||||
$('.error #countdown #message').text(`System will be restart in ${_tmval} second...`);
|
$('.error #countdown #message').text(`System will be restart in ${_tmval} second...`);
|
||||||
},
|
},
|
||||||
"cb_eoe": function() {
|
"cb_eoe": function() {
|
||||||
setTimeout(HotelTV.hcap.Reboot, 500);
|
|
||||||
HotelTV.api.ReportEvent([{'power': false, 'location':null}])
|
HotelTV.api.ReportEvent([{'power': false, 'location':null}])
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -66,7 +66,7 @@ HotelTV.ui_welcome = (function() {
|
|||||||
switch (_stateMedia) {
|
switch (_stateMedia) {
|
||||||
case 'play_start':
|
case 'play_start':
|
||||||
_media_status = 'playing';
|
_media_status = 'playing';
|
||||||
HotelTV.hcap.VideoWinSize(null);
|
HotelTV.hal.VideoWinSize(null);
|
||||||
|
|
||||||
//Hide welcome page
|
//Hide welcome page
|
||||||
__uifxn_WC_Show(null, function() {
|
__uifxn_WC_Show(null, function() {
|
||||||
@@ -86,7 +86,7 @@ HotelTV.ui_welcome = (function() {
|
|||||||
break;
|
break;
|
||||||
case 'play_end':
|
case 'play_end':
|
||||||
_media_status = 'stopped';
|
_media_status = 'stopped';
|
||||||
HotelTV.hcap.MediaShutdown(
|
HotelTV.hal.MediaShutdown(
|
||||||
function() {
|
function() {
|
||||||
$(".control .skip_video").hide();
|
$(".control .skip_video").hide();
|
||||||
console.log("Media Desory::Done");
|
console.log("Media Desory::Done");
|
||||||
@@ -99,7 +99,7 @@ HotelTV.ui_welcome = (function() {
|
|||||||
});
|
});
|
||||||
break;
|
break;
|
||||||
case 'play_end_need_destory':
|
case 'play_end_need_destory':
|
||||||
HotelTV.hcap.MediaShutdown(
|
HotelTV.hal.MediaShutdown(
|
||||||
function() {
|
function() {
|
||||||
$(".control .skip_video").hide();
|
$(".control .skip_video").hide();
|
||||||
console.log("Media Desory::Done");
|
console.log("Media Desory::Done");
|
||||||
@@ -126,7 +126,7 @@ HotelTV.ui_welcome = (function() {
|
|||||||
|
|
||||||
case 'play_stop_requtested':
|
case 'play_stop_requtested':
|
||||||
_media_status = 'stopped';
|
_media_status = 'stopped';
|
||||||
HotelTV.hcap.MediaShutdown(
|
HotelTV.hal.MediaShutdown(
|
||||||
function() {
|
function() {
|
||||||
$(".control .skip_video").hide();
|
$(".control .skip_video").hide();
|
||||||
console.log("Media Desory::Done");
|
console.log("Media Desory::Done");
|
||||||
@@ -332,7 +332,7 @@ HotelTV.ui_welcome = (function() {
|
|||||||
|
|
||||||
let found_dev_locale = false;
|
let found_dev_locale = false;
|
||||||
// SET PLATFORM LANGUAGE
|
// SET PLATFORM LANGUAGE
|
||||||
// HotelTV.hcap.SetPlatformLanguage(_state.lang);
|
// HotelTV.hal.SetPlatformLanguage(_state.lang);
|
||||||
if ( 'getLocaleList' in HotelTV.devinfo )
|
if ( 'getLocaleList' in HotelTV.devinfo )
|
||||||
{
|
{
|
||||||
for( let _localeIdx in HotelTV.devinfo.getLocaleList )
|
for( let _localeIdx in HotelTV.devinfo.getLocaleList )
|
||||||
@@ -344,10 +344,10 @@ HotelTV.ui_welcome = (function() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if ( found_dev_locale==true ){
|
if ( found_dev_locale==true ){
|
||||||
HotelTV.hcap.SetDeviceLocale(_state.lang);
|
HotelTV.hal.SetDeviceLocale(_state.lang);
|
||||||
}else{
|
}else{
|
||||||
console.log("Set Default device locale set to en-US");
|
console.log("Set Default device locale set to en-US");
|
||||||
HotelTV.hcap.SetDeviceLocale('en-US');
|
HotelTV.hal.SetDeviceLocale('en-US');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@@ -358,7 +358,7 @@ HotelTV.ui_welcome = (function() {
|
|||||||
} else if (_ctzWc.intro == 'video') {
|
} else if (_ctzWc.intro == 'video') {
|
||||||
HotelTV.ui_utils.SetBusy(true);
|
HotelTV.ui_utils.SetBusy(true);
|
||||||
/** Play movie clip */
|
/** Play movie clip */
|
||||||
HotelTV.hcap.MediaPlay(
|
HotelTV.hal.MediaPlay(
|
||||||
_ctzWc.videos[_state.lang].download,
|
_ctzWc.videos[_state.lang].download,
|
||||||
null,
|
null,
|
||||||
"video/mp4",
|
"video/mp4",
|
||||||
@@ -478,7 +478,7 @@ HotelTV.ui_welcome = (function() {
|
|||||||
let _tmval = 10;
|
let _tmval = 10;
|
||||||
let _state = HotelTV.state;
|
let _state = HotelTV.state;
|
||||||
let _trTbl = HotelTV.translation;
|
let _trTbl = HotelTV.translation;
|
||||||
|
setTimeout(HotelTV.hal.Reboot, 12000);
|
||||||
HotelTV.ui_utils.ShowSysNoticeMsg(true,
|
HotelTV.ui_utils.ShowSysNoticeMsg(true,
|
||||||
"notice",
|
"notice",
|
||||||
"SYSTEM NOTICE",
|
"SYSTEM NOTICE",
|
||||||
@@ -493,7 +493,6 @@ HotelTV.ui_welcome = (function() {
|
|||||||
$('.error #countdown #message').text(`System will be shutdown in ${_tmval} second...`);
|
$('.error #countdown #message').text(`System will be shutdown in ${_tmval} second...`);
|
||||||
},
|
},
|
||||||
"cb_eoe": function() {
|
"cb_eoe": function() {
|
||||||
setTimeout(HotelTV.hcap.Reboot, 500);
|
|
||||||
HotelTV.api.ReportEvent([{'power': false, 'location':null}])
|
HotelTV.api.ReportEvent([{'power': false, 'location':null}])
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
@@ -501,7 +500,7 @@ HotelTV.ui_welcome = (function() {
|
|||||||
let _tmval = 10;
|
let _tmval = 10;
|
||||||
let _state = HotelTV.state;
|
let _state = HotelTV.state;
|
||||||
let _trTbl = HotelTV.translation;
|
let _trTbl = HotelTV.translation;
|
||||||
|
setTimeout(HotelTV.hal.Reboot, 12000);
|
||||||
HotelTV.ui_utils.ShowSysNoticeMsg(true,
|
HotelTV.ui_utils.ShowSysNoticeMsg(true,
|
||||||
"notice",
|
"notice",
|
||||||
"SYSTEM NOTICE",
|
"SYSTEM NOTICE",
|
||||||
@@ -516,7 +515,6 @@ HotelTV.ui_welcome = (function() {
|
|||||||
$('.error #countdown #message').text(`System will be restart in ${_tmval} second...`);
|
$('.error #countdown #message').text(`System will be restart in ${_tmval} second...`);
|
||||||
},
|
},
|
||||||
"cb_eoe": function() {
|
"cb_eoe": function() {
|
||||||
setTimeout(HotelTV.hcap.Reboot, 500);
|
|
||||||
HotelTV.api.ReportEvent([{'power': false, 'location':null}])
|
HotelTV.api.ReportEvent([{'power': false, 'location':null}])
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
@@ -524,7 +522,7 @@ HotelTV.ui_welcome = (function() {
|
|||||||
let _tmval = 30;
|
let _tmval = 30;
|
||||||
let _state = HotelTV.state;
|
let _state = HotelTV.state;
|
||||||
let _trTbl = HotelTV.translation;
|
let _trTbl = HotelTV.translation;
|
||||||
|
setTimeout(HotelTV.hal.Reboot, 32000);
|
||||||
HotelTV.ui_utils.ShowSysNoticeMsg(true,
|
HotelTV.ui_utils.ShowSysNoticeMsg(true,
|
||||||
"notice",
|
"notice",
|
||||||
"SYSTEM NOTICE",
|
"SYSTEM NOTICE",
|
||||||
@@ -539,8 +537,6 @@ HotelTV.ui_welcome = (function() {
|
|||||||
$('.error #countdown #message').text(`System will be shutdown in ${_tmval} second...`);
|
$('.error #countdown #message').text(`System will be shutdown in ${_tmval} second...`);
|
||||||
},
|
},
|
||||||
"cb_eoe": function() {
|
"cb_eoe": function() {
|
||||||
//setTimeout(HotelTV.hcap.PwrOff, 500);
|
|
||||||
setTimeout(HotelTV.hcap.Reboot, 500);
|
|
||||||
HotelTV.api.ReportEvent([{'power': false, 'location':null}])
|
HotelTV.api.ReportEvent([{'power': false, 'location':null}])
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
@@ -550,7 +546,7 @@ HotelTV.ui_welcome = (function() {
|
|||||||
let _tmval = 30;
|
let _tmval = 30;
|
||||||
let _state = HotelTV.state;
|
let _state = HotelTV.state;
|
||||||
let _trTbl = HotelTV.translation;
|
let _trTbl = HotelTV.translation;
|
||||||
|
setTimeout(HotelTV.hal.Reboot, 32000);
|
||||||
HotelTV.ui_utils.ShowSysNoticeMsg(true,
|
HotelTV.ui_utils.ShowSysNoticeMsg(true,
|
||||||
"notice",
|
"notice",
|
||||||
"SYSTEM NOTICE",
|
"SYSTEM NOTICE",
|
||||||
@@ -565,7 +561,6 @@ HotelTV.ui_welcome = (function() {
|
|||||||
$('.error #countdown #message').text(`System will be restart in ${_tmval} second...`);
|
$('.error #countdown #message').text(`System will be restart in ${_tmval} second...`);
|
||||||
},
|
},
|
||||||
"cb_eoe": function() {
|
"cb_eoe": function() {
|
||||||
setTimeout(HotelTV.hcap.Reboot, 500);
|
|
||||||
HotelTV.api.ReportEvent([{'power': false, 'location':null}])
|
HotelTV.api.ReportEvent([{'power': false, 'location':null}])
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -114,7 +114,7 @@
|
|||||||
width: 620px;
|
width: 620px;
|
||||||
height: 830px;
|
height: 830px;
|
||||||
color: rgb(255, 255, 255);
|
color: rgb(255, 255, 255);
|
||||||
background-color: rgba(50,40,26, 0.7);
|
background-color: rgba(0, 0, 0, 0.7);
|
||||||
padding: 0px 12px 0px 12px;
|
padding: 0px 12px 0px 12px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -21,6 +21,6 @@
|
|||||||
font-size: 32px;
|
font-size: 32px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
line-height: 40px;
|
line-height: 40px;
|
||||||
background-color: rgba(50,40,26, 0.7);
|
background-color: rgba(19, 21, 23, 0.6);
|
||||||
color: rgb(255, 255, 255);
|
color: rgb(255, 255, 255);
|
||||||
}
|
}
|
||||||
@@ -133,7 +133,7 @@ div#sm_item_icon {
|
|||||||
width: 360px;
|
width: 360px;
|
||||||
height: 734px;
|
height: 734px;
|
||||||
line-height: 50px;
|
line-height: 50px;
|
||||||
background-color: rgba(50,40,26, 0.7);
|
background-color: rgba(0, 0, 0, 0.7);
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ body {
|
|||||||
/* background-image: url(./images/bg_language_welcome_box.png);
|
/* background-image: url(./images/bg_language_welcome_box.png);
|
||||||
background-size: cover; */
|
background-size: cover; */
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background: linear-gradient(rgba(50,40,26,0.7),rgba(50,46,26,0.85));
|
background: linear-gradient(rgba(45,45,45,0.6),rgba(16,16,16,0.7));
|
||||||
border-radius: 11px;
|
border-radius: 11px;
|
||||||
filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.5));
|
filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.5));
|
||||||
}
|
}
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 615 B |
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 714 B |
105
procentric/application/theme/HLT00001/hoteltv.app.full.css
Executable file
@@ -0,0 +1,105 @@
|
|||||||
|
/* STEP[#001]: Define Main */
|
||||||
|
|
||||||
|
.main {
|
||||||
|
position: absolute;
|
||||||
|
top: 0px;
|
||||||
|
left: 0px;
|
||||||
|
width: 1920px;
|
||||||
|
height: 1080px;
|
||||||
|
padding: 0px;
|
||||||
|
text-shadow: 0 0 10px rgba(38, 18, 18, 0.5), 0 0 10px rgba(65, 65, 65, 1);
|
||||||
|
z-index: 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main ::-webkit-scrollbar {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.control {
|
||||||
|
position: absolute;
|
||||||
|
top: 0px;
|
||||||
|
left: 0px;
|
||||||
|
width: 1920px;
|
||||||
|
height: 1080px;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.control .mm .hotkey_red {
|
||||||
|
position: absolute;
|
||||||
|
width: 420px;
|
||||||
|
height: 56px;
|
||||||
|
z-index: 1;
|
||||||
|
display: none;
|
||||||
|
line-height: 50px;
|
||||||
|
color: rgb(235, 235, 235);
|
||||||
|
padding-left: 80px;
|
||||||
|
font-size: 30px;
|
||||||
|
text-shadow: 2px 2px 2px rgba(26, 26, 26, 1);
|
||||||
|
/* filter: drop-shadow(0 0 5px rgb(0, 0, 0)); */
|
||||||
|
white-space: nowrap;
|
||||||
|
background-size: contain;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
}
|
||||||
|
|
||||||
|
.control .mm .hotkey_green {
|
||||||
|
position: absolute;
|
||||||
|
width: 420px;
|
||||||
|
height: 56px;
|
||||||
|
z-index: 1;
|
||||||
|
display: none;
|
||||||
|
line-height: 50px;
|
||||||
|
color: rgb(235, 235, 235);
|
||||||
|
padding-left: 80px;
|
||||||
|
font-size: 30px;
|
||||||
|
text-shadow: 2px 2px 2px rgba(26, 26, 26, 1);
|
||||||
|
/* filter: drop-shadow(0 0 5px rgb(0, 0, 0)); */
|
||||||
|
white-space: nowrap;
|
||||||
|
background-size: contain;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
}
|
||||||
|
|
||||||
|
.control .mm .hotkey_yellow {
|
||||||
|
position: absolute;
|
||||||
|
width: 420px;
|
||||||
|
height: 56px;
|
||||||
|
z-index: 1;
|
||||||
|
display: none;
|
||||||
|
line-height: 50px;
|
||||||
|
color: rgb(235, 235, 235);
|
||||||
|
padding-left: 80px;
|
||||||
|
font-size: 30px;
|
||||||
|
text-shadow: 2px 2px 2px rgba(26, 26, 26, 1);
|
||||||
|
/* filter: drop-shadow(0 0 5px rgb(0, 0, 0)); */
|
||||||
|
white-space: nowrap;
|
||||||
|
background-size: contain;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
}
|
||||||
|
|
||||||
|
.control .mm .hotkey_blue {
|
||||||
|
position: absolute;
|
||||||
|
width: 420px;
|
||||||
|
height: 56px;
|
||||||
|
z-index: 1;
|
||||||
|
display: none;
|
||||||
|
line-height: 50px;
|
||||||
|
color: rgb(235, 235, 235);
|
||||||
|
padding-left: 80px;
|
||||||
|
font-size: 30px;
|
||||||
|
text-shadow: 2px 2px 2px rgba(26, 26, 26, 1);
|
||||||
|
/* filter: drop-shadow(0 0 5px rgb(0, 0, 0)); */
|
||||||
|
white-space: nowrap;
|
||||||
|
background-size: contain;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* SETP[#003-4]: Player */
|
||||||
|
|
||||||
|
.player {
|
||||||
|
position: absolute;
|
||||||
|
top: 0px;
|
||||||
|
left: 0px;
|
||||||
|
width: 1920px;
|
||||||
|
height: 1080px;
|
||||||
|
}
|
||||||
291
procentric/application/theme/HLT00001/hoteltv.app.full.ctzgen.css
Executable file
@@ -0,0 +1,291 @@
|
|||||||
|
.main .ctzgen {
|
||||||
|
position: absolute;
|
||||||
|
top: 2160px;
|
||||||
|
left: 0px;
|
||||||
|
width: 1920px;
|
||||||
|
height: 1080px;
|
||||||
|
background-image: url(tv:);
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .ctzgen .bg {
|
||||||
|
position: absolute;
|
||||||
|
top: 0px;
|
||||||
|
left: 0%;
|
||||||
|
width: 1920px;
|
||||||
|
height: 1080px;
|
||||||
|
padding: 0px;
|
||||||
|
overflow: hidden;
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .ctzgen .bg .owl-dots {
|
||||||
|
position: absolute;
|
||||||
|
top: 980px;
|
||||||
|
width: 100%;
|
||||||
|
align-content: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* .main .ctzgen .bg .owl-dots .owl-dot span {
|
||||||
|
width: 20px;
|
||||||
|
height: 20px;
|
||||||
|
} */
|
||||||
|
|
||||||
|
.main .ctzgen .bg div#lst_ctzgenbg {
|
||||||
|
position: absolute;
|
||||||
|
width: 1920px;
|
||||||
|
height: 1080px;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .ctzgen .bg .owl-carousel .owl-stage-outer {
|
||||||
|
width: 1920px;
|
||||||
|
height: 1080px;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .ctzgen .bg .owl-carousel .owl-stage-outer .owl-stage {
|
||||||
|
width: 1920px;
|
||||||
|
height: 1080px;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .ctzgen .bg .owl-carousel .owl-stage-outer .owl-stage .owl-item {
|
||||||
|
width: 1920px;
|
||||||
|
height: 1080px;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .ctzgen .bg .owl-carousel .owl-stage-outer .owl-stage .owl-item>div {
|
||||||
|
width: 1920px;
|
||||||
|
height: 1080px;
|
||||||
|
background-image: var(--bg_noplay);
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .ctzgen .bg .owl-carousel .owl-stage-outer .owl-stage .owl-item.movieplay>div {
|
||||||
|
width: 1920px;
|
||||||
|
height: 1080px;
|
||||||
|
background-image: url(tv:);
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .ctzgen .bg .owl-carousel .owl-stage-outer .owl-stage .owl-item.movieplay .item .ctz_desc_frame {
|
||||||
|
opacity: 1;
|
||||||
|
animation-delay: 6s;
|
||||||
|
animation-name: fadeOutCtzDescFrame;
|
||||||
|
animation-iteration-count: 1;
|
||||||
|
animation-timing-function: ease-in;
|
||||||
|
animation-fill-mode: forwards;
|
||||||
|
animation-duration: 2s;
|
||||||
|
}
|
||||||
|
|
||||||
|
@keyframes fadeOutCtzDescFrame {
|
||||||
|
0% {
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
|
100% {
|
||||||
|
opacity: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* OWL Contents Menu Selector Container */
|
||||||
|
|
||||||
|
.main .ctzgen .slider .owl-carousel .owl-item.active.focus div [id*="ctzgen_item_icon"] {
|
||||||
|
background-image: var(--icon_focus);
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .ctzgen .slider .owl-carousel .owl-item.active[class*="unfocus"] div [id*="ctzgen_item_icon"] {
|
||||||
|
background-image: var(--icon_unfocus);
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .ctzgen .slider .owl-carousel .owl-item.active.focus div [id*="ctzgen_item_title"] {
|
||||||
|
transform: scale(1.2);
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .ctzgen .bg .owl-carousel .owl-item .ctz_desc_frame {
|
||||||
|
position: absolute;
|
||||||
|
top: 130px;
|
||||||
|
left: 1280px;
|
||||||
|
width: 620px;
|
||||||
|
height: 830px;
|
||||||
|
color: rgb(255, 255, 255);
|
||||||
|
background-color: rgba(0, 0, 0, 0.7);
|
||||||
|
padding: 0px 12px 0px 12px;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .ctzgen .bg .owl-carousel .owl-item .ctz_desc_frame #ctz_title {
|
||||||
|
position: absolute;
|
||||||
|
display: flex;
|
||||||
|
font-size: 44px;
|
||||||
|
/* line-height: 44px; */
|
||||||
|
line-height: 1;
|
||||||
|
height: 115px;
|
||||||
|
width: 100%;
|
||||||
|
padding: 10px;
|
||||||
|
white-space: pre-wrap;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
/* justify-content: center; */
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .ctzgen .bg .owl-carousel .owl-item .ctz_desc_frame #ctz_thumbnail {
|
||||||
|
margin: 120px 10px 40px 10px;
|
||||||
|
height: 220px;
|
||||||
|
/* filter: drop-shadow(0 0 10px rgba(0, 0, 0, 1)); */
|
||||||
|
/* border: 4px solid rgb(255, 255, 255); */
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .ctzgen .bg .owl-carousel .owl-item .ctz_desc_frame #ctz_thumbnail img {
|
||||||
|
width: auto;
|
||||||
|
height: 212px;
|
||||||
|
overflow: hidden;
|
||||||
|
/* border: 2px solid rgb(40, 40, 40); */
|
||||||
|
border: 2px solid rgb(160, 160, 160);
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .ctzgen .bg .owl-carousel .owl-item .ctz_desc_frame #ctz_description {
|
||||||
|
position: absolute;
|
||||||
|
font-size: 26px;
|
||||||
|
width: 93%;
|
||||||
|
line-height: 1.2;
|
||||||
|
margin: 0 10px 0 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
.main .ctzgen .bg .owl-carousel .owl-item .ctz_imgvwr_frame {
|
||||||
|
position: absolute;
|
||||||
|
top: 130px;
|
||||||
|
width: 1920px;
|
||||||
|
height: 830px;
|
||||||
|
color: rgb(255, 255, 255);
|
||||||
|
background-color: rgba(0, 0, 0, 0.5);
|
||||||
|
padding: 0px 12px 0px 12px;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
.main .ctzgen .bg .owl-carousel .owl-item .ctz_mv_ctrl {
|
||||||
|
position: absolute;
|
||||||
|
top: 970px;
|
||||||
|
left: 1700px;
|
||||||
|
height: 54px;
|
||||||
|
line-height: 54px;
|
||||||
|
color: rgb(235, 235, 235);
|
||||||
|
font-size: 38px;
|
||||||
|
filter: drop-shadow(0 0 5px rgb(0, 0, 0));
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .ctzgen .bg .owl-carousel .owl-item.movieplay .item .ctz_mv_ctrl {
|
||||||
|
animation-delay: 4s;
|
||||||
|
animation-name: moveCtzMvCtrl;
|
||||||
|
animation-iteration-count: 1;
|
||||||
|
animation-timing-function: ease-in;
|
||||||
|
animation-fill-mode: forwards;
|
||||||
|
animation-duration: 1s;
|
||||||
|
}
|
||||||
|
|
||||||
|
@keyframes moveCtzMvCtrl {
|
||||||
|
from {
|
||||||
|
left: 1700px;
|
||||||
|
}
|
||||||
|
to {
|
||||||
|
left: 2220px
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .ctzgen .bg .owl-carousel .owl-item .ctz_mv_ctrl::before {
|
||||||
|
position: absolute;
|
||||||
|
content: '';
|
||||||
|
width: 128px;
|
||||||
|
height: 54px;
|
||||||
|
margin-left: -140px;
|
||||||
|
background-image: url("./images/icons/icon_btn_media_play.png");
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-position: right center;
|
||||||
|
background-size: contain;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .ctzgen .bg .owl-carousel .owl-item.movieplay .ctz_mv_ctrl::before {
|
||||||
|
animation-name: iconCtzMvCtrlBtn;
|
||||||
|
animation-iteration-count: 1;
|
||||||
|
animation-timing-function: ease-in;
|
||||||
|
animation-fill-mode: forwards;
|
||||||
|
animation-duration: 1s;
|
||||||
|
}
|
||||||
|
|
||||||
|
@keyframes iconCtzMvCtrlBtn {
|
||||||
|
0% {
|
||||||
|
transform: rotateX(0deg);
|
||||||
|
}
|
||||||
|
50% {
|
||||||
|
transform: rotateX(90deg);
|
||||||
|
background-image: url("./images/icons/icon_btn_media_stop.png");
|
||||||
|
}
|
||||||
|
100% {
|
||||||
|
transform: rotateX(0deg);
|
||||||
|
background-image: url("./images/icons/icon_btn_media_stop.png");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .ctzgen .bg .owl-carousel .owl-item .ctz_mv_ctrl::after {
|
||||||
|
content: var(--playmsg);
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .ctzgen .bg .owl-carousel .owl-item.movieplay .ctz_mv_ctrl::after {
|
||||||
|
animation-delay: 1s;
|
||||||
|
animation-name: msgCtzMvCtrlBtn;
|
||||||
|
animation-iteration-count: 1;
|
||||||
|
animation-timing-function: ease-in;
|
||||||
|
animation-fill-mode: forwards;
|
||||||
|
animation-duration: 2s;
|
||||||
|
}
|
||||||
|
|
||||||
|
@keyframes msgCtzMvCtrlBtn {
|
||||||
|
0% {
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
|
25% {
|
||||||
|
opacity: 0;
|
||||||
|
content: var(--stopmsg);
|
||||||
|
}
|
||||||
|
50% {
|
||||||
|
opacity: 1;
|
||||||
|
content: var(--stopmsg);
|
||||||
|
}
|
||||||
|
100% {
|
||||||
|
opacity: 1;
|
||||||
|
content: var(--stopmsg);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.image-slider {
|
||||||
|
position: absolute;
|
||||||
|
top: 0px;
|
||||||
|
left: 0px;
|
||||||
|
width: 480px;
|
||||||
|
height: 272px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main #imageGallery {
|
||||||
|
position: absolute;
|
||||||
|
top: 0px;
|
||||||
|
left: 0%;
|
||||||
|
width: 480px;
|
||||||
|
height: 272px;
|
||||||
|
padding: 0px;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
26
procentric/application/theme/HLT00001/hoteltv.app.full.guide.css
Executable file
@@ -0,0 +1,26 @@
|
|||||||
|
/* Brocure */
|
||||||
|
|
||||||
|
.guide {
|
||||||
|
position: absolute;
|
||||||
|
top: 0px;
|
||||||
|
left: 0px;
|
||||||
|
width: 1920px;
|
||||||
|
height: 1080px;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
z-index: 2;
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
|
.guide>.tips {
|
||||||
|
position: absolute;
|
||||||
|
top: 1034px;
|
||||||
|
left: 0px;
|
||||||
|
width: 1920px;
|
||||||
|
height: 40px;
|
||||||
|
font-size: 32px;
|
||||||
|
text-align: center;
|
||||||
|
line-height: 40px;
|
||||||
|
background-color: rgba(19, 21, 23, 0.6);
|
||||||
|
color: rgb(255, 255, 255);
|
||||||
|
}
|
||||||
137
procentric/application/theme/HLT00001/hoteltv.app.full.mm.css
Executable file
@@ -0,0 +1,137 @@
|
|||||||
|
/* STEP[#002]: Define MAIN-MENU BG FRAMES */
|
||||||
|
|
||||||
|
.main .mm {
|
||||||
|
top: 0px;
|
||||||
|
left: 0px;
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .mm .bg {
|
||||||
|
position: absolute;
|
||||||
|
top: 0px;
|
||||||
|
left: 0px;
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
padding: 0px;
|
||||||
|
overflow: hidden;
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .mm .bg div {
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .mm .bg div .item {
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .mm .bg .owl-carousel .owl-stage-outer .owl-stage .owl-item {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* STEP[#003]: Define MAIN-MENU SELECTOR FRAMES */
|
||||||
|
|
||||||
|
.main .mm .slider {
|
||||||
|
position: absolute;
|
||||||
|
/* top: 734px; */
|
||||||
|
top: 884px;
|
||||||
|
left: 0px;
|
||||||
|
width: 1920px;
|
||||||
|
/* height: 300px; */
|
||||||
|
padding: 0px;
|
||||||
|
overflow: hidden;
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .mm .slider .owl-carousel.owl-theme {
|
||||||
|
/* height: 266px;
|
||||||
|
max-height: 266px; */
|
||||||
|
height: 100%;
|
||||||
|
padding-left: 0;
|
||||||
|
margin: 50px 0 0 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .mm .slider .owl-carousel.owl-theme .owl-carousel-outer {
|
||||||
|
/* height: 266px;
|
||||||
|
max-height: 266px; */
|
||||||
|
height: 100%;
|
||||||
|
padding-left: 0;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
div#mm_item_title {
|
||||||
|
position: absolute;
|
||||||
|
/* top: 190px; */
|
||||||
|
top: 22px;
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
color: rgb(235, 235, 235);
|
||||||
|
/* font-size: 2.2vw; */
|
||||||
|
font-size: 34px;
|
||||||
|
line-height: 52px;
|
||||||
|
white-space: nowrap;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
div#mm_item_icon {
|
||||||
|
height: 100%;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
display: block
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* OWL Main Menu Selector Container */
|
||||||
|
|
||||||
|
.main .mm .slider .owl-dots {
|
||||||
|
position: absolute;
|
||||||
|
top: -45px;
|
||||||
|
width: 100%;
|
||||||
|
align-content: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .mm .slider .owl-theme .owl-dots .owl-dot span {
|
||||||
|
width: 20px;
|
||||||
|
height: 20px;
|
||||||
|
background: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .mm .slider .owl-theme .owl-dots .owl-dot.active span {
|
||||||
|
/* background: rgb(181, 218, 16); */
|
||||||
|
background: rgb(245, 245, 245);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* .main .mm .slider .owl-carousel .owl-item.active.focus div {
|
||||||
|
transform: scale(1.14);
|
||||||
|
} */
|
||||||
|
|
||||||
|
.main .mm .slider .owl-carousel .owl-item.active.focus:after {
|
||||||
|
width: 336px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .mm .slider .owl-carousel .owl-item.active[class*="unfocus"]:after {
|
||||||
|
width: 264px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .mm .slider .owl-carousel .owl-item.active.focus div [id*="mm_item_icon"] {
|
||||||
|
background-image: var(--icon_focus);
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .mm .slider .owl-carousel .owl-item.active[class*="unfocus"] div [id*="mm_item_icon"] {
|
||||||
|
background-image: var(--icon_unfocus);
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .mm .slider .owl-carousel .owl-item.active.focus div [id*="mm_item_title"] {
|
||||||
|
transform: scale(1.1);
|
||||||
|
}
|
||||||
194
procentric/application/theme/HLT00001/hoteltv.app.full.mm.flight.css
Executable file
@@ -0,0 +1,194 @@
|
|||||||
|
/* =============================
|
||||||
|
Main Menu Flight Format
|
||||||
|
*/
|
||||||
|
|
||||||
|
.main .mm .flight {
|
||||||
|
position: absolute;
|
||||||
|
top: 120px;
|
||||||
|
left: 0px;
|
||||||
|
width: 100%;
|
||||||
|
height: 620px;
|
||||||
|
max-height: 620px;
|
||||||
|
padding-left: 0;
|
||||||
|
margin: 0;
|
||||||
|
background-color: rgba(0, 0, 0, .5);
|
||||||
|
filter: drop-shadow(4px 4px 10px rgba(255, 255, 255, 0.8));
|
||||||
|
overflow: hidden;
|
||||||
|
z-index: 1;
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .mm .flight .departure {
|
||||||
|
width: 50%;
|
||||||
|
height: 100%;
|
||||||
|
position: absolute;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .mm .flight .arrival {
|
||||||
|
left: 52%;
|
||||||
|
width: 50%;
|
||||||
|
height: 100%;
|
||||||
|
position: absolute;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .mm .flight #title {
|
||||||
|
font-size: 40px;
|
||||||
|
color: rgb(235, 235, 235);
|
||||||
|
height: 46px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .mm .flight .departure #title {
|
||||||
|
text-align:left;
|
||||||
|
margin-left:10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .mm .flight .arrival #title {
|
||||||
|
text-align:right;
|
||||||
|
margin-right:50px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .mm .flight table {
|
||||||
|
position: absolute;
|
||||||
|
width: 940px;
|
||||||
|
height: 540px;
|
||||||
|
margin-left: 10px;
|
||||||
|
margin-right: 10px;
|
||||||
|
color: rgb(235, 235, 235);
|
||||||
|
text-align: center;
|
||||||
|
white-space: normal;
|
||||||
|
word-break: break-word;
|
||||||
|
border-collapse: collapse;
|
||||||
|
display: block;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .mm .flight #border_table_bottom {
|
||||||
|
position:absolute;
|
||||||
|
top:560px;
|
||||||
|
margin-left:10px;
|
||||||
|
width:900px;
|
||||||
|
height:20px;
|
||||||
|
background-color: rgba(0,0,0,0.4);
|
||||||
|
border-bottom-left-radius: 10px;
|
||||||
|
border-bottom-right-radius: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .mm .flight #caution {
|
||||||
|
top: 590px;
|
||||||
|
width: 99%;
|
||||||
|
height:50px;
|
||||||
|
text-align: right;
|
||||||
|
color:rgb(180,180,190);
|
||||||
|
position: absolute;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* .main .mm .flight table::-webkit-scrollbar {
|
||||||
|
display: none;
|
||||||
|
} */
|
||||||
|
|
||||||
|
.main .mm .flight table tbody#record {
|
||||||
|
position: absolute;
|
||||||
|
width: 100%;
|
||||||
|
height: 460px;
|
||||||
|
top: 52px;
|
||||||
|
overflow-y: scroll;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .mm .flight .tbl_header tr {
|
||||||
|
height: 50px;
|
||||||
|
max-height: 50px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .mm .flight table #airline {
|
||||||
|
width: 118px;
|
||||||
|
max-width: 120px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .mm .flight table #flight {
|
||||||
|
width: 70px;
|
||||||
|
max-width: 70px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .mm .flight table #scheduled {
|
||||||
|
width: 128px;
|
||||||
|
max-width: 130px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .mm .flight table #origin {
|
||||||
|
width: 88px;
|
||||||
|
max-width: 90px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .mm .flight table #destination {
|
||||||
|
width: 122px;
|
||||||
|
max-width: 124px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .mm .flight table #type {
|
||||||
|
width: 148px;
|
||||||
|
max-width: 150px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .mm .flight table #gate {
|
||||||
|
width: 58px;
|
||||||
|
max-width: 60px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .mm .flight table td#status {
|
||||||
|
width: 168px;
|
||||||
|
max-width: 169px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .mm .flight table th#airline {
|
||||||
|
border-top-left-radius: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .mm .flight table th#status {
|
||||||
|
width: 168px;
|
||||||
|
max-width: 169px;
|
||||||
|
border-top-right-radius: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .mm .flight table th {
|
||||||
|
font-size: 20px;
|
||||||
|
color: rgb(235, 235, 235);
|
||||||
|
background: rgba(0, 0, 0, 0.4);
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .mm .flight table td {
|
||||||
|
font-size: 20px;
|
||||||
|
color: rgb(235, 235, 235);
|
||||||
|
background: rgba(0, 0, 0, 0.2);
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .mm .flight ::-webkit-scrollbar {
|
||||||
|
display: block;
|
||||||
|
width: 20px;
|
||||||
|
/* 세로축 스크롤바 길이 */
|
||||||
|
height: 20px;
|
||||||
|
/* 가로축 스크롤바 길이 */
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .mm .flight ::-webkit-scrollbar-track {
|
||||||
|
background-color: lightblue;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .mm .flight ::-webkit-scrollbar-track-piece {
|
||||||
|
background-color: gray;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .mm .flight ::-webkit-scrollbar-thumb {
|
||||||
|
border-radius: 8px;
|
||||||
|
background-color: rgba(0, 0, 0, 0.7);
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .mm .flight ::-webkit-scrollbar-button:start {
|
||||||
|
background-color: orange;
|
||||||
|
/* Top, Left 방향의 이동버튼 */
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .mm .flight ::-webkit-scrollbar-button:end {
|
||||||
|
background-color: orange;
|
||||||
|
/* Bottom, Right 방향의 이동버튼 */
|
||||||
|
}
|
||||||
186
procentric/application/theme/HLT00001/hoteltv.app.full.mm.weather.css
Executable file
@@ -0,0 +1,186 @@
|
|||||||
|
/* =============================
|
||||||
|
Main Menu Weather Format
|
||||||
|
*/
|
||||||
|
|
||||||
|
.main .mm .weather {
|
||||||
|
position: absolute;
|
||||||
|
top: 200px;
|
||||||
|
left: 0px;
|
||||||
|
width: 100%;
|
||||||
|
height: 400px;
|
||||||
|
max-height: 400px;
|
||||||
|
padding-left: 0;
|
||||||
|
margin: 0;
|
||||||
|
background-color: rgba(235, 235, 235, .5);
|
||||||
|
filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.8));
|
||||||
|
z-index: 1;
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .mm .weather .location {
|
||||||
|
position: absolute;
|
||||||
|
top: 40px;
|
||||||
|
left: 100px;
|
||||||
|
font-size: 50px;
|
||||||
|
justify-content: center;
|
||||||
|
text-align: center;
|
||||||
|
color: rgb(235, 235, 235);
|
||||||
|
z-index: 1;
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .mm .weather .today {
|
||||||
|
position: absolute;
|
||||||
|
top: 0px;
|
||||||
|
left: 100px;
|
||||||
|
width: 320px;
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .mm .weather .today #temp_cur {
|
||||||
|
position: relative;
|
||||||
|
top: 110px;
|
||||||
|
font-size: 160px;
|
||||||
|
text-align: center;
|
||||||
|
color: rgb(21, 126, 251);
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .mm .weather .today #temp_minmax {
|
||||||
|
position: relative;
|
||||||
|
top: 120px;
|
||||||
|
font-size: 50px;
|
||||||
|
text-align: right;
|
||||||
|
color: rgb(235, 235, 235);
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .mm .weather .today .detail {
|
||||||
|
position: absolute;
|
||||||
|
top: 40px;
|
||||||
|
left: 400px;
|
||||||
|
width: 400px;
|
||||||
|
height: 360px;
|
||||||
|
color: rgb(235, 235, 235);
|
||||||
|
overflow: hidden;
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .mm .weather .today .detail #discription {
|
||||||
|
height: 50px;
|
||||||
|
font-size: 40px;
|
||||||
|
text-align: center;
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .mm .weather .today .detail #img_status {
|
||||||
|
height: 160px;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-size: contain;
|
||||||
|
background-position: center center;
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .mm .weather .today .detail #humidity {
|
||||||
|
width: 100%;
|
||||||
|
padding: 20px;
|
||||||
|
height: 40px;
|
||||||
|
text-align: center;
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .mm .weather .today .detail #wind {
|
||||||
|
width: 100%;
|
||||||
|
height: 40px;
|
||||||
|
text-align: center;
|
||||||
|
display: block;
|
||||||
|
margin-top: 24px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .mm .weather .today .detail #icon {
|
||||||
|
filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.8));
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .mm .weather .forcast .daily {
|
||||||
|
position: absolute;
|
||||||
|
top: 10px;
|
||||||
|
left: 1000px;
|
||||||
|
width: 910px;
|
||||||
|
height: 180px;
|
||||||
|
background-color: rgba(0, 0, 0, 0.2);
|
||||||
|
border-top-left-radius: 10px;
|
||||||
|
border-top-right-radius: 10px;
|
||||||
|
padding: 5px 0 0 10px;
|
||||||
|
color: rgb(235, 235, 235);
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .mm .weather .forcast .daily ul {
|
||||||
|
width: 95%;
|
||||||
|
height: 100px;
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .mm .weather .forcast .daily li {
|
||||||
|
width: 150px;
|
||||||
|
height: 90px;
|
||||||
|
font-size: 24px;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-size: contain;
|
||||||
|
background-position: right center;
|
||||||
|
filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.8));
|
||||||
|
float: left;
|
||||||
|
display: inline;
|
||||||
|
margin: 0 10px 0 10px;
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .mm .weather .forcast div#time {
|
||||||
|
height: 90%;
|
||||||
|
text-align: left;
|
||||||
|
color: rgb(170, 170, 170);
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .mm .weather .forcast div#temp {
|
||||||
|
margin-top: 8px;
|
||||||
|
height: 30%;
|
||||||
|
text-align: left;
|
||||||
|
color: rgb(170, 170, 170);
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .mm .weather .forcast .weekly {
|
||||||
|
position: absolute;
|
||||||
|
top: 200px;
|
||||||
|
left: 1000px;
|
||||||
|
width: 910px;
|
||||||
|
height: 190px;
|
||||||
|
background-color: rgba(0, 0, 0, 0.2);
|
||||||
|
border-bottom-left-radius: 10px;
|
||||||
|
border-bottom-right-radius: 10px;
|
||||||
|
padding: 0 0 0 10px;
|
||||||
|
color: rgb(235, 235, 235);
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .mm .weather .forcast .weekly ul {
|
||||||
|
width: 95%;
|
||||||
|
height: 100px;
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .mm .weather .forcast .weekly li {
|
||||||
|
width: 150px;
|
||||||
|
height: 90px;
|
||||||
|
font-size: 24px;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-size: contain;
|
||||||
|
background-position: right center;
|
||||||
|
filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.8));
|
||||||
|
float: left;
|
||||||
|
display: inline;
|
||||||
|
margin: 0 10px 0 10px;
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .mm .weather .forcast div#date {
|
||||||
|
height: 90%;
|
||||||
|
text-align: left;
|
||||||
|
color: rgb(170, 170, 170);
|
||||||
|
}
|
||||||
518
procentric/application/theme/HLT00001/hoteltv.app.full.mypage.css
Executable file
@@ -0,0 +1,518 @@
|
|||||||
|
.main .mypage {
|
||||||
|
position: absolute;
|
||||||
|
top: 1080px;
|
||||||
|
left: 0px;
|
||||||
|
width: 1920px;
|
||||||
|
height: 1080px;
|
||||||
|
background-color: black;
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .mypage .bg {
|
||||||
|
position: absolute;
|
||||||
|
top: 0px;
|
||||||
|
left: 0%;
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
padding: 0px;
|
||||||
|
overflow: hidden;
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .mypage .bg div#lst_mypagebg {
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .mypage .bg .owl-carousel .owl-stage-outer {
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .mypage .bg .owl-carousel .owl-stage-outer .owl-stage {
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .mypage .bg .owl-carousel .owl-stage-outer .owl-stage .owl-item {
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .mypage .bg .owl-carousel .owl-stage-outer .owl-stage .owl-item>div {
|
||||||
|
width: 1920px;
|
||||||
|
height: 1080px;
|
||||||
|
background-image: var(--bg_noplay);
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .mypage .bg .owl-carousel .owl-stage-outer .owl-stage .owl-item.movieplay>div {
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
background-image: url(tv:);
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .mypage .bg div .item {
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* STEP[#003]: Define SUB-MENU SELECTOR FRAMES */
|
||||||
|
|
||||||
|
.main .mypage .slider {
|
||||||
|
position: absolute;
|
||||||
|
top: 864px;
|
||||||
|
left: 0px;
|
||||||
|
width: 1920px;
|
||||||
|
height: 170px;
|
||||||
|
padding-top: 50px;
|
||||||
|
overflow: hidden;
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .mypage .slider div {
|
||||||
|
height: 120px;
|
||||||
|
max-height: 120px;
|
||||||
|
padding-left: 0;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
div#mp_item_title {
|
||||||
|
position: absolute;
|
||||||
|
top: 40px;
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
color: rgb(235, 235, 235);
|
||||||
|
font-size: 2.2vw;
|
||||||
|
white-space: nowrap;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
div#mp_item_icon {
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
display: block
|
||||||
|
}
|
||||||
|
|
||||||
|
div#lst_mypagebg div #mp_accomo_title {
|
||||||
|
position: absolute;
|
||||||
|
top: 165px;
|
||||||
|
left: 224px;
|
||||||
|
width: 1536px;
|
||||||
|
height: 42px;
|
||||||
|
line-height: 42px;
|
||||||
|
color: rgb(235, 235, 235);
|
||||||
|
font-size: 46px;
|
||||||
|
}
|
||||||
|
|
||||||
|
div#lst_mypagebg div #mp_accomo_title::before {
|
||||||
|
position: absolute;
|
||||||
|
content: '';
|
||||||
|
width: 48px;
|
||||||
|
height: 40px;
|
||||||
|
margin-left: -62px;
|
||||||
|
background-image: url("./images/icons/icon_mypage_title.png");
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-position: right center;
|
||||||
|
background-size: contain;
|
||||||
|
filter: drop-shadow(0 0 5px rgba(0, 0, 0, 1));
|
||||||
|
}
|
||||||
|
|
||||||
|
div#lst_mypagebg div #mp_accomo_infowin {
|
||||||
|
position: absolute;
|
||||||
|
top: 230px;
|
||||||
|
left: 160px;
|
||||||
|
width: 1600px;
|
||||||
|
height: 600px;
|
||||||
|
padding: 30px 10px 10px 10px;
|
||||||
|
color: rgb(235, 235, 235);
|
||||||
|
border: 1px solid rgb(28, 28, 28);
|
||||||
|
background-color: rgba(0, 0, 0, 0.5);
|
||||||
|
filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.9));
|
||||||
|
}
|
||||||
|
|
||||||
|
div#lst_mypagebg div #mp_accomo_infowin .accmoinf_item {
|
||||||
|
font-size: 32px;
|
||||||
|
}
|
||||||
|
|
||||||
|
div#lst_mypagebg div #mp_accomo_infowin .accmoinf_item #header {
|
||||||
|
width: 20%;
|
||||||
|
height: 50px;
|
||||||
|
text-align: right;
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
|
||||||
|
div#lst_mypagebg div #mp_accomo_infowin .accmoinf_item #value {
|
||||||
|
width: 80%;
|
||||||
|
margin-left: 50px;
|
||||||
|
}
|
||||||
|
|
||||||
|
div#lst_mypagebg div #mp_hotel_infowin {
|
||||||
|
position: absolute;
|
||||||
|
top: 664px;
|
||||||
|
left: 190px;
|
||||||
|
width: 1540px;
|
||||||
|
height: 132px;
|
||||||
|
background-color: rgba(84, 84, 84, 0.9);
|
||||||
|
padding: 10px 11px 10px 11px;
|
||||||
|
filter: drop-shadow(0 4px 5px rgba(0, 0, 0, 1));
|
||||||
|
}
|
||||||
|
|
||||||
|
div#lst_mypagebg div #mp_hotel_infowin .hotelinfo_item {
|
||||||
|
width: 32%;
|
||||||
|
height: 100%;
|
||||||
|
display: inline-block;
|
||||||
|
padding: 5px;
|
||||||
|
font-size: 20px;
|
||||||
|
color: rgb(235, 235, 235);
|
||||||
|
text-shadow: 0 0 3px rgba(0, 0, 0, 1);
|
||||||
|
}
|
||||||
|
|
||||||
|
div#lst_mypagebg div #mp_hotel_infowin .hotelinfo_item #title {
|
||||||
|
display: block;
|
||||||
|
font-size: 26px;
|
||||||
|
}
|
||||||
|
|
||||||
|
div#lst_mypagebg div #mp_hotel_infowin .hotelinfo_item #address {
|
||||||
|
position: absolute;
|
||||||
|
width: 470px;
|
||||||
|
top: 60px;
|
||||||
|
margin-left: 26px
|
||||||
|
}
|
||||||
|
|
||||||
|
div#lst_mypagebg div #mp_hotel_infowin .hotelinfo_item #address::before {
|
||||||
|
position: absolute;
|
||||||
|
content: '';
|
||||||
|
width: 30px;
|
||||||
|
height: 26px;
|
||||||
|
margin-left: -32px;
|
||||||
|
background-image: url("./images/icons/icon_place_48x48.png");
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-position: right center;
|
||||||
|
background-size: contain;
|
||||||
|
filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 1));
|
||||||
|
}
|
||||||
|
|
||||||
|
div#lst_mypagebg div #mp_hotel_infowin .hotelinfo_item #email {
|
||||||
|
position: absolute;
|
||||||
|
width: 470px;
|
||||||
|
top: 60px;
|
||||||
|
margin-left: 32px
|
||||||
|
}
|
||||||
|
|
||||||
|
div#lst_mypagebg div #mp_hotel_infowin .hotelinfo_item #email::before {
|
||||||
|
position: absolute;
|
||||||
|
content: '';
|
||||||
|
width: 30px;
|
||||||
|
height: 26px;
|
||||||
|
margin-left: -36px;
|
||||||
|
background-image: url("./images/icons/icon_cotact_email_48x48.png");
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-position: right center;
|
||||||
|
background-size: contain;
|
||||||
|
filter: drop-shadow(0 0 5px rgba(0, 0, 0, 1));
|
||||||
|
}
|
||||||
|
|
||||||
|
div#lst_mypagebg div #mp_hotel_infowin .hotelinfo_item #phone {
|
||||||
|
position: absolute;
|
||||||
|
width: 470px;
|
||||||
|
top: 90px;
|
||||||
|
margin-left: 32px
|
||||||
|
}
|
||||||
|
|
||||||
|
div#lst_mypagebg div #mp_hotel_infowin .hotelinfo_item #phone::before {
|
||||||
|
position: absolute;
|
||||||
|
content: '';
|
||||||
|
width: 30px;
|
||||||
|
height: 26px;
|
||||||
|
margin-left: -36px;
|
||||||
|
background-image: url("./images/icons/icon_contact_phone_48x48.png");
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-position: right center;
|
||||||
|
background-size: contain;
|
||||||
|
filter: drop-shadow(0 0 5px rgba(0, 0, 0, 1));
|
||||||
|
}
|
||||||
|
|
||||||
|
div#lst_mypagebg div #mp_message_title {
|
||||||
|
position: absolute;
|
||||||
|
top: 165px;
|
||||||
|
left: 224px;
|
||||||
|
width: 1536px;
|
||||||
|
height: 42px;
|
||||||
|
line-height: 42px;
|
||||||
|
color: rgb(235, 235, 235);
|
||||||
|
font-size: 46px;
|
||||||
|
}
|
||||||
|
|
||||||
|
div#lst_mypagebg div #mp_message_title::before {
|
||||||
|
position: absolute;
|
||||||
|
content: '';
|
||||||
|
width: 48px;
|
||||||
|
height: 40px;
|
||||||
|
margin-left: -62px;
|
||||||
|
background-image: url("./images/icons/icon_cotact_email_96x96.png");
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-position: right center;
|
||||||
|
background-size: contain;
|
||||||
|
filter: drop-shadow(0 0 5px rgba(0, 0, 0, 1));
|
||||||
|
}
|
||||||
|
|
||||||
|
div#lst_mypagebg div #mp_message_table {
|
||||||
|
position: absolute;
|
||||||
|
top: 230px;
|
||||||
|
left: 160px;
|
||||||
|
width: 1600px;
|
||||||
|
height: 600px;
|
||||||
|
padding: 10px 10px 10px 32px;
|
||||||
|
color: rgb(235, 235, 235);
|
||||||
|
border: 1px solid rgb(28, 28, 28);
|
||||||
|
background-color: rgba(0, 0, 0, 0.5);
|
||||||
|
filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.9));
|
||||||
|
}
|
||||||
|
|
||||||
|
div#lst_mypagebg div #mp_message_table>#mp_msg_tblhdr {
|
||||||
|
position: absolute;
|
||||||
|
width: 1580px;
|
||||||
|
font-size: 36px;
|
||||||
|
line-height: 74px;
|
||||||
|
display: block;
|
||||||
|
border-collapse: collapse;
|
||||||
|
}
|
||||||
|
|
||||||
|
div#lst_mypagebg div #mp_message_table>#mp_msg_tblhdr tr {
|
||||||
|
text-align: center;
|
||||||
|
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.65);
|
||||||
|
}
|
||||||
|
|
||||||
|
div#lst_mypagebg div #mp_message_table>#mp_msg_tblhdr tr th {
|
||||||
|
border-bottom: 5px solid rgb(94, 94, 94, 1);
|
||||||
|
}
|
||||||
|
|
||||||
|
div#lst_mypagebg div #mp_message_table>#mp_msg_tblhdr tr>#num {
|
||||||
|
width: 160px;
|
||||||
|
}
|
||||||
|
|
||||||
|
div#lst_mypagebg div #mp_message_table>#mp_msg_tblhdr tr>#title {
|
||||||
|
width: 780px;
|
||||||
|
}
|
||||||
|
|
||||||
|
div#lst_mypagebg div #mp_message_table>#mp_msg_tblhdr tr>#from {
|
||||||
|
width: 300px;
|
||||||
|
}
|
||||||
|
|
||||||
|
div#lst_mypagebg div #mp_message_table>#mp_msg_tblhdr tr>#date {
|
||||||
|
width: 280px;
|
||||||
|
}
|
||||||
|
|
||||||
|
div#lst_mypagebg div #mp_message_table>#mp_msg_tblrec {
|
||||||
|
position: absolute;
|
||||||
|
top: 90px;
|
||||||
|
width: 1580px;
|
||||||
|
height: 478px;
|
||||||
|
font-size: 32px;
|
||||||
|
overflow: auto;
|
||||||
|
display: block;
|
||||||
|
border-collapse: separate;
|
||||||
|
border-spacing: 0 16px;
|
||||||
|
text-shadow: 0 0 5px rgba(0, 0, 0, 1), 0 0 5px rgba(0, 0, 0, 1);
|
||||||
|
}
|
||||||
|
|
||||||
|
div#lst_mypagebg div #mp_message_table>#mp_msg_tblrec tbody {
|
||||||
|
position: absolute;
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
overflow-y: scroll;
|
||||||
|
}
|
||||||
|
|
||||||
|
div#lst_mypagebg div #mp_message_table>#mp_msg_tblrec tr {
|
||||||
|
line-height: 52px;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
div#lst_mypagebg div #mp_message_table>#mp_msg_tblrec tr.focus {
|
||||||
|
background-color: rgba(127, 127, 127, 0.9);
|
||||||
|
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.65);
|
||||||
|
}
|
||||||
|
|
||||||
|
div#lst_mypagebg div #mp_message_table>#mp_msg_tblrec tr td {}
|
||||||
|
|
||||||
|
div#lst_mypagebg div #mp_message_table>#mp_msg_tblrec tr>#num {
|
||||||
|
width: 160px;
|
||||||
|
padding-left: 90px;
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
div#lst_mypagebg div #mp_message_table>#mp_msg_tblrec tr>#num::before {
|
||||||
|
position: absolute;
|
||||||
|
content: '';
|
||||||
|
background-image: url(./images/icons/icon_unread_message_48x48.png);
|
||||||
|
margin-top: 6px;
|
||||||
|
width: 42px;
|
||||||
|
height: 38px;
|
||||||
|
margin-left: -64px;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-position: center;
|
||||||
|
background-size: contain;
|
||||||
|
filter: drop-shadow(0 0 4px rgb(0, 0, 0));
|
||||||
|
}
|
||||||
|
|
||||||
|
div#lst_mypagebg div #mp_message_table>#mp_msg_tblrec tr>#num.read::before {
|
||||||
|
position: absolute;
|
||||||
|
content: '';
|
||||||
|
background-image: url(./images/icons/icon_read_message_48x48.png);
|
||||||
|
margin-top: 6px;
|
||||||
|
width: 42px;
|
||||||
|
height: 38px;
|
||||||
|
margin-left: -64px;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-position: center;
|
||||||
|
background-size: contain;
|
||||||
|
filter: drop-shadow(0 0 4px rgb(0, 0, 0));
|
||||||
|
}
|
||||||
|
|
||||||
|
div#lst_mypagebg div #mp_message_table>#mp_msg_tblrec tr>#title {
|
||||||
|
width: 780px;
|
||||||
|
}
|
||||||
|
|
||||||
|
div#lst_mypagebg div #mp_message_table>#mp_msg_tblrec tr>#from {
|
||||||
|
width: 300px;
|
||||||
|
}
|
||||||
|
|
||||||
|
div#lst_mypagebg div #mp_message_table>#mp_msg_tblrec tr>#date {
|
||||||
|
width: 280px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* OWL Sub Menu Selector Container */
|
||||||
|
|
||||||
|
.main .mypage .slider .owl-carousel .owl-item.active.focus div [id*="mp_item_icon"] {
|
||||||
|
background-image: var(--icon_focus);
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .mypage .slider .owl-carousel .owl-item.active[class*="unfocus"] div [id*="mp_item_icon"] {
|
||||||
|
background-image: var(--icon_unfocus);
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .mypage .slider .owl-carousel .owl-item.active.focus div [id*="mp_item_title"] {
|
||||||
|
transform: scale(1.2);
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .mypage .slider .owl-dots {
|
||||||
|
position: absolute;
|
||||||
|
top: -50px;
|
||||||
|
width: 100%;
|
||||||
|
align-content: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
/**********************************************************************
|
||||||
|
* Replay Welcome movie
|
||||||
|
**********************************************************************/
|
||||||
|
.main .mypage .bg .owl-carousel .owl-item .ctz_mv_ctrl {
|
||||||
|
position: absolute;
|
||||||
|
top: 820px;
|
||||||
|
left: 1700px;
|
||||||
|
height: 54px;
|
||||||
|
line-height: 54px;
|
||||||
|
color: rgb(235, 235, 235);
|
||||||
|
font-size: 38px;
|
||||||
|
filter: drop-shadow(0 0 5px rgb(0, 0, 0));
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .mypage .bg .owl-carousel .owl-item.movieplay .item .ctz_mv_ctrl {
|
||||||
|
animation-delay: 4s;
|
||||||
|
animation-name: moveMypageMvCtrl;
|
||||||
|
animation-iteration-count: 1;
|
||||||
|
animation-timing-function: ease-in;
|
||||||
|
animation-fill-mode: forwards;
|
||||||
|
animation-duration: 1s;
|
||||||
|
}
|
||||||
|
|
||||||
|
@keyframes moveMypageMvCtrl {
|
||||||
|
from {
|
||||||
|
left: 1700px;
|
||||||
|
}
|
||||||
|
to {
|
||||||
|
left: 2220px
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .mypage .bg .owl-carousel .owl-item .ctz_mv_ctrl::before {
|
||||||
|
position: absolute;
|
||||||
|
content: '';
|
||||||
|
width: 128px;
|
||||||
|
height: 54px;
|
||||||
|
margin-left: -140px;
|
||||||
|
background-image: url("./images/icons/icon_btn_media_play.png");
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-position: right center;
|
||||||
|
background-size: contain;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .mypage .bg .owl-carousel .owl-item.movieplay .ctz_mv_ctrl::before {
|
||||||
|
animation-name: iconCtzMvCtrlBtn;
|
||||||
|
animation-iteration-count: 1;
|
||||||
|
animation-timing-function: ease-in;
|
||||||
|
animation-fill-mode: forwards;
|
||||||
|
animation-duration: 1s;
|
||||||
|
}
|
||||||
|
|
||||||
|
@keyframes iconCtzMvCtrlBtn {
|
||||||
|
0% {
|
||||||
|
transform: rotateX(0deg);
|
||||||
|
}
|
||||||
|
50% {
|
||||||
|
transform: rotateX(90deg);
|
||||||
|
background-image: url("./images/icons/icon_btn_media_stop.png");
|
||||||
|
}
|
||||||
|
100% {
|
||||||
|
transform: rotateX(0deg);
|
||||||
|
background-image: url("./images/icons/icon_btn_media_stop.png");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .mypage .bg .owl-carousel .owl-item .ctz_mv_ctrl::after {
|
||||||
|
content: var(--playmsg);
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .mypage .bg .owl-carousel .owl-item.movieplay .ctz_mv_ctrl::after {
|
||||||
|
animation-delay: 1s;
|
||||||
|
animation-name: msgMypageMvCtrlBtn;
|
||||||
|
animation-iteration-count: 1;
|
||||||
|
animation-timing-function: ease-in;
|
||||||
|
animation-fill-mode: forwards;
|
||||||
|
animation-duration: 2s;
|
||||||
|
}
|
||||||
|
|
||||||
|
@keyframes msgMypageMvCtrlBtn {
|
||||||
|
0% {
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
|
25% {
|
||||||
|
opacity: 0;
|
||||||
|
content: var(--stopmsg);
|
||||||
|
}
|
||||||
|
50% {
|
||||||
|
opacity: 1;
|
||||||
|
content: var(--stopmsg);
|
||||||
|
}
|
||||||
|
100% {
|
||||||
|
opacity: 1;
|
||||||
|
content: var(--stopmsg);
|
||||||
|
}
|
||||||
|
}
|
||||||
43
procentric/application/theme/HLT00001/hoteltv.app.full.news.css
Executable file
@@ -0,0 +1,43 @@
|
|||||||
|
/* 뉴스 */
|
||||||
|
|
||||||
|
.news {
|
||||||
|
position: absolute;
|
||||||
|
top: 1044px;
|
||||||
|
left: 0;
|
||||||
|
width: 100%;
|
||||||
|
height: 36px;
|
||||||
|
background-color: rgba(19, 21, 23, 0.6);
|
||||||
|
filter: drop-shadow(0 -10px 5px rgba(0, 0, 0, 0.5));
|
||||||
|
display: none;
|
||||||
|
z-index: 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
.news>.title {
|
||||||
|
position: absolute;
|
||||||
|
width: 160px;
|
||||||
|
color: rgb(235, 235, 235);
|
||||||
|
font-size: 32px;
|
||||||
|
line-height: 32px;
|
||||||
|
text-align: center;
|
||||||
|
border: solid rgba(0, 0, 0, 0.5);
|
||||||
|
margin: 0 20px 0 20px;
|
||||||
|
background-color: rgba(128, 128, 128, 0.3);
|
||||||
|
}
|
||||||
|
|
||||||
|
.news>.newsctz {
|
||||||
|
padding: 0;
|
||||||
|
margin: 8px 0 0 200px;
|
||||||
|
color: rgb(165, 175, 185);
|
||||||
|
}
|
||||||
|
|
||||||
|
.news>.newsctz #hoteltv-news-ticker li {
|
||||||
|
font-size: 26px;
|
||||||
|
line-height: 24px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.news>.newsctz #hoteltv-news-ticker li img {
|
||||||
|
height: 34px;
|
||||||
|
vertical-align: top;
|
||||||
|
/* padding: 3px 10px 10px 0; */
|
||||||
|
object-fit: cover;
|
||||||
|
}
|
||||||
2966
procentric/application/theme/HLT00001/hoteltv.app.full.popup.css
Executable file
174
procentric/application/theme/HLT00001/hoteltv.app.full.sm.css
Executable file
@@ -0,0 +1,174 @@
|
|||||||
|
.main .sub {
|
||||||
|
position: absolute;
|
||||||
|
top: 1080px;
|
||||||
|
left: 0px;
|
||||||
|
width: 1920px;
|
||||||
|
height: 1080px;
|
||||||
|
background-color: black;
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .sub .bg {
|
||||||
|
position: absolute;
|
||||||
|
top: 0px;
|
||||||
|
left: 0%;
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
padding: 0px;
|
||||||
|
overflow: hidden;
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .sub .bg div#lst_smbg {
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .sub .bg .owl-carousel .owl-stage-outer {
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .sub .bg .owl-carousel .owl-stage-outer .owl-stage {
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .sub .bg .owl-carousel .owl-stage-outer .owl-stage .owl-item {
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .sub .bg div .item {
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* STEP[#003]: Define SUB-MENU SELECTOR FRAMES */
|
||||||
|
|
||||||
|
.main .sub .slider {
|
||||||
|
position: absolute;
|
||||||
|
top: 864px;
|
||||||
|
left: 0px;
|
||||||
|
width: 1920px;
|
||||||
|
height: 170px;
|
||||||
|
padding-top: 50px;
|
||||||
|
overflow: hidden;
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .sub .slider div {
|
||||||
|
height: 120px;
|
||||||
|
max-height: 120px;
|
||||||
|
padding-left: 0;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
div#sm_item_title {
|
||||||
|
position: absolute;
|
||||||
|
top: 40px;
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
color: rgb(235, 235, 235);
|
||||||
|
/* font-size: 2.2vw; */
|
||||||
|
font-size: 34px;
|
||||||
|
white-space: nowrap;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
div#sm_item_icon {
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
display: block
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* OWL Sub Menu Selector Container */
|
||||||
|
|
||||||
|
.main .sub .slider .owl-carousel .owl-item.active.focus div [id*="sm_item_icon"] {
|
||||||
|
background-image: var(--icon_focus);
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .sub .slider .owl-carousel .owl-item.active[class*="unfocus"] div [id*="sm_item_icon"] {
|
||||||
|
background-image: var(--icon_unfocus);
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .sub .slider .owl-carousel .owl-item.active.focus div [id*="sm_item_title"] {
|
||||||
|
transform: scale(1.2);
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .sub .slider .owl-dots {
|
||||||
|
position: absolute;
|
||||||
|
top: -50px;
|
||||||
|
width: 100%;
|
||||||
|
align-content: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .sub .slider .owl-dots .owl-dot span {
|
||||||
|
width: 20px;
|
||||||
|
height: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .sub .slider .owl-dots .owl-dot.active span {
|
||||||
|
background: rgb(255, 192, 0);
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .sub .bg .bg_ctz_thumb_frame {
|
||||||
|
position: absolute;
|
||||||
|
top: 130px;
|
||||||
|
left: 1550px;
|
||||||
|
width: 360px;
|
||||||
|
height: 734px;
|
||||||
|
line-height: 50px;
|
||||||
|
background-color: rgba(0, 0, 0, 0.7);
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .sub .bg .bg_ctz_thumb_frame #bg_ctz_thumb_item {
|
||||||
|
width: 320px;
|
||||||
|
height: 180px;
|
||||||
|
float: left;
|
||||||
|
margin: 10px 20px 10px 20px;
|
||||||
|
/* filter: drop-shadow(0 0 10px rgba(235, 235, 235, 0.9));
|
||||||
|
border-radius: 6px; */
|
||||||
|
text-align: center;
|
||||||
|
line-height: 50px;
|
||||||
|
font-size: 20px;
|
||||||
|
color: rgb(235, 235, 235);
|
||||||
|
border: 1px solid rgb(160, 160, 160);
|
||||||
|
display: inline;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .sub .bg .bg_ctz_thumb_frame #bg_ctz_thumb_title {
|
||||||
|
font-size: 30px;
|
||||||
|
margin-left: 20px;
|
||||||
|
color: rgb(235, 235, 235);
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .sub .bg .bg_ctz_thumb_frame #bg_ctz_thumb_morenotice {
|
||||||
|
font-size: 22px;
|
||||||
|
margin: 20px 5px 10px 20px;
|
||||||
|
line-height: 25px;
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
color: rgb(181, 218, 16);
|
||||||
|
animation: bg_ctz_thumb_morenotice_blinker 2s linear infinite;
|
||||||
|
}
|
||||||
|
|
||||||
|
@keyframes bg_ctz_thumb_morenotice_blinker {
|
||||||
|
50% {
|
||||||
|
color: rgb(235, 235, 235);
|
||||||
|
}
|
||||||
|
}
|
||||||
352
procentric/application/theme/HLT00001/hoteltv.app.full.tv.css
Executable file
@@ -0,0 +1,352 @@
|
|||||||
|
/* TV Menu */
|
||||||
|
|
||||||
|
.main .tv {
|
||||||
|
position: absolute;
|
||||||
|
top: 1080px;
|
||||||
|
left: 0px;
|
||||||
|
width: 1920px;
|
||||||
|
height: 1080px;
|
||||||
|
background: url(tv:);
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .tv .bg {
|
||||||
|
position: absolute;
|
||||||
|
top: 0px;
|
||||||
|
left: 0%;
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
padding: 0px;
|
||||||
|
background: url(tv:);
|
||||||
|
/* background: url(https://cropper.watch.aetnd.com/public-content-aetn.video.aetnd.com/video-thumbnails/AETN-History_VMS/21/200/tdih-jun01-HD.jpg); */
|
||||||
|
overflow: hidden;
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
/************************************************************/
|
||||||
|
/* TV CATEGORY FRAME STYLE [ START ] */
|
||||||
|
/************************************************************/
|
||||||
|
.main .tv .bg #lst_tvCtgyFrm {
|
||||||
|
position: relative;
|
||||||
|
top: 0%;
|
||||||
|
left: 37%;
|
||||||
|
max-width: 26%;
|
||||||
|
width: 26%;
|
||||||
|
height: 50px;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
/* background-color: red; */
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .tv .bg #lst_tvCtgyFrm .owl-stage-outer {
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .tv .bg #lst_tvCtgyFrm .owl-stage-outer .owl-stage{
|
||||||
|
width: 100%;
|
||||||
|
height: 50px;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .tv .bg #lst_tvCtgyFrm .owl-stage-outer .owl-stage .owl-item .item {
|
||||||
|
background-color: rgba(0, 0, 0, 0.4); */
|
||||||
|
/* filter: drop-shadow(0 0 10px rgba(0, 0, 0, 1)); */
|
||||||
|
border: solid rgb(137, 139, 129);
|
||||||
|
/* border-radius: 10px; */
|
||||||
|
/* background: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 50%, rgba(120, 120, 120, 0.7) 70%, rgba(0, 0, 0, 0.7) 85%); */
|
||||||
|
/* border-color: rgba(230,230,230,0.3) transparent transparent transparent; */
|
||||||
|
/* border-width: 50px 50px 0 0; */
|
||||||
|
/* box-sizing: border-box; */
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .tv .bg #lst_tvCtgyFrm .item #tvctg_title {
|
||||||
|
line-height: 50px;
|
||||||
|
/* padding: 0 0 0 10px; */
|
||||||
|
/* margin: 0 0 0px 10px; */
|
||||||
|
font-size: 40px;
|
||||||
|
text-align: center;
|
||||||
|
vertical-align: middle;
|
||||||
|
color: rgb(235, 235, 235);
|
||||||
|
white-space: nowrap;
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
/************************************************************/
|
||||||
|
/* TV CATEGORY FRAME STYLE [ END ] */
|
||||||
|
/************************************************************/
|
||||||
|
|
||||||
|
|
||||||
|
/************************************************************/
|
||||||
|
/* TV CHANNEL FRAME STYLE [ START ] */
|
||||||
|
/************************************************************/
|
||||||
|
.main .tv .bg .chFrm {
|
||||||
|
position: absolute;
|
||||||
|
top: 82%;
|
||||||
|
left: 0 px;
|
||||||
|
width: 100%;
|
||||||
|
height: 134px;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
color: rgba(245,245,245,1.0);
|
||||||
|
background-color: rgba(0,0,0,0.8);
|
||||||
|
display: flex;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .tv .bg .chFrm .chLogo {
|
||||||
|
width: 15%;
|
||||||
|
height: 100%;
|
||||||
|
margin: 0;
|
||||||
|
padding: 10px 10px 10px 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .tv .bg .chFrm .chLogo #icon{
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-color: rgba(255,255,255,1);
|
||||||
|
background-size: contain;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-position: center center;
|
||||||
|
border-radius: 10px;
|
||||||
|
border: 2px solid rgb(67, 82, 105);
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .tv .bg .chFrm .chNum {
|
||||||
|
width: 10%;
|
||||||
|
height: 100%;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .tv .bg .chFrm .chNum #arrow_up{
|
||||||
|
padding: 0;
|
||||||
|
width: 22px;
|
||||||
|
height: 22px;
|
||||||
|
margin: 10px 0 0 86px;
|
||||||
|
transform: rotate(-45deg) skew(15deg, 15deg);
|
||||||
|
border-top: 5px #fff solid;
|
||||||
|
border-right: 5px #fff solid;
|
||||||
|
/* text-align: center; */
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .tv .bg .chFrm .chNum #number{
|
||||||
|
width: 100%;
|
||||||
|
height: 48%;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
line-height: 64px;
|
||||||
|
font-size: 48px;
|
||||||
|
text-align: center;
|
||||||
|
vertical-align: middle;
|
||||||
|
display: block;
|
||||||
|
/* background-color: red; */
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .tv .bg .chFrm .chNum #arrow_down{
|
||||||
|
width: 22px;
|
||||||
|
height: 22px;
|
||||||
|
margin: 0px 0 0 86px;
|
||||||
|
transform: rotate(135deg) skew(15deg, 15deg);
|
||||||
|
border-top: 5px #fff solid;
|
||||||
|
border-right: 5px #fff solid;
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .tv .bg .chFrm .chDesc {
|
||||||
|
width: 75%;
|
||||||
|
height: 100%;
|
||||||
|
margin: 0;
|
||||||
|
padding: 5px 0px 5px 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .tv .bg .chFrm .chDesc #epg_chname{
|
||||||
|
width: 100%;
|
||||||
|
height: 34px;
|
||||||
|
line-height: 34px;
|
||||||
|
font-size: 30px;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .tv .bg .chFrm .chDesc #epg_title{
|
||||||
|
width: 100%;
|
||||||
|
height: 60px;
|
||||||
|
line-height: 60px;
|
||||||
|
font-size: 50px;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
white-space: nowrap;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .tv .bg .chFrm .chDesc #epg_details{
|
||||||
|
width: 100%;
|
||||||
|
height: 28px;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
display: flex;
|
||||||
|
line-height: 28px;
|
||||||
|
font-size: 20px;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .tv .bg .chFrm .chDesc #epg_details #tm_current{
|
||||||
|
width: 20%;
|
||||||
|
height: 100%;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .tv .bg .chFrm .chDesc #epg_details #tm_playing{
|
||||||
|
width: 20%;
|
||||||
|
height: 100%;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .tv .bg .chFrm .chDesc #epg_details #tm_chart{
|
||||||
|
width: 58%;
|
||||||
|
height: 86%;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
background-color: rgba(80,80,80,0.8);
|
||||||
|
border-radius: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .tv .bg .chFrm .chDesc #epg_details #tm_chart .progress{
|
||||||
|
margin: 5px 5px 0px 5px;
|
||||||
|
/* padding: 14px 0px 0px 0px; */
|
||||||
|
height: 14px;
|
||||||
|
/* vertical-align: middle; */
|
||||||
|
background-color: rgba(245,245,245,0.8);
|
||||||
|
border-radius: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/************************************************************/
|
||||||
|
/* TV CHANNEL FRAME STYLE [ END ] */
|
||||||
|
/************************************************************/
|
||||||
|
|
||||||
|
/************************************************************/
|
||||||
|
/* TV SHORTCUT STYLE [ START ] */
|
||||||
|
/************************************************************/
|
||||||
|
.main .tv .shortcut_mode0 {
|
||||||
|
position: absolute;
|
||||||
|
top: 3%;
|
||||||
|
left: 87%;
|
||||||
|
width: 12%;
|
||||||
|
height: 72px;
|
||||||
|
/* background: rgba(0, 0, 0, 0.7); */
|
||||||
|
/* background-color: red; */
|
||||||
|
background-color: rgba(0, 0, 0, 0.8);
|
||||||
|
padding: 0px 0px 0px 0px;
|
||||||
|
border-top: 5px solid rgb(40, 40, 40);
|
||||||
|
border-bottom: 5px solid rgb(40, 40, 40);
|
||||||
|
display: none;
|
||||||
|
font-size: 52px;
|
||||||
|
line-height: 62px;
|
||||||
|
color: rgb(245,245,245);
|
||||||
|
text-align: center;
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.main .tv .shortcut_mode1 {
|
||||||
|
position: absolute;
|
||||||
|
top: 18%;
|
||||||
|
left: 75%;
|
||||||
|
width: 440px;
|
||||||
|
height: 230px;
|
||||||
|
background: rgba(0, 0, 0, 0.7);
|
||||||
|
padding: 20px 6px 20px 6px;
|
||||||
|
border-top: 5px solid rgba(0,0,0,0.7);
|
||||||
|
border-bottom: 5px solid rgba(0,0,0,0.7);
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .tv .shortcut_mode1 div#suggestion {
|
||||||
|
position: absolute;
|
||||||
|
width: 100%;
|
||||||
|
height: 84%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .tv .shortcut_mode1 div#suggestion table {
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
/* padding: 3px 0px 3px 0px; */
|
||||||
|
border-collapse: collapse;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .tv .shortcut_mode1 .ch_list>#record {
|
||||||
|
position: absolute;
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
color: rgba(240,240,240,1);
|
||||||
|
overflow: scroll;
|
||||||
|
padding: 14px 0px 0px 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .tv .shortcut_mode1 .ch_list>#record tr {
|
||||||
|
width: 96%;
|
||||||
|
display: block;
|
||||||
|
float: left;
|
||||||
|
padding: 5px 0px 5px 0px;
|
||||||
|
border-bottom: 1px solid rgb(67, 82, 105);
|
||||||
|
border-top: 1px solid rgb(67, 82, 105);
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .tv .shortcut_mode1 .ch_list>#record tr.active {
|
||||||
|
color:rgb(255, 192, 0);
|
||||||
|
background-color: rgba(0,0,0,0.6);
|
||||||
|
border-top: 2px solid rgb(255, 192, 0);
|
||||||
|
border-bottom: 2px solid rgb(255, 192, 0);
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .tv .shortcut_mode1 .ch_list>#record tr>.scitem {
|
||||||
|
font-size: 40px;
|
||||||
|
line-height: 1;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .tv .shortcut_mode1 .ch_list>#record tr>.scitem>#logo {
|
||||||
|
width: 24%;
|
||||||
|
height: 40px;
|
||||||
|
/* height: 100%; */
|
||||||
|
float: left;
|
||||||
|
background-color: rgba(235,235,235,1);
|
||||||
|
background-size: contain;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-position: center center;
|
||||||
|
border-radius: 10px;
|
||||||
|
border: 2px solid rgb(67, 82, 105);
|
||||||
|
/* margin: 1%; */
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .tv .shortcut_mode1 .ch_list>#record tr>.scitem>#num {
|
||||||
|
width: 18%;
|
||||||
|
float: left;
|
||||||
|
text-align: center;
|
||||||
|
/* margin: 4px 0px 1px 0px; */
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main .tv .shortcut_mode1 .ch_list>#record tr>.scitem>#title {
|
||||||
|
width: 54%;
|
||||||
|
float: left;
|
||||||
|
text-align: center;
|
||||||
|
white-space: nowrap;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
overflow: hidden;
|
||||||
|
/* margin: 4px 0px 1px 0px; */
|
||||||
|
}
|
||||||
|
|
||||||
|
/************************************************************/
|
||||||
|
/* TV SHORTCUT STYLE [ END ] */
|
||||||
|
/************************************************************/
|
||||||
144
procentric/application/theme/HLT00001/hoteltv.app.full.widjet.css
Executable file
@@ -0,0 +1,144 @@
|
|||||||
|
/* STEP[#003]: Define WIDGET FRAMES */
|
||||||
|
|
||||||
|
.widjet {
|
||||||
|
position: absolute;
|
||||||
|
top: 0px;
|
||||||
|
left: 0px;
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
padding: 0px;
|
||||||
|
overflow: hidden;
|
||||||
|
display: none;
|
||||||
|
text-shadow: 0 0 10px rgba(68, 68, 68, 1), 0 0 20px rgba(10, 175, 230, 0);
|
||||||
|
z-index: 2;
|
||||||
|
}
|
||||||
|
|
||||||
|
.widjet .top {
|
||||||
|
position: absolute;
|
||||||
|
top: 0px;
|
||||||
|
left: 0px;
|
||||||
|
width: 100%;
|
||||||
|
height: 100px;
|
||||||
|
/* background-color: rgba(0, 0, 0, 0.5); */
|
||||||
|
/* filter: drop-shadow(0 0px 5px rgba(0, 0, 0, 1)); */
|
||||||
|
padding: 0px;
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* SETP[#003-1]: Hotel Logo */
|
||||||
|
|
||||||
|
.widjet .top .hotellogo {
|
||||||
|
position: absolute;
|
||||||
|
width: 300px;
|
||||||
|
height: 80px;
|
||||||
|
background-image: none;
|
||||||
|
background-size: contain;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-position: center center;
|
||||||
|
margin: 10px 0 4px 10px;
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* SETP[#003-2]: Message */
|
||||||
|
|
||||||
|
.widjet .top .message {
|
||||||
|
position: absolute;
|
||||||
|
top: -11px;
|
||||||
|
left: 1618px;
|
||||||
|
height: 100px;
|
||||||
|
/* float: left; */
|
||||||
|
display: block;
|
||||||
|
padding: 24px 10px 10px 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.widjet .top .message #unread_cnt {
|
||||||
|
/* position: relative; */
|
||||||
|
width: 66px;
|
||||||
|
height: 100%;
|
||||||
|
float: left;
|
||||||
|
background-image: url(images/icons/icon_widjet_top_message_cnt.png);
|
||||||
|
background-size: contain;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
padding: 4px 0px 0px 0px;
|
||||||
|
vertical-align: middle;
|
||||||
|
color: rgb(235, 235, 235);
|
||||||
|
font-size: 46px;
|
||||||
|
line-height: 52px;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* SETP[#003-3]: Weather */
|
||||||
|
|
||||||
|
.widjet .top .weather {
|
||||||
|
position: absolute;
|
||||||
|
top: -11px;
|
||||||
|
left: 1370px;
|
||||||
|
height: 100px;
|
||||||
|
float: left;
|
||||||
|
background-image: none;
|
||||||
|
background-size: contain;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
display: block;
|
||||||
|
margin: 7px 0px 0px 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.widjet .top .weather #icon {
|
||||||
|
position: relative;
|
||||||
|
/* top: -10px; */
|
||||||
|
left: 16px;
|
||||||
|
width: 100px;
|
||||||
|
height: 100%;
|
||||||
|
float: left;
|
||||||
|
background-image: none;
|
||||||
|
background-size: contain;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
justify-content: center;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
filter: drop-shadow(0 0px 5px rgba(0, 0, 0, 0.5));
|
||||||
|
}
|
||||||
|
|
||||||
|
.widjet .top .weather #temp {
|
||||||
|
position: relative;
|
||||||
|
left: 14px;
|
||||||
|
float: left;
|
||||||
|
font-size: 60px;
|
||||||
|
line-height: 100px;
|
||||||
|
vertical-align: middle;
|
||||||
|
color: rgb(235, 235, 235);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* SETP[#003-4]: Date&Time */
|
||||||
|
|
||||||
|
.widjet .top .datetime {
|
||||||
|
position: absolute;
|
||||||
|
left: 1630px;
|
||||||
|
width: 270px;
|
||||||
|
height: 60px;
|
||||||
|
margin: 10px 30px 10px 0;
|
||||||
|
color: rgb(235, 235, 235);
|
||||||
|
}
|
||||||
|
|
||||||
|
.widjet .top .datetime p {
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.widjet .top .datetime .time {
|
||||||
|
font-size: 52px;
|
||||||
|
line-height: 52px;
|
||||||
|
padding: 5px 0;
|
||||||
|
text-align: right;
|
||||||
|
/* -webkit-text-stroke: 1px rgb(64,64,64); */
|
||||||
|
}
|
||||||
|
|
||||||
|
.widjet .top .datetime .date {
|
||||||
|
letter-spacing: 0.1em;
|
||||||
|
font-size: 24px;
|
||||||
|
line-height: 24px;
|
||||||
|
text-align: right;
|
||||||
|
}
|
||||||
159
procentric/application/theme/HLT00001/hoteltv.welcome.css
Executable file
@@ -0,0 +1,159 @@
|
|||||||
|
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;
|
||||||
|
}
|
||||||
BIN
procentric/application/theme/HLT00001/images/bg_language_welcome_box.png
Executable file
|
After Width: | Height: | Size: 4.4 KiB |
BIN
procentric/application/theme/HLT00001/images/bg_message_cream-paper.png
Executable file
|
After Width: | Height: | Size: 12 KiB |
BIN
procentric/application/theme/HLT00001/images/bg_message_detail.png
Executable file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
procentric/application/theme/HLT00001/images/bt_language_tab_focus.png
Executable file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
procentric/application/theme/HLT00001/images/bt_language_tab_unfocus.png
Executable file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
procentric/application/theme/HLT00001/images/bt_skip_ch01.png
Executable file
|
After Width: | Height: | Size: 4.0 KiB |
BIN
procentric/application/theme/HLT00001/images/bt_skip_ch02.png
Executable file
|
After Width: | Height: | Size: 4.1 KiB |
BIN
procentric/application/theme/HLT00001/images/bt_skip_en.png
Executable file
|
After Width: | Height: | Size: 3.9 KiB |
BIN
procentric/application/theme/HLT00001/images/bt_skip_jp.png
Executable file
|
After Width: | Height: | Size: 4.1 KiB |
BIN
procentric/application/theme/HLT00001/images/bt_skip_ko.png
Executable file
|
After Width: | Height: | Size: 3.9 KiB |
BIN
procentric/application/theme/HLT00001/images/hoteltv_service_error.png
Executable file
|
After Width: | Height: | Size: 18 KiB |
BIN
procentric/application/theme/HLT00001/images/hoteltv_service_preparing.png
Executable file
|
After Width: | Height: | Size: 20 KiB |
BIN
procentric/application/theme/HLT00001/images/hoteltv_service_preparing_joson.jpg
Executable file
|
After Width: | Height: | Size: 64 KiB |
BIN
procentric/application/theme/HLT00001/images/icon_brochure_next.png
Executable file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
procentric/application/theme/HLT00001/images/icon_brochure_prev.png
Executable file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
procentric/application/theme/HLT00001/images/icons/icon_btn_back.png
Executable file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
procentric/application/theme/HLT00001/images/icons/icon_btn_media_play.png
Executable file
|
After Width: | Height: | Size: 2.6 KiB |
BIN
procentric/application/theme/HLT00001/images/icons/icon_btn_media_stop.png
Executable file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
procentric/application/theme/HLT00001/images/icons/icon_btn_movie_play.png
Executable file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
procentric/application/theme/HLT00001/images/icons/icon_contact_phone_48x48.png
Executable file
|
After Width: | Height: | Size: 399 B |
BIN
procentric/application/theme/HLT00001/images/icons/icon_contact_phone_96x96.png
Executable file
|
After Width: | Height: | Size: 756 B |
BIN
procentric/application/theme/HLT00001/images/icons/icon_cotact_email_48x48.png
Executable file
|
After Width: | Height: | Size: 308 B |
BIN
procentric/application/theme/HLT00001/images/icons/icon_cotact_email_96x96.png
Executable file
|
After Width: | Height: | Size: 557 B |
BIN
procentric/application/theme/HLT00001/images/icons/icon_humidity.png
Executable file
|
After Width: | Height: | Size: 2.2 KiB |
BIN
procentric/application/theme/HLT00001/images/icons/icon_loading_256x256.png
Executable file
|
After Width: | Height: | Size: 9.3 KiB |
BIN
procentric/application/theme/HLT00001/images/icons/icon_mypage_title.png
Executable file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
procentric/application/theme/HLT00001/images/icons/icon_place_48x48.png
Executable file
|
After Width: | Height: | Size: 429 B |
BIN
procentric/application/theme/HLT00001/images/icons/icon_place_96x96.png
Executable file
|
After Width: | Height: | Size: 785 B |
BIN
procentric/application/theme/HLT00001/images/icons/icon_read_message_48x48.png
Executable file
|
After Width: | Height: | Size: 506 B |
BIN
procentric/application/theme/HLT00001/images/icons/icon_unread_message_48x48.png
Executable file
|
After Width: | Height: | Size: 308 B |
|
After Width: | Height: | Size: 1.7 KiB |
BIN
procentric/application/theme/HLT00001/images/icons/icon_wind.png
Executable file
|
After Width: | Height: | Size: 5.7 KiB |
BIN
procentric/application/theme/HLT00001/images/quantity_edit_arrow.png
Executable file
|
After Width: | Height: | Size: 2.2 KiB |
@@ -5,9 +5,7 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
/* background-image: url(./images/hoteltv_service_preparing.png); */
|
background-image: url(../images/hoteltv_service_preparing_joson.jpg);
|
||||||
background-image: url(/procentric/application/images/hoteltv_service_preparing_joson.jpg);
|
|
||||||
/* background-image: url(/procentric/application/images/hoteltv_service_preparing.png); */
|
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3,10 +3,10 @@
|
|||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<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/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">
|
||||||
<title>CENTIRM LG-PROCENTRIC HOTEL SERVICE</title>
|
<title>CENTIRM LG-PROCENTRIC HOTEL SERVICE</title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
@@ -67,25 +67,25 @@
|
|||||||
|
|
||||||
|
|
||||||
<!-- 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/xml2json.js"></script>
|
<script src="./lib/xml2json.js"></script>
|
||||||
<script src="/procentric/application/lib/spatial_navigation.js"></script>
|
<script src="./lib/spatial_navigation.js"></script>
|
||||||
<script src="/procentric/application/lib/owl.carousel.js"></script>
|
<script src="./lib/owl.carousel.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_welcome.js"></script>
|
<script src="./lib/hoteltv.ui_welcome.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>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
window.addEventListener('cached', function() {
|
window.addEventListener('cached', function() {
|
||||||
@@ -95,7 +95,7 @@
|
|||||||
window.addEventListener('load', function() {
|
window.addEventListener('load', function() {
|
||||||
console.log("loading");
|
console.log("loading");
|
||||||
HotelTV.state = JSON.parse(sessionStorage.getItem("state"));
|
HotelTV.state = JSON.parse(sessionStorage.getItem("state"));
|
||||||
$('head:first').append('<link rel="stylesheet" type="text/css" href="/procentric/application/theme/' + HotelTV.state['theme_root'] + '/hoteltv.welcome.css" />');
|
$('head:first').append('<link rel="stylesheet" type="text/css" href="./theme/' + HotelTV.state['theme_root'] + '/hoteltv.welcome.css" />');
|
||||||
HotelTV.LoadWelCome();
|
HotelTV.LoadWelCome();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<XAIT>
|
<XAIT>
|
||||||
<versionNumber>4</versionNumber>
|
<versionNumber>27</versionNumber>
|
||||||
<AbstractService>
|
<AbstractService>
|
||||||
<svcName>Pro:Centric App</svcName>
|
<svcName>Pro:Centric App</svcName>
|
||||||
<svcId>0x1204</svcId>
|
<svcId>0x1204</svcId>
|
||||||
@@ -16,10 +16,15 @@
|
|||||||
<controlCode>AUTOSTART</controlCode>
|
<controlCode>AUTOSTART</controlCode>
|
||||||
<visibility>NOT_VISIBLE_USERS</visibility>
|
<visibility>NOT_VISIBLE_USERS</visibility>
|
||||||
<priority>255</priority>
|
<priority>255</priority>
|
||||||
<version>7</version>
|
<version>27</version>
|
||||||
</applicationDescriptor>
|
</applicationDescriptor>
|
||||||
<HcapDescriptor>
|
<HcapDescriptor>
|
||||||
<url>http://10.20.0.2:8880/procentric/application/index.html</url>
|
<url>http://10.20.0.2:8880/procentric/application/application.zip</url>
|
||||||
|
<applicationStructure>
|
||||||
|
<baseDirectory>/</baseDirectory>
|
||||||
|
<classpathExtension>/</classpathExtension>
|
||||||
|
<initialClass>index.html</initialClass>
|
||||||
|
</applicationStructure>
|
||||||
</HcapDescriptor>
|
</HcapDescriptor>
|
||||||
</Application>
|
</Application>
|
||||||
</ApplicationList>
|
</ApplicationList>
|
||||||
|
|||||||
32
procentric/application/xait.xml.localstorage
Executable file
@@ -0,0 +1,32 @@
|
|||||||
|
<XAIT>
|
||||||
|
<versionNumber>25</versionNumber>
|
||||||
|
<AbstractService>
|
||||||
|
<svcName>Pro:Centric App</svcName>
|
||||||
|
<svcId>0x1204</svcId>
|
||||||
|
<isAutoSelect>true</isAutoSelect>
|
||||||
|
<ApplicationList>
|
||||||
|
<Application>
|
||||||
|
<appName>CT-HotelIPTV</appName>
|
||||||
|
<applicationIdentifier>
|
||||||
|
<orgId>1</orgId>
|
||||||
|
<appId>1</appId>
|
||||||
|
</applicationIdentifier>
|
||||||
|
<applicationDescriptor>
|
||||||
|
<type>Hcap-h</type>
|
||||||
|
<controlCode>AUTOSTART</controlCode>
|
||||||
|
<visibility>NOT_VISIBLE_USERS</visibility>
|
||||||
|
<priority>255</priority>
|
||||||
|
<version>25</version>
|
||||||
|
</applicationDescriptor>
|
||||||
|
<HcapDescriptor>
|
||||||
|
<url>http://10.20.0.2:8880/procentric/application/application.zip</url>
|
||||||
|
<applicationStructure>
|
||||||
|
<baseDirectory>/</baseDirectory>
|
||||||
|
<classpathExtension>/</classpathExtension>
|
||||||
|
<initialClass>index.html</initialClass>
|
||||||
|
</applicationStructure>
|
||||||
|
</HcapDescriptor>
|
||||||
|
</Application>
|
||||||
|
</ApplicationList>
|
||||||
|
</AbstractService>
|
||||||
|
</XAIT>
|
||||||
27
procentric/application/xait.xml.online
Executable file
@@ -0,0 +1,27 @@
|
|||||||
|
<XAIT>
|
||||||
|
<versionNumber>5</versionNumber>
|
||||||
|
<AbstractService>
|
||||||
|
<svcName>Pro:Centric App</svcName>
|
||||||
|
<svcId>0x1204</svcId>
|
||||||
|
<isAutoSelect>true</isAutoSelect>
|
||||||
|
<ApplicationList>
|
||||||
|
<Application>
|
||||||
|
<appName>CT-HotelIPTV</appName>
|
||||||
|
<applicationIdentifier>
|
||||||
|
<orgId>1</orgId>
|
||||||
|
<appId>1</appId>
|
||||||
|
</applicationIdentifier>
|
||||||
|
<applicationDescriptor>
|
||||||
|
<type>Hcap-h</type>
|
||||||
|
<controlCode>AUTOSTART</controlCode>
|
||||||
|
<visibility>NOT_VISIBLE_USERS</visibility>
|
||||||
|
<priority>255</priority>
|
||||||
|
<version>8</version>
|
||||||
|
</applicationDescriptor>
|
||||||
|
<HcapDescriptor>
|
||||||
|
<url>http://10.20.0.2:8880/procentric/application/index.html</url>
|
||||||
|
</HcapDescriptor>
|
||||||
|
</Application>
|
||||||
|
</ApplicationList>
|
||||||
|
</AbstractService>
|
||||||
|
</XAIT>
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
<service>
|
<service>
|
||||||
<setup>
|
<setup>
|
||||||
<versionNumber>100</versionNumber>
|
<versionNumber>3</versionNumber>
|
||||||
<modelName>65UR762H0NC</modelName>
|
<modelName>65UR762H0NC</modelName>
|
||||||
<priority>NORMAL</priority>
|
<priority>NORMAL</priority>
|
||||||
<content>
|
<content>
|
||||||
@@ -12,12 +12,32 @@
|
|||||||
</content>
|
</content>
|
||||||
</setup>
|
</setup>
|
||||||
<setup>
|
<setup>
|
||||||
<versionNumber>13</versionNumber>
|
<versionNumber>2</versionNumber>
|
||||||
|
<modelName>65US761H0ND</modelName>
|
||||||
|
<priority>NORMAL</priority>
|
||||||
|
<content>
|
||||||
|
<type>EPK_FIRMWARE</type>
|
||||||
|
<data>starfish-atsc-secured-k6hp-41.242.japoon4hotel.k6hp-41-04.44.00_prodkey_nsu_V3_SECURED.epk</data>
|
||||||
|
<frequency>0</frequency>
|
||||||
|
<programNum>0</programNum>
|
||||||
|
<cTag>0</cTag>
|
||||||
|
</content>
|
||||||
|
</setup>
|
||||||
|
<setup>
|
||||||
|
<versionNumber>4</versionNumber>
|
||||||
<modelName>49US761H0ND</modelName>
|
<modelName>49US761H0ND</modelName>
|
||||||
<priority>NORMAL</priority>
|
<priority>NORMAL</priority>
|
||||||
<content>
|
<content>
|
||||||
<type>EPK_FIRMWARE</type>
|
<type>EPK_FIRMWARE</type>
|
||||||
<data>starfish-atsc-secured-k6hp-41.242.japoon4hotel.k6hp-78-04.47.70_prodkey_nsu_V3_SECURED.epk</data>
|
<data>starfish-atsc-secured-k6hp-41.242.japoon4hotel.k6hp-94-04.49.30_prodkey_nsu_V3_SECURED.epk</data>
|
||||||
|
<frequency>0</frequency>
|
||||||
|
<programNum>0</programNum>
|
||||||
|
<cTag>0</cTag>
|
||||||
|
</content>
|
||||||
|
<!-- FOR PTC F/W -->
|
||||||
|
<content>
|
||||||
|
<type>PTC_FIRMWARE</type>
|
||||||
|
<data>xxUS761H0ND_v8.00.088.txt</data>
|
||||||
<frequency>0</frequency>
|
<frequency>0</frequency>
|
||||||
<programNum>0</programNum>
|
<programNum>0</programNum>
|
||||||
<cTag>0</cTag>
|
<cTag>0</cTag>
|
||||||
|
|||||||