-
Notifications
You must be signed in to change notification settings - Fork 1
/
userrate.html
executable file
·399 lines (388 loc) · 15.3 KB
/
userrate.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
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
<!DOCTYPE html>
<!--[if IE 7]>
<html class="ie ie7 no-js" lang="en-US">
<![endif]-->
<!--[if IE 8]>
<html class="ie ie8 no-js" lang="en-US">
<![endif]-->
<!--[if !(IE 7) | !(IE 8) ]><!-->
<html lang="en" class="no-js">
<!-- userrate14:04-->
<head>
<!-- Basic need -->
<title>Open Pediatrics</title>
<meta charset="UTF-8">
<meta name="description" content="">
<meta name="keywords" content="">
<meta name="author" content="">
<link rel="profile" href="#">
<!--Google Font-->
<link rel="stylesheet" href='http://fonts.googleapis.com/css?family=Dosis:400,700,500|Nunito:300,400,600' />
<!-- Mobile specific meta -->
<meta name=viewport content="width=device-width, initial-scale=1">
<meta name="format-detection" content="telephone-no">
<!-- CSS files -->
<link rel="stylesheet" href="css/plugins.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<!--preloading-->
<div id="preloader">
<img class="logo" src="images/logo1.png" alt="" width="119" height="58">
<div id="status">
<span></span>
<span></span>
</div>
</div>
<!--end of preloading-->
<!--login form popup-->
<div class="login-wrapper" id="login-content">
<div class="login-content">
<a href="#" class="close">x</a>
<h3>Login</h3>
<form method="post" action="#">
<div class="row">
<label for="username">
Username:
<input type="text" name="username" id="username" placeholder="Hugh Jackman" pattern="^[a-zA-Z][a-zA-Z0-9-_\.]{8,20}$" required="required" />
</label>
</div>
<div class="row">
<label for="password">
Password:
<input type="password" name="password" id="password" placeholder="******" pattern="(?=^.{8,}$)((?=.*\d)|(?=.*\W+))(?![.\n])(?=.*[A-Z])(?=.*[a-z]).*$" required="required" />
</label>
</div>
<div class="row">
<div class="remember">
<div>
<input type="checkbox" name="remember" value="Remember me"><span>Remember me</span>
</div>
<a href="#">Forget password ?</a>
</div>
</div>
<div class="row">
<button type="submit">Login</button>
</div>
</form>
<div class="row">
<p>Or via social</p>
<div class="social-btn-2">
<a class="fb" href="#"><i class="ion-social-facebook"></i>Facebook</a>
<a class="tw" href="#"><i class="ion-social-twitter"></i>twitter</a>
</div>
</div>
</div>
</div>
<!--end of login form popup-->
<!--signup form popup-->
<div class="login-wrapper" id="signup-content">
<div class="login-content">
<a href="#" class="close">x</a>
<h3>sign up</h3>
<form method="post" action="#">
<div class="row">
<label for="username-2">
Username:
<input type="text" name="username" id="username-2" placeholder="Hugh Jackman" pattern="^[a-zA-Z][a-zA-Z0-9-_\.]{8,20}$" required="required" />
</label>
</div>
<div class="row">
<label for="email-2">
your email:
<input type="password" name="email" id="email-2" placeholder="" pattern="(?=^.{8,}$)((?=.*\d)|(?=.*\W+))(?![.\n])(?=.*[A-Z])(?=.*[a-z]).*$" required="required" />
</label>
</div>
<div class="row">
<label for="password-2">
Password:
<input type="password" name="password" id="password-2" placeholder="" pattern="(?=^.{8,}$)((?=.*\d)|(?=.*\W+))(?![.\n])(?=.*[A-Z])(?=.*[a-z]).*$" required="required" />
</label>
</div>
<div class="row">
<label for="repassword-2">
re-type Password:
<input type="password" name="password" id="repassword-2" placeholder="" pattern="(?=^.{8,}$)((?=.*\d)|(?=.*\W+))(?![.\n])(?=.*[A-Z])(?=.*[a-z]).*$" required="required" />
</label>
</div>
<div class="row">
<button type="submit">sign up</button>
</div>
</form>
</div>
</div>
<!--end of signup form popup-->
<!-- BEGIN | Header -->
<header class="ht-header">
<div class="container">
<nav class="navbar navbar-default navbar-custom">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header logo">
<div class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<div id="nav-icon1">
<span></span>
<span></span>
<span></span>
</div>
</div>
<a href="index-2.html"><img class="logo" src="images/logo1.png" alt="" width="119" height="58"></a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse flex-parent" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav flex-child-menu menu-left">
<li class="hidden">
<a href="#page-top"></a>
</li>
<li class="dropdown first">
<a class="btn btn-default dropdown-toggle lv1" data-toggle="dropdown">
Home <i class="fa fa-angle-down" aria-hidden="true"></i>
</a>
<ul class="dropdown-menu level1">
<li><a href="index-2.html">Home 01</a></li>
<li><a href="homev2.html">Home 02</a></li>
<li><a href="homev3.html">Home 03</a></li>
</ul>
</li>
<li class="dropdown first">
<a class="btn btn-default dropdown-toggle lv1" data-toggle="dropdown" data-hover="dropdown">
movies<i class="fa fa-angle-down" aria-hidden="true"></i>
</a>
<ul class="dropdown-menu level1">
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" >Movie grid<i class="ion-ios-arrow-forward"></i></a>
<ul class="dropdown-menu level2">
<li><a href="moviegrid.html">Movie grid</a></li>
<li><a href="moviegridfw.html">movie grid full width</a></li>
</ul>
</li>
<li><a href="movielist.html">Movie list</a></li>
<li><a href="moviesingle.html">Movie single</a></li>
<li class="it-last"><a href="seriessingle.html">Series single</a></li>
</ul>
</li>
<li class="dropdown first">
<a class="btn btn-default dropdown-toggle lv1" data-toggle="dropdown" data-hover="dropdown">
celebrities <i class="fa fa-angle-down" aria-hidden="true"></i>
</a>
<ul class="dropdown-menu level1">
<li><a href="celebritygrid01.html">celebrity grid 01</a></li>
<li><a href="celebritygrid02.html">celebrity grid 02 </a></li>
<li><a href="celebritylist.html">celebrity list</a></li>
<li class="it-last"><a href="celebritysingle.html">celebrity single</a></li>
</ul>
</li>
<li class="dropdown first">
<a class="btn btn-default dropdown-toggle lv1" data-toggle="dropdown" data-hover="dropdown">
news <i class="fa fa-angle-down" aria-hidden="true"></i>
</a>
<ul class="dropdown-menu level1">
<li><a href="bloglist.html">blog List</a></li>
<li><a href="bloggrid.html">blog Grid</a></li>
<li class="it-last"><a href="blogdetail.html">blog Detail</a></li>
</ul>
</li>
<li class="dropdown first">
<a class="btn btn-default dropdown-toggle lv1" data-toggle="dropdown" data-hover="dropdown">
community <i class="fa fa-angle-down" aria-hidden="true"></i>
</a>
<ul class="dropdown-menu level1">
<li><a href="userfavoritegrid.html">user favorite grid</a></li>
<li><a href="userfavoritelist.html">user favorite list</a></li>
<li><a href="userprofile.html">user profile</a></li>
<li class="it-last"><a href="userrate.html">user rate</a></li>
</ul>
</li>
</ul>
<ul class="nav navbar-nav flex-child-menu menu-right">
<li class="dropdown first">
<a class="btn btn-default dropdown-toggle lv1" data-toggle="dropdown" data-hover="dropdown">
pages <i class="fa fa-angle-down" aria-hidden="true"></i>
</a>
<ul class="dropdown-menu level1">
<li><a href="landing.html">Landing</a></li>
<li><a href="404.html">404 Page</a></li>
<li class="it-last"><a href="comingsoon.html">Coming soon</a></li>
</ul>
</li>
<li><a href="#">Help</a></li>
<li class="loginLink"><a href="#">LOG In</a></li>
<li class="btn signupLink"><a href="#">sign up</a></li>
</ul>
</div>
<!-- /.navbar-collapse -->
</nav>
<!-- top search form -->
<div class="top-search">
<select>
<option value="united">TV show</option>
<option value="saab">Others</option>
</select>
<input type="text" placeholder="Search for a movie, TV Show or celebrity that you are looking for">
</div>
</div>
</header>
<!-- END | Header -->
<div class="hero user-hero">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="hero-ct">
<h1>Edward kennedy’s profile</h1>
<ul class="breadcumb">
<li class="active"><a href="#">Home</a></li>
<li> <span class="ion-ios-arrow-right"></span>Rated movies</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="page-single">
<div class="container">
<div class="row ipad-width2">
<div class="col-md-3 col-sm-12 col-xs-12">
<div class="user-information">
<div class="user-img">
<a href="#"><img src="images/uploads/user-img.png" alt=""><br></a>
<a href="#" class="redbtn">Change avatar</a>
</div>
<div class="user-fav">
<p>Account Details</p>
<ul>
<li><a href="#">Profile</a></li>
<li><a href="#">Favorite movies</a></li>
<li class="active"><a href="#">Rated movies</a></li>
</ul>
</div>
<div class="user-fav">
<p>Others</p>
<ul>
<li><a href="#">Change password</a></li>
<li><a href="#">Log out</a></li>
</ul>
</div>
</div>
</div>
<div class="col-md-9 col-sm-12 col-xs-12">
<div class="topbar-filter">
<p>Found <span>3 rates</span> in total</p>
<label>Sort by:</label>
<select>
<option value="range">-- Choose option --</option>
<option value="saab">-- Choose option 2--</option>
</select>
</div>
<div class="movie-item-style-2 userrate">
<img src="images/uploads/mv1.jpg" alt="">
<div class="mv-item-infor">
<h6><a href="#">oblivion <span>(2012)</span></a></h6>
<p class="time sm-text">your rate:</p>
<p class="rate"><i class="ion-android-star"></i><span>9.0</span> /10</p>
<p class="time sm-text">your reviews:</p>
<h6>Best Marvel movie in my opinion</h6>
<p class="time sm">02 April 2017</p>
<p>“This is by far one of my favorite movies from the MCU. The introduction of new Characters both good and bad also makes the movie more exciting. giving the characters more of a back story can also help audiences relate more to different characters better, and it connects a bond between the audience and actors or characters. Having seen the movie three times does not bother me here as it is as thrilling and exciting every time I am watching it. In other words, the movie is by far better than previous movies (and I do love everything Marvel), the plotting is splendid (they really do out do themselves in each film, there are no problems watching it more than once.”</p>
</div>
</div>
<div class="movie-item-style-2 userrate">
<img src="images/uploads/mv2.jpg" alt="">
<div class="mv-item-infor">
<h6><a href="#">into the wild <span>(2014)</span></a></h6>
<p class="time sm-text">your rate:</p>
<p class="rate"><i class="ion-android-star"></i><span>7.0</span> /10</p>
</div>
</div>
<div class="movie-item-style-2 userrate last">
<img src="images/uploads/mv3.jpg" alt="">
<div class="mv-item-infor">
<h6><a href="#">blade runner<span>(2015)</span></a></h6>
<p class="time sm-text">your rate:</p>
<p class="rate"><i class="ion-android-star"></i><span>10.0</span> /10</p>
<p class="time sm-text">your reviews:</p>
<h6>A masterpiece!</h6>
<p class="time sm">01 February 2017</p>
<p>“To put it simply, the movie is fascinating, exciting and fantastic. The dialog, the fight choreography, the way the story moves, the characters charisma, all and much more are combined together to deliver this masterpiece. Such an amazing flow, providing a fusion between the 90s and the new century, it's like the assassins are living in another world, with another mindset, without people understanding it. Just one advice for you though: Don't build an expectation of what you want to watch in this movie, if you do, then you will ruin it. This movie has it's own flow and movement, so watch it with a clear mind, and have fun.”</p>
</div>
</div>
<div class="topbar-filter">
<label>Movies per page:</label>
<select>
<option value="range">20 Movies</option>
<option value="saab">10 Movies</option>
</select>
<div class="pagination2">
<span>Page 1 of 1:</span>
<a class="active" href="#">1</a>
<a href="#"><i class="ion-arrow-right-b"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- footer section-->
<footer class="ht-footer">
<div class="container">
<div class="flex-parent-ft">
<div class="flex-child-ft item1">
<a href="index-2.html"><img class="logo" src="images/logo1.png" alt=""></a>
<p>5th Avenue st, manhattan<br>
New York, NY 10001</p>
<p>Call us: <a href="#">(+01) 202 342 6789</a></p>
</div>
<div class="flex-child-ft item2">
<h4>Resources</h4>
<ul>
<li><a href="#">About</a></li>
<li><a href="#">Blockbuster</a></li>
<li><a href="#">Contact Us</a></li>
<li><a href="#">Forums</a></li>
<li><a href="#">Blog</a></li>
<li><a href="#">Help Center</a></li>
</ul>
</div>
<div class="flex-child-ft item3">
<h4>Legal</h4>
<ul>
<li><a href="#">Terms of Use</a></li>
<li><a href="#">Privacy Policy</a></li>
<li><a href="#">Security</a></li>
</ul>
</div>
<div class="flex-child-ft item4">
<h4>Account</h4>
<ul>
<li><a href="#">My Account</a></li>
<li><a href="#">Watchlist</a></li>
<li><a href="#">Collections</a></li>
<li><a href="#">User Guide</a></li>
</ul>
</div>
<div class="flex-child-ft item5">
<h4>Newsletter</h4>
<p>Subscribe to our newsletter system now <br> to get latest news from us.</p>
<form action="#">
<input type="text" placeholder="Enter your email...">
</form>
<a href="#" class="btn">Subscribe now <i class="ion-ios-arrow-forward"></i></a>
</div>
</div>
</div>
<div class="ft-copyright">
<div class="ft-left">
<p><a href="https://www.templatespoint.net" target="_blank">Templates Point</a></p>
</div>
<div class="backtotop">
<p><a href="#" id="back-to-top">Back to top <i class="ion-ios-arrow-thin-up"></i></a></p>
</div>
</div>
</footer>
<!-- end of footer section-->
<script src="js/jquery.js"></script>
<script src="js/plugins.js"></script>
<script src="js/plugins2.js"></script>
<script src="js/custom.js"></script>
</body>
<!-- userrate14:04-->
</html>