-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstatus.html
executable file
·259 lines (250 loc) · 10.9 KB
/
status.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
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
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Universal Period Review | United Nations</title>
<meta name="description" content="Cardio is a free one page template made exclusively for Codrops by Luka Cvetinovic" />
<meta name="keywords" content="html template, css, free, one page, gym, fitness, web design" />
<meta name="author" content="Luka Cvetinovic for Codrops" />
<!-- Favicons (created with http://realfavicongenerator.net/)-->
<link rel="apple-touch-icon" sizes="57x57" href="img/favicons/apple-touch-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="img/favicons/apple-touch-icon-60x60.png">
<link rel="icon" type="image/png" href="img/favicons/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="img/favicons/favicon-16x16.png" sizes="16x16">
<link rel="manifest" href="img/favicons/manifest.json">
<link rel="shortcut icon" href="img/favicons/favicon.ico">
<meta name="msapplication-TileColor" content="#00a8ff">
<meta name="msapplication-config" content="img/favicons/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
<!-- Normalize -->
<link rel="stylesheet" type="text/css" href="css/normalize.css">
<!-- Bootstrap -->
<link rel="stylesheet" type="text/css" href="css/bootstrap.css">
<!-- Owl -->
<link rel="stylesheet" type="text/css" href="css/owl.css">
<!-- Animate.css -->
<link rel="stylesheet" type="text/css" href="css/animate.css">
<!-- Font Awesome -->
<link rel="stylesheet" type="text/css" href="fonts/font-awesome-4.1.0/css/font-awesome.min.css">
<!-- Elegant Icons -->
<link rel="stylesheet" type="text/css" href="fonts/eleganticons/et-icons.css">
<!-- Main style -->
<link rel="stylesheet" type="text/css" href="css/cardio.css">
<style type="text/css">
body p, .bigbox {
font-size:17px;
display:block;
float:left;
position:relative;
margin:5px;
}
input, textarea {
margin-top:5px;
}
.tg {border-collapse:collapse;border-spacing:0;margin-bottom:30px;}
.tg tr td{font-size:24px; color:white; padding:16px 10px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}
.tg th{font-size:24px; color:white; font-weight:normal;padding:10px 5px;border-style:solid;border-width:0px;overflow:hidden;word-break:normal;}
.tg .tg-yw4l{vertical-align:top}
</style>
</head>
<body>
<div class="preloader">
<img src="img/loader.gif" alt="Preloader image">
</div>
<nav class="navbar">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#"><img src="img/logo.png" data-active-url="img/logo-active.png" alt=""></a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right main-nav">
<li><a href="#pricing">Account Settings</a></li>
<li><a href="#" data-toggle="modal" data-target="#modal1" class="btn btn-blue">Main</a></li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</nav>
<section>
<div class="modal fade" id="modal1" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content modal-popup">
<a href="#" class="close-link"><i class="icon_close_alt2"></i></a>
<h3 class="white">Withdraw Complaint</h3>
<form action="" class="popup-form">
<input type="password" class="form-control form-white" placeholder="Password">
<div class="dropdown">
<button id="dLabel" class="form-control form-white dropdown" type="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
What is your reason for withdrawing?
</button>
<ul class="dropdown-menu animated fadeIn" role="menu" aria-labelledby="dLabel">
<li class="animated lightSpeedIn"><a href="#">Complaint is no longer valid</a></li>
<li class="animated lightSpeedIn"><a href="#">I made a mistake on the form</a></li>
<li class="animated lightSpeedIn"><a href="#">Other reason</a></li>
</ul>
</div>
<div class="checkbox-holder text-left">
<div class="checkbox">
<input type="checkbox" value="None" id="squaredOne" name="check" />
<label for="squaredOne"><span>I understand that I will no longer have access to this submission after <strong>withdrawing</strong></span></label>
</div>
</div>
<a href="accountdetails.html" type="submit" class="btn btn-submit">Submit</a>
</form>
</div>
</div>
</div>
</section>
<section class="section section-padded" style="background-image:url('img/footer2.jpg');">
<div class="container">
<div class="row"><center>
<h3 class="white typed">Status of your UPR Complaints</h3><br />
<table class="tg">
<tr>
<th style="font-size:14px;" class="tg-031e">Complaint #</th>
<th style="font-size:14px;" class="tg-yw4l">Complaint Title</th>
<th style="font-size:14px;" class="tg-yw4l">Authors</th>
<th style="font-size:14px;" class="tg-yw4l">Country</th>
<th style="font-size:14px;" class="tg-yw4l">Date Submitted</th>
<th style="font-size:14px;" class="tg-yw4l">Status</th>
<th style="font-size:14px;" class="tg-yw4l">Options</th>
</tr>
<tr>
<td class="tg-yw4l">1</td>
<td class="tg-yw4l">LGBTQ Human Rights Issues</td>
<td class="tg-yw4l">Deep Datta</td>
<td class="tg-yw4l">United States</td>
<td class="tg-yw4l">08/29/2016</td>
<td class="tg-yw4l"><span style="font-size:14px;">Under Review</a></td>
<td class="tg-yw4l"><a href="#" style="font-size:14px;">Edit</a> <a href="#" data-toggle="modal" data-target="#modal1"><span style="font-size:14px;">Withdraw Complaint</span></a></td>
</tr>
<tr>
<td class="tg-yw4l">2</td>
<td class="tg-yw4l"></td>
<td class="tg-yw4l"></td>
<td class="tg-yw4l"></td>
<td class="tg-yw4l"></td>
<td class="tg-yw4l"></td>
<td class="tg-yw4l"><a href="#" style="font-size:14px;">Edit</a> <a href="#" data-toggle="modal" data-target="#modal1"><span style="font-size:14px;">Withdraw Complaint</span></a></td>
</tr>
<tr>
<td class="tg-yw4l">3</td>
<td class="tg-yw4l"></td>
<td class="tg-yw4l"></td>
<td class="tg-yw4l"></td>
<td class="tg-yw4l"></td>
<td class="tg-yw4l"></td>
<td class="tg-yw4l"><a href="#" style="font-size:14px;">Edit</a> <a href="#" data-toggle="modal" data-target="#modal1"><span style="font-size:14px;">Withdraw Complaint</span></a></td>
</tr>
<tr>
<td class="tg-yw4l">4</td>
<td class="tg-yw4l"></td>
<td class="tg-yw4l"></td>
<td class="tg-yw4l"></td>
<td class="tg-yw4l"></td>
<td class="tg-yw4l"></td>
<td class="tg-yw4l"><a href="#" style="font-size:14px;">Edit</a> <a href="#" data-toggle="modal" data-target="#modal1"><span style="font-size:14px;">Withdraw Complaint</span></a></td>
</tr>
<tr>
<td class="tg-yw4l">5</td>
<td class="tg-yw4l"></td>
<td class="tg-yw4l"></td>
<td class="tg-yw4l"></td>
<td class="tg-yw4l"></td>
<td class="tg-yw4l"></td>
<td class="tg-yw4l"><a href="#" style="font-size:14px;">Edit</a> <a href="#" data-toggle="modal" data-target="#modal1"><span style="font-size:14px;">Withdraw Complaint</span></a></td>
</tr>
<tr>
<td class="tg-yw4l">6</td>
<td class="tg-yw4l"></td>
<td class="tg-yw4l"></td>
<td class="tg-yw4l"></td>
<td class="tg-yw4l"></td>
<td class="tg-yw4l"></td>
<td class="tg-yw4l"><a href="#" style="font-size:14px;">Edit</a> <a href="#" data-toggle="modal" data-target="#modal1"><span style="font-size:14px;">Withdraw Complaint</span></a></td>
</tr>
<tr>
<td class="tg-yw4l">7</td>
<td class="tg-yw4l"></td>
<td class="tg-yw4l"></td>
<td class="tg-yw4l"></td>
<td class="tg-yw4l"></td>
<td class="tg-yw4l"></td>
<td class="tg-yw4l"><a href="#" style="font-size:14px;">Edit</a> <a href="#" data-toggle="modal" data-target="#modal1"><span style="font-size:14px;">Withdraw Complaint</span></a></td>
</tr>
<tr>
<td class="tg-yw4l">8</td>
<td class="tg-yw4l"></td>
<td class="tg-yw4l"></td>
<td class="tg-yw4l"></td>
<td class="tg-yw4l"></td>
<td class="tg-yw4l"></td>
<td class="tg-yw4l"><a href="#" style="font-size:14px;">Edit</a> <a href="#" data-toggle="modal" data-target="#modal1"><span style="font-size:14px;">Withdraw Complaint</span></a></td>
</tr>
<tr>
<td class="tg-yw4l">9</td>
<td class="tg-yw4l"></td>
<td class="tg-yw4l"></td>
<td class="tg-yw4l"></td>
<td class="tg-yw4l"></td>
<td class="tg-yw4l"></td>
<td class="tg-yw4l"><a href="#" style="font-size:14px;">Edit</a> <a href="#" data-toggle="modal" data-target="#modal1"><span style="font-size:14px;">Withdraw Complaint</span></a></td>
</tr>
</table>
</div></div>
<footer>
<div class="container">
<div class="row">
<div class="col-sm-6 text-center-mobile">
<h3 class="white">Do you have questions?</h3>
<h5 class="light regular light-white">We're available by email to answer your questions.</h5>
<a href="#" class="btn btn-blue ripple trial-button">Email us</a>
</div>
<div class="col-sm-6 text-center-mobile">
<h3 class="white">Opening Hours <span class="open-blink"></span></h3>
<div class="row opening-hours">
<div class="col-sm-6 text-center-mobile">
<h5 class="light-white light">Mon - Fri</h5>
<h3 class="regular white">9:00 - 22:00</h3>
</div>
<div class="col-sm-6 text-center-mobile">
<h5 class="light-white light">Sat - Sun</h5>
<h3 class="regular white">10:00 - 18:00</h3>
</div>
</div>
</div>
</div>
<div class="row bottom-footer text-center-mobile">
<div class="col-sm-8">
<p>© 2016. Powered by <a href="http://www.phir.co/">Benetech Labs</a></p>
</div>
</div>
</div>
</footer>
<!-- Holder for mobile navigation -->
<div class="mobile-nav">
<ul>
</ul>
<a href="#" class="close-link"><i class="arrow_up"></i></a>
</div>
<!-- Scripts -->
<script src="js/jquery-1.11.1.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/wow.min.js"></script>
<script src="js/typewriter.js"></script>
<script src="js/jquery.onepagenav.js"></script>
<script src="js/main.js"></script>
</body>
</html>