cineworld_uk 2.1.6 → 3.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (55) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +22 -3
  3. data/README.md +56 -14
  4. data/Rakefile +57 -1
  5. data/cineworld_uk.gemspec +1 -2
  6. data/lib/cineworld_uk/cinema.rb +113 -182
  7. data/lib/cineworld_uk/internal/api_response.rb +74 -0
  8. data/lib/cineworld_uk/internal/parser/api/cinema_address.rb +81 -0
  9. data/lib/cineworld_uk/internal/parser/api/film.rb +46 -0
  10. data/lib/cineworld_uk/internal/parser/api/film_lookup.rb +38 -0
  11. data/lib/cineworld_uk/internal/parser/api/performance.rb +46 -0
  12. data/lib/cineworld_uk/internal/parser/api/performances_by_day.rb +50 -0
  13. data/lib/cineworld_uk/internal/title_sanitizer.rb +56 -52
  14. data/lib/cineworld_uk/performance.rb +78 -0
  15. data/lib/cineworld_uk/version.rb +2 -2
  16. data/lib/cineworld_uk.rb +11 -8
  17. data/test/fixtures/api/cinema-detail-10.json +1 -0
  18. data/test/fixtures/api/cinema-detail-21.json +1 -0
  19. data/test/fixtures/api/cinema-detail-3.json +1 -0
  20. data/test/fixtures/api/cinema-detail-96.json +1 -0
  21. data/test/fixtures/api/cinema-list.json +1 -0
  22. data/test/fixtures/api/dates-3.json +1 -0
  23. data/test/fixtures/api/film-list-comingsoon.json +1 -0
  24. data/test/fixtures/api/film-list.json +1 -0
  25. data/test/fixtures/api/performances-tomorrow-3.json +1 -0
  26. data/test/lib/cineworld_uk/cinema_test.rb +96 -197
  27. data/test/lib/cineworld_uk/internal/api_response_test.rb +85 -0
  28. data/test/lib/cineworld_uk/internal/parser/api/cinema_address_test.rb +93 -0
  29. data/test/lib/cineworld_uk/internal/parser/api/film_lookup_test.rb +30 -0
  30. data/test/lib/cineworld_uk/internal/parser/api/film_test.rb +169 -0
  31. data/test/lib/cineworld_uk/internal/parser/api/performance_test.rb +62 -0
  32. data/test/lib/cineworld_uk/internal/title_sanitizer_test.rb +1 -1
  33. data/test/lib/cineworld_uk/{screening_test.rb → performance_test.rb} +36 -48
  34. data/test/support/fixture_reader.rb +44 -0
  35. metadata +48 -59
  36. data/lib/cineworld_uk/film.rb +0 -65
  37. data/lib/cineworld_uk/internal/film_with_screenings_parser.rb +0 -69
  38. data/lib/cineworld_uk/internal/screening_parser.rb +0 -132
  39. data/lib/cineworld_uk/internal/website.rb +0 -35
  40. data/lib/cineworld_uk/internal/whatson_parser.rb +0 -36
  41. data/lib/cineworld_uk/screening.rb +0 -87
  42. data/test/fixture_updater.rb +0 -64
  43. data/test/fixtures/cinemas.html +0 -513
  44. data/test/fixtures/information/brighton.html +0 -1268
  45. data/test/fixtures/information/bristol.html +0 -1265
  46. data/test/fixtures/whatson/brighton/film_first.html +0 -207
  47. data/test/fixtures/whatson/brighton/film_last.html +0 -62
  48. data/test/fixtures/whatson/brighton/film_second.html +0 -347
  49. data/test/fixtures/whatson/brighton.html +0 -7508
  50. data/test/fixtures/whatson/glasgow-imax-at-gsc/film_first.html +0 -182
  51. data/test/fixtures/whatson/the-o2-greenwich/film_first.html +0 -167
  52. data/test/lib/cineworld_uk/film_test.rb +0 -142
  53. data/test/lib/cineworld_uk/internal/film_with_screenings_parser_test.rb +0 -101
  54. data/test/lib/cineworld_uk/internal/website_test.rb +0 -57
  55. data/test/lib/cineworld_uk/internal/whatson_parser_test.rb +0 -58
@@ -1,1265 +0,0 @@
1
-
2
- <!DOCTYPE html>
3
- <html lang="en">
4
- <head>
5
- <title>Bristol | Cineworld Cinemas</title>
6
-
7
- <meta charset="UTF-8" />
8
- <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
9
- <meta name="robots" content="index, follow" />
10
-
11
- <meta name="viewport" content="user-scalable=yes, width=1280, minimum-scale=0.5, maximum-scale=3.0" />
12
-
13
- <link rel="shortcut icon" type="image/x-icon" href="/cw/assets/favicon.ico" />
14
- <link rel="icon" type="image/png" href="/cw/assets/favicon-196x196.png" sizes="196x196" />
15
- <link rel="icon" type="image/png" href="/cw/assets/favicon-160x160.png" sizes="160x160" />
16
- <link rel="icon" type="image/png" href="/cw/assets/favicon-96x96.png" sizes="96x96" />
17
- <link rel="icon" type="image/png" href="/cw/assets/favicon-32x32.png" sizes="32x32" />
18
- <link rel="icon" type="image/png" href="/cw/assets/favicon-16x16.png" sizes="16x16" />
19
-
20
-
21
- <meta name="application-name" content="Cineworld Cinemas" />
22
- <meta name="msapplication-tooltip" content="Cineworld Cinemas" />
23
- <meta name="msapplication-starturl" content="http://www.cineworld.co.uk" />
24
- <meta name="msapplication-task" content="name=Home; action-uri=http://www.cineworld.co.uk; icon-uri=http://www.cineworld.co.uk/cw/assets/favicon.ico;" />
25
- <meta name="msapplication-task" content="name=What's On; action-uri=http://www.cineworld.co.uk/whatson; icon-uri=http://www.cineworld.co.uk/cw/assets/favicon.ico;" />
26
- <meta name="msapplication-task" content="name=Our Cinemas; action-uri=http://www.cineworld.co.uk/cinemas; icon-uri=http://www.cineworld.co.uk/cw/assets/favicon.ico;" />
27
- <meta name="msapplication-task" content="name=Explore Cineworld; action-uri=http://www.cineworld.co.uk/explore; icon-uri=http://www.cineworld.co.uk/cw/assets/favicon.ico;" />
28
- <meta name="msapplication-task" content="name=Cineworld Blog; action-uri=http://www.cineworld.co.uk/blog; icon-uri=http://www.cineworld.co.uk/cw/assets/favicon.ico;" />
29
- <meta name="msapplication-TileColor" content="#231f20" />
30
- <meta name="msapplication-TileImage" content="/cw/assets/mstile-144x144.png" />
31
- <meta name="msapplication-square70x70logo" content="/cw/assets/mstile-70x70.png" />
32
- <meta name="msapplication-square144x144logo" content="/cw/assets/mstile-144x144.png" />
33
- <meta name="msapplication-square150x150logo" content="/cw/assets/mstile-150x150.png" />
34
- <meta name="msapplication-square310x310logo" content="/cw/assets/mstile-310x310.png" />
35
- <meta name="msapplication-wide310x150logo" content="/cw/assets/mstile-310x150.png" />
36
- <meta name="msapplication-notification" content="frequency=60; polling-uri=/syndication/tile_notifications_1_cw_gb.xml; polling-uri2=/syndication/tile_notifications_2_cw_gb.xml; polling-uri3=/syndication/tile_notifications_3_cw_gb.xml; polling-uri4=/syndication/tile_notifications_4_cw_gb.xml; polling-uri5=/syndication/tile_notifications_5_cw_gb.xml;" />
37
-
38
- <link type="text/css" rel="stylesheet" href="/cw/assets/css/bootstrap.packed.css" media="all" />
39
- <link type="text/css" rel="stylesheet" href="/cw/assets/css/jquery.fancybox.packed.css" media="all" />
40
- <link type="text/css" rel="stylesheet" href="/cw/assets/css/nivo.slider.packed.css" media="all" />
41
- <link type="text/css" rel="stylesheet" href="/cw/assets/css/nivo.slider.default.packed.css" media="all" />
42
- <link type="text/css" rel="stylesheet" href="/cw/assets/css/zebra.datepicker.packed.css" media="all" />
43
- <link type="text/css" rel="stylesheet" href="/cw/assets/css/cineworld-desktop.packed.css" media="all" />
44
- <link type="text/css" rel="stylesheet" href="/cw/assets/css/cineworld-print.packed.css" media="print" />
45
- <!--[if IE]>
46
- <link type="text/css" rel="stylesheet" href="/cw/assets/css/cineworld-desktop-ie.packed.css" media="all" />
47
- <![endif]-->
48
- <!--[if lt IE 8]>
49
- <link type="text/css" rel="stylesheet" href="/cw/assets/css/cineworld-desktop-ie7.packed.css" media="all" />
50
- <![endif]-->
51
-
52
- <script type="text/javascript" src="/cw/assets/javascript/log4j.packed.js"></script>
53
- <script type="text/javascript" src="/cw/assets/javascript/jquery.packed.js"></script>
54
- <!--[if lt IE 8]>
55
- <script type="text/javascript" src="/cw/assets/javascript/jquery.pseudo.packed.js"></script>
56
- <![endif]-->
57
-
58
- <script type="text/javascript">
59
- var _gaq = _gaq || [];
60
- _gaq.push(['_setAccount', 'UA-35708014-1']);
61
- _gaq.push(['_setDomainName', 'cineworld.co.uk']);
62
- _gaq.push(['_trackPageview']);
63
-
64
- (function () {
65
- var ga = document.createElement('script');
66
- ga.type = 'text/javascript';
67
- ga.async = true;
68
- ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
69
- var s = document.getElementsByTagName('script')[0];
70
- s.parentNode.insertBefore(ga, s);
71
- })();
72
- </script>
73
-
74
-
75
-
76
- <meta name="Keywords" content="" />
77
- <meta name="Description" content="Cineworld Bristol - Hengrove Leisure Park, Hengrove Way, Bristol, BS14 0HR - Bristol Cinema Listings - Book tickets online" />
78
- <meta name="" content=""/>
79
-
80
-
81
-
82
- <script type="text/javascript" src="http://ecn.dev.virtualearth.net/mapcontrol/mapcontrol.ashx?v=7.0"></script>
83
-
84
- <link rel="canonical" href="http://www.cineworld.co.uk/cinemas/bristol/information" />
85
- <link rel="alternate" media="only screen and (max-width: 640px)" href=”http://www.cineworld.co.uk/mobile/cinemas/bristol/information" >
86
-
87
- <script type="text/javascript">
88
- $(document).ready(function() {
89
- $('.pricing').cwPricing();
90
- });
91
- </script>
92
-
93
-
94
-
95
-
96
- <!-- cinwebprweb15.901e.sys.carrenza.net -->
97
-
98
- <!-- Start Visual Website Optimizer Asynchronous Code -->
99
- <script type='text/javascript'>
100
- var _vwo_code=(function(){
101
- var account_id=46415,
102
- settings_tolerance=2000,
103
- library_tolerance=2500,
104
- use_existing_jquery=false,
105
- // DO NOT EDIT BELOW THIS LINE
106
- f=false,d=document;return{use_existing_jquery:function(){return use_existing_jquery;},library_tolerance:function(){return library_tolerance;},finish:function(){if(!f){f=true;var a=d.getElementById('_vis_opt_path_hides');if(a)a.parentNode.removeChild(a);}},finished:function(){return f;},load:function(a){var b=d.createElement('script');b.src=a;b.type='text/javascript';b.innerText;b.onerror=function(){_vwo_code.finish();};d.getElementsByTagName('head')[0].appendChild(b);},init:function(){settings_timer=setTimeout('_vwo_code.finish()',settings_tolerance);this.load('//dev.visualwebsiteoptimizer.com/j.php?a='+account_id+'&u='+encodeURIComponent(d.URL)+'&r='+Math.random());var a=d.createElement('style'),b='body{opacity:0 !important;filter:alpha(opacity=0) !important;background:none !important;}',h=d.getElementsByTagName('head')[0];a.setAttribute('id','_vis_opt_path_hides');a.setAttribute('type','text/css');if(a.styleSheet)a.styleSheet.cssText=b;else a.appendChild(d.createTextNode(b));h.appendChild(a);return settings_timer;}};}());_vwo_settings_timer=_vwo_code.init();
107
- </script>
108
- <!-- End Visual Website Optimizer Asynchronous Code -->
109
- </head>
110
-
111
- <body class="cineworld gb multiple-cinema-site web browser cinema">
112
- <div id="fb-root"></div>
113
-
114
- <div class="notification cookie" style="display: none;">
115
- <div>
116
- <h3 class="h1">Cookies Notification</h3>
117
-
118
- <div class="text">
119
- <p>This website uses cookies to provide you with a better experience.<br /><br />You can adjust your cookie settings at any time at the bottom of each page.&nbsp; If you do not adjust your settings, you are consenting to us issuing all cookies to you.<br /><br /></p>
120
-
121
- <p>This notification will be automatically dismissed in <span class="remaining">15</span> seconds, <a class="dismiss">dismiss this countdown</a>.</p>
122
- </div>
123
-
124
- <div class="actions">
125
- <p>
126
- <a href="/cookies/settings">Change settings</a><br />
127
- <a href="/cookies/about" target="_blank">Find out more about Cookies</a>
128
- </p>
129
- <p>
130
- <a class="action primary">Continue</a>
131
- </p>
132
- </div>
133
- </div>
134
- </div>
135
-
136
- <div id="wallpaper">
137
-
138
- <div id="header" role="banner">
139
- <div class="container">
140
- <a class="brand" href="/">Cineworld Cinemas</a>
141
-
142
- <div class="account">
143
- <span class="icon-logo-mycineworld ">mycineworld</span>
144
- <p>
145
- <a class="action secondary dark" data-type="login" href="/login?location=">Login</a>
146
- <a class="action secondary dark" data-type="register" href="/register?location=&amp;source=mycineworld&amp;favouriteCinema=-1">Register</a>
147
- <a class="action secondary dark" data-type="why" href="/mycineworld">Find out why?</a>
148
- </p>
149
- </div>
150
- </div>
151
- </div>
152
-
153
- <div class="navigation" role="navigation">
154
- <ul>
155
- <li>
156
- <a href="/whatson">What's On</a>
157
- <ul>
158
- <li><a href="/whatson?cinema=all">All Films Now Booking</a></li>
159
- <li><a href="/whatson/coming/?cinema=all&amp;date=all">Coming Soon</a></li>
160
- <li><a href="/whatson/future/?cinema=all&amp;date=all">Future Films</a></li>
161
- <li><a href="/whatson/ending/?cinema=all">Ending Soon</a></li>
162
- <li><a href="/whatson/category/junior">Movies for Juniors</a></li>
163
- <li><a href="/whatson/category/bollywood">Bollywood and South Asian Cinema</a></li>
164
- <li><a href="/events">Theatre, Opera and Event Cinema</a></li>
165
- </ul>
166
- </li>
167
- <li>
168
- <a href="/cinemas">Our Cinemas</a>
169
- </li>
170
- <li>
171
- <a href="/prices">Prices</a>
172
- </li>
173
- <li>
174
- <a href="/explore">Explore Cineworld</a>
175
- <ul>
176
- <li><a href="/explore/reald">RealD 3D</a></li>
177
- <li><a href="/explore/imax">IMAX</a></li>
178
- <li><a href="/explore/dbox">D-BOX</a></li>
179
- <li><a href="/blog">Cineworld Blog</a></li>
180
- <li><a href="/competitions">Offers &amp; Competitions</a></li>
181
-
182
- <li><a href="/cineworld-foundation">Cineworld Foundation</a></li>
183
- <li><a href="/bargain-tuesdays">Bargain Tuesdays</a></li>
184
- <li><a href="/take2">Take 2</a></li>
185
- <li><a href="/baskin-robbins">Baskin Robbins at Cineworld</a></li>
186
- <li><a href="/starbucks">Starbucks at Cineworld</a></li>
187
- </ul>
188
- </li>
189
- <li>
190
- <a href="/unlimited">Unlimited Card</a>
191
- <ul>
192
- <li><a href="/unlimited/howitworks">How it works</a></li>
193
- <li><a href="/unlimited/discounts">Unlimited discounts</a></li>
194
- <li><a href="/unlimited/premium">Premium Unlimited</a></li>
195
- <li><a href="https://www.unlimitedcineworld.com/uk/pages/Login.aspx">Apply for Unlimited</a></li>
196
- </ul>
197
- </li>
198
- <li>
199
- <a href="/giftcards">Gifts</a>
200
- <ul>
201
- <li><a href="/shop?category=giftcards">Order Gift Cards by Post</a></li>
202
- <li><a href="/shop?category=egiftcards">Order e-Gift Vouchers by Email</a></li>
203
- <li><a href="https://www.unlimitedcineworld.com/uk/pages/Login.aspx">Send Unlimited as a Gift</a></li>
204
- </ul>
205
- </li>
206
- <li>
207
- <form action="/search" method="get" class="search" role="search" data-ajax-action="/search/suggestions">
208
- <label class="no-margin inline">
209
- <span class="accessible-hide-html-self">Search</span>
210
- <input accesskey="s" autocomplete="off" placeholder="Search films and cinemas..." type="search" name="q" />
211
- </label>
212
- <ol class="results"></ol>
213
- <button type="submit">Search</button>
214
- </form>
215
- </li>
216
- </ul>
217
- </div>
218
-
219
- <div class="container blockable" role="main">
220
-
221
- <!-- [SL] Site content layout -->
222
- <div class="layout">
223
- <div id="content" >
224
- <div class="section dark gradient clearfix info" >
225
- <div class="row">
226
- <div class="span8">
227
- <h1>Cineworld Bristol
228
- <a id="changeCinema" class="action secondary dark" href="/cinemas?path=/cinemas/[id]/information">Change cinema</a>
229
- </h1>
230
-
231
- <h2>About Bristol</h2>
232
- <p>Cineworld Bristol is a 12 screen cinema located in a residential area just outside the city centre. The complex boasts a range of restaurants and parking on site.</p>
233
-
234
- <ul class="unstyled navigation">
235
- <li><a class="icon-navigation-large-food-drink" href="#services">Summary of facilities</a></li>
236
- <li><a class="icon-navigation-large-tickets" href="#prices">How much do tickets cost?</a></li>
237
- <li><a class="icon-navigation-large-map" href="#directions">How do I get there?</a></li>
238
- <li><a class="icon-navigation-large-hire" href="#hire">Hire this cinema</a></li>
239
- </ul>
240
- </div>
241
-
242
- <div class="span4">
243
- <h2>What's on at Bristol</h2>
244
-
245
- <ul class="grid films clearfix">
246
-
247
- <li>
248
-
249
- <div class="poster has-ribbon">
250
- <a href="/whatson/the-boxtrolls?cinema=4">
251
- <div class="overlay ribbon blue">Previews Sept 06 &amp; 07</div>
252
-
253
-
254
-
255
- <div class="image"><img src="/cw/assets/images/whatson/film.placeholder.poster.jpg" data-original="/assets/media/films/7705_poster_iphone.jpg" alt="Poster for Film The Boxtrolls" /></div>
256
- </a>
257
- </div>
258
- <a href="/whatson/the-boxtrolls?cinema=4">The Boxtrolls</a>
259
- </li>
260
-
261
- <li>
262
-
263
- <div class="poster ">
264
- <a href="/whatson/sex-tape?cinema=4">
265
-
266
-
267
-
268
- <div class="image"><img src="/cw/assets/images/whatson/film.placeholder.poster.jpg" data-original="/assets/media/films/7670_poster_iphone.jpg" alt="Poster for Film Sex Tape" /></div>
269
- </a>
270
- </div>
271
- <a href="/whatson/sex-tape?cinema=4">Sex Tape</a>
272
- </li>
273
- </ul>
274
-
275
- <p><a class="action primary" href="/whatson?cinema=4">See all films at this cinema</a></p>
276
- </div>
277
- </div>
278
- </div>
279
-
280
- <div class="section light clearfix " >
281
- <h2 id="prices" class="h1 ribbon overlap">How much do tickets cost?</h2>
282
-
283
-
284
- <div class="promotion block clearfix">
285
- <a href="http://www.cineworld.co.uk/unlimited/intro" target="_self"><img src="/assets/media/ads/ad_38211.png" alt="Unleash The Power Of Unlimited Movies" title="Unleash The Power Of Unlimited Movies" /></a>
286
- </div>
287
-
288
- <div class="pricing">
289
- <div class="panel anonymous dark">
290
- <h2>Register free with <span class="icon-logo-mycineworld">MyCineworld</span> and save your details for faster and easier booking - mycineworld tickets only available online</h2>
291
-
292
- <a class="action mycineworld" href="/register">Register</a>
293
- <a class="action mycineworld" href="/login">Login</a>
294
- <a class="action facebook" href="/login/facebook/go?location=%2Fcinemas%2F4%2Finformation%3Ffbl%3Dtrue" data-type="connect" data-location="/cinemas/4/information?fbl=true">Connect with Facebook</a>
295
- </div>
296
-
297
- <div class="accessible-tabs" data-header="Choose the day of your performance">
298
-
299
- <h2 class="day-0 action secondary">Sun</h2>
300
- <div class="tab">
301
- <table class="tickets">
302
- <thead>
303
- <tr>
304
- <th colspan="2" class="transparent">&nbsp;</th>
305
- <th colspan="2" class="dark border-top border-right border-left">
306
- <span class="icon-logo-mycineworld">MyCineworld</span> Tickets
307
- <span class="notes align-center">Price includes online fee of 50p per person where applicable*</span>
308
- </th>
309
- <th colspan="2" class="border-top border-right border-left">
310
- In-Cinema Tickets
311
- <span class="notes align-center">Additional fee of 50p per person applies when purchased online or by phone*</span>
312
- </th>
313
- </tr>
314
- <tr>
315
- <th class="type border-top border-right border-bottom border-left radius-top-left">Ticket Type</th>
316
- <th class="border-top border-bottom">Details</th>
317
- <th class="dark border-top border-right border-bottom border-left">Before 5pm</th>
318
- <th class="dark border-top border-right border-bottom">After 5pm</th>
319
- <th class="border-top border-right border-bottom">Before 5pm</th>
320
- <th class="border-top border-right border-bottom">After 5pm</th>
321
- </tr>
322
- </thead>
323
- <tbody>
324
- <tr>
325
- <td class="border-left border-right "><strong>Adult</strong></td>
326
- <td class="align-left ">Customers aged 18+, customers aged 15-17 pay 'Student' rate, ID may be required</td>
327
- <td class="dark value border-left border-right ">&pound;8.15</td>
328
- <td class="dark value border-right ">&pound;8.15</td>
329
- <td class="value border-right ">&pound;8.50</td>
330
- <td class="value border-right ">&pound;8.50</td>
331
- </tr>
332
- <tr>
333
- <td class="border-left border-right "><strong>Child</strong></td>
334
- <td class="align-left ">Child tickets are for customers aged 14 and under</td>
335
- <td class="dark value border-left border-right ">&pound;5.99</td>
336
- <td class="dark value border-right ">&pound;5.99</td>
337
- <td class="value border-right ">&pound;6.10</td>
338
- <td class="value border-right ">&pound;6.10</td>
339
- </tr>
340
- <tr>
341
- <td class="border-left border-right "><strong>Student</strong></td>
342
- <td class="align-left ">Valid student photo ID must be shown or full adult rate may be charged</td>
343
- <td class="dark value border-left border-right ">&pound;5.99</td>
344
- <td class="dark value border-right ">&pound;5.99</td>
345
- <td class="value border-right ">&pound;6.10</td>
346
- <td class="value border-right ">&pound;6.10</td>
347
- </tr>
348
- <tr>
349
- <td class="border-left border-right "><strong>Senior</strong></td>
350
- <td class="align-left ">Senior tickets are for customers aged 60+</td>
351
- <td class="dark value border-left border-right ">&pound;5.99</td>
352
- <td class="dark value border-right ">&pound;5.99</td>
353
- <td class="value border-right ">&pound;6.10</td>
354
- <td class="value border-right ">&pound;6.10</td>
355
- </tr>
356
- <tr>
357
- <td class="border-left border-right "><strong>Family</strong></td>
358
- <td class="align-left ">Discount applies if tickets for 2 adults & 2 children or 1 adult & 3 children exceed the family ticket cost</td>
359
- <td class="dark value border-left border-right ">&pound;25.58</td>
360
- <td class="dark value border-right ">&pound;25.58</td>
361
- <td class="value border-right ">&pound;26.20</td>
362
- <td class="value border-right ">&pound;26.20</td>
363
- </tr>
364
- <tr>
365
- <td class="border-left border-right "><strong>Bargain Tuesday</strong></td>
366
- <td class="align-left ">Any film, every Tuesday, bargain price</td>
367
- <td class="dark value border-left border-right ">N/A</td>
368
- <td class="dark value border-right ">N/A</td>
369
- <td class="value border-right ">N/A</td>
370
- <td class="value border-right ">N/A</td>
371
- </tr>
372
- <tr>
373
- <td class="border-left border-right "><strong>Movies for Juniors</strong></td>
374
- <td class="align-left ">Parent and child screenings, price is specific to Movies for Juniors shows only</td>
375
- <td class="dark value border-left border-right ">&pound;1.35</td>
376
- <td class="dark value border-right ">N/A</td>
377
- <td class="value border-right ">&pound;1.50</td>
378
- <td class="value border-right ">N/A</td>
379
- </tr>
380
- <tr>
381
- <td class="border-left border-right border-bottom radius-bottom-left"><strong>Movies for Juniors 3D</strong></td>
382
- <td class="align-left border-bottom">Parent and child screenings, price is specific to Movies for Juniors shows only</td>
383
- <td class="dark value border-left border-right border-bottom">&pound;2.70</td>
384
- <td class="dark value border-right border-bottom">N/A</td>
385
- <td class="value border-right border-bottom">&pound;3.00</td>
386
- <td class="value border-right border-bottom radius-bottom-right">N/A</td>
387
- </tr>
388
- </tbody>
389
- </table>
390
- </div>
391
-
392
-
393
- <h2 class="day-1 action secondary">Mon</h2>
394
- <div class="tab">
395
- <table class="tickets">
396
- <thead>
397
- <tr>
398
- <th colspan="2" class="transparent">&nbsp;</th>
399
- <th colspan="2" class="dark border-top border-right border-left">
400
- <span class="icon-logo-mycineworld">MyCineworld</span> Tickets
401
- <span class="notes align-center">Price includes online fee of 50p per person where applicable*</span>
402
- </th>
403
- <th colspan="2" class="border-top border-right border-left">
404
- In-Cinema Tickets
405
- <span class="notes align-center">Additional fee of 50p per person applies when purchased online or by phone*</span>
406
- </th>
407
- </tr>
408
- <tr>
409
- <th class="type border-top border-right border-bottom border-left radius-top-left">Ticket Type</th>
410
- <th class="border-top border-bottom">Details</th>
411
- <th class="dark border-top border-right border-bottom border-left">Before 5pm</th>
412
- <th class="dark border-top border-right border-bottom">After 5pm</th>
413
- <th class="border-top border-right border-bottom">Before 5pm</th>
414
- <th class="border-top border-right border-bottom">After 5pm</th>
415
- </tr>
416
- </thead>
417
- <tbody>
418
- <tr>
419
- <td class="border-left border-right "><strong>Adult</strong></td>
420
- <td class="align-left ">Customers aged 18+, customers aged 15-17 pay 'Student' rate, ID may be required</td>
421
- <td class="dark value border-left border-right ">&pound;7.07</td>
422
- <td class="dark value border-right ">&pound;8.15</td>
423
- <td class="value border-right ">&pound;7.30</td>
424
- <td class="value border-right ">&pound;8.50</td>
425
- </tr>
426
- <tr>
427
- <td class="border-left border-right "><strong>Child</strong></td>
428
- <td class="align-left ">Child tickets are for customers aged 14 and under</td>
429
- <td class="dark value border-left border-right ">&pound;5.54</td>
430
- <td class="dark value border-right ">&pound;5.99</td>
431
- <td class="value border-right ">&pound;5.60</td>
432
- <td class="value border-right ">&pound;6.10</td>
433
- </tr>
434
- <tr>
435
- <td class="border-left border-right "><strong>Student</strong></td>
436
- <td class="align-left ">Valid student photo ID must be shown or full adult rate may be charged</td>
437
- <td class="dark value border-left border-right ">&pound;5.54</td>
438
- <td class="dark value border-right ">&pound;5.99</td>
439
- <td class="value border-right ">&pound;5.60</td>
440
- <td class="value border-right ">&pound;6.10</td>
441
- </tr>
442
- <tr>
443
- <td class="border-left border-right "><strong>Senior</strong></td>
444
- <td class="align-left ">Senior tickets are for customers aged 60+</td>
445
- <td class="dark value border-left border-right ">&pound;5.54</td>
446
- <td class="dark value border-right ">&pound;5.99</td>
447
- <td class="value border-right ">&pound;5.60</td>
448
- <td class="value border-right ">&pound;6.10</td>
449
- </tr>
450
- <tr>
451
- <td class="border-left border-right "><strong>Family</strong></td>
452
- <td class="align-left ">Discount applies if tickets for 2 adults & 2 children or 1 adult & 3 children exceed the family ticket cost</td>
453
- <td class="dark value border-left border-right ">&pound;22.52</td>
454
- <td class="dark value border-right ">&pound;25.58</td>
455
- <td class="value border-right ">&pound;22.80</td>
456
- <td class="value border-right ">&pound;26.20</td>
457
- </tr>
458
- <tr>
459
- <td class="border-left border-right "><strong>Bargain Tuesday</strong></td>
460
- <td class="align-left ">Any film, every Tuesday, bargain price</td>
461
- <td class="dark value border-left border-right ">N/A</td>
462
- <td class="dark value border-right ">N/A</td>
463
- <td class="value border-right ">N/A</td>
464
- <td class="value border-right ">N/A</td>
465
- </tr>
466
- <tr>
467
- <td class="border-left border-right "><strong>Movies for Juniors</strong></td>
468
- <td class="align-left ">Parent and child screenings, price is specific to Movies for Juniors shows only</td>
469
- <td class="dark value border-left border-right ">&pound;1.35</td>
470
- <td class="dark value border-right ">N/A</td>
471
- <td class="value border-right ">&pound;1.50</td>
472
- <td class="value border-right ">N/A</td>
473
- </tr>
474
- <tr>
475
- <td class="border-left border-right border-bottom radius-bottom-left"><strong>Movies for Juniors 3D</strong></td>
476
- <td class="align-left border-bottom">Parent and child screenings, price is specific to Movies for Juniors shows only</td>
477
- <td class="dark value border-left border-right border-bottom">&pound;2.70</td>
478
- <td class="dark value border-right border-bottom">N/A</td>
479
- <td class="value border-right border-bottom">&pound;3.00</td>
480
- <td class="value border-right border-bottom radius-bottom-right">N/A</td>
481
- </tr>
482
- </tbody>
483
- </table>
484
- </div>
485
-
486
-
487
- <h2 class="day-2 action secondary">Tues</h2>
488
- <div class="tab">
489
- <table class="tickets">
490
- <thead>
491
- <tr>
492
- <th colspan="2" class="transparent">&nbsp;</th>
493
- <th colspan="2" class="dark border-top border-right border-left">
494
- <span class="icon-logo-mycineworld">MyCineworld</span> Tickets
495
- <span class="notes align-center">Price includes online fee of 50p per person where applicable*</span>
496
- </th>
497
- <th colspan="2" class="border-top border-right border-left">
498
- In-Cinema Tickets
499
- <span class="notes align-center">Additional fee of 50p per person applies when purchased online or by phone*</span>
500
- </th>
501
- </tr>
502
- <tr>
503
- <th class="type border-top border-right border-bottom border-left radius-top-left">Ticket Type</th>
504
- <th class="border-top border-bottom">Details</th>
505
- <th class="dark border-top border-right border-bottom border-left">Before 5pm</th>
506
- <th class="dark border-top border-right border-bottom">After 5pm</th>
507
- <th class="border-top border-right border-bottom">Before 5pm</th>
508
- <th class="border-top border-right border-bottom">After 5pm</th>
509
- </tr>
510
- </thead>
511
- <tbody>
512
- <tr>
513
- <td class="border-left border-right "><strong>Adult</strong></td>
514
- <td class="align-left ">Customers aged 18+, customers aged 15-17 pay 'Student' rate, ID may be required</td>
515
- <td class="dark value border-left border-right ">N/A</td>
516
- <td class="dark value border-right ">N/A</td>
517
- <td class="value border-right ">N/A</td>
518
- <td class="value border-right ">N/A</td>
519
- </tr>
520
- <tr>
521
- <td class="border-left border-right "><strong>Child</strong></td>
522
- <td class="align-left ">Child tickets are for customers aged 14 and under</td>
523
- <td class="dark value border-left border-right ">N/A</td>
524
- <td class="dark value border-right ">N/A</td>
525
- <td class="value border-right ">N/A</td>
526
- <td class="value border-right ">N/A</td>
527
- </tr>
528
- <tr>
529
- <td class="border-left border-right "><strong>Student</strong></td>
530
- <td class="align-left ">Valid student photo ID must be shown or full adult rate may be charged</td>
531
- <td class="dark value border-left border-right ">N/A</td>
532
- <td class="dark value border-right ">N/A</td>
533
- <td class="value border-right ">N/A</td>
534
- <td class="value border-right ">N/A</td>
535
- </tr>
536
- <tr>
537
- <td class="border-left border-right "><strong>Senior</strong></td>
538
- <td class="align-left ">Senior tickets are for customers aged 60+</td>
539
- <td class="dark value border-left border-right ">N/A</td>
540
- <td class="dark value border-right ">N/A</td>
541
- <td class="value border-right ">N/A</td>
542
- <td class="value border-right ">N/A</td>
543
- </tr>
544
- <tr>
545
- <td class="border-left border-right "><strong>Family</strong></td>
546
- <td class="align-left ">Discount applies if tickets for 2 adults & 2 children or 1 adult & 3 children exceed the family ticket cost</td>
547
- <td class="dark value border-left border-right ">N/A</td>
548
- <td class="dark value border-right ">N/A</td>
549
- <td class="value border-right ">N/A</td>
550
- <td class="value border-right ">N/A</td>
551
- </tr>
552
- <tr>
553
- <td class="border-left border-right "><strong>Bargain Tuesday</strong></td>
554
- <td class="align-left ">Any film, every Tuesday, bargain price</td>
555
- <td class="dark value border-left border-right ">&pound;5.54</td>
556
- <td class="dark value border-right ">&pound;5.54</td>
557
- <td class="value border-right ">&pound;5.60</td>
558
- <td class="value border-right ">&pound;5.60</td>
559
- </tr>
560
- <tr>
561
- <td class="border-left border-right "><strong>Movies for Juniors</strong></td>
562
- <td class="align-left ">Parent and child screenings, price is specific to Movies for Juniors shows only</td>
563
- <td class="dark value border-left border-right ">&pound;1.35</td>
564
- <td class="dark value border-right ">N/A</td>
565
- <td class="value border-right ">&pound;1.50</td>
566
- <td class="value border-right ">N/A</td>
567
- </tr>
568
- <tr>
569
- <td class="border-left border-right border-bottom radius-bottom-left"><strong>Movies for Juniors 3D</strong></td>
570
- <td class="align-left border-bottom">Parent and child screenings, price is specific to Movies for Juniors shows only</td>
571
- <td class="dark value border-left border-right border-bottom">&pound;2.70</td>
572
- <td class="dark value border-right border-bottom">N/A</td>
573
- <td class="value border-right border-bottom">&pound;3.00</td>
574
- <td class="value border-right border-bottom radius-bottom-right">N/A</td>
575
- </tr>
576
- </tbody>
577
- </table>
578
- </div>
579
-
580
-
581
- <h2 class="day-3 action secondary">Wed</h2>
582
- <div class="tab">
583
- <table class="tickets">
584
- <thead>
585
- <tr>
586
- <th colspan="2" class="transparent">&nbsp;</th>
587
- <th colspan="2" class="dark border-top border-right border-left">
588
- <span class="icon-logo-mycineworld">MyCineworld</span> Tickets
589
- <span class="notes align-center">Price includes online fee of 50p per person where applicable*</span>
590
- </th>
591
- <th colspan="2" class="border-top border-right border-left">
592
- In-Cinema Tickets
593
- <span class="notes align-center">Additional fee of 50p per person applies when purchased online or by phone*</span>
594
- </th>
595
- </tr>
596
- <tr>
597
- <th class="type border-top border-right border-bottom border-left radius-top-left">Ticket Type</th>
598
- <th class="border-top border-bottom">Details</th>
599
- <th class="dark border-top border-right border-bottom border-left">Before 5pm</th>
600
- <th class="dark border-top border-right border-bottom">After 5pm</th>
601
- <th class="border-top border-right border-bottom">Before 5pm</th>
602
- <th class="border-top border-right border-bottom">After 5pm</th>
603
- </tr>
604
- </thead>
605
- <tbody>
606
- <tr>
607
- <td class="border-left border-right "><strong>Adult</strong></td>
608
- <td class="align-left ">Customers aged 18+, customers aged 15-17 pay 'Student' rate, ID may be required</td>
609
- <td class="dark value border-left border-right ">&pound;7.07</td>
610
- <td class="dark value border-right ">&pound;8.15</td>
611
- <td class="value border-right ">&pound;7.30</td>
612
- <td class="value border-right ">&pound;8.50</td>
613
- </tr>
614
- <tr>
615
- <td class="border-left border-right "><strong>Child</strong></td>
616
- <td class="align-left ">Child tickets are for customers aged 14 and under</td>
617
- <td class="dark value border-left border-right ">&pound;5.54</td>
618
- <td class="dark value border-right ">&pound;5.99</td>
619
- <td class="value border-right ">&pound;5.60</td>
620
- <td class="value border-right ">&pound;6.10</td>
621
- </tr>
622
- <tr>
623
- <td class="border-left border-right "><strong>Student</strong></td>
624
- <td class="align-left ">Valid student photo ID must be shown or full adult rate may be charged</td>
625
- <td class="dark value border-left border-right ">&pound;5.54</td>
626
- <td class="dark value border-right ">&pound;5.99</td>
627
- <td class="value border-right ">&pound;5.60</td>
628
- <td class="value border-right ">&pound;6.10</td>
629
- </tr>
630
- <tr>
631
- <td class="border-left border-right "><strong>Senior</strong></td>
632
- <td class="align-left ">Senior tickets are for customers aged 60+</td>
633
- <td class="dark value border-left border-right ">&pound;5.54</td>
634
- <td class="dark value border-right ">&pound;5.99</td>
635
- <td class="value border-right ">&pound;5.60</td>
636
- <td class="value border-right ">&pound;6.10</td>
637
- </tr>
638
- <tr>
639
- <td class="border-left border-right "><strong>Family</strong></td>
640
- <td class="align-left ">Discount applies if tickets for 2 adults & 2 children or 1 adult & 3 children exceed the family ticket cost</td>
641
- <td class="dark value border-left border-right ">&pound;22.52</td>
642
- <td class="dark value border-right ">&pound;25.58</td>
643
- <td class="value border-right ">&pound;22.80</td>
644
- <td class="value border-right ">&pound;26.20</td>
645
- </tr>
646
- <tr>
647
- <td class="border-left border-right "><strong>Bargain Tuesday</strong></td>
648
- <td class="align-left ">Any film, every Tuesday, bargain price</td>
649
- <td class="dark value border-left border-right ">N/A</td>
650
- <td class="dark value border-right ">N/A</td>
651
- <td class="value border-right ">N/A</td>
652
- <td class="value border-right ">N/A</td>
653
- </tr>
654
- <tr>
655
- <td class="border-left border-right "><strong>Movies for Juniors</strong></td>
656
- <td class="align-left ">Parent and child screenings, price is specific to Movies for Juniors shows only</td>
657
- <td class="dark value border-left border-right ">&pound;1.35</td>
658
- <td class="dark value border-right ">N/A</td>
659
- <td class="value border-right ">&pound;1.50</td>
660
- <td class="value border-right ">N/A</td>
661
- </tr>
662
- <tr>
663
- <td class="border-left border-right border-bottom radius-bottom-left"><strong>Movies for Juniors 3D</strong></td>
664
- <td class="align-left border-bottom">Parent and child screenings, price is specific to Movies for Juniors shows only</td>
665
- <td class="dark value border-left border-right border-bottom">&pound;2.70</td>
666
- <td class="dark value border-right border-bottom">N/A</td>
667
- <td class="value border-right border-bottom">&pound;3.00</td>
668
- <td class="value border-right border-bottom radius-bottom-right">N/A</td>
669
- </tr>
670
- </tbody>
671
- </table>
672
- </div>
673
-
674
-
675
- <h2 class="day-4 action secondary">Thurs</h2>
676
- <div class="tab">
677
- <table class="tickets">
678
- <thead>
679
- <tr>
680
- <th colspan="2" class="transparent">&nbsp;</th>
681
- <th colspan="2" class="dark border-top border-right border-left">
682
- <span class="icon-logo-mycineworld">MyCineworld</span> Tickets
683
- <span class="notes align-center">Price includes online fee of 50p per person where applicable*</span>
684
- </th>
685
- <th colspan="2" class="border-top border-right border-left">
686
- In-Cinema Tickets
687
- <span class="notes align-center">Additional fee of 50p per person applies when purchased online or by phone*</span>
688
- </th>
689
- </tr>
690
- <tr>
691
- <th class="type border-top border-right border-bottom border-left radius-top-left">Ticket Type</th>
692
- <th class="border-top border-bottom">Details</th>
693
- <th class="dark border-top border-right border-bottom border-left">Before 5pm</th>
694
- <th class="dark border-top border-right border-bottom">After 5pm</th>
695
- <th class="border-top border-right border-bottom">Before 5pm</th>
696
- <th class="border-top border-right border-bottom">After 5pm</th>
697
- </tr>
698
- </thead>
699
- <tbody>
700
- <tr>
701
- <td class="border-left border-right "><strong>Adult</strong></td>
702
- <td class="align-left ">Customers aged 18+, customers aged 15-17 pay 'Student' rate, ID may be required</td>
703
- <td class="dark value border-left border-right ">&pound;7.07</td>
704
- <td class="dark value border-right ">&pound;8.15</td>
705
- <td class="value border-right ">&pound;7.30</td>
706
- <td class="value border-right ">&pound;8.50</td>
707
- </tr>
708
- <tr>
709
- <td class="border-left border-right "><strong>Child</strong></td>
710
- <td class="align-left ">Child tickets are for customers aged 14 and under</td>
711
- <td class="dark value border-left border-right ">&pound;5.54</td>
712
- <td class="dark value border-right ">&pound;5.99</td>
713
- <td class="value border-right ">&pound;5.60</td>
714
- <td class="value border-right ">&pound;6.10</td>
715
- </tr>
716
- <tr>
717
- <td class="border-left border-right "><strong>Student</strong></td>
718
- <td class="align-left ">Valid student photo ID must be shown or full adult rate may be charged</td>
719
- <td class="dark value border-left border-right ">&pound;5.54</td>
720
- <td class="dark value border-right ">&pound;5.99</td>
721
- <td class="value border-right ">&pound;5.60</td>
722
- <td class="value border-right ">&pound;6.10</td>
723
- </tr>
724
- <tr>
725
- <td class="border-left border-right "><strong>Senior</strong></td>
726
- <td class="align-left ">Senior tickets are for customers aged 60+</td>
727
- <td class="dark value border-left border-right ">&pound;5.54</td>
728
- <td class="dark value border-right ">&pound;5.99</td>
729
- <td class="value border-right ">&pound;5.60</td>
730
- <td class="value border-right ">&pound;6.10</td>
731
- </tr>
732
- <tr>
733
- <td class="border-left border-right "><strong>Family</strong></td>
734
- <td class="align-left ">Discount applies if tickets for 2 adults & 2 children or 1 adult & 3 children exceed the family ticket cost</td>
735
- <td class="dark value border-left border-right ">&pound;22.52</td>
736
- <td class="dark value border-right ">&pound;25.58</td>
737
- <td class="value border-right ">&pound;22.80</td>
738
- <td class="value border-right ">&pound;26.20</td>
739
- </tr>
740
- <tr>
741
- <td class="border-left border-right "><strong>Bargain Tuesday</strong></td>
742
- <td class="align-left ">Any film, every Tuesday, bargain price</td>
743
- <td class="dark value border-left border-right ">N/A</td>
744
- <td class="dark value border-right ">N/A</td>
745
- <td class="value border-right ">N/A</td>
746
- <td class="value border-right ">N/A</td>
747
- </tr>
748
- <tr>
749
- <td class="border-left border-right "><strong>Movies for Juniors</strong></td>
750
- <td class="align-left ">Parent and child screenings, price is specific to Movies for Juniors shows only</td>
751
- <td class="dark value border-left border-right ">&pound;1.35</td>
752
- <td class="dark value border-right ">N/A</td>
753
- <td class="value border-right ">&pound;1.50</td>
754
- <td class="value border-right ">N/A</td>
755
- </tr>
756
- <tr>
757
- <td class="border-left border-right border-bottom radius-bottom-left"><strong>Movies for Juniors 3D</strong></td>
758
- <td class="align-left border-bottom">Parent and child screenings, price is specific to Movies for Juniors shows only</td>
759
- <td class="dark value border-left border-right border-bottom">&pound;2.70</td>
760
- <td class="dark value border-right border-bottom">N/A</td>
761
- <td class="value border-right border-bottom">&pound;3.00</td>
762
- <td class="value border-right border-bottom radius-bottom-right">N/A</td>
763
- </tr>
764
- </tbody>
765
- </table>
766
- </div>
767
-
768
-
769
- <h2 class="day-5 action secondary">Fri</h2>
770
- <div class="tab">
771
- <table class="tickets">
772
- <thead>
773
- <tr>
774
- <th colspan="2" class="transparent">&nbsp;</th>
775
- <th colspan="2" class="dark border-top border-right border-left">
776
- <span class="icon-logo-mycineworld">MyCineworld</span> Tickets
777
- <span class="notes align-center">Price includes online fee of 50p per person where applicable*</span>
778
- </th>
779
- <th colspan="2" class="border-top border-right border-left">
780
- In-Cinema Tickets
781
- <span class="notes align-center">Additional fee of 50p per person applies when purchased online or by phone*</span>
782
- </th>
783
- </tr>
784
- <tr>
785
- <th class="type border-top border-right border-bottom border-left radius-top-left">Ticket Type</th>
786
- <th class="border-top border-bottom">Details</th>
787
- <th class="dark border-top border-right border-bottom border-left">Before 5pm</th>
788
- <th class="dark border-top border-right border-bottom">After 5pm</th>
789
- <th class="border-top border-right border-bottom">Before 5pm</th>
790
- <th class="border-top border-right border-bottom">After 5pm</th>
791
- </tr>
792
- </thead>
793
- <tbody>
794
- <tr>
795
- <td class="border-left border-right "><strong>Adult</strong></td>
796
- <td class="align-left ">Customers aged 18+, customers aged 15-17 pay 'Student' rate, ID may be required</td>
797
- <td class="dark value border-left border-right ">&pound;7.07</td>
798
- <td class="dark value border-right ">&pound;8.15</td>
799
- <td class="value border-right ">&pound;7.30</td>
800
- <td class="value border-right ">&pound;8.50</td>
801
- </tr>
802
- <tr>
803
- <td class="border-left border-right "><strong>Child</strong></td>
804
- <td class="align-left ">Child tickets are for customers aged 14 and under</td>
805
- <td class="dark value border-left border-right ">&pound;5.54</td>
806
- <td class="dark value border-right ">&pound;5.99</td>
807
- <td class="value border-right ">&pound;5.60</td>
808
- <td class="value border-right ">&pound;6.10</td>
809
- </tr>
810
- <tr>
811
- <td class="border-left border-right "><strong>Student</strong></td>
812
- <td class="align-left ">Valid student photo ID must be shown or full adult rate may be charged</td>
813
- <td class="dark value border-left border-right ">&pound;5.54</td>
814
- <td class="dark value border-right ">&pound;5.99</td>
815
- <td class="value border-right ">&pound;5.60</td>
816
- <td class="value border-right ">&pound;6.10</td>
817
- </tr>
818
- <tr>
819
- <td class="border-left border-right "><strong>Senior</strong></td>
820
- <td class="align-left ">Senior tickets are for customers aged 60+</td>
821
- <td class="dark value border-left border-right ">&pound;5.54</td>
822
- <td class="dark value border-right ">&pound;5.99</td>
823
- <td class="value border-right ">&pound;5.60</td>
824
- <td class="value border-right ">&pound;6.10</td>
825
- </tr>
826
- <tr>
827
- <td class="border-left border-right "><strong>Family</strong></td>
828
- <td class="align-left ">Discount applies if tickets for 2 adults & 2 children or 1 adult & 3 children exceed the family ticket cost</td>
829
- <td class="dark value border-left border-right ">&pound;22.52</td>
830
- <td class="dark value border-right ">&pound;25.58</td>
831
- <td class="value border-right ">&pound;22.80</td>
832
- <td class="value border-right ">&pound;26.20</td>
833
- </tr>
834
- <tr>
835
- <td class="border-left border-right "><strong>Bargain Tuesday</strong></td>
836
- <td class="align-left ">Any film, every Tuesday, bargain price</td>
837
- <td class="dark value border-left border-right ">N/A</td>
838
- <td class="dark value border-right ">N/A</td>
839
- <td class="value border-right ">N/A</td>
840
- <td class="value border-right ">N/A</td>
841
- </tr>
842
- <tr>
843
- <td class="border-left border-right "><strong>Movies for Juniors</strong></td>
844
- <td class="align-left ">Parent and child screenings, price is specific to Movies for Juniors shows only</td>
845
- <td class="dark value border-left border-right ">&pound;1.35</td>
846
- <td class="dark value border-right ">N/A</td>
847
- <td class="value border-right ">&pound;1.50</td>
848
- <td class="value border-right ">N/A</td>
849
- </tr>
850
- <tr>
851
- <td class="border-left border-right border-bottom radius-bottom-left"><strong>Movies for Juniors 3D</strong></td>
852
- <td class="align-left border-bottom">Parent and child screenings, price is specific to Movies for Juniors shows only</td>
853
- <td class="dark value border-left border-right border-bottom">&pound;2.70</td>
854
- <td class="dark value border-right border-bottom">N/A</td>
855
- <td class="value border-right border-bottom">&pound;3.00</td>
856
- <td class="value border-right border-bottom radius-bottom-right">N/A</td>
857
- </tr>
858
- </tbody>
859
- </table>
860
- </div>
861
-
862
-
863
- <h2 class="day-6 action secondary">Sat</h2>
864
- <div class="tab">
865
- <table class="tickets">
866
- <thead>
867
- <tr>
868
- <th colspan="2" class="transparent">&nbsp;</th>
869
- <th colspan="2" class="dark border-top border-right border-left">
870
- <span class="icon-logo-mycineworld">MyCineworld</span> Tickets
871
- <span class="notes align-center">Price includes online fee of 50p per person where applicable*</span>
872
- </th>
873
- <th colspan="2" class="border-top border-right border-left">
874
- In-Cinema Tickets
875
- <span class="notes align-center">Additional fee of 50p per person applies when purchased online or by phone*</span>
876
- </th>
877
- </tr>
878
- <tr>
879
- <th class="type border-top border-right border-bottom border-left radius-top-left">Ticket Type</th>
880
- <th class="border-top border-bottom">Details</th>
881
- <th class="dark border-top border-right border-bottom border-left">Before 5pm</th>
882
- <th class="dark border-top border-right border-bottom">After 5pm</th>
883
- <th class="border-top border-right border-bottom">Before 5pm</th>
884
- <th class="border-top border-right border-bottom">After 5pm</th>
885
- </tr>
886
- </thead>
887
- <tbody>
888
- <tr>
889
- <td class="border-left border-right "><strong>Adult</strong></td>
890
- <td class="align-left ">Customers aged 18+, customers aged 15-17 pay 'Student' rate, ID may be required</td>
891
- <td class="dark value border-left border-right ">&pound;8.15</td>
892
- <td class="dark value border-right ">&pound;8.15</td>
893
- <td class="value border-right ">&pound;8.50</td>
894
- <td class="value border-right ">&pound;8.50</td>
895
- </tr>
896
- <tr>
897
- <td class="border-left border-right "><strong>Child</strong></td>
898
- <td class="align-left ">Child tickets are for customers aged 14 and under</td>
899
- <td class="dark value border-left border-right ">&pound;5.99</td>
900
- <td class="dark value border-right ">&pound;5.99</td>
901
- <td class="value border-right ">&pound;6.10</td>
902
- <td class="value border-right ">&pound;6.10</td>
903
- </tr>
904
- <tr>
905
- <td class="border-left border-right "><strong>Student</strong></td>
906
- <td class="align-left ">Valid student photo ID must be shown or full adult rate may be charged</td>
907
- <td class="dark value border-left border-right ">&pound;5.99</td>
908
- <td class="dark value border-right ">&pound;5.99</td>
909
- <td class="value border-right ">&pound;6.10</td>
910
- <td class="value border-right ">&pound;6.10</td>
911
- </tr>
912
- <tr>
913
- <td class="border-left border-right "><strong>Senior</strong></td>
914
- <td class="align-left ">Senior tickets are for customers aged 60+</td>
915
- <td class="dark value border-left border-right ">&pound;5.99</td>
916
- <td class="dark value border-right ">&pound;5.99</td>
917
- <td class="value border-right ">&pound;6.10</td>
918
- <td class="value border-right ">&pound;6.10</td>
919
- </tr>
920
- <tr>
921
- <td class="border-left border-right "><strong>Family</strong></td>
922
- <td class="align-left ">Discount applies if tickets for 2 adults & 2 children or 1 adult & 3 children exceed the family ticket cost</td>
923
- <td class="dark value border-left border-right ">&pound;25.58</td>
924
- <td class="dark value border-right ">&pound;25.58</td>
925
- <td class="value border-right ">&pound;26.20</td>
926
- <td class="value border-right ">&pound;26.20</td>
927
- </tr>
928
- <tr>
929
- <td class="border-left border-right "><strong>Bargain Tuesday</strong></td>
930
- <td class="align-left ">Any film, every Tuesday, bargain price</td>
931
- <td class="dark value border-left border-right ">N/A</td>
932
- <td class="dark value border-right ">N/A</td>
933
- <td class="value border-right ">N/A</td>
934
- <td class="value border-right ">N/A</td>
935
- </tr>
936
- <tr>
937
- <td class="border-left border-right "><strong>Movies for Juniors</strong></td>
938
- <td class="align-left ">Parent and child screenings, price is specific to Movies for Juniors shows only</td>
939
- <td class="dark value border-left border-right ">&pound;1.35</td>
940
- <td class="dark value border-right ">N/A</td>
941
- <td class="value border-right ">&pound;1.50</td>
942
- <td class="value border-right ">N/A</td>
943
- </tr>
944
- <tr>
945
- <td class="border-left border-right border-bottom radius-bottom-left"><strong>Movies for Juniors 3D</strong></td>
946
- <td class="align-left border-bottom">Parent and child screenings, price is specific to Movies for Juniors shows only</td>
947
- <td class="dark value border-left border-right border-bottom">&pound;2.70</td>
948
- <td class="dark value border-right border-bottom">N/A</td>
949
- <td class="value border-right border-bottom">&pound;3.00</td>
950
- <td class="value border-right border-bottom radius-bottom-right">N/A</td>
951
- </tr>
952
- </tbody>
953
- </table>
954
- </div>
955
-
956
- </div>
957
-
958
- <div class="message information">
959
- <strong>*Please note:</strong><br />
960
-
961
-
962
- <ul>
963
- <li>Weekend pricing applies on Bank Holidays.</li>
964
- <li>A fee of 50p per person applies to tickets booked online or by phone. This 50p fee represents a charge for booking remotely and includes an amount payable to Classic Cinemas Limited for processing online/telephone payments and redemptions. If you do not wish to pay this fee you can purchase your tickets in person at the cinema. <a href="/terms">Click for T&Cs</a>.</li>
965
- <li>50p fee not applicable to Unlimited, Movies for Juniors, CEA carer ticket and some promotional tickets, until further notice.</li>
966
- <li>Where the 50p fee applies, it will be included in the ticket price during the booking process.</li>
967
- <li>Mycineworld ticket prices displayed above include the 50p fee and mycineworld discount, each where applicable. In-Cinema prices shown do not include 50p fee as this fee does not apply to tickets purchased in person at the cinema.</li>
968
- <li>The cost of certain performances such as live events, theatre, opera etc may vary. Please check your booking carefully before payment is made.</li>
969
- </ul>
970
- </div>
971
-
972
-
973
- <table class="extras">
974
- <thead>
975
- <tr>
976
- <th class="transparent">&nbsp;</th>
977
- <th colspan="1" class="dark border-left border-top border-right radius-top-left"><span class="icon-logo-mycineworld">MyCineworld</span> Price</th>
978
- <th colspan="1" class="border-top border-right radius-top-right">In-Cinema Price</th>
979
- </tr>
980
- <tr>
981
- <th class="charge border-top border-bottom border-left radius-top-left">Additional Charges</th>
982
- <th class="dark border-top border-right border-bottom border-left">3D</th>
983
- <th class="border-top border-right border-bottom">3D</th>
984
- </tr>
985
- </thead>
986
- <tbody>
987
- <tr>
988
- <td class="border-left "><strong>Adult</strong><span class="notes"></span></td>
989
- <td class="dark value border-left border-right ">&pound;1.98</td>
990
-
991
- <td class="value border-right ">&pound;2.20</td>
992
- </tr>
993
- <tr>
994
- <td class="border-left "><strong>Child</strong><span class="notes"></span></td>
995
- <td class="dark value border-left border-right ">&pound;1.44</td>
996
-
997
- <td class="value border-right ">&pound;1.60</td>
998
- </tr>
999
- <tr>
1000
- <td class="border-left "><strong>Student</strong><span class="notes"></span></td>
1001
- <td class="dark value border-left border-right ">&pound;1.44</td>
1002
-
1003
- <td class="value border-right ">&pound;1.60</td>
1004
- </tr>
1005
- <tr>
1006
- <td class="border-left "><strong>Senior</strong><span class="notes"></span></td>
1007
- <td class="dark value border-left border-right ">&pound;1.44</td>
1008
-
1009
- <td class="value border-right ">&pound;1.60</td>
1010
- </tr>
1011
- <tr>
1012
- <td class="border-left "><strong>Family</strong><span class="notes"></span></td>
1013
- <td class="dark value border-left border-right ">&pound;5.40</td>
1014
-
1015
- <td class="value border-right ">&pound;6.00</td>
1016
- </tr>
1017
- <tr>
1018
- <td class="border-left "><strong>Unlimited</strong><span class="notes"></span></td>
1019
- <td class="dark value border-left border-right ">&pound;1.60</td>
1020
-
1021
- <td class="value border-right ">&pound;1.60</td>
1022
- </tr>
1023
- <tr>
1024
- <td class="border-left "><strong>Unlimited Premium</strong><span class="notes"></span></td>
1025
- <td class="dark value border-left border-right ">&pound;0.00</td>
1026
-
1027
- <td class="value border-right ">&pound;0.00</td>
1028
- </tr>
1029
- <tr>
1030
- <td class="border-left border-bottom radius-bottom-left"><strong>3D Glasses</strong><span class="notes"></span></td>
1031
- <td class="dark value border-left border-right border-bottom">&pound;1.00</td>
1032
-
1033
- <td class="value border-right border-bottom radius-bottom-right">&pound;1.00</td>
1034
- </tr>
1035
- </tbody>
1036
- </table>
1037
-
1038
-
1039
-
1040
-
1041
- </div>
1042
-
1043
-
1044
- </div>
1045
-
1046
- <div class="section light clearfix " >
1047
- <h2 id="h1 services" class="ribbon">Summary of facilities</h2>
1048
-
1049
- <ul class="unstyled clearfix services">
1050
- <li>
1051
- <h2>Screens and Ticketing</h2>
1052
- <ul class="unstyled">
1053
- <li class="icon-service-adv">Advance screenings</li>
1054
- <li class="icon-service-dig">Digital</li>
1055
- <li class="icon-service-3d">3D</li>
1056
- <li class="icon-service-vh">Venue hire</li>
1057
- <li class="icon-service-etx">E-Tickets</li>
1058
- <li class="icon-service-ns">Allocated Seating</li>
1059
- </ul>
1060
- </li>
1061
- <li>
1062
- <h2>Snacks and Drinks</h2>
1063
- <ul class="unstyled">
1064
- <li class="icon-service-con">Concessions</li>
1065
- </ul>
1066
- </li>
1067
- <li>
1068
- <h2>Facilities for Families</h2>
1069
- <ul class="unstyled">
1070
- <li class="icon-service-m4j">Movies for juniors</li>
1071
- <li class="icon-service-au">Autism Friendly</li>
1072
- </ul>
1073
- </li>
1074
- <li>
1075
- <h2>Accessibility</h2>
1076
- <ul class="unstyled">
1077
- <li class="icon-service-dba">Disabled access</li>
1078
- <li class="icon-service-dbp">Disabled parking</li>
1079
- <li class="icon-service-sb">Subtitled</li>
1080
- <li class="icon-service-gdog">Guide dogs allowed</li>
1081
- <li class="icon-service-ad">Audio description</li>
1082
- </ul>
1083
- </li>
1084
- </ul>
1085
- </div>
1086
-
1087
-
1088
- <div class="section light clearfix " >
1089
- <h2 id="directions" class="h1 ribbon">How do I get there?</h2>
1090
-
1091
- <div class="row">
1092
- <div class="span6">
1093
- <h2>Details</h2>
1094
- <address class="marker">
1095
- <div class="pin primary small">1</div>
1096
- <strong>Cineworld Bristol</strong>
1097
- <br />Hengrove Leisure Park, Hengrove Way, Bristol BS14 0HR
1098
- <br />0871 200 2000
1099
- </address>
1100
-
1101
- <div class="map interactive deferred" data-key="Aj8bhxskJR1S8CqbKYkL4SpvWzacmzzB2iTfZSwi-HFLHpPN6ISfu8wccbH6Rra4" data-width="458" data-height="400" data-coordinates="51.416345,-2.587141" data-zoom="15" data-nearby="0" >
1102
- <div id="bing-4" class="bing viewport" style="display: none;"></div>
1103
- </div>
1104
- </div>
1105
- <div class="span6">
1106
- <h3>Transport Information</h3>
1107
- <h4>By train</h4>
1108
- <p>Bristol temple Meads Station is approx 3 and a half miles away from the cinema.</p>
1109
- <h4>By bus</h4>
1110
- <p>From Bristol City: Service No&rsquo;s 52, 75, 76 and 90 to Hengrove Depot stop near the Co-Op Garage opposite the leisure park where the cinema is located.</p>
1111
- <h4>By car</h4>
1112
- <p>Coming from the M32, Leave at junction signposted A4174 Ring road, follow Ringroad all the way through until Hicks Gate roundabout, take the 3rd exit on the roundabout taking you onto the A4 Bath road, this goes through Brislington. Go through the first crossroads, and then at the 3rd set of lights turn left signposted Knowle / Hengrove. Follow this road all the way through, at the 3rd set of traffic lights turn left into Hengrove leisure park where the cinema is. Coming from Bath, Follow the A4 through into Brislington, then turn left once signposted for Knowle / Hengrove / Bristol Airport. Again this will take you on the same road as mentioned above, turning left opposite the garage.</p>
1113
- <h3>Parking</h3>
1114
- <p>Parking for 400 cars is available near the cinema.</p>
1115
- <h3>Disabled Access</h3>
1116
- <h4>Disabled Parking</h4>
1117
- <p>There is a disabled parking area outside the front of the cinema with 15 spaces.</p>
1118
- </div>
1119
- </div>
1120
-
1121
- </div>
1122
-
1123
-
1124
- <div class="section light clearfix " >
1125
- <h2 id="hire" class="h1 ribbon">Hire Cineworld Bristol</h2>
1126
-
1127
- <div class="row hire">
1128
- <div class="span6">
1129
- <p>Cineworld Bristol's experienced events team can provide a variety of additional audio, visual and lighting to suit all your requirements, and with flexible space at the front of our auditoria we can accommodate a variety of different staging setups.</p>
1130
- <p>Our professional caterers can provide anything from pastries on arrival to a full hot buffet, and we can offer fantastic corporate deals on refreshments.</p>
1131
- <a class="action secondary light" href="/venuehire/venues/4">Visit our venue hire website</a>
1132
- </div>
1133
- </div>
1134
- </div>
1135
- </div>
1136
-
1137
-
1138
-
1139
- <div id="footer" role="contentinfo">
1140
- <div class="section dark clearfix " >
1141
-
1142
- <div class="row">
1143
-
1144
- <hr class="highlight" />
1145
-
1146
- <div class="span4">
1147
- <h3>Venue hire</h3>
1148
- <ul>
1149
- <li><a href="/venuehire">Find out more</a></li>
1150
- </ul>
1151
- </div>
1152
-
1153
- <div class="span3">
1154
- <h3>My booking</h3>
1155
- <ul>
1156
- <li><a href="/checkbooking">Check my booking</a></li>
1157
- </ul>
1158
-
1159
- <h3>Follow us</h3>
1160
- <ul class="social">
1161
- <li class="twitter"><a href="http://twitter.com/cineworld" target="_blank">Twitter</a></li>
1162
- <li class="facebook"><a href="http://www.facebook.com/cineworld" target="_blank">Facebook</a></li>
1163
- <li class="youtube"><a href="http://www.youtube.com/user/CineworldCinemas" target="_blank">YouTube</a></li>
1164
- </ul>
1165
- </div>
1166
-
1167
- <div class="span5">
1168
- <h3>Around Cineworld</h3>
1169
- <ul>
1170
- <li><a href="/contact">Contact us</a></li>
1171
- <li><a href="/terms">Terms &amp; conditions</a></li>
1172
- <li><a href="/policy">Privacy policy</a></li>
1173
- <li><a href="/cw/assets/downloads/cineworld_nutritional_information.pdf">Nutritional information</a></li>
1174
- <li><a href="/cookies/settings">Cookie settings</a></li>
1175
- <li><a href="/faq">FAQs</a></li>
1176
- <li><a href="/careers">Careers</a></li>
1177
- <li><a href="/press">Press</a></li>
1178
- <li><a href="http://www.cineworldplc.com/" target="_blank">Cineworld Group PLC</a></li>
1179
- <li><a href="/accessibility">Accessibility</a></li>
1180
- </ul>
1181
-
1182
- <h3>Cineworld apps</h3>
1183
- <ul>
1184
- <li><a href="http://itunes.apple.com/gb/app/cineworld/id377707014?mt=8">iPhone app</a></li>
1185
- <li><a href="https://play.google.com/store/apps/details?id=com.cineworld">Android app</a></li>
1186
- <li><a href="http://itunes.apple.com/gb/app/cineworld-magazine/id508350271">iPad magazine</a></li>
1187
- </ul>
1188
- </div>
1189
-
1190
- </div>
1191
-
1192
-
1193
- <div class="row">
1194
- <div class="span12 smallprint small">
1195
- <p>All rights reserved Cineworld Cinemas 2014 &copy;</p>
1196
- </div>
1197
- </div>
1198
-
1199
- </div>
1200
- </div>
1201
- </div>
1202
- <!-- [SL] end -->
1203
- </div>
1204
- </div>
1205
-
1206
- <div id="tooltip-template-performance-unavailable" class="tooltip-box performance unavailable">
1207
- <h3 data-field="title" class="default">This showtime is unavailable</h3>
1208
- <hr class="thin" />
1209
- <p data-field="explanation" class="default">Booking is unavailable for this showtime as it may have already started, finished or been sold out.</p>
1210
- </div>
1211
-
1212
- <script type="text/javascript" src="/cw/assets/javascript/jquery.blockui.packed.js"></script>
1213
- <script type="text/javascript" src="/cw/assets/javascript/jquery.lazyload.packed.js"></script>
1214
- <script type="text/javascript" src="/cw/assets/javascript/jquery.validate.packed.js"></script>
1215
- <script type="text/javascript" src="/cw/assets/javascript/jquery.form.packed.js"></script>
1216
- <script type="text/javascript" src="/cw/assets/javascript/jquery.tabs.packed.js"></script>
1217
- <script type="text/javascript" src="/cw/assets/javascript/jquery.masonry.packed.js"></script>
1218
- <script type="text/javascript" src="/cw/assets/javascript/jquery.fancybox.packed.js"></script>
1219
- <script type="text/javascript" src="/cw/assets/javascript/jquery.nivo.slider.packed.js"></script>
1220
- <script type="text/javascript" src="/cw/assets/javascript/zebra.datepicker.packed.js"></script>
1221
- <script type="text/javascript" src="/cw/assets/javascript/jwplayer.packed.js"></script>
1222
- <script type="text/javascript" src="/cw/assets/javascript/jquery.cineworld.quickbook.packed.js"></script>
1223
- <script type="text/javascript" src="/cw/assets/javascript/jquery.cineworld.core.packed.js"></script>
1224
- <script type="text/javascript" src="/cw/assets/javascript/jquery.cineworld.cookies.packed.js"></script>
1225
- <script type="text/javascript" src="/cw/assets/javascript/jquery.cineworld.mycineworld.packed.js"></script>
1226
- <script type="text/javascript" src="/cw/assets/javascript/jquery.cineworld.instant_search.packed.js"></script>
1227
- <script type="text/javascript" src="/cw/assets/javascript/jquery.cineworld.whatson.packed.js"></script>
1228
- <script type="text/javascript" src="/cw/assets/javascript/jquery.cineworld.tooltip.packed.js"></script>
1229
- <script type="text/javascript" src="/cw/assets/javascript/initialise.packed.js"></script>
1230
-
1231
-
1232
-
1233
- <script type="text/javascript">
1234
- // WebTrends SmartSource Data Collector Tag v10.2.81
1235
- // Copyright (c) 2013 Webtrends Inc. All rights reserved.
1236
- // Tag Builder Version: 4.1.0.49
1237
- // Created: 2013.03.09
1238
- window.webtrendsAsyncInit=function(){
1239
- var dcs=new Webtrends.dcs().init({
1240
- dcsid:"dcskzgl9m000000w4dyp4senq_3i2w",
1241
- domain:"statse.webtrendslive.com",
1242
- timezone:0,
1243
- i18n:true,
1244
- adimpressions:true,
1245
- adsparam:"WT.ac",
1246
- offsite:true,
1247
- download:true,
1248
- downloadtypes:"xls,doc,pdf,txt,csv,zip,docx,xlsx,rar,gzip",
1249
- onsitedoms:"cineworld.co.uk",
1250
- fpcdom:"cineworld.co.uk"
1251
- }).track();
1252
- };
1253
- (function(){
1254
- var s=document.createElement("script"); s.async=true; s.src="/cw/assets/javascript/webtrends.packed.js";
1255
- var s2=document.getElementsByTagName("script")[0]; s2.parentNode.insertBefore(s,s2);
1256
- }());
1257
- </script>
1258
-
1259
-
1260
- <noscript>
1261
- <img alt="dcsimg" id="dcsimg" width="1" height="1" src="http://statse.webtrendslive.com/dcskzgl9m000000w4dyp4senq_3i2w/njs.gif?dcsuri=/nojavascript&amp;WT.js=No&amp;WT.tv=10.2.81&amp;dcssip=cineworld.co.uk&amp;" />
1262
- </noscript>
1263
-
1264
- </body>
1265
- </html>