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
@@ -45,14 +45,18 @@
|
|
45
45
|
<body class="body cinema-Dukes_At_Komedia">
|
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/dukesatkomedia" 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/dukesatkomedia" 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/Dukes_At_Komedia">Cinema home</a></li>
|
115
|
+
<li class="nav-darker"><a href="/cinema/Dukes_At_Komedia/Whats_On">Full listings</a></li>
|
102
116
|
<li class="nav-darker"><a href="/cinema/info/Dukes_At_Komedia#membership">Membership</a></li>
|
103
117
|
<li class="nav-darker"><a href="/cinema/info/Dukes_At_Komedia#ticket-prices">Ticket prices</a></li>
|
104
118
|
<li class="nav-darker"><a href="/cinema/info/Dukes_At_Komedia#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/Dukes_At_Komedia">Cinema home</a></li>
|
148
|
+
<li><a href="/cinema/Dukes_At_Komedia/Whats_On">Full listings</a></li>
|
129
149
|
<li><a href="/cinema/info/Dukes_At_Komedia#membership">Membership</a></li>
|
130
150
|
<li><a href="/cinema/info/Dukes_At_Komedia#ticket-prices">Ticket prices</a></li>
|
131
151
|
<li><a href="/cinema/info/Dukes_At_Komedia#disabled-access">Access</a></li>
|
@@ -265,18 +285,28 @@ Please note that if you want the Gift Card to be enabled for use online, you nee
|
|
265
285
|
<li>Child £6.00</li>
|
266
286
|
<li>Family £22.00</li>
|
267
287
|
</ul>
|
268
|
-
<
|
269
|
-
<p
|
270
|
-
<
|
271
|
-
<p
|
272
|
-
<
|
273
|
-
<p
|
274
|
-
<
|
275
|
-
<p
|
288
|
+
<h3 id="family-tickets">Family Tickets</h3>
|
289
|
+
<p>Four tickets: two adults and two children, or one adult and three children. Includes a Kids' Combo popcorn and drink for each child.</p>
|
290
|
+
<h3 id="silver-screen-club">Silver Screen Club</h3>
|
291
|
+
<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>
|
292
|
+
<h3 id="big-scream-club">Big Scream Club</h3>
|
293
|
+
<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>
|
294
|
+
<h3 id="toddler-time">Toddler Time</h3>
|
295
|
+
<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>
|
296
|
+
<h3 id="unemployed">Unemployed</h3>
|
297
|
+
<p>Unemployed people can purchase a ticket at child ticket prices, Tuesday to Thursday before 4.00.</p>
|
298
|
+
<h3 id="kids-club">Kids' Club</h3>
|
299
|
+
<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>
|
300
|
+
<h3 id="autism-friendly-screenings">Autism-Friendly Screenings</h3>
|
301
|
+
<p>All tickets for Autism-Friendly Screenings are £3.</p>
|
302
|
+
<h3 id="schools-screenings">Schools' Screenings</h3>
|
303
|
+
<p>Schools’ screenings are £3.50 per pupil, or £4 for premium films. Accompanying teachers come free.
|
276
304
|
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>
|
277
|
-
<
|
305
|
+
<h3 id="community-screenings">Community Screenings</h3>
|
306
|
+
<p>£4 for all tickets.
|
278
307
|
To request a community group visit to a film in our main programme, please contact the Picturehouse Education department.</p>
|
279
|
-
<
|
308
|
+
<h3 id="3d-screenings">3D Screenings</h3>
|
309
|
+
<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>
|
280
310
|
<p><strong>Student tickets</strong> are available to those in full-time secondary or higher education.</p>
|
281
311
|
<p><strong>Retired tickets</strong> are available to those over 60 who are retired.</p>
|
282
312
|
<p><strong>Child tickets</strong> are available to those under 15.</p>
|
@@ -318,8 +348,16 @@ To request a community group visit to a film in our main programme, please conta
|
|
318
348
|
</ul>
|
319
349
|
</div>
|
320
350
|
<div class="col-xs-12 col-sm-3 pull-right">
|
321
|
-
|
351
|
+
<select name="select-cinema" title="Select cinema" id="select-cinema" class="form-control btm-mg" data-auto-link="true">
|
322
352
|
<option value="">Select a cinema</option>
|
353
|
+
<option data-href="/cinema/Clapham_Picturehouse">London — Clapham Picturehouse</option>
|
354
|
+
<option data-href="/cinema/Gate_Picturehouse">London — Gate Picturehouse</option>
|
355
|
+
<option data-href="/cinema/Greenwich_Picturehouse">London — Greenwich Picturehouse</option>
|
356
|
+
<option data-href="/cinema/Hackney_Picturehouse">London — Hackney Picturehouse</option>
|
357
|
+
<option data-href="/cinema/Ritzy_Picturehouse">London — The Ritzy</option>
|
358
|
+
<option data-href="/cinema/Stratford_London">London — Stratford Picturehouse</option>
|
359
|
+
<option data-href="/cinema/The_Little">Bath — Little Theatre Cinema</option>
|
360
|
+
<option data-href="/cinema/National_Media_Museum">Bradford — Bradford at National Media Museum</option>
|
323
361
|
<option data-href="/cinema/Duke_Of_Yorks">Brighton — Duke of York's Picturehouse</option>
|
324
362
|
<option data-href="/cinema/Dukes_At_Komedia" selected>Brighton — Duke's at Komedia</option>
|
325
363
|
<option data-href="/cinema/Arts_Picturehouse_Cambridge">Cambridge — Arts Picturehouse Cambridge</option>
|
@@ -333,15 +371,13 @@ To request a community group visit to a film in our main programme, please conta
|
|
333
371
|
<option data-href="/cinema/Stratford_Upon_Avon">Stratford Upon Avon — Stratford Upon Avon</option>
|
334
372
|
<option data-href="/cinema/York_Picturehouse">York — City Screen Picturehouse</option>
|
335
373
|
</select>
|
374
|
+
|
336
375
|
</div>
|
337
|
-
</div>
|
338
|
-
<div class="row">
|
339
376
|
<div class="col-xs-12 col-sm-9">
|
340
377
|
<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>
|
341
|
-
</div>
|
342
|
-
<footer class="col-xs-12 col-sm-3 pull-right">
|
343
378
|
<p>© 2015 Picturehouse Cinemas Ltd.</p>
|
344
|
-
</
|
379
|
+
</div>
|
380
|
+
|
345
381
|
</div>
|
346
382
|
</div>
|
347
383
|
</div>
|
@@ -392,6 +428,14 @@ To request a community group visit to a film in our main programme, please conta
|
|
392
428
|
if ($( "#cinema-search" ).length) {
|
393
429
|
// TODO: Will this be dynamically pulled from db?
|
394
430
|
var availableTags = [
|
431
|
+
{ id: "Clapham_Picturehouse", label: "London - Clapham Picturehouse" },
|
432
|
+
{ id: "Gate_Picturehouse", label: "London - Gate Picturehouse" },
|
433
|
+
{ id: "Greenwich_Picturehouse", label: "London - Greenwich Picturehouse" },
|
434
|
+
{ id: "Hackney_Picturehouse", label: "London - Hackney Picturehouse" },
|
435
|
+
{ id: "Ritzy_Picturehouse", label: "London - The Ritzy" },
|
436
|
+
{ id: "Stratford_London", label: "London - Stratford Picturehouse" },
|
437
|
+
{ id: "The_Little", label: "Bath - Little Theatre Cinema" },
|
438
|
+
{ id: "National_Media_Museum", label: "Bradford - Bradford at National Media Museum" },
|
395
439
|
{ id: "Duke_Of_Yorks", label: "Brighton - Duke of York's Picturehouse" },
|
396
440
|
{ id: "Dukes_At_Komedia", label: "Brighton - Duke's at Komedia" },
|
397
441
|
{ id: "Arts_Picturehouse_Cambridge", label: "Cambridge - Arts Picturehouse Cambridge" },
|
@@ -433,7 +477,40 @@ To request a community group visit to a film in our main programme, please conta
|
|
433
477
|
|
434
478
|
})( jQuery );
|
435
479
|
</script>
|
436
|
-
|
437
480
|
|
481
|
+
<div class="modal fade in" id="sign-in-modal" aria-hidden="false">
|
482
|
+
<div class="modal-dialog">
|
483
|
+
<div class="modal-content">
|
484
|
+
<div class="modal-header">
|
485
|
+
<p class="h2 display-inline">Sign in to your Picturehouse account</p>
|
486
|
+
<a href="#" data-icon="V" class="icon pull-right" data-dismiss="modal"><span class="sr-only">Close</span></a>
|
487
|
+
</div>
|
488
|
+
<div class="modal-body">
|
489
|
+
<form method="post" action="/sign-in">
|
490
|
+
<div class="form-group">
|
491
|
+
<label for="account-email">Card number:</label>
|
492
|
+
<input type="number" name="membership-number" id="membership-number" class="form-control" placeholder="Enter your membership card number..." required />
|
493
|
+
</div>
|
494
|
+
<div class="form-group">
|
495
|
+
<label for="account-password">Password:</label>
|
496
|
+
<input type="password" name="membership-password" id="membership-password" class="form-control" placeholder="Enter your password..." required />
|
497
|
+
</div>
|
498
|
+
<!-- <a href="#" class="small">Forgot your password?</a>
|
499
|
+
<div class="form-group">
|
500
|
+
<div class="checkbox">
|
501
|
+
<label for="account-remember">
|
502
|
+
<input type="checkbox" name="account-remember" id="account-remember"> Remember me
|
503
|
+
</label>
|
504
|
+
</div>
|
505
|
+
</div> -->
|
506
|
+
<hr />
|
507
|
+
<div class="clearfix">
|
508
|
+
<button type="submit" class="btn btn-primary pull-right">Sign in</button>
|
509
|
+
</div>
|
510
|
+
</form>
|
511
|
+
</div> </div>
|
512
|
+
</div>
|
513
|
+
</div>
|
514
|
+
|
438
515
|
</body>
|
439
516
|
</html>
|
@@ -45,14 +45,18 @@
|
|
45
45
|
<body class="body cinema-Phoenix_Picturehouse">
|
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/PhoenixPicturehouse" 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/PhoenixPH" 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/Phoenix_Picturehouse">Cinema home</a></li>
|
115
|
+
<li class="nav-darker"><a href="/cinema/Phoenix_Picturehouse/Whats_On">Full listings</a></li>
|
102
116
|
<li class="nav-darker"><a href="/cinema/info/Phoenix_Picturehouse#membership">Membership</a></li>
|
103
117
|
<li class="nav-darker"><a href="/cinema/info/Phoenix_Picturehouse#ticket-prices">Ticket prices</a></li>
|
104
118
|
<li class="nav-darker"><a href="/cinema/info/Phoenix_Picturehouse#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/Phoenix_Picturehouse">Cinema home</a></li>
|
148
|
+
<li><a href="/cinema/Phoenix_Picturehouse/Whats_On">Full listings</a></li>
|
129
149
|
<li><a href="/cinema/info/Phoenix_Picturehouse#membership">Membership</a></li>
|
130
150
|
<li><a href="/cinema/info/Phoenix_Picturehouse#ticket-prices">Ticket prices</a></li>
|
131
151
|
<li><a href="/cinema/info/Phoenix_Picturehouse#disabled-access">Access</a></li>
|
@@ -278,15 +298,24 @@ Please note that if you want the Gift Card to be enabled for use online, you nee
|
|
278
298
|
<li>Child £6.00</li>
|
279
299
|
<li>Family of 4 £24.00</li>
|
280
300
|
</ul>
|
281
|
-
<
|
282
|
-
<p
|
283
|
-
<
|
284
|
-
<p
|
285
|
-
<
|
286
|
-
<p
|
287
|
-
<
|
288
|
-
<p
|
289
|
-
<
|
301
|
+
<h3 id="silver-screen-club">Silver Screen Club</h3>
|
302
|
+
<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>
|
303
|
+
<h3 id="big-scream-club">Big Scream Club</h3>
|
304
|
+
<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>
|
305
|
+
<h3 id="toddler-time">Toddler Time</h3>
|
306
|
+
<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>
|
307
|
+
<h3 id="unemployed">Unemployed</h3>
|
308
|
+
<p>Unemployed people can purchase a ticket at child ticket prices, Tuesday to Thursday before 4.00.</p>
|
309
|
+
<h3 id="kids-club">Kids' Club</h3>
|
310
|
+
<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>
|
311
|
+
<h3 id="autism-friendly-screenings">Autism-Friendly Screenings</h3>
|
312
|
+
<p>All tickets for Autism-Friendly Screenings are £3.</p>
|
313
|
+
<h3 id="schools-screenings">Schools' Screenings</h3>
|
314
|
+
<p>Schools’ screenings are £3.50 per pupil, or £4 for premium films. Accompanying teachers come free.<br>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>
|
315
|
+
<h3 id="community-screenings">Community Screenings</h3>
|
316
|
+
<p>£4 for all tickets.<br>To request a community group visit to a film in our main programme, please contact the Picturehouse Education department.</p>
|
317
|
+
<h3 id="3d-screenings">3D Screenings</h3>
|
318
|
+
<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
319
|
<p><strong>Student tickets</strong> are available to those in full-time secondary or higher education.</p>
|
291
320
|
<p><strong>Retired tickets</strong> are available to those over 60 who are retired.</p>
|
292
321
|
<p><strong>Child tickets</strong> are available to those under 15.</p>
|
@@ -337,8 +366,16 @@ Please note that if you want the Gift Card to be enabled for use online, you nee
|
|
337
366
|
</ul>
|
338
367
|
</div>
|
339
368
|
<div class="col-xs-12 col-sm-3 pull-right">
|
340
|
-
|
369
|
+
<select name="select-cinema" title="Select cinema" id="select-cinema" class="form-control btm-mg" data-auto-link="true">
|
341
370
|
<option value="">Select a cinema</option>
|
371
|
+
<option data-href="/cinema/Clapham_Picturehouse">London — Clapham Picturehouse</option>
|
372
|
+
<option data-href="/cinema/Gate_Picturehouse">London — Gate Picturehouse</option>
|
373
|
+
<option data-href="/cinema/Greenwich_Picturehouse">London — Greenwich Picturehouse</option>
|
374
|
+
<option data-href="/cinema/Hackney_Picturehouse">London — Hackney Picturehouse</option>
|
375
|
+
<option data-href="/cinema/Ritzy_Picturehouse">London — The Ritzy</option>
|
376
|
+
<option data-href="/cinema/Stratford_London">London — Stratford Picturehouse</option>
|
377
|
+
<option data-href="/cinema/The_Little">Bath — Little Theatre Cinema</option>
|
378
|
+
<option data-href="/cinema/National_Media_Museum">Bradford — Bradford at National Media Museum</option>
|
342
379
|
<option data-href="/cinema/Duke_Of_Yorks">Brighton — Duke of York's Picturehouse</option>
|
343
380
|
<option data-href="/cinema/Dukes_At_Komedia">Brighton — Duke's at Komedia</option>
|
344
381
|
<option data-href="/cinema/Arts_Picturehouse_Cambridge">Cambridge — Arts Picturehouse Cambridge</option>
|
@@ -352,15 +389,13 @@ Please note that if you want the Gift Card to be enabled for use online, you nee
|
|
352
389
|
<option data-href="/cinema/Stratford_Upon_Avon">Stratford Upon Avon — Stratford Upon Avon</option>
|
353
390
|
<option data-href="/cinema/York_Picturehouse">York — City Screen Picturehouse</option>
|
354
391
|
</select>
|
392
|
+
<p><img src="/images/icons/europa-logo-white.png" alt="Europa logo"></p>
|
355
393
|
</div>
|
356
|
-
</div>
|
357
|
-
<div class="row">
|
358
394
|
<div class="col-xs-12 col-sm-9">
|
359
395
|
<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>
|
360
|
-
</div>
|
361
|
-
<footer class="col-xs-12 col-sm-3 pull-right">
|
362
396
|
<p>© 2015 Picturehouse Cinemas Ltd.</p>
|
363
|
-
</
|
397
|
+
</div>
|
398
|
+
|
364
399
|
</div>
|
365
400
|
</div>
|
366
401
|
</div>
|
@@ -411,6 +446,14 @@ Please note that if you want the Gift Card to be enabled for use online, you nee
|
|
411
446
|
if ($( "#cinema-search" ).length) {
|
412
447
|
// TODO: Will this be dynamically pulled from db?
|
413
448
|
var availableTags = [
|
449
|
+
{ id: "Clapham_Picturehouse", label: "London - Clapham Picturehouse" },
|
450
|
+
{ id: "Gate_Picturehouse", label: "London - Gate Picturehouse" },
|
451
|
+
{ id: "Greenwich_Picturehouse", label: "London - Greenwich Picturehouse" },
|
452
|
+
{ id: "Hackney_Picturehouse", label: "London - Hackney Picturehouse" },
|
453
|
+
{ id: "Ritzy_Picturehouse", label: "London - The Ritzy" },
|
454
|
+
{ id: "Stratford_London", label: "London - Stratford Picturehouse" },
|
455
|
+
{ id: "The_Little", label: "Bath - Little Theatre Cinema" },
|
456
|
+
{ id: "National_Media_Museum", label: "Bradford - Bradford at National Media Museum" },
|
414
457
|
{ id: "Duke_Of_Yorks", label: "Brighton - Duke of York's Picturehouse" },
|
415
458
|
{ id: "Dukes_At_Komedia", label: "Brighton - Duke's at Komedia" },
|
416
459
|
{ id: "Arts_Picturehouse_Cambridge", label: "Cambridge - Arts Picturehouse Cambridge" },
|
@@ -452,7 +495,40 @@ Please note that if you want the Gift Card to be enabled for use online, you nee
|
|
452
495
|
|
453
496
|
})( jQuery );
|
454
497
|
</script>
|
455
|
-
|
456
498
|
|
499
|
+
<div class="modal fade in" id="sign-in-modal" aria-hidden="false">
|
500
|
+
<div class="modal-dialog">
|
501
|
+
<div class="modal-content">
|
502
|
+
<div class="modal-header">
|
503
|
+
<p class="h2 display-inline">Sign in to your Picturehouse account</p>
|
504
|
+
<a href="#" data-icon="V" class="icon pull-right" data-dismiss="modal"><span class="sr-only">Close</span></a>
|
505
|
+
</div>
|
506
|
+
<div class="modal-body">
|
507
|
+
<form method="post" action="/sign-in">
|
508
|
+
<div class="form-group">
|
509
|
+
<label for="account-email">Card number:</label>
|
510
|
+
<input type="number" name="membership-number" id="membership-number" class="form-control" placeholder="Enter your membership card number..." required />
|
511
|
+
</div>
|
512
|
+
<div class="form-group">
|
513
|
+
<label for="account-password">Password:</label>
|
514
|
+
<input type="password" name="membership-password" id="membership-password" class="form-control" placeholder="Enter your password..." required />
|
515
|
+
</div>
|
516
|
+
<!-- <a href="#" class="small">Forgot your password?</a>
|
517
|
+
<div class="form-group">
|
518
|
+
<div class="checkbox">
|
519
|
+
<label for="account-remember">
|
520
|
+
<input type="checkbox" name="account-remember" id="account-remember"> Remember me
|
521
|
+
</label>
|
522
|
+
</div>
|
523
|
+
</div> -->
|
524
|
+
<hr />
|
525
|
+
<div class="clearfix">
|
526
|
+
<button type="submit" class="btn btn-primary pull-right">Sign in</button>
|
527
|
+
</div>
|
528
|
+
</form>
|
529
|
+
</div> </div>
|
530
|
+
</div>
|
531
|
+
</div>
|
532
|
+
|
457
533
|
</body>
|
458
534
|
</html>
|
@@ -22,13 +22,13 @@ describe PicturehouseUk::Cinema do
|
|
22
22
|
|
23
23
|
it 'returns the correctly sized array' do
|
24
24
|
PicturehouseUk::Internal::Website.stub :new, website do
|
25
|
-
subject.size.must_equal
|
25
|
+
subject.size.must_equal 20
|
26
26
|
end
|
27
27
|
end
|
28
28
|
|
29
29
|
it 'returns the right cinemas' do
|
30
30
|
PicturehouseUk::Internal::Website.stub :new, website do
|
31
|
-
subject.first.name.must_equal
|
31
|
+
subject.first.name.must_equal 'Clapham Picturehouse'
|
32
32
|
subject.last.name.must_equal 'City Screen Picturehouse'
|
33
33
|
end
|
34
34
|
end
|
@@ -57,7 +57,7 @@ describe PicturehouseUk::Internal::Website do
|
|
57
57
|
end
|
58
58
|
|
59
59
|
def stub_get(site_path, response_body)
|
60
|
-
url = "
|
60
|
+
url = "https://www.picturehouses.com/#{site_path}"
|
61
61
|
response = { status: 200, body: response_body, headers: {} }
|
62
62
|
stub_request(:get, url).to_return(response)
|
63
63
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: picturehouse_uk
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Andy Croll
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-
|
11
|
+
date: 2015-03-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|