issue #9 Delete junk code.

This commit is contained in:
Paul Kim
2023-02-27 21:58:38 +09:00
parent c5c22a5897
commit 0d538698ec

View File

@@ -4,6 +4,7 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<link rel="stylesheet" href="hoteltv.ui_utils.css"> <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.css">
<link rel="stylesheet" href="hoteltv.app.full.mm.css"> <link rel="stylesheet" href="hoteltv.app.full.mm.css">
<link rel="stylesheet" href="hoteltv.app.full.mm.weather.css"> <link rel="stylesheet" href="hoteltv.app.full.mm.weather.css">
@@ -110,53 +111,6 @@
</div> </div>
<div id="caution" style="position:absolute; top: 410px; width: 99%; height:50px; text-align: right; color:rgb(180,180,190);"></div> <div id="caution" style="position:absolute; top: 410px; width: 99%; height:50px; text-align: right; color:rgb(180,180,190);"></div>
</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>
<div class="sub"> <div class="sub">
@@ -513,7 +467,7 @@
let _profile = HotelTV.tvguide.program; let _profile = HotelTV.tvguide.program;
let _state = HotelTV.state; 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}`); // console.log(`KEY::${e.keyCode} Main Menu(Prev)::> ${_state.menu.main.cur} ${_profile[Number(_state.menu.main.cur)].name}`);
// } // }