-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathexplore.html
More file actions
175 lines (165 loc) · 8.18 KB
/
explore.html
File metadata and controls
175 lines (165 loc) · 8.18 KB
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>ActivityNet</title>
<!-- core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/font-awesome.min.css" rel="stylesheet">
<link href="css/animate.min.css" rel="stylesheet">
<link href="css/owl.carousel.css" rel="stylesheet">
<link href="css/owl.transitions.css" rel="stylesheet">
<link href="css/prettyPhoto.css" rel="stylesheet">
<link href="css/main.css" rel="stylesheet">
<link href="css/responsive.css" rel="stylesheet">
<link href="css/tree.css" rel="stylesheet">
<link href="css/videogallery.css" rel="stylesheet">
<link href="css/popover-mask.css" rel="stylesheet">
<link href="css/explorePage.css" rel="stylesheet">
<link href='http://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Droid+Sans+Mono' rel='stylesheet' type='text/css'>
<!--[if lt IE 9]>
<script src="js/html5shiv.js"></script>
<script src="js/respond.min.js"></script>
<![endif]-->
<link rel="shortcut icon" href="images/favicon.png">
<style>
body,html {
height:100%;
width:100%;
}
</style>
</head>
<body>
<header id="header">
<nav id="main-menu" class="navbar navbar-default navbar-fixed-top" role="banner">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse"> <span class="sr-only">Toggle</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button>
<a class="navbar-brand" href="index.html"><img src="images/activity-logo.png" alt="logo"></a> </div>
<div class="collapse navbar-collapse navbar-right">
<ul class="nav navbar-nav">
<li class="scroll"><a href="index.html">Home</a></li>
<li class="scroll active"><a href="explore.html">Explore</a></li>
<li class="scroll"><a href="download.html">Download</a>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Challenge</a>
<ul class="dropdown-menu">
<li class="scroll"><a href="challenges/2022/index.html" target="_blank">CVPR 2022</a></li>
<li class="scroll"><a href="challenges/2021/index.html" target="_blank">CVPR 2021</a></li>
<li class="scroll"><a href="challenges/2020/index.html" target="_blank">CVPR 2020</a></li>
<li class="scroll"><a href="challenges/2019/index.html" target="_blank">CVPR 2019</a></li>
<li class="scroll"><a href="challenges/2018/index.html" target="_blank">CVPR 2018</a></li>
<li class="scroll"><a href="challenges/2017/index.html" target="_blank">CVPR 2017</a></li>
<li class="scroll"><a href="challenges/2016/index.html" target="_blank">CVPR 2016</a></li>
</ul>
</li>
<li class="scroll"><a href="people.html">People</a></li>
<!--<div class="nav-folder" style="padding:0px">
<ul class="nav-menu">
<li class="nav nav-item" style="border:1px solid #ddd; border-bottom:none; text-align:center"><a href="download.html" style="color:#666">Release</a></li>
<li class="nav nav-item" style="border:1px solid #ddd;text-align:center"><a href="download.html" style="color:#666">API</a></li>
</ul>
</div>-->
</li>
<li class="scroll"><a href="about.html">About</a>
<!--<div class="nav-folder" style="padding:0px">
<ul class="nav-menu" >
<li class="nav nav-item" style="border:1px solid #ddd; border-bottom:none; text-align:center;"><a href="about.html" style="color:#666">Papers</a></li>
<li class="nav nav-item" style="border:1px solid #ddd;text-align:center"><a href="about.html" style="color:#666">History</a></li>
</ul>
</div>-->
</li>
</ul>
</div>
</div>
<!--/.container-->
</nav>
<!--/nav-->
</header>
<!-- EXPLORE -->
<section id="explore">
<div class="container">
<div class="row">
<div class="col-md-4 wow fadeInRight" id="filter">
<button id="showall" type="button" class="btn btn-danger btn-xs">Expand all</button>
<button id="hideall" type="button" class="btn btn-danger btn-xs">Collapse all</button>
<div class='tree well'> </div>
</div>
<div class="col-sm-12 col-md-8 wow fadeInLeft">
<div id="videoinfo" class="panel-body">   </div>
</div>
<div id="info" class="col-sm-12 col-md-8 wow fadeInLeft">
<iframe id="frame" src="" frameborder="0"></iframe>
</div>
<!--<div style="text-align:center;" class="col-sm-8 wow fadeInLeft"id="note"> <strong>Note. </strong>Preliminary video explorer (partially showing 47 activities).</div>-->
<div class="col-sm-8" id="paginationdiv">
<p>Displaying X of Y pages</p>
<ul class="pager">
<li id="First_page" class="disabled"><a href="1" class="nextpage btn btn-bg"><span class="fa fa-angle-double-left fa-lg"></span></a></li>
<li id="Pre_page" class="disabled"><a class="nextpage btn btn-bg" href="#"> <span class="fa fa-angle-left fa-lg"></span></a></li>
<li id="Next_page" class="disabled"><a class="nextpage btn btn-bg" href="#"><span class="fa fa-angle-right fa-lg"></span></a></li>
<li id="Last_page" class="disabled"><a href="#" class="nextpage btn btn-bg"><span class="fa fa-angle-double-right fa-lg"></span></a></li>
</ul>
</div>
</div>
<!-- popup-over-mask -->
<div>
<div class="theme-popover">
<div class="theme-poptit">
<a href="javascript:void(0);" title="Close" class="close"><i class="fa icon-remove-circle"></i></a>
<h3>Player</h3>
</div>
<div class="main-media-section" >
<div class="sidebar-show"></div>
<div id="infoWrap" class="col-xs-9 col-sm-9 col-md-10 fadeInLeft">
<div class="innerwrap" >
<iframe id="frame2" name="aa" src="" frameborder="0" ></iframe>
</div>
</div>
<div id="vList" class="col-xs-3 col-sm-3 col-md-2 fadeInRight " >
<div id="sidebar" >
<div class="title">
<h3>Video Contents</h3>
<div class="sidebar-hidden"></div>
</div>
<ol class="list-group"></ol>
</div>
</div>
</div>
</div>
<div class="theme-popover-mask"></div>
</div>
</div>
</section>
<script src="js/jquery.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="http://maps.google.com/maps/api/js?sensor=true"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/mousescroll.js"></script>
<script src="js/smoothscroll.js"></script>
<script src="js/jquery.prettyPhoto.js"></script>
<script src="js/jquery.isotope.min.js"></script>
<script src="js/jquery.inview.min.js"></script>
<script src="js/wow.min.js"></script>
<script src="js/main.js"></script>
<script src="js/tree.js"> </script>
<script src="js/videoplay.js"> </script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-63916817-1', 'auto');
ga('send', 'pageview');
$(".sidebar-hidden").click(function(){
$("#vList").addClass("sidebar-closed ");
$("#infoWrap").addClass("mainarea");
});
$(".sidebar-show").click(function(){
$("#vList").removeClass("sidebar-closed ");
$("#infoWrap").removeClass("mainarea");
});
</script>
</body>
</html>