-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstory_info.html
executable file
·62 lines (47 loc) · 1.76 KB
/
story_info.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<title> Query Threal </title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/all.css" integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU" crossorigin="anonymous">
<!-- -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script src="js/story_info.js"></script>
<script src="https://cdn.jsdelivr.net/npm/hls.js@latest"></script>
</head>
<body>
<nav class="navbar navbar-inverse">
<ul class="nav navbar-nav">
<li class="">
<a class="navbar-brand" > THEIA </span> </a>
</li>
<li>
<a class="navbar-brand" href="home.html"> Home </a>
</li>
<li>
<a class="navbar-brand" href="search_tag.html"> Search </a>
</li>
</ul>
</nav>
<br>
<!---------------------- -->
<div class="container">
<div class="panel panel-default" >
<div class="panel-heading" id="query_result_info">
</div>
<div class="panel-body" id="query_result">
<video id="color_video" width="300" style="display: none;"controls></video>
<video id="depth_video" width="300" style="display: none;"controls></video>
</div>
<div class="panel-footer" id="query_result_footer"></div>
</div>
</div>
<div align="center" style="z-index:999;position: fixed;top: 50%;left: 50%;">
<img src="ajax-loader.gif" width="200" id="spinner" Align=center style="display: none;">
</div>
<!---------------------- -->
<br>
</body>
</html>