-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathevaluation.html
More file actions
171 lines (158 loc) · 6.4 KB
/
evaluation.html
File metadata and controls
171 lines (158 loc) · 6.4 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<title>Activity Net</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/popover-mask.css" rel="stylesheet">
<link href="evaluation/fileinput/css/fileinput.css" rel="stylesheet">
<link rel="shortcut icon" href="images/favicon.png">
<link href="css/evaluate.css" rel="stylesheet">
<!-- SCRIPT -->
<script src="js/jquery.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/mousescroll.js"></script>
<script src="js/smoothscroll.js"></script>
<script src="js/wow.min.js"></script>
<!--<script src="js/main.js"></script>-->
<script src="js/sprintf.min.js"></script>
<script src="evaluation/fileinput/js/fileinput.js"></script>
<script src="js/prettycode.js"></script>
<script src="js/evaluation.js"></script>
<script src="js/jquery.table-sort.js"></script>
<style>
pre {
background-color: ghostwhite;
border: 1px solid #CCCCCC;
padding: 10px 20px;
margin: 20px;
}
.json-key {
color: #F54E4E;
}
.json-value {
color: #666666;
}
.json-string {
color: #666666;
}
.json-comment {
color: #71BC78;
}
</style>
</head>
<!--/head-->
<body id="home" class="homepage">
<!-- REGESTER -->
<div class="container">
<div class="modal fade" id="signup-modal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div id="register-input" class="modal-content">
<div class="modal-header">
<button type="button" id="upclose" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h4 class="modal-title" id="myModalLabel">User Registration</h4>
</div>
<div class="modal-body">
<!-- Form goes here -->
<form id="signup_eva" class="form-horizontal">
<div class="form-group">
<label for="name" class="col-sm-2 control-label">Name</label>
<div class="col-sm-10">
<input type="text" class="form-control" name="name" id="newfirstname" placeholder="Name">
</div>
</div>
<div class="form-group">
<label for="lastname" class="col-sm-2 control-label">Lastname</label>
<div class="col-sm-10">
<input type="text" class="form-control" name="lastname" id="newlastname" placeholder="Lastname">
</div>
</div>
<div class="form-group">
<label for="organization" class="col-sm-2 control-label">Organization</label>
<div class="col-sm-10">
<input type="text" class="form-control" name="lastname" id="organization" placeholder="Organization">
</div>
</div>
<div class="form-group">
<label for="email" class="col-sm-2 control-label">Email</label>
<div class="col-sm-10">
<input type="email" class="form-control" name="email" id="newemail" placeholder="Email">
</div>
</div>
<div class="form-group">
<label for="password" class="col-sm-2 control-label">Password</label>
<div class="col-sm-10">
<input type="password" class="form-control" name="password" id="newpassword" placeholder="Password">
</div>
</div>
</form>
<div class="modal-footer">
<span id="warning-register" style="text-align: center; display:inline;"></span>
<button type="button" id="close-signup" class="btn btn-primary btn-sm" data-dismiss="modal">Close</button>
<button type="button" id="signup-button" name="signup" class="btn btn-success btn-sm">Register</button>
</div>
</div>
<!-- End of form -->
</div><!-- /.modal-content -->
</div><!-- /.modal-dialog -->
</div><!-- /.modal -->
</div>
<!-- regester -->
<!-- HEADER -->
<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 id="brand-id" class="navbar-brand" href="index.html" ><img src="images/activity-logo.png" alt="logo"></a>
</div>
<div id="login-nav" class="navbar-form navbar-right">
<form action="" method="post" class="navbar-form navbar-right" role="form">
<a data-toggle="modal" data-target="#signup-modal" href="#"> <span class="glyphicon glyphicon-user"></span> Register</a>
<div class="form-group">
<input type="email" class="form-control" name="email" id="email" required placeholder="Email">
</div>
<div class="form-group">
<input type="password" class="form-control" name="password" id="password" required="required" placeholder="Password">
</div>
<div class="form-group">
<button type="button" id="login-button" name="login" class="btn btn-primary btn-sm"> <span class="glyphicon glyphicon-ok-sign"></span> Sign in</button>
<span id="warning-message" ></span>
</div>
</form>
</div>
</div>
<!--/.container-->
</nav>
<!--/nav-->
</header>
<!--/header-->
<!-- HOME PAGE -->
<div class="container" id="evaluation-page" style="margin-top:100px;padding-top:68px">
<div class="section-header section-header-version">
<h2 class="section-title text-center wow fadeInDown animated">Evaluation server</h2>
</div>
<div class="row">
<div class="col-sm-10 col-md-offset-2 fadeInUp animated">
<p class="text-left wow fadeInUp animated" style="font-size:16px">This page is intended as a tool for benchmarking algorithms in ActivityNet. Please sign-in/register to submit your results.</p>
</div>
</div>
</div>
</body>
</html>