picturehouse_uk 3.0.4 → 3.0.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +7 -0
- data/lib/picturehouse_uk/internal/parser/screenings.rb +4 -3
- data/lib/picturehouse_uk/version.rb +2 -2
- data/test/fixtures/cinema/Duke_Of_Yorks.html +1770 -763
- data/test/fixtures/cinema/Dukes_At_Komedia.html +1641 -1362
- data/test/fixtures/cinema/Phoenix_Picturehouse.html +2166 -1328
- data/test/fixtures/home.html +128 -62
- data/test/fixtures/info/Duke_Of_Yorks.html +104 -29
- data/test/fixtures/info/Dukes_At_Komedia.html +104 -27
- data/test/fixtures/info/Phoenix_Picturehouse.html +102 -26
- data/test/lib/picturehouse_uk/cinema_test.rb +2 -2
- data/test/lib/picturehouse_uk/internal/website_test.rb +1 -1
- data/test/lib/picturehouse_uk/screening_test.rb +1 -1
- metadata +2 -2
data/test/fixtures/home.html
CHANGED
@@ -45,14 +45,18 @@
|
|
45
45
|
<body class="body cinema-global">
|
46
46
|
<script>document.getElementsByTagName("body")[0].className += " js-enabled";</script>
|
47
47
|
<a href="#main" class="sr-only">Skip to main content</a>
|
48
|
+
|
48
49
|
<div class="interim-banner container-fluid">
|
49
|
-
<div class="container
|
50
|
-
<
|
51
|
-
<
|
52
|
-
|
53
|
-
|
50
|
+
<div class="container">
|
51
|
+
<form method="post" action="/dismiss/cookies">
|
52
|
+
<button type="submit" class="pull-right close" aria-label="Close">
|
53
|
+
<span aria-hidden="true">×</span>
|
54
|
+
</button>
|
55
|
+
</form>
|
56
|
+
We are using cookies to remember if you are logged in to this website and if you have dismissed this message. Cookies are files stored in your browser and by continuing to use our website without changing the settings on your computer you are agreeing to our use of cookies.
|
54
57
|
</div>
|
55
58
|
</div>
|
59
|
+
|
56
60
|
<div class="component header">
|
57
61
|
<div class="container navbar-global-offset hidden-xs">
|
58
62
|
<div class="row">
|
@@ -62,19 +66,28 @@
|
|
62
66
|
<li><a href="#" data-icon="W" class="icon"><span class="sr-only">Bookmark page</span></a></li>
|
63
67
|
<li><a href="#" data-icon="}" class="icon"><span class="sr-only">Email us</span></a></li>
|
64
68
|
</ul>-->
|
65
|
-
|
66
|
-
<ul class="
|
67
|
-
|
69
|
+
|
70
|
+
<ul class="spaced-list pull-left hide">
|
71
|
+
<li><button class="btn btn-link" data-toggle="modal" data-target="#sign-in-modal">Sign in</a></li>
|
72
|
+
<li><button class="btn btn-link" >Register</button></li>
|
73
|
+
</ul>
|
74
|
+
|
75
|
+
<ul class="list-inline list-icons pull-left hidden-sm left-mg">
|
76
|
+
<li><a href="https://www.facebook.com/picturehouses" data-icon="@" class="icon" target="_blank"><span class="sr-only">Picturehouse on Facebook</span></a></li>
|
68
77
|
|
69
78
|
<li><a href="https://twitter.com/picturehouses" data-icon=":" class="icon" target="_blank"><span class="sr-only">Picturehouse on Twitter</span></a></li>
|
70
79
|
</ul>
|
71
80
|
</nav>
|
72
81
|
|
73
|
-
|
74
82
|
<nav class="pull-left">
|
75
83
|
<ul class="spaced-list">
|
76
84
|
<li><a href="/">Home</a></li>
|
77
|
-
<li
|
85
|
+
<li><a href="/cinemas/">Cinemas</a></li>
|
86
|
+
<li><a href="/Picturehouse_Recommends">Recommends</a></li>
|
87
|
+
<li><a href="/Picturehouse_Membership">Membership</a></li>
|
88
|
+
<li><a href="http://picturehouseblog.co.uk/" target="_blank">Picturehouse Blog</a></li>
|
89
|
+
<li><a href="http://corporate.picturehouses.co.uk/" target="_blank">Corporate</a></li>
|
90
|
+
<li><a href="http://www.picturehouseentertainment.co.uk/" target="_blank">Picturehouse Entertainment</a></li>
|
78
91
|
</ul>
|
79
92
|
</nav>
|
80
93
|
</div>
|
@@ -142,15 +155,16 @@
|
|
142
155
|
data-cycle-pager-template=""
|
143
156
|
data-slides="> div"
|
144
157
|
>
|
158
|
+
|
145
159
|
<div>
|
146
|
-
<a class="text-center" href="/film/
|
147
|
-
<img src="/assets/feature/banners/
|
160
|
+
<a class="text-center" href="/film/Tale-of-the-Princess-Kaguya-The">
|
161
|
+
<img src="/assets/feature/banners/princess-kaguya.jpg" alt="" class="img-responsive" />
|
148
162
|
<div class="slide-content">
|
149
|
-
<h2>
|
163
|
+
<h2>The Tale Of The Princess Kaguya</h2>
|
150
164
|
<div class="hidden-xs">
|
151
|
-
<p class="feature-area-date">
|
165
|
+
<p class="feature-area-date">From Fri 20 Mar</p>
|
152
166
|
<div class="visible-lg">
|
153
|
-
<p>
|
167
|
+
<p>A visionary tour-de-force</p><p>- Variety</p>
|
154
168
|
</div>
|
155
169
|
<span class="btn btn-md btn-primary hidden-xs">Book now <span data-icon=">" class="icon"></span></span>
|
156
170
|
</div>
|
@@ -158,14 +172,14 @@
|
|
158
172
|
</a>
|
159
173
|
</div>
|
160
174
|
<div>
|
161
|
-
<a class="text-center" href="/
|
162
|
-
<img src="/assets/feature/banners/
|
175
|
+
<a class="text-center" href="http://picturehouseblog.co.uk/2015/03/11/human-rights-watch-film-festival-2015/">
|
176
|
+
<img src="/assets/feature/banners/human-rights-watch-festival.jpg" alt="" class="img-responsive" />
|
163
177
|
<div class="slide-content">
|
164
|
-
<h2>
|
178
|
+
<h2>Human Rights Watch Film Festival</h2>
|
165
179
|
<div class="hidden-xs">
|
166
|
-
<p class="feature-area-date">
|
180
|
+
<p class="feature-area-date">20 - 27 Mar</p>
|
167
181
|
<div class="visible-lg">
|
168
|
-
<p>
|
182
|
+
<p>At The Ritzy Cinema in Brixton</p>
|
169
183
|
</div>
|
170
184
|
<span class="btn btn-md btn-primary hidden-xs">Book now <span data-icon=">" class="icon"></span></span>
|
171
185
|
</div>
|
@@ -173,14 +187,14 @@
|
|
173
187
|
</a>
|
174
188
|
</div>
|
175
189
|
<div>
|
176
|
-
<a class="text-center" href="/film/
|
177
|
-
<img src="/assets/feature/banners/
|
190
|
+
<a class="text-center" href="/film/school-of-babel">
|
191
|
+
<img src="/assets/feature/banners/school-of-babel.jpg" alt="" class="img-responsive" />
|
178
192
|
<div class="slide-content">
|
179
|
-
<h2>
|
193
|
+
<h2>Discover Tuesdays: School of Babel</h2>
|
180
194
|
<div class="hidden-xs">
|
181
|
-
<p class="feature-area-date">
|
195
|
+
<p class="feature-area-date">Tue 24 Mar</p>
|
182
196
|
<div class="visible-lg">
|
183
|
-
<p>
|
197
|
+
<p>An absorbing anatomy of a multi-ethnic classroom</p><p>- The Guardian</p>
|
184
198
|
</div>
|
185
199
|
<span class="btn btn-md btn-primary hidden-xs">Book now <span data-icon=">" class="icon"></span></span>
|
186
200
|
</div>
|
@@ -188,14 +202,14 @@
|
|
188
202
|
</a>
|
189
203
|
</div>
|
190
204
|
<div>
|
191
|
-
<a class="text-center" href="/film/
|
192
|
-
<img src="/assets/feature/banners/
|
205
|
+
<a class="text-center" href="/film/While-Were-Young">
|
206
|
+
<img src="/assets/feature/banners/while-were-young.jpg" alt="" class="img-responsive" />
|
193
207
|
<div class="slide-content">
|
194
|
-
<h2>
|
208
|
+
<h2>While We're Young preview</h2>
|
195
209
|
<div class="hidden-xs">
|
196
|
-
<p class="feature-area-date">
|
210
|
+
<p class="feature-area-date">Sun 29 Mar</p>
|
197
211
|
<div class="visible-lg">
|
198
|
-
<p>
|
212
|
+
<p>Be the first to see Noah Baumbach's acclaimed new film While We're Young</p>
|
199
213
|
</div>
|
200
214
|
<span class="btn btn-md btn-primary hidden-xs">Book now <span data-icon=">" class="icon"></span></span>
|
201
215
|
</div>
|
@@ -203,16 +217,16 @@
|
|
203
217
|
</a>
|
204
218
|
</div>
|
205
219
|
<div>
|
206
|
-
<a class="text-center" href="/
|
207
|
-
<img src="/assets/feature/banners/
|
220
|
+
<a class="text-center" href="/film/nt-live-hamlet">
|
221
|
+
<img src="/assets/feature/banners/nt-hamlet.jpg" alt="" class="img-responsive" />
|
208
222
|
<div class="slide-content">
|
209
|
-
<h2>
|
223
|
+
<h2>NT Live: Hamlet</h2>
|
210
224
|
<div class="hidden-xs">
|
211
|
-
|
225
|
+
<p class="feature-area-date">Thu 15 Oct</p>
|
212
226
|
<div class="visible-lg">
|
213
|
-
<p>
|
227
|
+
<p>Starring Benedict Cumberbatch. Members' priority booking is now open. General sale from Mon 23 Mar, 9.30am</p>
|
214
228
|
</div>
|
215
|
-
<span class="btn btn-md btn-primary hidden-xs">
|
229
|
+
<span class="btn btn-md btn-primary hidden-xs">Book now <span data-icon=">" class="icon"></span></span>
|
216
230
|
</div>
|
217
231
|
</div>
|
218
232
|
</a>
|
@@ -223,14 +237,15 @@
|
|
223
237
|
</div>
|
224
238
|
<div class="hidden-xs">
|
225
239
|
<ul id="no-template-pager" class="nav-justified cycle-pager pager-list external list-inline clearfix no-mg">
|
226
|
-
<li><img src="/assets/feature/thumbnails/
|
227
|
-
<li><img src="/assets/feature/thumbnails/
|
228
|
-
<li><img src="/assets/feature/thumbnails/
|
229
|
-
<li><img src="/assets/feature/thumbnails/
|
230
|
-
<li><img src="/assets/feature/thumbnails/
|
240
|
+
<li><img src="/assets/feature/thumbnails/princess-kaguya.jpg" alt="" class="hidden-xs hidden-sm" width="66" height="50" />The Tale Of The Princess Kaguya</li>
|
241
|
+
<li><img src="/assets/feature/thumbnails/human-rights-watch-festival.jpg" alt="" class="hidden-xs hidden-sm" width="66" height="50" />Human Rights Watch Film Festival</li>
|
242
|
+
<li><img src="/assets/feature/thumbnails/school-of-babel.jpg" alt="" class="hidden-xs hidden-sm" width="66" height="50" />Discover Tuesdays: School of Babel</li>
|
243
|
+
<li><img src="/assets/feature/thumbnails/while-were-young.jpg" alt="" class="hidden-xs hidden-sm" width="66" height="50" />While We're Young preview</li>
|
244
|
+
<li><img src="/assets/feature/thumbnails/nt-hamlet.jpg" alt="" class="hidden-xs hidden-sm" width="66" height="50" />NT Live: Hamlet</li>
|
231
245
|
</ul>
|
232
246
|
</div>
|
233
|
-
</div>
|
247
|
+
</div>
|
248
|
+
</div>
|
234
249
|
</div>
|
235
250
|
|
236
251
|
<!-- Main content -->
|
@@ -253,6 +268,14 @@
|
|
253
268
|
data-slides="> a"
|
254
269
|
data-carousel-hops="5"
|
255
270
|
>
|
271
|
+
<a class="hover-link" href="/cinema/Clapham_Picturehouse"><img class="img-responsive" src="/images/icons/square/Clapham_Picturehouse.gif" alt="Clapham Picturehouse landing page" /></a>
|
272
|
+
<a class="hover-link" href="/cinema/Gate_Picturehouse"><img class="img-responsive" src="/images/icons/square/Gate_Picturehouse.gif" alt="Gate Picturehouse landing page" /></a>
|
273
|
+
<a class="hover-link" href="/cinema/Greenwich_Picturehouse"><img class="img-responsive" src="/images/icons/square/Greenwich_Picturehouse.gif" alt="Greenwich Picturehouse landing page" /></a>
|
274
|
+
<a class="hover-link" href="/cinema/Hackney_Picturehouse"><img class="img-responsive" src="/images/icons/square/Hackney_Picturehouse.gif" alt="Hackney Picturehouse landing page" /></a>
|
275
|
+
<a class="hover-link" href="/cinema/Ritzy_Picturehouse"><img class="img-responsive" src="/images/icons/square/Ritzy_Picturehouse.gif" alt="The Ritzy landing page" /></a>
|
276
|
+
<a class="hover-link" href="/cinema/Stratford_London"><img class="img-responsive" src="/images/icons/square/Stratford_London.gif" alt="Stratford Picturehouse landing page" /></a>
|
277
|
+
<a class="hover-link" href="/cinema/The_Little"><img class="img-responsive" src="/images/icons/square/The_Little.gif" alt="Little Theatre Cinema landing page" /></a>
|
278
|
+
<a class="hover-link" href="/cinema/National_Media_Museum"><img class="img-responsive" src="/images/icons/square/National_Media_Museum.gif" alt="Bradford at National Media Museum landing page" /></a>
|
256
279
|
<a class="hover-link" href="/cinema/Duke_Of_Yorks"><img class="img-responsive" src="/images/icons/square/Duke_Of_Yorks.gif" alt="Duke of York's Picturehouse landing page" /></a>
|
257
280
|
<a class="hover-link" href="/cinema/Dukes_At_Komedia"><img class="img-responsive" src="/images/icons/square/Dukes_At_Komedia.gif" alt="Duke's at Komedia landing page" /></a>
|
258
281
|
<a class="hover-link" href="/cinema/Arts_Picturehouse_Cambridge"><img class="img-responsive" src="/images/icons/square/Arts_Picturehouse_Cambridge.gif" alt="Arts Picturehouse Cambridge landing page" /></a>
|
@@ -298,22 +321,18 @@
|
|
298
321
|
</section> </div>
|
299
322
|
<div class="col-xs-12 col-sm-3 col-sm-pull-9">
|
300
323
|
<div class="row">
|
301
|
-
<div class="col-xs-6 col-sm-12">
|
302
|
-
<div class="component embed-responsive embed-responsive-ad btm-mg" onmousedown="javascript:location.href='/film/inherent-vice'">
|
303
|
-
<object type="application/x-shockwave-flash" data="/assets/mpu/sts_300x250_picturehouse_4.swf" width="100%" height="250" class="ad">
|
304
|
-
<param name="movie" value="/assets/mpu/sts_300x250_picturehouse_4.swf" />
|
305
|
-
<param value="high" name="quality">
|
306
|
-
<param value="#FFFFFF" name="bgcolor">
|
307
|
-
<param value="always" name="allowScriptAccess">
|
308
|
-
<param value="clickTAG=http://www.google.com/" name="FlashVars">
|
309
|
-
<param value="transparent" name="wmode">
|
310
|
-
<p><img class="img-responsive" src="/assets/mpu/IV_UK_Main_ss_Picturehouse_300x250.jpg" alt="" /></p>
|
311
|
-
</object>
|
312
|
-
</div> </div>
|
313
324
|
<div class="col-xs-6 col-sm-12">
|
314
325
|
<div class="component">
|
315
|
-
<p><a href="/
|
326
|
+
<p><a href="/film/maxine-peake-as-hamlet"><img src="/assets/mpu/MP-hamlet-MPU-V3.gif" class="img-responsive" alt="" /></a></p>
|
316
327
|
</div> </div>
|
328
|
+
<div class="col-xs-6 col-sm-12">
|
329
|
+
<div class="embed-responsive embed-responsive-ad">
|
330
|
+
<div id='div-gpt-ad-996397954946313344-1'>
|
331
|
+
<script type='text/javascript'>
|
332
|
+
googletag.display('div-gpt-ad-996397954946313344-1');
|
333
|
+
</script>
|
334
|
+
</div>
|
335
|
+
</div> </div>
|
317
336
|
</div>
|
318
337
|
</div>
|
319
338
|
</div>
|
@@ -384,8 +403,16 @@
|
|
384
403
|
</ul>
|
385
404
|
</div>
|
386
405
|
<div class="col-xs-12 col-sm-3 pull-right">
|
387
|
-
|
406
|
+
<select name="select-cinema" title="Select cinema" id="select-cinema" class="form-control btm-mg" data-auto-link="true">
|
388
407
|
<option value="">Select a cinema</option>
|
408
|
+
<option data-href="/cinema/Clapham_Picturehouse">London — Clapham Picturehouse</option>
|
409
|
+
<option data-href="/cinema/Gate_Picturehouse">London — Gate Picturehouse</option>
|
410
|
+
<option data-href="/cinema/Greenwich_Picturehouse">London — Greenwich Picturehouse</option>
|
411
|
+
<option data-href="/cinema/Hackney_Picturehouse">London — Hackney Picturehouse</option>
|
412
|
+
<option data-href="/cinema/Ritzy_Picturehouse">London — The Ritzy</option>
|
413
|
+
<option data-href="/cinema/Stratford_London">London — Stratford Picturehouse</option>
|
414
|
+
<option data-href="/cinema/The_Little">Bath — Little Theatre Cinema</option>
|
415
|
+
<option data-href="/cinema/National_Media_Museum">Bradford — Bradford at National Media Museum</option>
|
389
416
|
<option data-href="/cinema/Duke_Of_Yorks">Brighton — Duke of York's Picturehouse</option>
|
390
417
|
<option data-href="/cinema/Dukes_At_Komedia">Brighton — Duke's at Komedia</option>
|
391
418
|
<option data-href="/cinema/Arts_Picturehouse_Cambridge">Cambridge — Arts Picturehouse Cambridge</option>
|
@@ -399,15 +426,13 @@
|
|
399
426
|
<option data-href="/cinema/Stratford_Upon_Avon">Stratford Upon Avon — Stratford Upon Avon</option>
|
400
427
|
<option data-href="/cinema/York_Picturehouse">York — City Screen Picturehouse</option>
|
401
428
|
</select>
|
429
|
+
|
402
430
|
</div>
|
403
|
-
</div>
|
404
|
-
<div class="row">
|
405
431
|
<div class="col-xs-12 col-sm-9">
|
406
432
|
<p>Picturehouse Cinemas Limited is a limited company registered in England as company number 2310403 and its registered office is Power Road Studios, 114 Power Road, Chiswick, London, W4 5PY.</p>
|
407
|
-
</div>
|
408
|
-
<footer class="col-xs-12 col-sm-3 pull-right">
|
409
433
|
<p>© 2015 Picturehouse Cinemas Ltd.</p>
|
410
|
-
</
|
434
|
+
</div>
|
435
|
+
|
411
436
|
</div>
|
412
437
|
</div>
|
413
438
|
</div>
|
@@ -458,6 +483,14 @@
|
|
458
483
|
if ($( "#cinema-search" ).length) {
|
459
484
|
// TODO: Will this be dynamically pulled from db?
|
460
485
|
var availableTags = [
|
486
|
+
{ id: "Clapham_Picturehouse", label: "London - Clapham Picturehouse" },
|
487
|
+
{ id: "Gate_Picturehouse", label: "London - Gate Picturehouse" },
|
488
|
+
{ id: "Greenwich_Picturehouse", label: "London - Greenwich Picturehouse" },
|
489
|
+
{ id: "Hackney_Picturehouse", label: "London - Hackney Picturehouse" },
|
490
|
+
{ id: "Ritzy_Picturehouse", label: "London - The Ritzy" },
|
491
|
+
{ id: "Stratford_London", label: "London - Stratford Picturehouse" },
|
492
|
+
{ id: "The_Little", label: "Bath - Little Theatre Cinema" },
|
493
|
+
{ id: "National_Media_Museum", label: "Bradford - Bradford at National Media Museum" },
|
461
494
|
{ id: "Duke_Of_Yorks", label: "Brighton - Duke of York's Picturehouse" },
|
462
495
|
{ id: "Dukes_At_Komedia", label: "Brighton - Duke's at Komedia" },
|
463
496
|
{ id: "Arts_Picturehouse_Cambridge", label: "Cambridge - Arts Picturehouse Cambridge" },
|
@@ -499,7 +532,40 @@
|
|
499
532
|
|
500
533
|
})( jQuery );
|
501
534
|
</script>
|
502
|
-
|
503
535
|
|
536
|
+
<div class="modal fade in" id="sign-in-modal" aria-hidden="false">
|
537
|
+
<div class="modal-dialog">
|
538
|
+
<div class="modal-content">
|
539
|
+
<div class="modal-header">
|
540
|
+
<p class="h2 display-inline">Sign in to your Picturehouse account</p>
|
541
|
+
<a href="#" data-icon="V" class="icon pull-right" data-dismiss="modal"><span class="sr-only">Close</span></a>
|
542
|
+
</div>
|
543
|
+
<div class="modal-body">
|
544
|
+
<form method="post" action="/sign-in">
|
545
|
+
<div class="form-group">
|
546
|
+
<label for="account-email">Card number:</label>
|
547
|
+
<input type="number" name="membership-number" id="membership-number" class="form-control" placeholder="Enter your membership card number..." required />
|
548
|
+
</div>
|
549
|
+
<div class="form-group">
|
550
|
+
<label for="account-password">Password:</label>
|
551
|
+
<input type="password" name="membership-password" id="membership-password" class="form-control" placeholder="Enter your password..." required />
|
552
|
+
</div>
|
553
|
+
<!-- <a href="#" class="small">Forgot your password?</a>
|
554
|
+
<div class="form-group">
|
555
|
+
<div class="checkbox">
|
556
|
+
<label for="account-remember">
|
557
|
+
<input type="checkbox" name="account-remember" id="account-remember"> Remember me
|
558
|
+
</label>
|
559
|
+
</div>
|
560
|
+
</div> -->
|
561
|
+
<hr />
|
562
|
+
<div class="clearfix">
|
563
|
+
<button type="submit" class="btn btn-primary pull-right">Sign in</button>
|
564
|
+
</div>
|
565
|
+
</form>
|
566
|
+
</div> </div>
|
567
|
+
</div>
|
568
|
+
</div>
|
569
|
+
|
504
570
|
</body>
|
505
571
|
</html>
|
@@ -45,14 +45,18 @@
|
|
45
45
|
<body class="body cinema-Duke_Of_Yorks">
|
46
46
|
<script>document.getElementsByTagName("body")[0].className += " js-enabled";</script>
|
47
47
|
<a href="#main" class="sr-only">Skip to main content</a>
|
48
|
+
|
48
49
|
<div class="interim-banner container-fluid">
|
49
|
-
<div class="container
|
50
|
-
<
|
51
|
-
<
|
52
|
-
|
53
|
-
|
50
|
+
<div class="container">
|
51
|
+
<form method="post" action="/dismiss/cookies">
|
52
|
+
<button type="submit" class="pull-right close" aria-label="Close">
|
53
|
+
<span aria-hidden="true">×</span>
|
54
|
+
</button>
|
55
|
+
</form>
|
56
|
+
We are using cookies to remember if you are logged in to this website and if you have dismissed this message. Cookies are files stored in your browser and by continuing to use our website without changing the settings on your computer you are agreeing to our use of cookies.
|
54
57
|
</div>
|
55
58
|
</div>
|
59
|
+
|
56
60
|
<div class="component header">
|
57
61
|
<div class="container navbar-global-offset hidden-xs">
|
58
62
|
<div class="row">
|
@@ -62,19 +66,28 @@
|
|
62
66
|
<li><a href="#" data-icon="W" class="icon"><span class="sr-only">Bookmark page</span></a></li>
|
63
67
|
<li><a href="#" data-icon="}" class="icon"><span class="sr-only">Email us</span></a></li>
|
64
68
|
</ul>-->
|
65
|
-
|
66
|
-
<ul class="
|
67
|
-
|
69
|
+
|
70
|
+
<ul class="spaced-list pull-left hide">
|
71
|
+
<li><button class="btn btn-link" data-toggle="modal" data-target="#sign-in-modal">Sign in</a></li>
|
72
|
+
<li><button class="btn btn-link" >Register</button></li>
|
73
|
+
</ul>
|
74
|
+
|
75
|
+
<ul class="list-inline list-icons pull-left hidden-sm left-mg">
|
76
|
+
<li><a href="https://www.facebook.com/DukeofYorks" data-icon="@" class="icon" target="_blank"><span class="sr-only">Picturehouse on Facebook</span></a></li>
|
68
77
|
|
69
78
|
<li><a href="https://twitter.com/DukeofYorks" data-icon=":" class="icon" target="_blank"><span class="sr-only">Picturehouse on Twitter</span></a></li>
|
70
79
|
</ul>
|
71
80
|
</nav>
|
72
81
|
|
73
|
-
|
74
82
|
<nav class="pull-left">
|
75
83
|
<ul class="spaced-list">
|
76
84
|
<li><a href="/">Home</a></li>
|
77
|
-
<li
|
85
|
+
<li><a href="/cinemas/">Cinemas</a></li>
|
86
|
+
<li><a href="/Picturehouse_Recommends">Recommends</a></li>
|
87
|
+
<li><a href="/Picturehouse_Membership">Membership</a></li>
|
88
|
+
<li><a href="http://picturehouseblog.co.uk/" target="_blank">Picturehouse Blog</a></li>
|
89
|
+
<li><a href="http://corporate.picturehouses.co.uk/" target="_blank">Corporate</a></li>
|
90
|
+
<li><a href="http://www.picturehouseentertainment.co.uk/" target="_blank">Picturehouse Entertainment</a></li>
|
78
91
|
</ul>
|
79
92
|
</nav>
|
80
93
|
</div>
|
@@ -99,6 +112,7 @@
|
|
99
112
|
<nav id="burger-menu" class="collapse clear">
|
100
113
|
<ul class="nav nav-pills nav-stacked">
|
101
114
|
<li class="nav-darker"><a href="/cinema/Duke_Of_Yorks">Cinema home</a></li>
|
115
|
+
<li class="nav-darker"><a href="/cinema/Duke_Of_Yorks/Whats_On">Full listings</a></li>
|
102
116
|
<li class="nav-darker"><a href="/cinema/info/Duke_Of_Yorks#membership">Membership</a></li>
|
103
117
|
<li class="nav-darker"><a href="/cinema/info/Duke_Of_Yorks#ticket-prices">Ticket prices</a></li>
|
104
118
|
<li class="nav-darker"><a href="/cinema/info/Duke_Of_Yorks#access">Access</a></li>
|
@@ -114,6 +128,11 @@
|
|
114
128
|
</form>
|
115
129
|
</div>
|
116
130
|
</li>
|
131
|
+
<li><a href="/">Home</a></li>
|
132
|
+
<li><a href="/cinemas">Cinemas</a></li>
|
133
|
+
<li><a href="/Picturehouse_Membership">Membership</a></li>
|
134
|
+
<li><a href="http://corporate.picturehouses.co.uk/">Picturehouse Corporate</a></li>
|
135
|
+
<li><a href="http://www.picturehouseentertainment.co.uk/">Picturehouse Entertainment</a></li>
|
117
136
|
</ul>
|
118
137
|
</nav>
|
119
138
|
</div>
|
@@ -126,6 +145,7 @@
|
|
126
145
|
<nav class="pull-left">
|
127
146
|
<ul class="spaced-list spaced-list-inverse">
|
128
147
|
<li><a href="/cinema/Duke_Of_Yorks">Cinema home</a></li>
|
148
|
+
<li><a href="/cinema/Duke_Of_Yorks/Whats_On">Full listings</a></li>
|
129
149
|
<li><a href="/cinema/info/Duke_Of_Yorks#membership">Membership</a></li>
|
130
150
|
<li><a href="/cinema/info/Duke_Of_Yorks#ticket-prices">Ticket prices</a></li>
|
131
151
|
<li><a href="/cinema/info/Duke_Of_Yorks#disabled-access">Access</a></li>
|
@@ -273,20 +293,28 @@ Please note that if you want the Gift Card to be enabled for use online, you nee
|
|
273
293
|
<li>Student Member £13.00</li>
|
274
294
|
<li>Child £13.00</li>
|
275
295
|
</ul>
|
276
|
-
<
|
277
|
-
<p
|
278
|
-
|
279
|
-
<p
|
280
|
-
<
|
281
|
-
<p
|
282
|
-
|
283
|
-
<p
|
284
|
-
<
|
285
|
-
<p
|
296
|
+
<h3 id="family-tickets">Family Tickets</h3>
|
297
|
+
<p>Four tickets: two adults and two children, or one adult and three children. Includes Kids' Combo popcorn and drink for each child.</p>
|
298
|
+
<h3 id="silver-screen-club">Silver Screen Club</h3>
|
299
|
+
<p>For the over-60s. Membership is free, and members can enjoy a free tea or coffee and biscuits at the weekly Silver Screen shows. Silver Screen members’ tickets are £5 for Silver Screen shows. Non-members are also welcome – the usual ticket prices apply.</p>
|
300
|
+
<h3 id="big-scream-club">Big Scream Club</h3>
|
301
|
+
<p>For parents and guardians with babies under one year old. Membership is £5 and valid until the baby’s first birthday. Tickets are at the Picturehouse Members’ rate (see above), babies come free. Only customers with babies will be admitted.</p>
|
302
|
+
<h3 id="toddler-time">Toddler Time</h3>
|
303
|
+
<p>For preschool children and their parents and guardians. Membership is free. Tickets for members are £3, free for accompanying adults. The usual ticket prices apply to non-members and their parents. No adult unaccompanied by a toddler will be admitted.</p>
|
304
|
+
<h3 id="unemployed">Unemployed</h3>
|
305
|
+
<p>Unemployed people can purchase a ticket at child ticket prices, Tuesday to Thursday before 4.00.</p>
|
306
|
+
<h3 id="kids-club">Kids' Club</h3>
|
307
|
+
<p>For children aged three to 12. Membership is £4 a year, including the first visit free. Tickets for members and accompanying adults are £1.50 each. Non-members and accompanying adults pay £4 each. No adult unaccompanied by a child will be admitted.</p>
|
308
|
+
<h3 id="autism-friendly-screenings">Autism-Friendly Screenings</h3>
|
309
|
+
<p>All tickets for Autism-Friendly Screenings are £3.</p>
|
310
|
+
<h3 id="schools-screenings">Schools' Screenings</h3>
|
311
|
+
<p>Schools’ screenings are £3.50 per pupil, or £4 for premium films. Accompanying teachers come free.
|
286
312
|
To request information on our schools' programme or to organise a trip, please contact <a href="http://cinemaplus.org.uk/schools-screenings-primary/">Cinema Plus</a>.</p>
|
287
|
-
<
|
313
|
+
<h3 id="community-screenings">Community Screenings</h3>
|
314
|
+
<p>£4 for all tickets.
|
288
315
|
To request a community group visit to a film in our main programme, please contact the Picturehouse Education department.</p>
|
289
|
-
<
|
316
|
+
<h3 id="3d-screenings">3D Screenings</h3>
|
317
|
+
<p>3D films cost £2 extra per person, including 3D glasses. If you bring your own glasses, please request a 70p refund at the cinema.</p>
|
290
318
|
<p><strong>Student tickets</strong> are available to those in full-time secondary or higher education.</p>
|
291
319
|
<p><strong>Retired tickets</strong> are available to those over 60 who are retired.</p>
|
292
320
|
<p><strong>Child tickets</strong> are available to those under 15.</p>
|
@@ -329,8 +357,16 @@ To request a community group visit to a film in our main programme, please conta
|
|
329
357
|
</ul>
|
330
358
|
</div>
|
331
359
|
<div class="col-xs-12 col-sm-3 pull-right">
|
332
|
-
|
360
|
+
<select name="select-cinema" title="Select cinema" id="select-cinema" class="form-control btm-mg" data-auto-link="true">
|
333
361
|
<option value="">Select a cinema</option>
|
362
|
+
<option data-href="/cinema/Clapham_Picturehouse">London — Clapham Picturehouse</option>
|
363
|
+
<option data-href="/cinema/Gate_Picturehouse">London — Gate Picturehouse</option>
|
364
|
+
<option data-href="/cinema/Greenwich_Picturehouse">London — Greenwich Picturehouse</option>
|
365
|
+
<option data-href="/cinema/Hackney_Picturehouse">London — Hackney Picturehouse</option>
|
366
|
+
<option data-href="/cinema/Ritzy_Picturehouse">London — The Ritzy</option>
|
367
|
+
<option data-href="/cinema/Stratford_London">London — Stratford Picturehouse</option>
|
368
|
+
<option data-href="/cinema/The_Little">Bath — Little Theatre Cinema</option>
|
369
|
+
<option data-href="/cinema/National_Media_Museum">Bradford — Bradford at National Media Museum</option>
|
334
370
|
<option data-href="/cinema/Duke_Of_Yorks" selected>Brighton — Duke of York's Picturehouse</option>
|
335
371
|
<option data-href="/cinema/Dukes_At_Komedia">Brighton — Duke's at Komedia</option>
|
336
372
|
<option data-href="/cinema/Arts_Picturehouse_Cambridge">Cambridge — Arts Picturehouse Cambridge</option>
|
@@ -344,15 +380,13 @@ To request a community group visit to a film in our main programme, please conta
|
|
344
380
|
<option data-href="/cinema/Stratford_Upon_Avon">Stratford Upon Avon — Stratford Upon Avon</option>
|
345
381
|
<option data-href="/cinema/York_Picturehouse">York — City Screen Picturehouse</option>
|
346
382
|
</select>
|
383
|
+
<p><img src="/images/icons/europa-logo-white.png" alt="Europa logo"></p>
|
347
384
|
</div>
|
348
|
-
</div>
|
349
|
-
<div class="row">
|
350
385
|
<div class="col-xs-12 col-sm-9">
|
351
386
|
<p>Picturehouse Cinemas Limited is a limited company registered in England as company number 2310403 and its registered office is Power Road Studios, 114 Power Road, Chiswick, London, W4 5PY.</p>
|
352
|
-
</div>
|
353
|
-
<footer class="col-xs-12 col-sm-3 pull-right">
|
354
387
|
<p>© 2015 Picturehouse Cinemas Ltd.</p>
|
355
|
-
</
|
388
|
+
</div>
|
389
|
+
|
356
390
|
</div>
|
357
391
|
</div>
|
358
392
|
</div>
|
@@ -403,6 +437,14 @@ To request a community group visit to a film in our main programme, please conta
|
|
403
437
|
if ($( "#cinema-search" ).length) {
|
404
438
|
// TODO: Will this be dynamically pulled from db?
|
405
439
|
var availableTags = [
|
440
|
+
{ id: "Clapham_Picturehouse", label: "London - Clapham Picturehouse" },
|
441
|
+
{ id: "Gate_Picturehouse", label: "London - Gate Picturehouse" },
|
442
|
+
{ id: "Greenwich_Picturehouse", label: "London - Greenwich Picturehouse" },
|
443
|
+
{ id: "Hackney_Picturehouse", label: "London - Hackney Picturehouse" },
|
444
|
+
{ id: "Ritzy_Picturehouse", label: "London - The Ritzy" },
|
445
|
+
{ id: "Stratford_London", label: "London - Stratford Picturehouse" },
|
446
|
+
{ id: "The_Little", label: "Bath - Little Theatre Cinema" },
|
447
|
+
{ id: "National_Media_Museum", label: "Bradford - Bradford at National Media Museum" },
|
406
448
|
{ id: "Duke_Of_Yorks", label: "Brighton - Duke of York's Picturehouse" },
|
407
449
|
{ id: "Dukes_At_Komedia", label: "Brighton - Duke's at Komedia" },
|
408
450
|
{ id: "Arts_Picturehouse_Cambridge", label: "Cambridge - Arts Picturehouse Cambridge" },
|
@@ -444,7 +486,40 @@ To request a community group visit to a film in our main programme, please conta
|
|
444
486
|
|
445
487
|
})( jQuery );
|
446
488
|
</script>
|
447
|
-
|
448
489
|
|
490
|
+
<div class="modal fade in" id="sign-in-modal" aria-hidden="false">
|
491
|
+
<div class="modal-dialog">
|
492
|
+
<div class="modal-content">
|
493
|
+
<div class="modal-header">
|
494
|
+
<p class="h2 display-inline">Sign in to your Picturehouse account</p>
|
495
|
+
<a href="#" data-icon="V" class="icon pull-right" data-dismiss="modal"><span class="sr-only">Close</span></a>
|
496
|
+
</div>
|
497
|
+
<div class="modal-body">
|
498
|
+
<form method="post" action="/sign-in">
|
499
|
+
<div class="form-group">
|
500
|
+
<label for="account-email">Card number:</label>
|
501
|
+
<input type="number" name="membership-number" id="membership-number" class="form-control" placeholder="Enter your membership card number..." required />
|
502
|
+
</div>
|
503
|
+
<div class="form-group">
|
504
|
+
<label for="account-password">Password:</label>
|
505
|
+
<input type="password" name="membership-password" id="membership-password" class="form-control" placeholder="Enter your password..." required />
|
506
|
+
</div>
|
507
|
+
<!-- <a href="#" class="small">Forgot your password?</a>
|
508
|
+
<div class="form-group">
|
509
|
+
<div class="checkbox">
|
510
|
+
<label for="account-remember">
|
511
|
+
<input type="checkbox" name="account-remember" id="account-remember"> Remember me
|
512
|
+
</label>
|
513
|
+
</div>
|
514
|
+
</div> -->
|
515
|
+
<hr />
|
516
|
+
<div class="clearfix">
|
517
|
+
<button type="submit" class="btn btn-primary pull-right">Sign in</button>
|
518
|
+
</div>
|
519
|
+
</form>
|
520
|
+
</div> </div>
|
521
|
+
</div>
|
522
|
+
</div>
|
523
|
+
|
449
524
|
</body>
|
450
525
|
</html>
|