Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9da17b7835 | ||
|
|
6979da71d4 | ||
|
|
8b847aaea2 | ||
|
|
5c5f58defc | ||
|
|
0589fe80ab |
@@ -13,19 +13,6 @@ body {
|
|||||||
z-index: 1;
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.startup {
|
|
||||||
top: 0px;
|
|
||||||
left: 0px;
|
|
||||||
position: absolute;
|
|
||||||
width: 100%;
|
|
||||||
height: 100%;
|
|
||||||
padding: 0px;
|
|
||||||
/* background-image: url(./images/hoteltv_service_preparing.png); */
|
|
||||||
background-image: url(./images/hoteltv_service_preparing_joson.jpg);
|
|
||||||
background-size: cover;
|
|
||||||
background-repeat: no-repeat;
|
|
||||||
}
|
|
||||||
|
|
||||||
.welcome .frame {
|
.welcome .frame {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0px;
|
top: 0px;
|
||||||
|
|||||||
@@ -493,7 +493,6 @@ HotelTV.LoadWelCome = async function() {
|
|||||||
HotelTV.dbginfo = await JSON.parse(sessionStorage.getItem("dbginfo"));
|
HotelTV.dbginfo = await JSON.parse(sessionStorage.getItem("dbginfo"));
|
||||||
HotelTV.devinfo = await JSON.parse(sessionStorage.getItem("devinfo"));
|
HotelTV.devinfo = await JSON.parse(sessionStorage.getItem("devinfo"));
|
||||||
HotelTV.svrinfo = await JSON.parse(sessionStorage.getItem("svrinfo"));
|
HotelTV.svrinfo = await JSON.parse(sessionStorage.getItem("svrinfo"));
|
||||||
//HotelTV.state = await JSON.parse(sessionStorage.getItem("state"));
|
|
||||||
//STEP#03:API Module INIT
|
//STEP#03:API Module INIT
|
||||||
await HotelTV.api.Init(HotelTV.svrinfo.ipaddr, HotelTV.svrinfo.port, HotelTV.devinfo.model_name.substring(2, HotelTV.devinfo.model_name.length - 1), HotelTV.devinfo.serial_number);
|
await HotelTV.api.Init(HotelTV.svrinfo.ipaddr, HotelTV.svrinfo.port, HotelTV.devinfo.model_name.substring(2, HotelTV.devinfo.model_name.length - 1), HotelTV.devinfo.serial_number);
|
||||||
HotelTV.settings = await JSON.parse(sessionStorage.getItem("settings"));
|
HotelTV.settings = await JSON.parse(sessionStorage.getItem("settings"));
|
||||||
@@ -628,7 +627,6 @@ HotelTV.LoadAppFull = async function() {
|
|||||||
HotelTV.devinfo = await JSON.parse(sessionStorage.getItem("devinfo"));
|
HotelTV.devinfo = await JSON.parse(sessionStorage.getItem("devinfo"));
|
||||||
HotelTV.svrinfo = await JSON.parse(sessionStorage.getItem("svrinfo"));
|
HotelTV.svrinfo = await JSON.parse(sessionStorage.getItem("svrinfo"));
|
||||||
HotelTV.services = await JSON.parse(sessionStorage.getItem("services"));
|
HotelTV.services = await JSON.parse(sessionStorage.getItem("services"));
|
||||||
//HotelTV.state = await JSON.parse(sessionStorage.getItem("state"));
|
|
||||||
|
|
||||||
//STEP#02: Init HotelTV API
|
//STEP#02: Init HotelTV API
|
||||||
await HotelTV.api.Init(HotelTV.svrinfo.ipaddr, HotelTV.svrinfo.port, HotelTV.devinfo.model_name.substring(2, HotelTV.devinfo.model_name.length - 1), HotelTV.devinfo.serial_number);
|
await HotelTV.api.Init(HotelTV.svrinfo.ipaddr, HotelTV.svrinfo.port, HotelTV.devinfo.model_name.substring(2, HotelTV.devinfo.model_name.length - 1), HotelTV.devinfo.serial_number);
|
||||||
|
|||||||
@@ -492,9 +492,14 @@ HotelTV.ui_appfull = (function() {
|
|||||||
}, 1000);
|
}, 1000);
|
||||||
HotelTV.ui_utils.ShowNotificationMsgBalloon(_trTbl.system.notice.event.external_input.hdmi_connected[_state.lang], 5);
|
HotelTV.ui_utils.ShowNotificationMsgBalloon(_trTbl.system.notice.event.external_input.hdmi_connected[_state.lang], 5);
|
||||||
}else{
|
}else{
|
||||||
$('body,html').fadeIn(500);
|
if ( $('body,html').css('display')=="none" ){
|
||||||
_state.menu.stage.cur = _state.menu.stage.prev;
|
$('body,html').fadeIn(500);
|
||||||
_state.menu.stage.prev = null;
|
|
||||||
|
if ( _state.menu.stage.prev!=null ){
|
||||||
|
_state.menu.stage.cur = _state.menu.stage.prev;
|
||||||
|
_state.menu.stage.prev = null;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -1485,7 +1490,6 @@ HotelTV.ui_appfull = (function() {
|
|||||||
|
|
||||||
case "enter": {
|
case "enter": {
|
||||||
if ( _str_curBtnID=='btn_ordernow' ){
|
if ( _str_curBtnID=='btn_ordernow' ){
|
||||||
console.log("TODO::>> ORDERING NOW...");
|
|
||||||
__ifxn_processAmCartOrder(
|
__ifxn_processAmCartOrder(
|
||||||
function() {
|
function() {
|
||||||
//Return to menu
|
//Return to menu
|
||||||
@@ -1630,6 +1634,9 @@ HotelTV.ui_appfull = (function() {
|
|||||||
{
|
{
|
||||||
case "enter": {
|
case "enter": {
|
||||||
_elAmCtgyBgMenuItemWin.find('.amctgyItem').first().addClass("focus");
|
_elAmCtgyBgMenuItemWin.find('.amctgyItem').first().addClass("focus");
|
||||||
|
__amctgyItemStatus.idx = 0;
|
||||||
|
__amctgyItemStatus.scroll_TOfset = 0;
|
||||||
|
_elAmCtgyBgMenuItemWin.find('.tbl_record').children('#record').animate({ scrollTop: 0 }, 200);
|
||||||
__ifxn_updateAmItemDesc(__amctgyItemStatus.idx);
|
__ifxn_updateAmItemDesc(__amctgyItemStatus.idx);
|
||||||
} break;
|
} break;
|
||||||
|
|
||||||
@@ -1653,10 +1660,12 @@ HotelTV.ui_appfull = (function() {
|
|||||||
|
|
||||||
// 테이블 ROW인덱스와 스크롤 OFFSET계산
|
// 테이블 ROW인덱스와 스크롤 OFFSET계산
|
||||||
__amctgyItemStatus.idx = _elTblTr_AmItemNext.prop('rowIndex');
|
__amctgyItemStatus.idx = _elTblTr_AmItemNext.prop('rowIndex');
|
||||||
__amctgyItemStatus.scroll_TOfset += _elTblTr_AmItemNext.prop('scrollHeight');
|
|
||||||
|
|
||||||
//스크롤 에니메이션 수행
|
if ( _elTbl_AmItem.children('#record').find('tr').first().position().top<0 ){
|
||||||
_elTbl_AmItem.children('#record').animate({ scrollTop: __amctgyItemStatus.scroll_TOfset }, 200);
|
__amctgyItemStatus.scroll_TOfset -= _elTblTr_AmItemNext.prop('scrollHeight');
|
||||||
|
//스크롤 에니메이션 수행
|
||||||
|
_elTbl_AmItem.children('#record').animate({ scrollTop: __amctgyItemStatus.scroll_TOfset }, 200);
|
||||||
|
}
|
||||||
|
|
||||||
__ifxn_updateAmItemDesc(__amctgyItemStatus.idx, function() {
|
__ifxn_updateAmItemDesc(__amctgyItemStatus.idx, function() {
|
||||||
if ( _isNeedSoldOutMask==true ){
|
if ( _isNeedSoldOutMask==true ){
|
||||||
@@ -1683,10 +1692,11 @@ HotelTV.ui_appfull = (function() {
|
|||||||
|
|
||||||
// 테이블 ROW인덱스와 스크롤 OFFSET계산
|
// 테이블 ROW인덱스와 스크롤 OFFSET계산
|
||||||
__amctgyItemStatus.idx = _elTblTr_AmItemNext.prop('rowIndex');
|
__amctgyItemStatus.idx = _elTblTr_AmItemNext.prop('rowIndex');
|
||||||
__amctgyItemStatus.scroll_TOfset += _elTblTr_AmItemNext.prop('scrollHeight');
|
if ( __amctgyItemStatus.idx>=12 ){
|
||||||
|
__amctgyItemStatus.scroll_TOfset += _elTblTr_AmItemNext.prop('scrollHeight');
|
||||||
//스크롤 에니메이션 수행
|
//스크롤 에니메이션 수행
|
||||||
_elTbl_AmItem.children('#record').animate({ scrollTop: __amctgyItemStatus.scroll_TOfset }, 200);
|
_elTbl_AmItem.children('#record').animate({ scrollTop: __amctgyItemStatus.scroll_TOfset }, 200);
|
||||||
|
}
|
||||||
|
|
||||||
__ifxn_updateAmItemDesc(__amctgyItemStatus.idx, function() {
|
__ifxn_updateAmItemDesc(__amctgyItemStatus.idx, function() {
|
||||||
if ( _isNeedSoldOutMask==true ){
|
if ( _isNeedSoldOutMask==true ){
|
||||||
@@ -2018,7 +2028,6 @@ HotelTV.ui_appfull = (function() {
|
|||||||
if ( _aminfo_ctgy[__status_am_specific.category_sel.cur].name == "CARTS" ){
|
if ( _aminfo_ctgy[__status_am_specific.category_sel.cur].name == "CARTS" ){
|
||||||
console.log("TODO::> NOTIFY cannot enter item sel on CARTS");
|
console.log("TODO::> NOTIFY cannot enter item sel on CARTS");
|
||||||
}else if ( _aminfo_ctgy[__status_am_specific.category_sel.cur].name == "ORDER" ){
|
}else if ( _aminfo_ctgy[__status_am_specific.category_sel.cur].name == "ORDER" ){
|
||||||
console.log("TODO::> NOTIFY cannot enter item sel on ORDER");
|
|
||||||
let __str_notify_msg = _trTbl.ui.amenity.message.invalidCategory[_state.lang].replace('__MENU__', __uifxn_AppFull_getOrderMenuName(_aminfo_ctgy));
|
let __str_notify_msg = _trTbl.ui.amenity.message.invalidCategory[_state.lang].replace('__MENU__', __uifxn_AppFull_getOrderMenuName(_aminfo_ctgy));
|
||||||
HotelTV.ui_utils.ShowNotificationMsgBalloon(__str_notify_msg, 5);
|
HotelTV.ui_utils.ShowNotificationMsgBalloon(__str_notify_msg, 5);
|
||||||
}else{
|
}else{
|
||||||
@@ -2139,7 +2148,7 @@ HotelTV.ui_appfull = (function() {
|
|||||||
_state.menu.stage.cur = "amenity_ctgy_item_cart";
|
_state.menu.stage.cur = "amenity_ctgy_item_cart";
|
||||||
__uifxn_AppFull_DrawAmUserGuide("amenity_ctgy_item_cart");
|
__uifxn_AppFull_DrawAmUserGuide("amenity_ctgy_item_cart");
|
||||||
} else {
|
} else {
|
||||||
HotelTV.ui_utils.ShowNotificationMsgBalloon(_trTbl.ui.amenity.message.invalidCategory[_state.lang], 5);
|
HotelTV.ui_utils.ShowNotificationMsgBalloon(_trTbl.ui.amenity.message.notinservice[_state.lang], 5);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else if (_state.menu.stage.cur == "amenity_ctgy_item_cart") {
|
} else if (_state.menu.stage.cur == "amenity_ctgy_item_cart") {
|
||||||
@@ -2214,7 +2223,6 @@ HotelTV.ui_appfull = (function() {
|
|||||||
if ( _aminfo_ctgy[__status_am_specific.category_sel.cur].name == "CARTS" ){
|
if ( _aminfo_ctgy[__status_am_specific.category_sel.cur].name == "CARTS" ){
|
||||||
console.log("TODO::> Draw Carts");
|
console.log("TODO::> Draw Carts");
|
||||||
}else if ( _aminfo_ctgy[__status_am_specific.category_sel.cur].name == "ORDER" ){
|
}else if ( _aminfo_ctgy[__status_am_specific.category_sel.cur].name == "ORDER" ){
|
||||||
console.log("TODO::> Draw Order");
|
|
||||||
__uifxn_AppFull_DrawAmOrderList('build');
|
__uifxn_AppFull_DrawAmOrderList('build');
|
||||||
_state.menu.stage.prev = _state.menu.stage.cur;
|
_state.menu.stage.prev = _state.menu.stage.cur;
|
||||||
_state.menu.stage.cur = "amenity_ctgy_orderlists";
|
_state.menu.stage.cur = "amenity_ctgy_orderlists";
|
||||||
@@ -3019,7 +3027,6 @@ HotelTV.ui_appfull = (function() {
|
|||||||
|
|
||||||
case "enter": {
|
case "enter": {
|
||||||
if ( _str_curBtnID=='btn_ordernow' ){
|
if ( _str_curBtnID=='btn_ordernow' ){
|
||||||
console.log("TODO::>> ORDERING NOW...");
|
|
||||||
__ifxn_processRsCartOrder(
|
__ifxn_processRsCartOrder(
|
||||||
function() {
|
function() {
|
||||||
//Return to menu
|
//Return to menu
|
||||||
@@ -3164,6 +3171,10 @@ HotelTV.ui_appfull = (function() {
|
|||||||
{
|
{
|
||||||
case "enter": {
|
case "enter": {
|
||||||
_elRsCtgyBgMenuItemWin.find('.rsctgyItem').first().addClass("focus");
|
_elRsCtgyBgMenuItemWin.find('.rsctgyItem').first().addClass("focus");
|
||||||
|
//인덱스 및 스크롤 초기화
|
||||||
|
__rsctgyItemStatus.idx = 0;
|
||||||
|
__rsctgyItemStatus.scroll_TOfset = 0;
|
||||||
|
_elRsCtgyBgMenuItemWin.find('.tbl_record').children('#record').animate({ scrollTop: 0 }, 200);
|
||||||
__ifxn_updateRsItemDesc(__rsctgyItemStatus.idx);
|
__ifxn_updateRsItemDesc(__rsctgyItemStatus.idx);
|
||||||
} break;
|
} break;
|
||||||
|
|
||||||
@@ -3187,10 +3198,12 @@ HotelTV.ui_appfull = (function() {
|
|||||||
|
|
||||||
// 테이블 ROW인덱스와 스크롤 OFFSET계산
|
// 테이블 ROW인덱스와 스크롤 OFFSET계산
|
||||||
__rsctgyItemStatus.idx = _elTblTr_RsItemNext.prop('rowIndex');
|
__rsctgyItemStatus.idx = _elTblTr_RsItemNext.prop('rowIndex');
|
||||||
__rsctgyItemStatus.scroll_TOfset += _elTblTr_RsItemNext.prop('scrollHeight');
|
|
||||||
|
|
||||||
//스크롤 에니메이션 수행
|
if ( _elTbl_RsItem.children('#record').find('tr').first().position().top<0 ){
|
||||||
_elTbl_RsItem.children('#record').animate({ scrollTop: __rsctgyItemStatus.scroll_TOfset }, 200);
|
__rsctgyItemStatus.scroll_TOfset -= _elTblTr_RsItemNext.prop('scrollHeight');
|
||||||
|
//스크롤 에니메이션 수행
|
||||||
|
_elTbl_RsItem.children('#record').animate({ scrollTop: __rsctgyItemStatus.scroll_TOfset }, 200);
|
||||||
|
}
|
||||||
|
|
||||||
__ifxn_updateRsItemDesc(__rsctgyItemStatus.idx, function() {
|
__ifxn_updateRsItemDesc(__rsctgyItemStatus.idx, function() {
|
||||||
if ( _isNeedSoldOutMask==true ){
|
if ( _isNeedSoldOutMask==true ){
|
||||||
@@ -3217,10 +3230,11 @@ HotelTV.ui_appfull = (function() {
|
|||||||
|
|
||||||
// 테이블 ROW인덱스와 스크롤 OFFSET계산
|
// 테이블 ROW인덱스와 스크롤 OFFSET계산
|
||||||
__rsctgyItemStatus.idx = _elTblTr_RsItemNext.prop('rowIndex');
|
__rsctgyItemStatus.idx = _elTblTr_RsItemNext.prop('rowIndex');
|
||||||
__rsctgyItemStatus.scroll_TOfset += _elTblTr_RsItemNext.prop('scrollHeight');
|
if ( __rsctgyItemStatus.idx>=12 ){
|
||||||
|
__rsctgyItemStatus.scroll_TOfset += _elTblTr_RsItemNext.prop('scrollHeight');
|
||||||
//스크롤 에니메이션 수행
|
//스크롤 에니메이션 수행
|
||||||
_elTbl_RsItem.children('#record').animate({ scrollTop: __rsctgyItemStatus.scroll_TOfset }, 200);
|
_elTbl_RsItem.children('#record').animate({ scrollTop: __rsctgyItemStatus.scroll_TOfset }, 200);
|
||||||
|
}
|
||||||
|
|
||||||
__ifxn_updateRsItemDesc(__rsctgyItemStatus.idx, function() {
|
__ifxn_updateRsItemDesc(__rsctgyItemStatus.idx, function() {
|
||||||
if ( _isNeedSoldOutMask==true ){
|
if ( _isNeedSoldOutMask==true ){
|
||||||
@@ -3553,7 +3567,6 @@ HotelTV.ui_appfull = (function() {
|
|||||||
if ( _rsinfo_ctgy[__status_rs_specific.category_sel.cur].name == "CARTS" ){
|
if ( _rsinfo_ctgy[__status_rs_specific.category_sel.cur].name == "CARTS" ){
|
||||||
console.log("TODO::> NOTIFY cannot enter item sel on CARTS");
|
console.log("TODO::> NOTIFY cannot enter item sel on CARTS");
|
||||||
}else if ( _rsinfo_ctgy[__status_rs_specific.category_sel.cur].name == "ORDER" ){
|
}else if ( _rsinfo_ctgy[__status_rs_specific.category_sel.cur].name == "ORDER" ){
|
||||||
console.log("TODO::> NOTIFY cannot enter item sel on ORDER");
|
|
||||||
let __str_notify_msg = _trTbl.ui.roomservice.message.invalidCategory[_state.lang].replace('__MENU__', __uifxn_AppFull_getOrderMenuName(_rsinfo_ctgy));
|
let __str_notify_msg = _trTbl.ui.roomservice.message.invalidCategory[_state.lang].replace('__MENU__', __uifxn_AppFull_getOrderMenuName(_rsinfo_ctgy));
|
||||||
HotelTV.ui_utils.ShowNotificationMsgBalloon(__str_notify_msg, 5);
|
HotelTV.ui_utils.ShowNotificationMsgBalloon(__str_notify_msg, 5);
|
||||||
}else{
|
}else{
|
||||||
@@ -3673,7 +3686,7 @@ HotelTV.ui_appfull = (function() {
|
|||||||
_state.menu.stage.cur = "roomservice_ctgy_item_cart";
|
_state.menu.stage.cur = "roomservice_ctgy_item_cart";
|
||||||
__uifxn_AppFull_DrawRsUserGuide("roomservice_ctgy_item_cart");
|
__uifxn_AppFull_DrawRsUserGuide("roomservice_ctgy_item_cart");
|
||||||
} else {
|
} else {
|
||||||
HotelTV.ui_utils.ShowNotificationMsgBalloon(_trTbl.ui.roomservice.message.invalidCategory[_state.lang], 5);
|
HotelTV.ui_utils.ShowNotificationMsgBalloon(_trTbl.ui.roomservice.message.notinservice[_state.lang], 5);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else if (_state.menu.stage.cur == "roomservice_ctgy_item_cart") {
|
} else if (_state.menu.stage.cur == "roomservice_ctgy_item_cart") {
|
||||||
@@ -3748,7 +3761,6 @@ HotelTV.ui_appfull = (function() {
|
|||||||
if ( _rsinfo_ctgy[__status_rs_specific.category_sel.cur].name == "CARTS" ){
|
if ( _rsinfo_ctgy[__status_rs_specific.category_sel.cur].name == "CARTS" ){
|
||||||
console.log("TODO::> Draw Carts");
|
console.log("TODO::> Draw Carts");
|
||||||
}else if ( _rsinfo_ctgy[__status_rs_specific.category_sel.cur].name == "ORDER" ){
|
}else if ( _rsinfo_ctgy[__status_rs_specific.category_sel.cur].name == "ORDER" ){
|
||||||
console.log("TODO::> Draw Order");
|
|
||||||
__uifxn_AppFull_DrawRsOrderList('build');
|
__uifxn_AppFull_DrawRsOrderList('build');
|
||||||
_state.menu.stage.prev = _state.menu.stage.cur;
|
_state.menu.stage.prev = _state.menu.stage.cur;
|
||||||
_state.menu.stage.cur = "roomservice_ctgy_orderlists";
|
_state.menu.stage.cur = "roomservice_ctgy_orderlists";
|
||||||
@@ -4415,7 +4427,7 @@ HotelTV.ui_appfull = (function() {
|
|||||||
let uri_video = $($('.main .mypage .bg .owl-carousel .owl-item.active .ctz_mv_ctrl')[0]).attr('video_url');
|
let uri_video = $($('.main .mypage .bg .owl-carousel .owl-item.active .ctz_mv_ctrl')[0]).attr('video_url');
|
||||||
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.hcap.MediaPlay(
|
||||||
uri_video,
|
uri_video,
|
||||||
"",
|
"",
|
||||||
@@ -5869,58 +5881,38 @@ HotelTV.ui_appfull = (function() {
|
|||||||
//KEY이벤트 발생이 8초 이내인경우
|
//KEY이벤트 발생이 8초 이내인경우
|
||||||
//SHOW USER GUIDE TIPS
|
//SHOW USER GUIDE TIPS
|
||||||
let show_stages = ["hotkey_mm_red", "hotkey_mm_green", "hotkey_mm_yellow", "hotkey_mm_blue", "main", "sub", "ctzgen", "tvCtgShow", "tvCtgHide", "mypage_select_menu"];
|
let show_stages = ["hotkey_mm_red", "hotkey_mm_green", "hotkey_mm_yellow", "hotkey_mm_blue", "main", "sub", "ctzgen", "tvCtgShow", "tvCtgHide", "mypage_select_menu"];
|
||||||
let sz_msg = null;
|
|
||||||
if (show_stages.includes(_state.menu.stage.cur) == true) {
|
if (show_stages.includes(_state.menu.stage.cur) == true) {
|
||||||
|
const ___ifxn_updateGuideMsg = function(_szMsg) {
|
||||||
|
if ($('.guide>.tips').attr("value") != _szMsg) {
|
||||||
|
$('.guide>.tips').attr("value", _szMsg);
|
||||||
|
$('.guide>.tips').html(_szMsg);
|
||||||
|
}
|
||||||
|
}
|
||||||
switch (_state.menu.stage.cur) {
|
switch (_state.menu.stage.cur) {
|
||||||
case "hotkey_mm_red":
|
case "hotkey_mm_red":
|
||||||
sz_msg = _trTbl.ui.guide.navi_brochure[_state.lang];
|
___ifxn_updateGuideMsg(_trTbl.ui.guide.navi_brochure[_state.lang]);
|
||||||
if ($('.guide>.tips').text() != sz_msg) {
|
|
||||||
$('.guide>.tips').text(sz_msg);
|
|
||||||
}
|
|
||||||
break;
|
break;
|
||||||
case "hotkey_mm_green":
|
case "hotkey_mm_green":
|
||||||
sz_msg = _trTbl.ui.guide.navi_brochure[_state.lang];
|
___ifxn_updateGuideMsg(_trTbl.ui.guide.navi_brochure[_state.lang]);
|
||||||
if ($('.guide>.tips').text() != sz_msg) {
|
|
||||||
$('.guide>.tips').text(sz_msg);
|
|
||||||
}
|
|
||||||
break;
|
break;
|
||||||
case "hotkey_mm_yellow":
|
case "hotkey_mm_yellow":
|
||||||
sz_msg = _trTbl.ui.guide.navi_brochure[_state.lang];
|
___ifxn_updateGuideMsg(_trTbl.ui.guide.navi_brochure[_state.lang]);
|
||||||
if ($('.guide>.tips').text() != sz_msg) {
|
|
||||||
$('.guide>.tips').text(sz_msg);
|
|
||||||
}
|
|
||||||
break;
|
break;
|
||||||
case "hotkey_mm_blue":
|
case "hotkey_mm_blue":
|
||||||
sz_msg = _trTbl.ui.guide.navi_brochure[_state.lang];
|
___ifxn_updateGuideMsg(_trTbl.ui.guide.navi_brochure[_state.lang]);
|
||||||
if ($('.guide>.tips').text() != sz_msg) {
|
|
||||||
$('.guide>.tips').text(sz_msg);
|
|
||||||
}
|
|
||||||
break;
|
break;
|
||||||
case "main":
|
case "main":
|
||||||
//sz_msg = _trTbl.ui.guide.navi_menu[_state.lang] || "";
|
___ifxn_updateGuideMsg(_trTbl.ui.guide.navi_menu[_state.lang]);
|
||||||
sz_msg = _trTbl.ui.guide.navi_menu[_state.lang];
|
|
||||||
if ($('.guide>.tips').text() != sz_msg) {
|
|
||||||
$('.guide>.tips').text(sz_msg);
|
|
||||||
}
|
|
||||||
break;
|
break;
|
||||||
case "sub":
|
case "sub":
|
||||||
sz_msg = _trTbl.ui.guide.navi_menu[_state.lang];
|
___ifxn_updateGuideMsg(_trTbl.ui.guide.navi_menu[_state.lang]);
|
||||||
if ($('.guide>.tips').text() != sz_msg) {
|
|
||||||
$('.guide>.tips').text(sz_msg);
|
|
||||||
}
|
|
||||||
break;
|
break;
|
||||||
case "ctzgen":
|
case "ctzgen":
|
||||||
sz_msg = _trTbl.ui.guide.navi_ctz[_state.lang];
|
___ifxn_updateGuideMsg(_trTbl.ui.guide.navi_ctz[_state.lang]);
|
||||||
if ($('.guide>.tips').text() != sz_msg) {
|
|
||||||
$('.guide>.tips').text(sz_msg);
|
|
||||||
}
|
|
||||||
break;
|
break;
|
||||||
case "tvCtgShow":
|
case "tvCtgShow":
|
||||||
case "tvCtgHide":
|
case "tvCtgHide":
|
||||||
sz_msg = _trTbl.ui.guide.navi_tvchannel[_state.lang];
|
___ifxn_updateGuideMsg(_trTbl.ui.guide.navi_tvchannel[_state.lang]);
|
||||||
if ($('.guide>.tips').text() != sz_msg) {
|
|
||||||
$('.guide>.tips').text(sz_msg);
|
|
||||||
}
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -7132,13 +7124,13 @@ 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.PwrOff, 500);
|
||||||
HotelTV.api.ReportEvent([{'power': false, 'location':null}])
|
HotelTV.api.ReportEvent([{'power': false, 'location':null}])
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
} else if (_evt == "GUEST-CHECKIN") {
|
} else if (_evt == "COMMAND-GUEST-CHECKIN") {
|
||||||
|
|
||||||
} else if (_evt == "GUEST-CHECKOUT") {
|
} else if (_evt == "COMMAND-GUEST-CHECKOUT") {
|
||||||
let _tmval = 30;
|
let _tmval = 30;
|
||||||
let _state = HotelTV.state;
|
let _state = HotelTV.state;
|
||||||
let _trTbl = HotelTV.translation;
|
let _trTbl = HotelTV.translation;
|
||||||
@@ -7157,13 +7149,13 @@ 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.PwrOff, 500);
|
||||||
HotelTV.api.ReportEvent([{'power': false, 'location':null}])
|
HotelTV.api.ReportEvent([{'power': false, 'location':null}])
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
} else if (_evt == "GUEST-UPDATE") {
|
} else if (_evt == "COMMAND-GUEST-UPDATE") {
|
||||||
|
|
||||||
} else if (_evt == "GUEST-ROOMCHANGE") {
|
} else if (_evt == "COMMAND-GUEST-ROOMCHANGE") {
|
||||||
let _tmval = 30;
|
let _tmval = 30;
|
||||||
let _state = HotelTV.state;
|
let _state = HotelTV.state;
|
||||||
let _trTbl = HotelTV.translation;
|
let _trTbl = HotelTV.translation;
|
||||||
@@ -7182,7 +7174,7 @@ 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.PwrOff, 500);
|
||||||
HotelTV.api.ReportEvent([{'power': false, 'location':null}])
|
HotelTV.api.ReportEvent([{'power': false, 'location':null}])
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -147,8 +147,8 @@ HotelTV.ui_welcome = (function() {
|
|||||||
*/
|
*/
|
||||||
function __uifxn_WC_OnNetEvt(_evt) {
|
function __uifxn_WC_OnNetEvt(_evt) {
|
||||||
let _state = HotelTV.state;
|
let _state = HotelTV.state;
|
||||||
console.log("network_event_received = " + _evt.eventType);
|
console.log("network_event_received = " + _evt['eventType']);
|
||||||
let _typeNetEvt = _evt.eventType;
|
let _typeNetEvt = _evt['eventType'];
|
||||||
|
|
||||||
switch (_typeNetEvt) {
|
switch (_typeNetEvt) {
|
||||||
case hcap.network.NetworkEventType.ABLE_REACH_DNS:
|
case hcap.network.NetworkEventType.ABLE_REACH_DNS:
|
||||||
@@ -385,13 +385,13 @@ HotelTV.ui_welcome = (function() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else if (_state.menu.stage.cur == "playWelcomeMovie") {
|
} else if (_state.menu.stage.cur == "playWelcomeMovie") {
|
||||||
if (_evt.keyCode == 413) {
|
if (_evt.keyCode == gRmtKey.stop) {
|
||||||
// STOP KEY Event
|
// STOP KEY Event
|
||||||
if (_media_status == 'playing') {
|
if (_media_status == 'playing') {
|
||||||
_media_status = 'preparing_stop_playing';
|
_media_status = 'preparing_stop_playing';
|
||||||
var _evt = new Event('media_event_received');
|
var _evt = new Event('media_event_received');
|
||||||
_evt.eventType = "play_end_need_destory";
|
_evt['command_id'] = "media_ctrl_event";
|
||||||
_evt.command_id = "event";
|
_evt['eventType'] = "play_end_need_destory";
|
||||||
document.dispatchEvent(_evt);
|
document.dispatchEvent(_evt);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
@@ -404,7 +404,7 @@ HotelTV.ui_welcome = (function() {
|
|||||||
}, 3000);
|
}, 3000);
|
||||||
} else {
|
} else {
|
||||||
const _evt = new Event('media_event_received');
|
const _evt = new Event('media_event_received');
|
||||||
_evt['command_id'] = "media_event_received";
|
_evt['command_id'] = "media_ctrl_event";
|
||||||
_evt['eventType'] = "play_stop_requtested";
|
_evt['eventType'] = "play_stop_requtested";
|
||||||
document.dispatchEvent(_evt);
|
document.dispatchEvent(_evt);
|
||||||
}
|
}
|
||||||
@@ -479,7 +479,7 @@ 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.PwrOff, 500);
|
||||||
HotelTV.api.ReportEvent([{'power': false, 'location':null}])
|
HotelTV.api.ReportEvent([{'power': false, 'location':null}])
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
@@ -504,7 +504,7 @@ 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.PwrOff, 500);
|
||||||
HotelTV.api.ReportEvent([{'power': false, 'location':null}])
|
HotelTV.api.ReportEvent([{'power': false, 'location':null}])
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
@@ -529,7 +529,7 @@ 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.PwrOff, 500);
|
||||||
HotelTV.api.ReportEvent([{'power': false, 'location':null}])
|
HotelTV.api.ReportEvent([{'power': false, 'location':null}])
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -125,7 +125,7 @@
|
|||||||
width: 15px;
|
width: 15px;
|
||||||
border: 2px solid rgba(80, 80, 80, 0.8);
|
border: 2px solid rgba(80, 80, 80, 0.8);
|
||||||
filter: drop-shadow(0 1px 2px rgb(0, 0, 0));
|
filter: drop-shadow(0 1px 2px rgb(0, 0, 0));
|
||||||
background: none;
|
/* background: none; */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@@ -225,7 +225,7 @@
|
|||||||
width: 15px;
|
width: 15px;
|
||||||
border: 2px solid rgba(80, 80, 80, 0.8);
|
border: 2px solid rgba(80, 80, 80, 0.8);
|
||||||
filter: drop-shadow(0 1px 2px rgb(0, 0, 0));
|
filter: drop-shadow(0 1px 2px rgb(0, 0, 0));
|
||||||
background: none;
|
/* background: none; */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@@ -325,7 +325,7 @@
|
|||||||
width: 15px;
|
width: 15px;
|
||||||
border: 2px solid rgba(80, 80, 80, 0.8);
|
border: 2px solid rgba(80, 80, 80, 0.8);
|
||||||
filter: drop-shadow(0 1px 2px rgb(0, 0, 0));
|
filter: drop-shadow(0 1px 2px rgb(0, 0, 0));
|
||||||
background: none;
|
/* background: none; */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@@ -425,7 +425,7 @@
|
|||||||
width: 15px;
|
width: 15px;
|
||||||
border: 2px solid rgba(80, 80, 80, 0.8);
|
border: 2px solid rgba(80, 80, 80, 0.8);
|
||||||
filter: drop-shadow(0 1px 2px rgb(0, 0, 0));
|
filter: drop-shadow(0 1px 2px rgb(0, 0, 0));
|
||||||
background: none;
|
/* background: none; */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@@ -535,7 +535,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.popup .amenity .bg .am_item_sel_win .winleft>.tbl_header tbody tr>#title {
|
.popup .amenity .bg .am_item_sel_win .winleft>.tbl_header tbody tr>#title {
|
||||||
width: 45%;
|
width: 42%;
|
||||||
float: left;
|
float: left;
|
||||||
/* text-align: left; */
|
/* text-align: left; */
|
||||||
padding: 0 0px 0 20px;
|
padding: 0 0px 0 20px;
|
||||||
@@ -547,7 +547,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.popup .amenity .bg .am_item_sel_win .winleft>.tbl_header tbody tr>#status {
|
.popup .amenity .bg .am_item_sel_win .winleft>.tbl_header tbody tr>#status {
|
||||||
width: 35%;
|
width: 38%;
|
||||||
float: left;
|
float: left;
|
||||||
padding: 0px 30px 0 0px;
|
padding: 0px 30px 0 0px;
|
||||||
}
|
}
|
||||||
@@ -564,7 +564,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.popup .amenity .bg .am_item_sel_win .winleft>.tbl_record tbody {
|
.popup .amenity .bg .am_item_sel_win .winleft>.tbl_record tbody {
|
||||||
/* height: 285px; */
|
height: 670px;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
@@ -610,7 +610,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.popup .amenity .bg .am_item_sel_win .winleft>.tbl_record tbody tr>.amctgyItem>#title {
|
.popup .amenity .bg .am_item_sel_win .winleft>.tbl_record tbody tr>.amctgyItem>#title {
|
||||||
width: 45%;
|
width: 42%;
|
||||||
float: left;
|
float: left;
|
||||||
padding: 0px 0px 0px 20px;
|
padding: 0px 0px 0px 20px;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
@@ -624,7 +624,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.popup .amenity .bg .am_item_sel_win .winleft>.tbl_record tbody tr>.amctgyItem>#status {
|
.popup .amenity .bg .am_item_sel_win .winleft>.tbl_record tbody tr>.amctgyItem>#status {
|
||||||
width: 35%;
|
width: 38%;
|
||||||
float: left;
|
float: left;
|
||||||
/* text-align: right; */
|
/* text-align: right; */
|
||||||
padding: 0px 30px 0 0px;
|
padding: 0px 30px 0 0px;
|
||||||
@@ -1291,7 +1291,8 @@
|
|||||||
height: 132px;
|
height: 132px;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0px 20px 0px 48px;
|
padding: 0px 20px 0px 48px;
|
||||||
color: rgb(245,245,245);
|
/* color: rgb(245,245,245); */
|
||||||
|
color: rgb(181, 218, 16);
|
||||||
line-height: 32px;
|
line-height: 32px;
|
||||||
font-size: 32px;
|
font-size: 32px;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
@@ -1714,7 +1715,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.popup .roomservice .bg .rs_item_sel_win .winleft>.tbl_record tbody {
|
.popup .roomservice .bg .rs_item_sel_win .winleft>.tbl_record tbody {
|
||||||
/* height: 285px; */
|
height: 670px;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
@@ -2441,7 +2442,8 @@
|
|||||||
height: 132px;
|
height: 132px;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0px 20px 0px 48px;
|
padding: 0px 20px 0px 48px;
|
||||||
color: rgb(245,245,245);
|
/* color: rgb(245,245,245); */
|
||||||
|
color: rgb(181, 218, 16);
|
||||||
line-height: 32px;
|
line-height: 32px;
|
||||||
font-size: 32px;
|
font-size: 32px;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
|
|||||||
@@ -7,7 +7,6 @@
|
|||||||
<link rel="stylesheet" href="/procentric/application/css/owlcarousel/owl.theme.default.min.css">
|
<link rel="stylesheet" href="/procentric/application/css/owlcarousel/owl.theme.default.min.css">
|
||||||
<link rel="stylesheet" href="/procentric/application/theme/hoteltv.ui_utils.css">
|
<link rel="stylesheet" href="/procentric/application/theme/hoteltv.ui_utils.css">
|
||||||
<link rel="stylesheet" href="/procentric/application/theme/hoteltv.error.css">
|
<link rel="stylesheet" href="/procentric/application/theme/hoteltv.error.css">
|
||||||
<!-- <link rel="stylesheet" href="hoteltv.welcome.css"> -->
|
|
||||||
<title>CENTIRM LG-PROCENTRIC HOTEL SERVICE</title>
|
<title>CENTIRM LG-PROCENTRIC HOTEL SERVICE</title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user