picturehouse_uk 3.0.14 → 4.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (51) hide show
  1. checksums.yaml +4 -4
  2. data/.travis.yml +6 -3
  3. data/CHANGELOG.md +19 -0
  4. data/{LICENSE.txt → COMM-LICENSE} +0 -0
  5. data/LICENSE +617 -0
  6. data/README.md +5 -4
  7. data/Rakefile +12 -0
  8. data/lib/picturehouse_uk.rb +2 -4
  9. data/lib/picturehouse_uk/cinema.rb +133 -124
  10. data/lib/picturehouse_uk/internal/parser/address.rb +20 -8
  11. data/lib/picturehouse_uk/internal/parser/screenings.rb +70 -28
  12. data/lib/picturehouse_uk/internal/title_sanitizer.rb +61 -65
  13. data/lib/picturehouse_uk/performance.rb +60 -0
  14. data/lib/picturehouse_uk/version.rb +2 -2
  15. data/picturehouse_uk.gemspec +5 -6
  16. data/rake/fixture_creator.rb +42 -0
  17. data/test/fixtures/Duke_Of_Yorks/cinema.html +3408 -0
  18. data/test/fixtures/{info/Duke_Of_Yorks.html → Duke_Of_Yorks/info.html} +192 -185
  19. data/test/fixtures/Duke_Of_Yorks/whats_on.html +3159 -0
  20. data/test/fixtures/Dukes_At_Komedia/cinema.html +4764 -0
  21. data/test/fixtures/{info/Dukes_At_Komedia.html → Dukes_At_Komedia/info.html} +161 -172
  22. data/test/fixtures/Dukes_At_Komedia/whats_on.html +4429 -0
  23. data/test/fixtures/National_Media_Museum/cinema.html +9200 -0
  24. data/test/fixtures/National_Media_Museum/info.html +606 -0
  25. data/test/fixtures/National_Media_Museum/whats_on.html +8850 -0
  26. data/test/fixtures/Phoenix_Picturehouse/cinema.html +8274 -0
  27. data/test/fixtures/{info/Phoenix_Picturehouse.html → Phoenix_Picturehouse/info.html} +165 -176
  28. data/test/fixtures/Phoenix_Picturehouse/whats_on.html +7986 -0
  29. data/test/fixtures/home.html +148 -157
  30. data/test/lib/picturehouse_uk/cinema_test.rb +107 -136
  31. data/test/lib/picturehouse_uk/internal/parser/{address_parser_test.rb → address_test.rb} +3 -3
  32. data/test/lib/picturehouse_uk/internal/parser/screenings_test.rb +8 -10
  33. data/test/lib/picturehouse_uk/internal/website_test.rb +6 -3
  34. data/test/lib/picturehouse_uk/{screening_test.rb → performance_test.rb} +20 -44
  35. data/test/live/integration_test.rb +8 -25
  36. data/test/support/fake_website.rb +24 -0
  37. data/test/test_helper.rb +12 -2
  38. metadata +50 -49
  39. data/.rdoc_options +0 -16
  40. data/lib/picturehouse_uk/film.rb +0 -59
  41. data/lib/picturehouse_uk/screening.rb +0 -70
  42. data/test/fixture_updater.rb +0 -73
  43. data/test/fixtures/cinema/Duke_Of_Yorks.html +0 -2984
  44. data/test/fixtures/cinema/Dukes_At_Komedia.html +0 -5518
  45. data/test/fixtures/cinema/National_Media_Museum.html +0 -10266
  46. data/test/fixtures/cinema/Phoenix_Picturehouse.html +0 -5202
  47. data/test/fixtures/whats_on/Duke_Of_Yorks.html +0 -2737
  48. data/test/fixtures/whats_on/Dukes_At_Komedia.html +0 -5132
  49. data/test/fixtures/whats_on/National_Media_Museum.html +0 -9690
  50. data/test/fixtures/whats_on/Phoenix_Picturehouse.html +0 -4916
  51. data/test/lib/picturehouse_uk/film_test.rb +0 -141
@@ -6,10 +6,9 @@
6
6
  <meta name="viewport" content="width=device-width, initial-scale=1">
7
7
  <meta name="description" content="Picturehouse Cinemas are located in city centres and are architecturally unique venues that provide café bars, restaurants and live events alongside the traditional movie-going experience.">
8
8
  <title>Picturehouses - Cinema information for Duke Of Yorks</title>
9
- <link href="/css/picturehouse.min.css?v=1.3.5" rel="stylesheet">
10
- <link type="image/x-icon" href="/images/icons/favicon.gif" rel="shortcut icon"/>
11
- <link type="image/x-icon" href="/images/icons/favicon.gif" rel="icon"/>
9
+ <link href="/css/picturehouse.min.css?v=1.7.8" rel="stylesheet">
12
10
  <!--[if lt IE 9]>
11
+ <script src="https://cdn.polyfill.io/v1/polyfill.min.js?features=default|always"></script>
13
12
  <script src="/js/vendor/html5shiv.min.js"></script>
14
13
  <script src="/js/vendor/respond.min.js"></script>
15
14
  <![endif]-->
@@ -46,7 +45,7 @@
46
45
  <script>document.getElementsByTagName("body")[0].className += " js-enabled";</script>
47
46
  <a href="#main" class="sr-only">Skip to main content</a>
48
47
 
49
- <div class="interim-banner container-fluid">
48
+ <div class="interim-banner container-fluid hidden-print">
50
49
  <div class="container">
51
50
  <form method="post" action="/dismiss/cookies">
52
51
  <button type="submit" class="pull-right close" aria-label="Close">
@@ -61,6 +60,12 @@
61
60
  <div class="component header">
62
61
  <div class="container navbar-global-offset hidden-xs">
63
62
  <div class="row">
63
+ <form class="form-inline pull-right top-mg-xs" role="form">
64
+ <div class="form-group">
65
+ <label class="sr-only" for="search-site">Search</label>
66
+ <input type="text" class="form-control form-control-sm search-site top-mg-xs" id="search-site" placeholder="Film search">
67
+ </div>
68
+ </form>
64
69
  <nav class="pull-right">
65
70
  <!--
66
71
  <ul class="list-inline list-icons pull-left hidden-sm">
@@ -68,8 +73,6 @@
68
73
  <li><a href="#" data-icon="}" class="icon"><span class="sr-only">Email us</span></a></li>
69
74
  </ul>-->
70
75
 
71
- <ul class="spaced-list pull-left hide">
72
- </ul>
73
76
 
74
77
  <ul class="list-inline list-icons pull-left hidden-sm left-mg">
75
78
  <li><a href="https://www.facebook.com/DukeofYorks" data-icon="@" class="icon" target="_blank"><span class="sr-only">Picturehouse on Facebook</span></a></li>
@@ -83,8 +86,8 @@
83
86
  <li><a href="/">Home</a></li>
84
87
  <li><a href="/cinemas/">Cinemas</a></li>
85
88
  <li><a href="/Picturehouse_Recommends">Recommends</a></li>
86
- <li><a href="http://picturehouseblog.co.uk/" target="_blank">Picturehouse Blog</a></li>
87
- <li><a href="http://corporate.picturehouses.co.uk/" target="_blank">Corporate</a></li>
89
+ <li><a href="http://picturehouseblog.co.uk/" target="_blank">Blog</a></li>
90
+ <li><a href="http://www.picturehouseeducation.blogspot.co.uk/#!http://picturehouseeducation.blogspot.com/p/about-us.html" target="_blank">Education</a></li>
88
91
  <li><a href="http://www.picturehouseentertainment.co.uk/" target="_blank">Picturehouse Entertainment</a></li>
89
92
  </ul>
90
93
  </nav>
@@ -109,28 +112,18 @@
109
112
  </div>
110
113
  <nav id="burger-menu" class="collapse clear">
111
114
  <ul class="nav nav-pills nav-stacked">
112
- <li class="nav-dark">
113
- <div class="navbar-inverse">
114
- <form class="form-inline text-right" role="form">
115
- <div class="form-group">
116
- <label class="sr-only" for="searchSiteMobile">Search</label>
117
- <input type="text" class="form-control form-control-sm" id="searchSiteMobile" placeholder="Search">
118
- </div>
119
- <button data-icon='"' class="icon icon-inverse btn-link"></button>
120
- </form>
121
- </div>
122
- </li>
123
- <li><a href="/cinema/Duke_Of_Yorks">Cinema home</a></li>
115
+ <li><a href="/cinema/Duke_Of_Yorks">Cinema Home</a></li>
124
116
  <li><a href="/cinema/Duke_Of_Yorks/Whats_On">Full listings</a></li>
125
- <li><a href="/cinema/info/Duke_Of_Yorks#membership">Membership</a></li>
126
- <li><a href="/cinema/info/Duke_Of_Yorks#ticket-prices">Ticket prices</a></li>
127
- <li><a href="/cinema/info/Duke_Of_Yorks#access">Access</a></li>
128
- <li><a href="/cinema/info/Duke_Of_Yorks">Cinema information</a></li>
117
+ <li><a href="/cinema/Duke_Of_Yorks/buy-membership">Membership</a></li>
118
+ <li><a href="/cinema/info/Duke_Of_Yorks#ticket-prices">Ticket Prices</a></li>
119
+ <li><a href="/cinema/info/Duke_Of_Yorks#disabled-access">Access</a></li>
120
+ <li><a href="/cinema/info/Duke_Of_Yorks">Cinema Information</a></li>
129
121
  <li class="nav-darker"><a href="/">Home</a></li>
130
122
  <li class="nav-darker"><a href="/cinemas">Cinemas</a></li>
131
- <li class="nav-darker"><a href="/Picturehouse_Membership">Membership</a></li>
132
- <li class="nav-darker"><a href="http://corporate.picturehouses.co.uk/">Picturehouse Corporate</a></li>
133
- <li class="nav-darker"><a href="http://www.picturehouseentertainment.co.uk/">Picturehouse Entertainment</a></li>
123
+ <li class="nav-darker"><a href="/Picturehouse_Recommends">Recommends</a></li>
124
+ <li class="nav-darker"><a href="http://picturehouseblog.co.uk/" target="_blank">Blog</a></li>
125
+ <li class="nav-darker"><a href="http://www.picturehouseeducation.blogspot.co.uk/#!http://picturehouseeducation.blogspot.com/p/about-us.html" target="_blank">Education</a></li>
126
+ <li class="nav-darker"><a href="http://www.picturehouseentertainment.co.uk/" target="_blank">Picturehouse Entertainment</a></li>
134
127
  </ul>
135
128
  </nav>
136
129
  </div>
@@ -142,16 +135,14 @@
142
135
  <div class="row">
143
136
  <nav class="pull-left">
144
137
  <ul class="spaced-list spaced-list-inverse">
145
- <li><a href="/cinema/Duke_Of_Yorks">Cinema home</a></li>
146
- <li><a href="/cinema/Duke_Of_Yorks/Whats_On">Full listings</a></li>
147
- <li><a href="/cinema/info/Duke_Of_Yorks#membership">Membership</a></li>
138
+ <li><a href="/cinema/Duke_Of_Yorks">Cinema Home</a></li>
139
+ <li><a href="/cinema/Duke_Of_Yorks/Whats_On">Full listings</a></li>
148
140
 
141
+ <li><a href="/cinema/Duke_Of_Yorks/buy-membership">Membership</a></li>
149
142
 
150
- <li><a href="/cinema/info/Duke_Of_Yorks#ticket-prices">Ticket prices</a></li>
151
- <li><a href="/cinema/info/Duke_Of_Yorks#disabled-access">Access</a></li>
152
-
153
- <li><a href="/cinema/info/Duke_Of_Yorks">Cinema information</a></li>
154
-
143
+ <li><a href="/cinema/info/Duke_Of_Yorks#ticket-prices">Ticket Prices</a></li>
144
+ <li><a href="/cinema/info/Duke_Of_Yorks#disabled-access">Access</a></li>
145
+ <li><a href="/cinema/info/Duke_Of_Yorks">Cinema Information</a></li>
155
146
  </ul>
156
147
  </nav>
157
148
  </div>
@@ -179,10 +170,10 @@
179
170
  <h1 id="duke-of-york-s">Duke of York&#39;s</h1>
180
171
  <h2 id="contact-us">Contact Us</h2>
181
172
  <p>Duke of York’s Picturehouse, Brighton<br>Preston Road<br>Brighton<br>East Sussex<br>BN1 4NA</p>
182
- <p>Box Office Number: 0871 902 5728<br>Email: <a href="mailto:dukeofyorks@picturehouses.co.uk">dukeofyorks@picturehouses.co.uk</a><br>General Manager: Felicity Beckett</p>
173
+ <p>Box Office Number: 0871 902 5728 (calls cost 13p per minute plus your telephone company&#39;s access charge)<br>Email: <a href="mailto:dukeofyorks@picturehouses.co.uk">dukeofyorks@picturehouses.co.uk</a><br>General Manager: Felicity Beckett</p>
183
174
  <hr>
184
175
  <h2 id="box-office">Box Office</h2>
185
- <p>The cinema will open at least 15 minutes before the start of the first film each day.<br>Our telephone lines are open 9.30am 8.30pm, seven days a week. Please call 0871 902 5728 (calls cost 10p a minute from a BT landline).</p>
176
+ <p>The cinema will open at least 15 minutes before the start of the first film each day.<br>Our telephone lines are open from 9.00am to 8.30pm, seven days a week. Please call 0871 902 5728 (calls cost 13p per minute plus your telephone company&#39;s access charge).</p>
186
177
  <p>You can book tickets online by clicking on the time of a film.</p>
187
178
  <p>Admission is subject to our <a href="/Terms">Terms of Admission</a>.</p>
188
179
  <hr>
@@ -205,15 +196,14 @@
205
196
  <li>10% off the Member’s food and drinks</li>
206
197
  <li>Picturehouse publications posted to your home (worth £8) (not included in Student Membership)</li>
207
198
  <li>Discounts at all Picturehouse Cinemas nationwide</li>
208
- <li>One free Jameson, and 20% off Jameson all year round</li>
199
+ <li>Two free Jamesons on sign-up and 20% off Jameson all year round</li>
209
200
  <li>No booking fees</li>
210
201
  </ul>
211
202
  <h5 id="plus">Plus</h5>
212
203
  <ul>
213
- <li>Three months&#39; subscription to <a href="https://mubi.com/picturehouse_90">MUBI</a> to watch movies online for free.</li>
214
- <li>20% off your total bill at <a href="http://www.strada.co.uk/">Strada</a> (up to four people, offer excludes any alcohol discount)</li>
204
+ <li>A three month subscription to <a href="https://mubi.com/picturehouse_90">MUBI</a> to watch films online.</li>
215
205
  <li>25% off your total bill at <a href="http://www.gbk.co.uk/">Gourmet Burger Kitchen</a> (up to four people, excludes Bluewater)</li>
216
- <li>50% off membership of <a href="https://shootingpeople.org/home">Shooting People</a>, the network for independent film</li>
206
+ <li>50% off membership of <a href="https://shootingpeople.org/home">Shooting People</a>, the network for independent film (new sign ups only)</li>
217
207
  <li>10% off an annual subscription to <a href="http://www.littlewhitelies.co.uk/">Little White Lies</a> movie magazine</li>
218
208
  <li>10% off your total bill at <a href="http://www.hotelchocolat.co.uk/">Hotel Chocolat</a> (in store only)</li>
219
209
  <li>20% off food at <a href="http://www.giraffe.net/">Giraffe</a>, all day Monday – Friday and after 6.00 on Sunday (excludes Castleford, James Street London, King&#39;s Cross Station and airports; Valentine&#39;s Day, Mother&#39;s Day, Father&#39;s Day and Bank Holidays. One card per table. Not valid for set menus)</li>
@@ -221,13 +211,26 @@
221
211
  <p><strong>Retired Membership</strong><br>Available to those who are over 60 and retired. You must bring proof of status to the cinema.</p>
222
212
  <p><strong>Student Membership</strong><br>Available to those in full-time or part-time secondary or higher education (age 15+), including mature students. You must bring proof of status to the cinema. <a href="#student-membership">Find out more</a></p>
223
213
  <p>For full details, and to buy or renew your Membership, call 0871 902 5728 or visit your local Picturehouse.</p>
224
- <p><a href="/Terms/Terms_and_Conditions">Terms and Conditions</a></p>
214
+ <h2 id="-membership-helpline-picturehouse_membership-"><a href="/Picturehouse_Membership">Membership Helpline</a></h2>
215
+ <p>Members can call a dedicated helpline for anything concerning their Picturehouse Membership. Whether you want to find out when your Membership expires, check how many free tickets you have left or simply discuss your benefits and renewal options, we are here to help on <strong>020 7733 2229</strong>.</p>
216
+ <p><strong>Please note that while you can renew your Membership on this helpline, you cannot book tickets on this number</strong>. To book tickets, please call 0871 902 5747 (calls cost 13p per minute plus your telephone company’s access charge).</p>
217
+ <p><a href="/Terms/Terms_and_Conditions#membership">Terms and Conditions</a></p>
225
218
  <hr>
226
219
  <h2 id="local-partners">Local Partners</h2>
227
220
  <p>Your <strong>Duke of York&#39;s Picturehouse</strong> Membership also entitles you to the following discounts and offers:</p>
228
- <p>*10% off at VinMag Co. poster and memorabilia shop<br>North Laine Antiques and Fleamarket, BN1 4AN<br>Phone:01273 671812</p>
229
- <p>*10% off at Colourstream, Brighton’s premier colour photographic laboratory<br>Address - 123 St James’ St, BN2 1TH<br>Website - <a href="http://www.colourstream.net/">http://www.colourstream.net/</a><br>Phone - 01273 683030<br>Facebook - <a href="https://www.facebook.com/pages/Colourstream/212557698771254">https://www.facebook.com/pages/Colourstream/212557698771254</a></p>
230
- <p>*10% off at Simon Webster Hair Salon<br>Address - 16 Gardner St, BN1 1UP, 01273 605 577<br>Website - <a href="http://simonwebsterhair.com/">http://simonwebsterhair.com/</a><br>Facebook - <a href="https://www.facebook.com/pages/Simon-Webster-Hair/254256067959074">https://www.facebook.com/pages/Simon-Webster-Hair/254256067959074</a></p>
221
+ <p>*10% in-store discount at Sass &amp; Belle<br>Beautiful ranges of vintage gifts, interior decorations, owl cushions, gifts for special occasions and fabric bunting.<br>Website: <a href="www.sassandbelle.co.uk">www.sassandbelle.co.uk</a>
222
+ Facebook: <a href="https://www.facebook.com/Sass-and-Belle-Brighton-474861569259145">https://www.facebook.com/Sass-and-Belle-Brighton-474861569259145</a></p>
223
+ <p>*10% off at Emporium<br>Emporium is a theatre, café, bar, exhibition and hub for theatre and movie professionals and enthusiasts alike.<br>Address: 88 London Road, BN1 4JF<br>Website: <a href="http://emporiumbrighton.com/">http://emporiumbrighton.com/</a><br>Facebook: <a href="https://www.facebook.com/Emporiumbrighton">https://www.facebook.com/Emporiumbrighton</a></p>
224
+ <p>*10% off at Food For Friends (Monday to Thursday)<br>Food for Friends is Brighton’s award-winning vegetarian restaurant in the historic South Lanes. Their ethos is about tasty, affordable and honest cooking using the freshest produce, totally homemade, whilst supporting local suppliers where possible.<br>Website: <a href="http://www.foodforfriends.com">http://www.foodforfriends.com</a><br>Facebook: <a href="https://www.facebook.com/FoodforFriendsBrighton?fref=ts">https://www.facebook.com/FoodforFriendsBrighton?fref=ts</a></p>
225
+ <p>*10% off at The Joker (every day)<br>The Joker is positioned directly over the road from us and has the best buffalo wings.<br>Website: <a href="http://www.thejokerbrighton.com">http://www.thejokerbrighton.com</a><br>Facebook: <a href="https://www.facebook.com/thejokerbrighton?fref=ts">https://www.facebook.com/thejokerbrighton?fref=ts</a></p>
226
+ <p>*Sign up for an evening language course with Cactus Language and receive 20% off. Simply call Cactus on 01273 830 960. Courses start in January, April, July and October. Cactus has more than 15 years’ experience of providing language courses for more than 25 languages.
227
+ Website: <a href="http://www.languagecoursesuk.co.uk/">http://www.languagecoursesuk.co.uk/</a>
228
+ Facebook: <a href="https://www.facebook.com/cactuslanguagetraining">https://www.facebook.com/cactuslanguagetraining</a></p>
229
+ <p>*10% off at VinMag Co. poster and memorabilia shop<br>Address: North Laine Antiques and Fleamarket, BN1 4AN<br>Phone: 01273 671812</p>
230
+ <p>*10% off at Colourstream, Brighton’s premier colour photographic laboratory<br>Address: 123 St James&#39;s St, BN2 1TH<br>Website: <a href="http://www.colourstream.net/">http://www.colourstream.net/</a><br>Phone: 01273 683030<br>Facebook: <a href="https://www.facebook.com/pages/Colourstream/212557698771254">https://www.facebook.com/pages/Colourstream/212557698771254</a></p>
231
+ <p>*10% off at Simon Webster Hair Salon<br>Address: 16 Gardner St, BN1 1UP
232
+ Phone: 01273 605 577
233
+ Website: <a href="http://simonwebsterhair.com/">http://simonwebsterhair.com/</a><br>Facebook: <a href="https://www.facebook.com/pages/Simon-Webster-Hair/254256067959074">https://www.facebook.com/pages/Simon-Webster-Hair/254256067959074</a></p>
231
234
  <p>*10% off at Worn By Heroes<br>Website: <a href="http://wornbyheroes.com/">http://wornbyheroes.com/</a><br>Facebook: <a href="https://www.facebook.com/WornByHeroes">https://www.facebook.com/WornByHeroes</a></p>
232
235
  <p>Local business offers are subject to change.<br>Please present your Membership card to take advantage of the offers.</p>
233
236
  <hr>
@@ -260,43 +263,32 @@ See the best in theatre, dance and opera for the measly sum of £10, and take a
260
263
  <p>Our <strong>Gift Cards</strong> can be used to buy anything for sale in any Picturehouse Cinema – whether it&#39;s a ticket or two for a cracking film, or a cup of coffee in one of our café bars. </p>
261
264
  <p><strong>They&#39;re simple, flexible and top-up-able!</strong></p>
262
265
  <p><strong>Using Gift Cards at the cinema</strong><br>You can use your Gift Card to purchase anything for sale. The exact amount will be taken off the card, and any money left over will remain on the card for another time. If there isn’t enough money on the card to cover your purchase, just pay by another method. There are no time limits on the card.</p>
263
- <p><strong>Using Gift Cards over the phone</strong><br>Simply quote your Gift Card number when making a purchase over the phone. We strongly advise you to set up a PIN.</p>
266
+ <p>Gift Cards can only be used at Box Office and cannot be used over the phone or online.</p>
264
267
  <hr>
265
268
  <h2 id="ticket-prices">Ticket Prices</h2>
266
- <p>Peak Prices (weekend all day, weekdays after 5.00, and bank holidays)</p>
269
+ <p><strong>Peak</strong><br>Tue-Fri from 5pm; all day Sat &amp; Sun </p>
267
270
  <ul>
268
- <li>Adult £10.00</li>
269
- <li>Member £8.00</li>
270
- <li>Retired £9.00</li>
271
- <li>Retired Member £7.00</li>
272
- <li>Student £9.00</li>
273
- <li>Student Member £7.00</li>
271
+ <li>Adult £10.50</li>
272
+ <li>Member £8.50</li>
273
+ <li>Retired £9.50</li>
274
+ <li>Retired Member £7.50</li>
275
+ <li>Student £9.50</li>
276
+ <li>Student Member £7.50</li>
274
277
  <li>Child £6.00</li>
275
278
  <li>Family £28.00</li>
276
279
  </ul>
277
- <p>Matinees (Tuesday to Friday before 5.00) and Late-Night Shows</p>
280
+ <p><strong>Matinees &amp; Late-night Shows</strong><br>Tue-Fri to 5pm</p>
278
281
  <ul>
279
- <li>Adult 9.00</li>
280
- <li>Member £7.00</li>
281
- <li>Retired £8.00</li>
282
- <li>Retired Member £6.00</li>
283
- <li>Student £8.00</li>
284
- <li>Student Member £6.00</li>
282
+ <li>Adult £9.50</li>
283
+ <li>Member £7.50</li>
284
+ <li>Retired £8.50</li>
285
+ <li>Retired Member £6.50</li>
286
+ <li>Student £8.50</li>
287
+ <li>Student Member £6.50</li>
285
288
  <li>Child £6.00</li>
286
289
  <li>Family £26.00</li>
287
290
  </ul>
288
- <p>Mondays (excluding bank holidays)</p>
289
- <ul>
290
- <li>Adult £7.00</li>
291
- <li>Member £5.00</li>
292
- <li>Retired £6.00</li>
293
- <li>Retired Member £4.00</li>
294
- <li>Student £6.00</li>
295
- <li>Student Member £4.00</li>
296
- <li>Child £6.00</li>
297
- <li>Family £22.00</li>
298
- </ul>
299
- <p>Balcony (all times)</p>
291
+ <p><strong>Balcony (at all times)</strong></p>
300
292
  <ul>
301
293
  <li>Adult £15.00</li>
302
294
  <li>Member £13.00</li>
@@ -306,20 +298,32 @@ See the best in theatre, dance and opera for the measly sum of £10, and take a
306
298
  <li>Student Member £13.00</li>
307
299
  <li>Child £13.00</li>
308
300
  </ul>
301
+ <p><strong>All day Monday</strong><br />
302
+ Except Bank Holidays</p>
303
+ <ul>
304
+ <li>Adult £7.00</li>
305
+ <li>Member £5.00</li>
306
+ <li>Retired £7.00</li>
307
+ <li>Retired Member £5.00</li>
308
+ <li>Student £7.00</li>
309
+ <li>Student Member £5.00</li>
310
+ <li>Child £5.00</li>
311
+ <li>Family £19.00</li>
312
+ </ul>
309
313
  <h3 id="family-tickets">Family Tickets</h3>
310
314
  <p>Four tickets: two adults and two children, or one adult and three children. Includes Kids&#39; Combo popcorn and drink for each child.</p>
311
315
  <h3 id="silver-screen-club">Silver Screen Club</h3>
312
- <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>
313
- <h3 id="big-scream-club">Big Scream Club</h3>
314
- <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>
316
+ <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.50 for Silver Screen shows. Non-members are also welcome – the usual ticket prices apply.</p>
317
+ <h3 id="big-scream">Big Scream</h3>
318
+ <p>For parents and guardians with babies under one year old. Membership is free and valid until the baby’s first birthday. Tickets are at the usual matinee prices, babies come free. Only customers with babies will be admitted.</p>
315
319
  <h3 id="toddler-time">Toddler Time</h3>
316
- <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>
320
+ <p>For preschool children and their parents and carers. Tickets are £3 for children, free for accompanying adults. No adult unaccompanied by a toddler will be admitted.</p>
317
321
  <h3 id="unemployed">Unemployed</h3>
318
- <p>Unemployed people can purchase a ticket at child ticket prices, Tuesday to Thursday before 4.00.</p>
322
+ <p>The unemployed can purchase a ticket at child ticket prices Tuesday to Thursday before 4.00pm.</p>
319
323
  <h3 id="kids-club">Kids&#39; Club</h3>
320
- <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>
324
+ <p>For children aged three to 12. Tickets for children and accompanying adults are £1.50 each. No adult unaccompanied by a child will be admitted.</p>
321
325
  <h3 id="autism-friendly-screenings">Autism-Friendly Screenings</h3>
322
- <p>All tickets for Autism-Friendly Screenings are £3.</p>
326
+ <p>All tickets for Autism-Friendly Screenings are £3.00</p>
323
327
  <h3 id="schools-screenings">Schools&#39; Screenings</h3>
324
328
  <p>Schools’ screenings are £3.50 per pupil, or £4 for premium films. Accompanying teachers come free.
325
329
  To request information on our schools&#39; programme or to organise a trip, please contact <a href="http://cinemaplus.org.uk/schools-screenings-primary/">Cinema Plus</a>.</p>
@@ -327,7 +331,7 @@ To request information on our schools&#39; programme or to organise a trip, plea
327
331
  <p>£4 for all tickets.
328
332
  To request a community group visit to a film in our main programme, please contact the Picturehouse Education department.</p>
329
333
  <h3 id="3d-screenings">3D Screenings</h3>
330
- <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>
334
+ <p>3D films cost £1.30 extra per person, not including 3D glasses. These cost an additional 70p, and can be purchased at the cinema if you do not have your own.</p>
331
335
  <p><strong>Student tickets</strong> are available to those in full-time secondary or higher education.</p>
332
336
  <p><strong>Retired tickets</strong> are available to those over 60 who are retired.</p>
333
337
  <p><strong>Child tickets</strong> are available to those under 15.</p>
@@ -344,14 +348,21 @@ To request a community group visit to a film in our main programme, please conta
344
348
  <p>Signing up for a card is not required, but we hope it will make buying tickets easier. It is personal to you, and may not be used by other people.</p>
345
349
  <p>To apply for an annual Carers Card, visit any of our cinemas, call us on 0871 902 5747, or email <a href="mailto:customerservice@picturehouses.co.uk">customerservice@picturehouses.co.uk</a></p>
346
350
  <hr>
351
+ <h2 id="disabled-access">Disabled Access</h2>
352
+ <p>This page explains the current facilities for people with disabilities and is intended to assist you in planning your visit.</p>
353
+ <p><strong>Advance booking</strong><br>Advance booking is always a good idea so that our staff can readily provide assistance if required. Accompanying carers are eligible for a free ticket. We will be pleased to reserve wheelchair spaces or seats in any particular part of the auditorium if this is helpful. Please contact us in advance.</p>
354
+ <p><strong>Customers with limited mobility</strong><br>The ground floor is accessible to customers with limited mobility including wheelchair users. The Box Office, Kiosk, access toilet and screen are all located on the ground floor. There are four wheelchair spaces in the screen. From the foyer there is a small ramp from which to access the Kiosk and Screen.</p>
355
+ <p>We regret that at present there is no lift and consequently the Balcony and Bar can only be accessed by ascending a staircase of 25 steps.</p>
356
+ <p><strong>Visually impaired customers</strong><br>Guide dogs are welcome. If you wish to take your dog into a performance, please let us know when booking so that we can arrange an aisle seat. Our staff will be happy to provide drinking water for your dog. Large-print film schedules are available on request.</p>
357
+ <p><strong>Customers with impaired hearing</strong><br>An Induction loop system is fitted in the auditorium. To access the system, you will need to turn your hearing aid to the &#39;T&#39; position. Certain performances carry subtitles and these are clearly indicated in the programme.</p>
358
+ <p><strong>Disabled parking Blue</strong><br>Unfortunately there is no disabled parking bay on either of the adjacent streets</p>
359
+ <p><strong>Toilets</strong><br>There is a wheelchair-accessible adapted toilet on the ground floor. There is an alarm cord inside should you need to summon a member of staff.</p>
360
+ <hr>
347
361
  <h2 id="food-drink">Food &amp; Drink</h2>
348
- <p>Join us in our first-floor bar and outdoor terrace and enjoy a selection of fine wines and craft beers from around the world. We also have a wide range of teas, and handcrafted coffee using our very own South Pacific coffee blend. </p>
349
- <p>Indulge yourself in some of the greatest cake made in Brighton, from our long-term partners Sticky Fingers! We also pop our own pop corn, fresh daily, and have a wide range of snacks and treats too. </p>
350
- <p><strong>You can now make the most of our suntrap balcony terrace by joining us for an afternoon tea.</strong></p>
351
- <p>We offer warm scones served with jam and clotted cream, or a succulent ham and tangy vintage Cheddar ploughman’s served with red onion confit, lightly toasted ciabatta and mixed dried fruit and nuts. </p>
352
- <p>All food can be taken into the screen, and can also be pre-ordered for interval collection if you are enjoying a Screen Arts show.</p>
353
- <p>All of these can be enjoyed in the bar and in the auditorium.</p>
354
- <p>We regret that our first-floor bar is not accessible to wheelchair users, although all the same drinks and snacks are available from the ground-floor kiosk.</p>
362
+ <p>At our downstairs kiosk and first-floor bar you can enjoy a selection of fine wines, beers and other liquor from around the world. We also have a wide range of teas, and handcrafted coffee made from our very own South Pacific coffee blend. </p>
363
+ <p>Upstairs, we serve five delicious pizzas from our local partners Pizzaface. With meaty, vegetarian and vegan options, there&#39;s something for everyone! The pizzas are par-cooked in Pizzaface&#39;s kitchen before being cooked to serve by our own staff upon request.</p>
364
+ <p>While you&#39;re here, why not indulge yourself in some of the greatest cake in Brighton from our long-term partners Sticky Fingers? We also serve popcorn and a variety of snacks and treats. </p>
365
+ <p>Alongside our bar, we also have seating on our balcony and terrace where you can sit and enjoy your refreshments outdoors!</p>
355
366
 
356
367
  </div>
357
368
  </div>
@@ -362,27 +373,29 @@ To request a community group visit to a film in our main programme, please conta
362
373
  <div class="container">
363
374
  <div class="row">
364
375
  <div class="col-xs-12 col-sm-9">
365
- <ul class="spaced-list">
376
+ <ul class="spaced-list btm-mg-sm">
366
377
  <li><a href="/Privacy" target="_blank">Privacy &amp; Data Protection</a></li>
367
- <li><a href="/Terms/Terms_And_Conditions" target="_blank">Terms &amp; Conditions</a></li>
378
+ <li><a href="/Terms/Terms_And_Conditions" target="_blank">Competition T&amp;Cs</a></li>
368
379
  <li><a href="/Terms" target="_blank">Terms of Admission</a></li>
369
380
  <li><a href="/Contact">Contact Us</a></li>
370
381
  <li><a href="/Contact#jobs" target="_blank">Jobs</a></li>
371
382
  <li><a href="/FAQs" target="_blank">FAQs</a></li>
372
- <li><a href="http://corporate.picturehouses.co.uk/venue-hire/" target="_blank">Venue hire</a></li>
383
+ <li><a href="http://corporate.picturehouses.co.uk/venue-hire/" target="_blank">Venue Hire</a></li>
384
+ <li><a href="http://corporate.picturehouses.co.uk/" target="_blank">Corporate</a></li>
373
385
  </ul>
374
386
  </div>
375
387
  <div class="col-xs-12 col-sm-3 pull-right">
376
388
  <select name="select-cinema" title="Select cinema" id="select-cinema" class="form-control btm-mg" data-auto-link="true">
377
389
  <option value="">Select a cinema</option>
378
390
  <option data-href="/cinema/Clapham_Picturehouse">London — Clapham Picturehouse</option>
391
+ <option data-href="/cinema/Crouch_End_Picturehouse">London — Crouch End Picturehouse</option>
379
392
  <option data-href="/cinema/East_Dulwich_Picturehouse">London — East Dulwich</option>
380
393
  <option data-href="/cinema/Gate_Picturehouse">London — Gate Picturehouse</option>
381
394
  <option data-href="/cinema/Greenwich_Picturehouse">London — Greenwich Picturehouse</option>
382
395
  <option data-href="/cinema/Hackney_Picturehouse">London — Hackney Picturehouse</option>
383
396
  <option data-href="/cinema/Picturehouse_Central">London — Picturehouse Central</option>
384
397
  <option data-href="/cinema/Ritzy_Picturehouse">London — The Ritzy</option>
385
- <option data-href="/cinema/Stratford_London">London — Stratford Picturehouse</option>
398
+ <option data-href="/cinema/Stratford_London">Stratford, London — Stratford Picturehouse</option>
386
399
  <option data-href="/cinema/The_Little">Bath — Little Theatre Cinema</option>
387
400
  <option data-href="/cinema/National_Media_Museum">Bradford — Bradford at National Media Museum</option>
388
401
  <option data-href="/cinema/Duke_Of_Yorks" selected>Brighton — Duke of York&#x27;s Picturehouse</option>
@@ -404,7 +417,7 @@ To request a community group visit to a film in our main programme, please conta
404
417
  <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>
405
418
  <p>&copy; 2015 Picturehouse Cinemas Ltd.</p>
406
419
  </div>
407
-
420
+
408
421
  </div>
409
422
  </div>
410
423
  </div>
@@ -412,106 +425,72 @@ To request a community group visit to a film in our main programme, please conta
412
425
 
413
426
  <!-- TODO: Server side include modal window if needed -->
414
427
 
415
- <script src="/js/vendor/jquery-1.11.1.min.js"></script>
416
- <script src="/js/vendor/jquery-ui.min.js"></script><!-- TODO: Only use what's needed -->
417
- <script src="/js/picturehouse/index.js?v=1.3.5"></script>
418
- <script src="/js/vendor/jquery.rateit.min.js"></script>
419
- <script src="/js/vendor/jquery.cycle2.min.js"></script>
428
+ <!-- CDN links -->
429
+ <script src="//cdnjs.cloudflare.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
430
+ <script src="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.2.0/js/bootstrap.min.js"></script>
431
+ <script src="//cdnjs.cloudflare.com/ajax/libs/knockout/3.3.0/knockout-min.js"></script>
432
+ <script src="//cdnjs.cloudflare.com/ajax/libs/jquery.cycle2/20140415/jquery.cycle2.min.js"></script>
420
433
  <script src="/js/vendor/jquery.cycle2.carousel.min.js"></script>
421
434
  <script>$.fn.cycle.defaults.autoSelector = '.slideshow';</script>
422
435
 
436
+ <script src="/js/vendor/jquery.rateit.min.js"></script>
437
+ <script src="/js/vendor/jquery-ui.min.js"></script>
438
+ <script src="/js/vendor/bind.js"></script>
439
+ <script>
440
+ var cinemaId = parseInt("008", 10);
441
+ </script>
442
+
443
+ <script src="/js/picturehouse.min.js?v=1.7.8"></script>
444
+
445
+
423
446
  <!-- KnockoutJS ViewModels -->
424
- <script src="/js/viewmodels/basket.js"></script>
425
- <script src="/js/viewmodels/seating.js"></script>
447
+ <script src="/js/viewmodels/basket.js?v=1.7.8"></script>
448
+ <script src="/js/viewmodels/seating.js?v=1.7.8"></script>
426
449
 
427
450
  <script type="text/javascript">
428
451
  // Create closure.
429
452
  (function( $ ) {
453
+ 'user strict';
430
454
 
431
- // Init tooltips
432
- $('[data-toggle="tooltip"]').tooltip({});
433
-
434
- $('.nav-collapse')
435
- .on('show.bs.collapse', function () {
436
- var $element = $(this);
437
- var $parent = $element.parent();
438
- $parent.prev().css("width", "0");
439
- $parent.removeClass("col-sm-9");
440
-
441
- // If there is a data-iframe attribute, then load this in to an iframe
442
- if ($element.find("[data-iframe]").length > 0) {
443
- var $iframeContainer = $element.find("[data-iframe]");
444
- var iframe = $('<iframe>', {
445
- "src": $iframeContainer.data("iframe"),
446
- "frameborder": "0",
447
- "allowfullscreen": ""
448
- });
449
- $iframeContainer.append(iframe);
450
- $iframeContainer.removeAttr("data-iframe");
451
- }
452
- })
453
- .on('hide.bs.collapse', function () {
454
- var $parent = $(this).parent();
455
- $parent.prev().css("width", "");
456
- $parent.addClass("col-sm-9");
457
- });
458
-
459
- if ($( "#cinema-search" ).length) {
455
+ if ($( '#cinema-search' ).length) {
460
456
  // TODO: Will this be dynamically pulled from db?
461
457
  var availableTags = [
462
- { id: "Clapham_Picturehouse", label: "London - Clapham Picturehouse" },
463
- { id: "East_Dulwich_Picturehouse", label: "London - East Dulwich" },
464
- { id: "Gate_Picturehouse", label: "London - Gate Picturehouse" },
465
- { id: "Greenwich_Picturehouse", label: "London - Greenwich Picturehouse" },
466
- { id: "Hackney_Picturehouse", label: "London - Hackney Picturehouse" },
467
- { id: "Picturehouse_Central", label: "London - Picturehouse Central" },
468
- { id: "Ritzy_Picturehouse", label: "London - The Ritzy" },
469
- { id: "Stratford_London", label: "London - Stratford Picturehouse" },
470
- { id: "The_Little", label: "Bath - Little Theatre Cinema" },
471
- { id: "National_Media_Museum", label: "Bradford - Bradford at National Media Museum" },
472
- { id: "Duke_Of_Yorks", label: "Brighton - Duke of York&#x27;s Picturehouse" },
473
- { id: "Dukes_At_Komedia", label: "Brighton - Duke&#x27;s at Komedia" },
474
- { id: "Arts_Picturehouse_Cambridge", label: "Cambridge - Arts Picturehouse Cambridge" },
475
- { id: "Cameo_Picturehouse", label: "Edinburgh - The Cameo" },
476
- { id: "Exeter_Picturehouse", label: "Exeter - Exeter Picturehouse" },
477
- { id: "Regal_Picturehouse", label: "Henley - Regal Picturehouse" },
478
- { id: "Cinema_City", label: "Norwich - Cinema City" },
479
- { id: "Picturehouse_At_Fact", label: "Liverpool - Picturehouse at FACT" },
480
- { id: "Phoenix_Picturehouse", label: "Oxford - Phoenix Picturehouse" },
481
- { id: "Harbour_Lights", label: "Southampton - Harbour Lights" },
482
- { id: "Stratford_Upon_Avon", label: "Stratford Upon Avon - Stratford Upon Avon" },
483
- { id: "York_Picturehouse", label: "York - City Screen Picturehouse" },
484
- ];
485
- $( "#cinema-search" ).autocomplete({
486
- source: availableTags,
487
- select: function( event, ui ) {
488
- window.location = "/cinema/" + ui.item.id;
489
- }
490
- });
491
- }
492
-
493
- $('#quickbook-popover').popover({
494
- html : true,
495
- content: function() {
496
- return $("#quickbook-popover-content").html();
497
- }
498
- });
499
-
500
- $('[data-hide-element]').each(function() {
501
- var $element = $(this);
502
- var tabToHide = $element.data("hideElement");
503
-
504
-
505
- setTimeout(
506
- function(){ $element.children().eq(tabToHide - 1).removeClass("active"); },
507
- 1
508
- );
509
- });
458
+ { id: "Clapham_Picturehouse", label: "London - Clapham Picturehouse" },
459
+ { id: "Crouch_End_Picturehouse", label: "London - Crouch End Picturehouse" },
460
+ { id: "East_Dulwich_Picturehouse", label: "London - East Dulwich" },
461
+ { id: "Gate_Picturehouse", label: "London - Gate Picturehouse" },
462
+ { id: "Greenwich_Picturehouse", label: "London - Greenwich Picturehouse" },
463
+ { id: "Hackney_Picturehouse", label: "London - Hackney Picturehouse" },
464
+ { id: "Picturehouse_Central", label: "London - Picturehouse Central" },
465
+ { id: "Ritzy_Picturehouse", label: "London - The Ritzy" },
466
+ { id: "Stratford_London", label: "Stratford, London - Stratford Picturehouse" },
467
+ { id: "The_Little", label: "Bath - Little Theatre Cinema" },
468
+ { id: "National_Media_Museum", label: "Bradford - Bradford at National Media Museum" },
469
+ { id: "Duke_Of_Yorks", label: "Brighton - Duke of York&#x27;s Picturehouse" },
470
+ { id: "Dukes_At_Komedia", label: "Brighton - Duke&#x27;s at Komedia" },
471
+ { id: "Arts_Picturehouse_Cambridge", label: "Cambridge - Arts Picturehouse Cambridge" },
472
+ { id: "Cameo_Picturehouse", label: "Edinburgh - The Cameo" },
473
+ { id: "Exeter_Picturehouse", label: "Exeter - Exeter Picturehouse" },
474
+ { id: "Regal_Picturehouse", label: "Henley - Regal Picturehouse" },
475
+ { id: "Cinema_City", label: "Norwich - Cinema City" },
476
+ { id: "Picturehouse_At_Fact", label: "Liverpool - Picturehouse at FACT" },
477
+ { id: "Phoenix_Picturehouse", label: "Oxford - Phoenix Picturehouse" },
478
+ { id: "Harbour_Lights", label: "Southampton - Harbour Lights" },
479
+ { id: "Stratford_Upon_Avon", label: "Stratford Upon Avon - Stratford Upon Avon" },
480
+ { id: "York_Picturehouse", label: "York - City Screen Picturehouse" },
481
+ ];
482
+ $( "#cinema-search" ).autocomplete({
483
+ source: availableTags,
484
+ select: function( event, ui ) {
485
+ window.location = "/cinema/" + ui.item.id;
486
+ }
487
+ });
488
+ }
510
489
 
511
490
  })( jQuery );
512
491
  </script>
513
492
 
514
- <div class="modal fade in" id="sign-in-modal" aria-hidden="false">
493
+ <div class="modal fade in" id="sign-in-modal" aria-hidden="false">
515
494
  <div class="modal-dialog">
516
495
  <div class="modal-content">
517
496
  <div class="modal-header">
@@ -521,14 +500,17 @@ To request a community group visit to a film in our main programme, please conta
521
500
  <div class="modal-body">
522
501
  <form method="post" action="/sign-in">
523
502
  <div class="form-group">
524
- <label for="account-email">Membership number:</label>
525
- <input type="text" name="number" id="number" class="form-control" value="" placeholder="Enter your membership card number..." required />
503
+ <label for="number">Email:</label>
504
+ <input type="text" name="number" id="number" class="form-control" value="" required />
526
505
  </div>
527
506
  <div class="form-group">
528
- <label for="account-password">Password:</label>
529
- <input type="password" name="membership-password" id="membership-password" class="form-control" placeholder="Enter your password..." required />
507
+ <label for="membership-password">
508
+ Password:<br />
509
+ <small>This may be your surname if you have not set a password before.</small>
510
+ </label>
511
+ <input type="password" name="membership-password" id="membership-password" class="form-control" required />
530
512
  </div>
531
- <p class="text-right"><a href="mailto:customerservice@picturehouses.co.uk?subject=Reset password&amp;body=Please provide your membership number and registered email address, and we'll email you back your new password.">Request a new password</a></p>
513
+ <p class="text-right"><a target="_blank" href="http://ticketing.picturehouses.com/Browsing/Loyalty/ForgotPassword">Forgotten password?</a></p>
532
514
  <!-- <div class="form-group">
533
515
  <div class="checkbox">
534
516
  <label for="account-remember">
@@ -541,9 +523,34 @@ To request a community group visit to a film in our main programme, please conta
541
523
  <button type="submit" class="btn btn-primary pull-right">Sign in</button>
542
524
  </div>
543
525
  </form>
544
- </div> </div>
526
+ </div>
527
+ </div>
545
528
  </div>
546
529
  </div>
547
-
530
+
531
+ <div class="modal fade in" id="member-priority-modal" aria-hidden="false">
532
+ <div class="modal-dialog">
533
+ <div class="modal-content">
534
+ <div class="modal-header">
535
+ <p class="h2 display-inline">Verify membership number</p>
536
+ <a href="#" data-icon="V" class="icon pull-right" data-dismiss="modal"><span class="sr-only">Close</span></a>
537
+ </div>
538
+ <div class="modal-body">
539
+ <form method="post" action="/verify-member">
540
+ <div class="form-group">
541
+ <label for="number">Membership number:</label>
542
+ <input type="text" name="number" id="number" class="form-control" value="" required />
543
+ </div>
544
+
545
+ <div class="clearfix top-mg-lg">
546
+ <button type="submit" class="btn btn-primary pull-right">Verify</button>
547
+ </div>
548
+ </form>
549
+ </div>
550
+ </div>
551
+ </div>
552
+ </div>
553
+
554
+
548
555
  </body>
549
- </html>
556
+ </html>