issue#1 Support error screen. Support notification balloon for neflix service preparing. Going on tune up UI.

This commit is contained in:
Paul Kim
2022-06-08 02:22:39 +09:00
parent 8b0160bfda
commit cf95ff42b0
16 changed files with 628 additions and 250 deletions

View File

@@ -295,6 +295,9 @@
<span id="btn_back"></span>
</div>
</div>
<div class="notification">
<div class="balloon right"><span id="message"></span></div>
</div>
</div>
@@ -313,9 +316,15 @@
<div class="player"></div>
<!-- Error Frame Layout -->
<div class="error"></div>
<div class="error">
<div id="details">
<div id="title"></div>
<div id="message"></div>
</div>
<div id="countdown">
<div id="message"></div>
</div>
</div>
<!-- Busy Animation Area -->
<div class="busy-frame">
@@ -334,27 +343,6 @@
<div></div>
</div>
</div>
<!-- Test -->
<!-- <div class="image-slider">
<ul id="imageGallery">
<li data-thumb="img/thumb/cS-1.jpg" data-src="img/largeImage.jpg">
<img src="/api/v3/downloads/62120b141a3bfd09e3608ba0/name/CTZ-THUMB-만장굴-00.jpg">
</li>
<li data-thumb="img/thumb/cS-2.jpg" data-src="img/largeImage1.jpg">
<img src="/api/v3/downloads/62120b141a3bfd09e3608ba2/name/CTZ-THUMB-만장굴-01.jpg">
</li>
<li data-thumb="img/thumb/cS-2.jpg" data-src="img/largeImage1.jpg">
<img src="/api/v3/downloads/62120b141a3bfd09e3608ba4/name/CTZ-THUMB-만장굴-02.jpg">
</li>
<li data-thumb="img/thumb/cS-2.jpg" data-src="img/largeImage1.jpg">
<img src="/api/v3/downloads/62120b141a3bfd09e3608ba6/name/CTZ-THUMB-만장굴-03.jpg">
</li>
<li data-thumb="img/thumb/cS-2.jpg" data-src="img/largeImage1.jpg">
<img src="/api/v3/downloads/62120b141a3bfd09e3608ba8/name/CTZ-THUMB-만장굴-04.jpg">
</li>
</ul>
</div> -->
</body>
@@ -389,34 +377,7 @@
});
var _aa = null;
window.addEventListener('load', function() {
// _aa = $('.news .hoteltv-news-ticker').AcmeTicker({
// type: 'horizontal',
// /*horizontal/horizontal/Marquee/type*/
// direction: 'right',
// /*up/down/left/right*/
// speed: true,
// waitms: 2000,
// /*true/false/number*/
// /*For vertical/horizontal 600*/
// /*For marquee 0.05*/
// /*For typewriter 50*/
// });
// setTimeout(function() {
// //_aa.isPause = true;
// _aa.restart();
// }, 10000);
// $('#imageGallery').lightSlider({
// item: 1,
// slideMargin: 0,
// mode: 'fade',
// adaptiveHeight: true,
// autoWidth: true,
// auto: true,
// loop: true
// });
console.log("Documents loaded...")
});