issue #9 Delete junk code.
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<link rel="stylesheet" href="hoteltv.ui_utils.css">
|
||||
<link rel="stylesheet" href="hoteltv.error.css">
|
||||
<link rel="stylesheet" href="hoteltv.app.full.css">
|
||||
<link rel="stylesheet" href="hoteltv.app.full.mm.css">
|
||||
<link rel="stylesheet" href="hoteltv.app.full.mm.weather.css">
|
||||
@@ -110,53 +111,6 @@
|
||||
</div>
|
||||
<div id="caution" style="position:absolute; top: 410px; width: 99%; height:50px; text-align: right; color:rgb(180,180,190);"></div>
|
||||
</div>
|
||||
<!--
|
||||
<div class="flight">
|
||||
<div class="departure" style="position: absolute; width:50%; height:100%;">
|
||||
<div id="title" style="text-align:left; margin-left:10px;"></div>
|
||||
<table class="tbl_header">
|
||||
<tbody id="hdr">
|
||||
<tr>
|
||||
<th id="airline"></th>
|
||||
<th id="flight"></th>
|
||||
<th id="scheduled"></th>
|
||||
<th id="origin"></th>
|
||||
<th id="destination"></th>
|
||||
<th id="type"></th>
|
||||
<th id="gate"></th>
|
||||
<th id="status"></th>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<table class="tbl_record">
|
||||
<tbody id="record"></tbody>
|
||||
</table>
|
||||
<div id="border_table_bottom" style="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;"></div>
|
||||
</div>
|
||||
<div class="arrival" style="position: absolute; left:52%; width:50%; height:100%;">
|
||||
<div id="title" style="text-align:right; margin-right:50px;"></div>
|
||||
<table class="tbl_header">
|
||||
<tbody id="hdr">
|
||||
<tr>
|
||||
<th id="airline"></th>
|
||||
<th id="flight"></th>
|
||||
<th id="scheduled"></th>
|
||||
<th id="origin"></th>
|
||||
<th id="destination"></th>
|
||||
<th id="type"></th>
|
||||
<th id="gate"></th>
|
||||
<th id="status"></th>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<table class="tbl_record">
|
||||
<tbody id="record"></tbody>
|
||||
</table>
|
||||
<div id="border_table_bottom" style="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;"></div>
|
||||
</div>
|
||||
<div id="caution" style="position:absolute; top: 590px; width: 99%; height:50px; text-align: right; color:rgb(180,180,190);"></div>
|
||||
</div>
|
||||
-->
|
||||
</div>
|
||||
|
||||
<div class="sub">
|
||||
@@ -513,7 +467,7 @@
|
||||
let _profile = HotelTV.tvguide.program;
|
||||
let _state = HotelTV.state;
|
||||
|
||||
// if (_state.menu.stage == "main") {
|
||||
// if (_state.menu.stage.cur == "main") {
|
||||
// console.log(`KEY::${e.keyCode} Main Menu(Prev)::> ${_state.menu.main.cur} ${_profile[Number(_state.menu.main.cur)].name}`);
|
||||
// }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user