picturehouse_uk 4.0.0 → 5.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +5 -5
- data/.github/workflows/ci.yml +26 -0
- data/.github/workflows/release.yml +26 -0
- data/.gitignore +1 -0
- data/.ruby-version +1 -0
- data/CHANGELOG.md +25 -0
- data/Rakefile +2 -2
- data/lib/picturehouse_uk/cinema.rb +30 -14
- data/lib/picturehouse_uk/internal/api.rb +42 -0
- data/lib/picturehouse_uk/internal/parser/address.rb +21 -6
- data/lib/picturehouse_uk/internal/parser/screenings.rb +85 -133
- data/lib/picturehouse_uk/internal/website.rb +10 -12
- data/lib/picturehouse_uk/version.rb +2 -2
- data/lib/picturehouse_uk.rb +1 -0
- data/picturehouse_uk.gemspec +2 -3
- data/rake/fixture_creator.rb +21 -1
- data/test/fixtures/cinemas.html +4262 -0
- data/test/fixtures/duke-of-york-s-picturehouse/cinema.html +6187 -0
- data/test/fixtures/duke-of-york-s-picturehouse/get_movies.json +120552 -0
- data/test/fixtures/duke-of-york-s-picturehouse/information.html +3725 -0
- data/test/fixtures/duke-s-at-komedia/cinema.html +6138 -0
- data/test/fixtures/duke-s-at-komedia/get_movies.json +112 -0
- data/test/fixtures/duke-s-at-komedia/information.html +3690 -0
- data/test/fixtures/home.html +6235 -555
- data/test/fixtures/phoenix-picturehouse/cinema.html +6089 -0
- data/test/fixtures/phoenix-picturehouse/get_movies.json +120552 -0
- data/test/fixtures/phoenix-picturehouse/information.html +3630 -0
- data/test/lib/picturehouse_uk/cinema_test.rb +34 -34
- data/test/lib/picturehouse_uk/internal/api_test.rb +92 -0
- data/test/lib/picturehouse_uk/internal/parser/address_test.rb +8 -8
- data/test/lib/picturehouse_uk/internal/parser/screenings_test.rb +99 -45
- data/test/lib/picturehouse_uk/internal/title_sanitizer_test.rb +48 -48
- data/test/lib/picturehouse_uk/internal/website_test.rb +12 -31
- data/test/lib/picturehouse_uk/performance_test.rb +63 -23
- data/test/lib/picturehouse_uk/version_test.rb +1 -1
- data/test/live/integration_test.rb +8 -8
- data/test/support/fake_api.rb +16 -0
- data/test/support/fake_website.rb +6 -6
- data/test/test_helper.rb +3 -2
- metadata +34 -50
- data/.travis.yml +0 -8
- data/test/fixtures/Duke_Of_Yorks/cinema.html +0 -3408
- data/test/fixtures/Duke_Of_Yorks/info.html +0 -556
- data/test/fixtures/Duke_Of_Yorks/whats_on.html +0 -3159
- data/test/fixtures/Dukes_At_Komedia/cinema.html +0 -4764
- data/test/fixtures/Dukes_At_Komedia/info.html +0 -526
- data/test/fixtures/Dukes_At_Komedia/whats_on.html +0 -4429
- data/test/fixtures/National_Media_Museum/cinema.html +0 -9200
- data/test/fixtures/National_Media_Museum/info.html +0 -606
- data/test/fixtures/National_Media_Museum/whats_on.html +0 -8850
- data/test/fixtures/Phoenix_Picturehouse/cinema.html +0 -8274
- data/test/fixtures/Phoenix_Picturehouse/info.html +0 -542
- data/test/fixtures/Phoenix_Picturehouse/whats_on.html +0 -7986
|
@@ -1,556 +0,0 @@
|
|
|
1
|
-
<!DOCTYPE html>
|
|
2
|
-
<html lang="en">
|
|
3
|
-
<head>
|
|
4
|
-
<meta charset="utf-8">
|
|
5
|
-
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
|
6
|
-
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
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
|
-
<title>Picturehouses - Cinema information for Duke Of Yorks</title>
|
|
9
|
-
<link href="/css/picturehouse.min.css?v=1.7.8" rel="stylesheet">
|
|
10
|
-
<!--[if lt IE 9]>
|
|
11
|
-
<script src="https://cdn.polyfill.io/v1/polyfill.min.js?features=default|always"></script>
|
|
12
|
-
<script src="/js/vendor/html5shiv.min.js"></script>
|
|
13
|
-
<script src="/js/vendor/respond.min.js"></script>
|
|
14
|
-
<![endif]-->
|
|
15
|
-
<!-- Start: GPT Sync -->
|
|
16
|
-
<script type='text/javascript'>
|
|
17
|
-
var gptadslots=[];
|
|
18
|
-
(function(){
|
|
19
|
-
var useSSL = 'https:' == document.location.protocol;
|
|
20
|
-
var src = (useSSL ? 'https:' : 'http:') + '//www.googletagservices.com/tag/js/gpt.js';
|
|
21
|
-
document.write('<scr' + 'ipt src="' + src + '"></scr' + 'ipt>');
|
|
22
|
-
})();
|
|
23
|
-
</script>
|
|
24
|
-
|
|
25
|
-
<script type="text/javascript">
|
|
26
|
-
//Adslot 1 declaration
|
|
27
|
-
gptadslots[1]= googletag.defineSlot('/70228659/PictureHouses', [[300,250]],'div-gpt-ad-996397954946313344-1').addService(googletag.pubads());
|
|
28
|
-
googletag.pubads().enableSyncRendering();
|
|
29
|
-
googletag.enableServices();
|
|
30
|
-
</script>
|
|
31
|
-
<!-- End: GPT -->
|
|
32
|
-
|
|
33
|
-
<!-- Google Analytics code -->
|
|
34
|
-
<script>
|
|
35
|
-
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
|
36
|
-
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
|
37
|
-
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
|
38
|
-
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
|
39
|
-
|
|
40
|
-
ga('create', 'UA-7911463-11', 'auto');
|
|
41
|
-
ga('send', 'pageview');
|
|
42
|
-
</script>
|
|
43
|
-
</head>
|
|
44
|
-
<body class="body cinema-Duke_Of_Yorks">
|
|
45
|
-
<script>document.getElementsByTagName("body")[0].className += " js-enabled";</script>
|
|
46
|
-
<a href="#main" class="sr-only">Skip to main content</a>
|
|
47
|
-
|
|
48
|
-
<div class="interim-banner container-fluid hidden-print">
|
|
49
|
-
<div class="container">
|
|
50
|
-
<form method="post" action="/dismiss/cookies">
|
|
51
|
-
<button type="submit" class="pull-right close" aria-label="Close">
|
|
52
|
-
<span aria-hidden="true">×</span>
|
|
53
|
-
</button>
|
|
54
|
-
</form>
|
|
55
|
-
We are using cookies to remember if you are logged in to this website and if you have dismissed this message. Cookies are files stored in your browser and by continuing to use our website without changing the settings on your computer you are agreeing to our use of cookies.
|
|
56
|
-
</div>
|
|
57
|
-
</div>
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
<div class="component header">
|
|
61
|
-
<div class="container navbar-global-offset hidden-xs">
|
|
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>
|
|
69
|
-
<nav class="pull-right">
|
|
70
|
-
<!--
|
|
71
|
-
<ul class="list-inline list-icons pull-left hidden-sm">
|
|
72
|
-
<li><a href="#" data-icon="W" class="icon"><span class="sr-only">Bookmark page</span></a></li>
|
|
73
|
-
<li><a href="#" data-icon="}" class="icon"><span class="sr-only">Email us</span></a></li>
|
|
74
|
-
</ul>-->
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
<ul class="list-inline list-icons pull-left hidden-sm left-mg">
|
|
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>
|
|
79
|
-
|
|
80
|
-
<li><a href="https://twitter.com/DukeofYorks" data-icon=":" class="icon" target="_blank"><span class="sr-only">Picturehouse on Twitter</span></a></li>
|
|
81
|
-
</ul>
|
|
82
|
-
</nav>
|
|
83
|
-
|
|
84
|
-
<nav class="pull-left">
|
|
85
|
-
<ul class="spaced-list">
|
|
86
|
-
<li><a href="/">Home</a></li>
|
|
87
|
-
<li><a href="/cinemas/">Cinemas</a></li>
|
|
88
|
-
<li><a href="/Picturehouse_Recommends">Recommends</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>
|
|
91
|
-
<li><a href="http://www.picturehouseentertainment.co.uk/" target="_blank">Picturehouse Entertainment</a></li>
|
|
92
|
-
</ul>
|
|
93
|
-
</nav>
|
|
94
|
-
</div>
|
|
95
|
-
</div> <div class="navbar navbar-inverse">
|
|
96
|
-
<div class="container">
|
|
97
|
-
<div class="row">
|
|
98
|
-
<div class="navbar-brand col-xs-8">
|
|
99
|
-
<a href="/cinema/Duke_Of_Yorks">
|
|
100
|
-
<img class="img-responsive no-left-mg" src="/images/logos/Duke_Of_Yorks.png" alt="Cinema homepage">
|
|
101
|
-
</a>
|
|
102
|
-
</div>
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
<div class="pull-right burger-menu">
|
|
106
|
-
<button type="button" class="btn navbar-toggle" data-target="#burger-menu" data-toggle="collapse">
|
|
107
|
-
<span class="icon-bar"></span>
|
|
108
|
-
<span class="icon-bar"></span>
|
|
109
|
-
<span class="icon-bar"></span>
|
|
110
|
-
</button>
|
|
111
|
-
<div class="text-center clear">Menu</div>
|
|
112
|
-
</div>
|
|
113
|
-
<nav id="burger-menu" class="collapse clear">
|
|
114
|
-
<ul class="nav nav-pills nav-stacked">
|
|
115
|
-
<li><a href="/cinema/Duke_Of_Yorks">Cinema Home</a></li>
|
|
116
|
-
<li><a href="/cinema/Duke_Of_Yorks/Whats_On">Full listings</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>
|
|
121
|
-
<li class="nav-darker"><a href="/">Home</a></li>
|
|
122
|
-
<li class="nav-darker"><a href="/cinemas">Cinemas</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>
|
|
127
|
-
</ul>
|
|
128
|
-
</nav>
|
|
129
|
-
</div>
|
|
130
|
-
</div>
|
|
131
|
-
</div>
|
|
132
|
-
<div class="hidden-xs">
|
|
133
|
-
<div class="navbar-inverse cinema-navbar">
|
|
134
|
-
<div class="container">
|
|
135
|
-
<div class="row">
|
|
136
|
-
<nav class="pull-left">
|
|
137
|
-
<ul class="spaced-list spaced-list-inverse">
|
|
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>
|
|
140
|
-
|
|
141
|
-
<li><a href="/cinema/Duke_Of_Yorks/buy-membership">Membership</a></li>
|
|
142
|
-
|
|
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>
|
|
146
|
-
</ul>
|
|
147
|
-
</nav>
|
|
148
|
-
</div>
|
|
149
|
-
</div>
|
|
150
|
-
</div>
|
|
151
|
-
</div>
|
|
152
|
-
</div>
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
<div class="container">
|
|
156
|
-
<div class="row">
|
|
157
|
-
|
|
158
|
-
</div>
|
|
159
|
-
</div>
|
|
160
|
-
|
|
161
|
-
<div class="container">
|
|
162
|
-
<div class="row">
|
|
163
|
-
|
|
164
|
-
</div>
|
|
165
|
-
</div>
|
|
166
|
-
|
|
167
|
-
<div class="container static-content">
|
|
168
|
-
<div class="row">
|
|
169
|
-
<div class="col-xs-12 col-sm-10 col-sm-offset-1">
|
|
170
|
-
<h1 id="duke-of-york-s">Duke of York's</h1>
|
|
171
|
-
<h2 id="contact-us">Contact Us</h2>
|
|
172
|
-
<p>Duke of York’s Picturehouse, Brighton<br>Preston Road<br>Brighton<br>East Sussex<br>BN1 4NA</p>
|
|
173
|
-
<p>Box Office Number: 0871 902 5728 (calls cost 13p per minute plus your telephone company's access charge)<br>Email: <a href="mailto:dukeofyorks@picturehouses.co.uk">dukeofyorks@picturehouses.co.uk</a><br>General Manager: Felicity Beckett</p>
|
|
174
|
-
<hr>
|
|
175
|
-
<h2 id="box-office">Box Office</h2>
|
|
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's access charge).</p>
|
|
177
|
-
<p>You can book tickets online by clicking on the time of a film.</p>
|
|
178
|
-
<p>Admission is subject to our <a href="/Terms">Terms of Admission</a>.</p>
|
|
179
|
-
<hr>
|
|
180
|
-
<h2 id="membership">Membership</h2>
|
|
181
|
-
<p><strong>Individual</strong></p>
|
|
182
|
-
<ul>
|
|
183
|
-
<li>Standard £45</li>
|
|
184
|
-
<li>Retired £40</li>
|
|
185
|
-
<li>Student £15</li>
|
|
186
|
-
</ul>
|
|
187
|
-
<p><strong>Member plus One</strong></p>
|
|
188
|
-
<ul>
|
|
189
|
-
<li>Standard £80</li>
|
|
190
|
-
<li>Retired £75</li>
|
|
191
|
-
</ul>
|
|
192
|
-
<p><strong>Picturehouse Members enjoy the following benefits and discounts:</strong></p>
|
|
193
|
-
<ul>
|
|
194
|
-
<li>Free film tickets (four for Individual Members, eight for Members plus One and two for Student Members – not redeemable against Screen Arts shows)</li>
|
|
195
|
-
<li>Up to £2 discount on tickets for a year (the discount is for the Member only, not the whole party)</li>
|
|
196
|
-
<li>10% off the Member’s food and drinks</li>
|
|
197
|
-
<li>Picturehouse publications posted to your home (worth £8) (not included in Student Membership)</li>
|
|
198
|
-
<li>Discounts at all Picturehouse Cinemas nationwide</li>
|
|
199
|
-
<li>Two free Jamesons on sign-up and 20% off Jameson all year round</li>
|
|
200
|
-
<li>No booking fees</li>
|
|
201
|
-
</ul>
|
|
202
|
-
<h5 id="plus">Plus</h5>
|
|
203
|
-
<ul>
|
|
204
|
-
<li>A three month subscription to <a href="https://mubi.com/picturehouse_90">MUBI</a> to watch films online.</li>
|
|
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>
|
|
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>
|
|
207
|
-
<li>10% off an annual subscription to <a href="http://www.littlewhitelies.co.uk/">Little White Lies</a> movie magazine</li>
|
|
208
|
-
<li>10% off your total bill at <a href="http://www.hotelchocolat.co.uk/">Hotel Chocolat</a> (in store only)</li>
|
|
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's Cross Station and airports; Valentine's Day, Mother's Day, Father's Day and Bank Holidays. One card per table. Not valid for set menus)</li>
|
|
210
|
-
</ul>
|
|
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>
|
|
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>
|
|
213
|
-
<p>For full details, and to buy or renew your Membership, call 0871 902 5728 or visit your local Picturehouse.</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>
|
|
218
|
-
<hr>
|
|
219
|
-
<h2 id="local-partners">Local Partners</h2>
|
|
220
|
-
<p>Your <strong>Duke of York's Picturehouse</strong> Membership also entitles you to the following discounts and offers:</p>
|
|
221
|
-
<p>*10% in-store discount at Sass & 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'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>
|
|
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>
|
|
235
|
-
<p>Local business offers are subject to change.<br>Please present your Membership card to take advantage of the offers.</p>
|
|
236
|
-
<hr>
|
|
237
|
-
<h2 id="-pound-15-student-membership">£15 Student Membership</h2>
|
|
238
|
-
<p>Join to receive free tickets, discounts and much more. It's a no-brainer!</p>
|
|
239
|
-
<p><strong>Student Picturehouse Members enjoy the following benefits and discounts:</strong></p>
|
|
240
|
-
<ul>
|
|
241
|
-
<li>Two free film tickets</li>
|
|
242
|
-
<li>Up to £2 discount on film tickets for a year </li>
|
|
243
|
-
<li>10% off the Student Member’s food and drinks</li>
|
|
244
|
-
<li>Discounts at all Picturehouse Cinemas nationwide</li>
|
|
245
|
-
<li>Membership of <a href="http://www.channel4.com/e4/slackers-club">E4 Slackers Club</a>, which gives you access to free monthly previews</li>
|
|
246
|
-
<li>Plus additional <a href="#plus">Membership benefits</a></li>
|
|
247
|
-
</ul>
|
|
248
|
-
<p><strong>Student Picturehouse Membership is available to those in full-time or part-time secondary or higher education (age 15+), including mature students. You need to have valid photo student ID to be eligible.</strong></p>
|
|
249
|
-
<p><a href="/Terms/Terms_and_Conditions">Full Terms and Condition</a></p>
|
|
250
|
-
<p>Call 0871 902 5728 or visit your local Picturehouse for more details. Buy online now and pick up your new Membership card upon presentation of your NUS or student photo ID card at the cinema.</p>
|
|
251
|
-
<hr>
|
|
252
|
-
<h2 id="e4-slackers-club">E4 Slackers Club</h2>
|
|
253
|
-
<p>Every month <a href="http://www.e4.com/">E4</a>, in partnership with Picturehouse Cinemas, screens a free film exclusively for students. From previews of the biggest new blockbusters to old-school classics, <a href="http://www.channel4.com/e4/slackers-club">E4 Slackers Club</a> shows the best movies around.</p>
|
|
254
|
-
<p>To become a member, you just need to take your NUS or student photo ID card to any Picturehouse Cinema and sign up for free. If you become a Student Picturehouse Member, you will automatically gain membership of E4 Slackers Club.</p>
|
|
255
|
-
<p>Head over to <a href="http://www.channel4.com/e4/slackers-club">E4.com/Slackers</a> or <a href="https://www.facebook.com/SlackersClub?fref=ts">Facebook</a> for screening dates and competitions.</p>
|
|
256
|
-
<hr>
|
|
257
|
-
<h2 id="students-screen-arts-offer">Students Screen Arts Offer</h2>
|
|
258
|
-
<p>New for students! <strong>Two tickets for £10 on Picturehouse Screen Arts shows.</strong>
|
|
259
|
-
See the best in theatre, dance and opera for the measly sum of £10, and take a mate with you! <strong>Screen Arts brings world-class arts productions to your local cinema, in glorious high definition on the big screen.</strong></p>
|
|
260
|
-
<p>Only available on the day of the screening. Tickets must be booked in person. This offer is subject to availability.</p>
|
|
261
|
-
<hr>
|
|
262
|
-
<h2 id="gift-cards">Gift Cards</h2>
|
|
263
|
-
<p>Our <strong>Gift Cards</strong> can be used to buy anything for sale in any Picturehouse Cinema – whether it's a ticket or two for a cracking film, or a cup of coffee in one of our café bars. </p>
|
|
264
|
-
<p><strong>They're simple, flexible and top-up-able!</strong></p>
|
|
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>
|
|
266
|
-
<p>Gift Cards can only be used at Box Office and cannot be used over the phone or online.</p>
|
|
267
|
-
<hr>
|
|
268
|
-
<h2 id="ticket-prices">Ticket Prices</h2>
|
|
269
|
-
<p><strong>Peak</strong><br>Tue-Fri from 5pm; all day Sat & Sun </p>
|
|
270
|
-
<ul>
|
|
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>
|
|
277
|
-
<li>Child £6.00</li>
|
|
278
|
-
<li>Family £28.00</li>
|
|
279
|
-
</ul>
|
|
280
|
-
<p><strong>Matinees & Late-night Shows</strong><br>Tue-Fri to 5pm</p>
|
|
281
|
-
<ul>
|
|
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>
|
|
288
|
-
<li>Child £6.00</li>
|
|
289
|
-
<li>Family £26.00</li>
|
|
290
|
-
</ul>
|
|
291
|
-
<p><strong>Balcony (at all times)</strong></p>
|
|
292
|
-
<ul>
|
|
293
|
-
<li>Adult £15.00</li>
|
|
294
|
-
<li>Member £13.00</li>
|
|
295
|
-
<li>Retired £15.00</li>
|
|
296
|
-
<li>Retired Member £13.00</li>
|
|
297
|
-
<li>Student £15.00</li>
|
|
298
|
-
<li>Student Member £13.00</li>
|
|
299
|
-
<li>Child £13.00</li>
|
|
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>
|
|
313
|
-
<h3 id="family-tickets">Family Tickets</h3>
|
|
314
|
-
<p>Four tickets: two adults and two children, or one adult and three children. Includes Kids' Combo popcorn and drink for each child.</p>
|
|
315
|
-
<h3 id="silver-screen-club">Silver Screen Club</h3>
|
|
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>
|
|
319
|
-
<h3 id="toddler-time">Toddler Time</h3>
|
|
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>
|
|
321
|
-
<h3 id="unemployed">Unemployed</h3>
|
|
322
|
-
<p>The unemployed can purchase a ticket at child ticket prices Tuesday to Thursday before 4.00pm.</p>
|
|
323
|
-
<h3 id="kids-club">Kids' Club</h3>
|
|
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>
|
|
325
|
-
<h3 id="autism-friendly-screenings">Autism-Friendly Screenings</h3>
|
|
326
|
-
<p>All tickets for Autism-Friendly Screenings are £3.00</p>
|
|
327
|
-
<h3 id="schools-screenings">Schools' Screenings</h3>
|
|
328
|
-
<p>Schools’ screenings are £3.50 per pupil, or £4 for premium films. Accompanying teachers come free.
|
|
329
|
-
To request information on our schools' programme or to organise a trip, please contact <a href="http://cinemaplus.org.uk/schools-screenings-primary/">Cinema Plus</a>.</p>
|
|
330
|
-
<h3 id="community-screenings">Community Screenings</h3>
|
|
331
|
-
<p>£4 for all tickets.
|
|
332
|
-
To request a community group visit to a film in our main programme, please contact the Picturehouse Education department.</p>
|
|
333
|
-
<h3 id="3d-screenings">3D Screenings</h3>
|
|
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>
|
|
335
|
-
<p><strong>Student tickets</strong> are available to those in full-time secondary or higher education.</p>
|
|
336
|
-
<p><strong>Retired tickets</strong> are available to those over 60 who are retired.</p>
|
|
337
|
-
<p><strong>Child tickets</strong> are available to those under 15.</p>
|
|
338
|
-
<p><strong>Family tickets</strong> are for four people, at least two of whom must be under 15. Not applicable to premium-price screenings.</p>
|
|
339
|
-
<p><strong>You may be asked for proof of age</strong>, which needs to be photographic ID with date of birth. Suitable proof includes a passport or a CitizenCard (details of which are available from the Box Office).</p>
|
|
340
|
-
<p><strong>There is a £1.50 booking fee per transaction for telephone and online bookings.</strong> This fee does not apply to Picturehouse Members,* or to tickets purchased in person at the cinema.</p>
|
|
341
|
-
<p>*Includes Silver Screen and Slackers Club members, as well as paid-for Memberships.</p>
|
|
342
|
-
<hr>
|
|
343
|
-
<h2 id="carers">Carers</h2>
|
|
344
|
-
<p>Customers who have a disability that means that they need a companion with them in the cinema can bring them to any Picturehouse Cinema for free. </p>
|
|
345
|
-
<p>You can sign up for a Carers Card which will automatically discount one of your tickets, and which you can use – without a booking fee – when buying tickets in person, online or by telephone. The card will also mean that you don’t have to explain your situation every time you visit the cinema. </p>
|
|
346
|
-
<p>Ticket prices for customers with disabilities are according to their circumstances (e.g. adult, Member or student); the free ticket applies to their companion. The card must be used in conjunction with a paid-for ticket or a Member’s free ticket.</p>
|
|
347
|
-
<p>All customers for 3D screenings – including those using free tickets – will need to buy a pair of 3D glasses. These can be reused if you keep them. </p>
|
|
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>
|
|
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>
|
|
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 'T' 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>
|
|
361
|
-
<h2 id="food-drink">Food & Drink</h2>
|
|
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's something for everyone! The pizzas are par-cooked in Pizzaface's kitchen before being cooked to serve by our own staff upon request.</p>
|
|
364
|
-
<p>While you'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>
|
|
366
|
-
|
|
367
|
-
</div>
|
|
368
|
-
</div>
|
|
369
|
-
</div>
|
|
370
|
-
|
|
371
|
-
<div class="footer">
|
|
372
|
-
<div class="navbar navbar-inverse">
|
|
373
|
-
<div class="container">
|
|
374
|
-
<div class="row">
|
|
375
|
-
<div class="col-xs-12 col-sm-9">
|
|
376
|
-
<ul class="spaced-list btm-mg-sm">
|
|
377
|
-
<li><a href="/Privacy" target="_blank">Privacy & Data Protection</a></li>
|
|
378
|
-
<li><a href="/Terms/Terms_And_Conditions" target="_blank">Competition T&Cs</a></li>
|
|
379
|
-
<li><a href="/Terms" target="_blank">Terms of Admission</a></li>
|
|
380
|
-
<li><a href="/Contact">Contact Us</a></li>
|
|
381
|
-
<li><a href="/Contact#jobs" target="_blank">Jobs</a></li>
|
|
382
|
-
<li><a href="/FAQs" target="_blank">FAQs</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>
|
|
385
|
-
</ul>
|
|
386
|
-
</div>
|
|
387
|
-
<div class="col-xs-12 col-sm-3 pull-right">
|
|
388
|
-
<select name="select-cinema" title="Select cinema" id="select-cinema" class="form-control btm-mg" data-auto-link="true">
|
|
389
|
-
<option value="">Select a cinema</option>
|
|
390
|
-
<option data-href="/cinema/Clapham_Picturehouse">London — Clapham Picturehouse</option>
|
|
391
|
-
<option data-href="/cinema/Crouch_End_Picturehouse">London — Crouch End Picturehouse</option>
|
|
392
|
-
<option data-href="/cinema/East_Dulwich_Picturehouse">London — East Dulwich</option>
|
|
393
|
-
<option data-href="/cinema/Gate_Picturehouse">London — Gate Picturehouse</option>
|
|
394
|
-
<option data-href="/cinema/Greenwich_Picturehouse">London — Greenwich Picturehouse</option>
|
|
395
|
-
<option data-href="/cinema/Hackney_Picturehouse">London — Hackney Picturehouse</option>
|
|
396
|
-
<option data-href="/cinema/Picturehouse_Central">London — Picturehouse Central</option>
|
|
397
|
-
<option data-href="/cinema/Ritzy_Picturehouse">London — The Ritzy</option>
|
|
398
|
-
<option data-href="/cinema/Stratford_London">Stratford, London — Stratford Picturehouse</option>
|
|
399
|
-
<option data-href="/cinema/The_Little">Bath — Little Theatre Cinema</option>
|
|
400
|
-
<option data-href="/cinema/National_Media_Museum">Bradford — Bradford at National Media Museum</option>
|
|
401
|
-
<option data-href="/cinema/Duke_Of_Yorks" selected>Brighton — Duke of York's Picturehouse</option>
|
|
402
|
-
<option data-href="/cinema/Dukes_At_Komedia">Brighton — Duke's at Komedia</option>
|
|
403
|
-
<option data-href="/cinema/Arts_Picturehouse_Cambridge">Cambridge — Arts Picturehouse Cambridge</option>
|
|
404
|
-
<option data-href="/cinema/Cameo_Picturehouse">Edinburgh — The Cameo</option>
|
|
405
|
-
<option data-href="/cinema/Exeter_Picturehouse">Exeter — Exeter Picturehouse</option>
|
|
406
|
-
<option data-href="/cinema/Regal_Picturehouse">Henley — Regal Picturehouse</option>
|
|
407
|
-
<option data-href="/cinema/Cinema_City">Norwich — Cinema City</option>
|
|
408
|
-
<option data-href="/cinema/Picturehouse_At_Fact">Liverpool — Picturehouse at FACT</option>
|
|
409
|
-
<option data-href="/cinema/Phoenix_Picturehouse">Oxford — Phoenix Picturehouse</option>
|
|
410
|
-
<option data-href="/cinema/Harbour_Lights">Southampton — Harbour Lights</option>
|
|
411
|
-
<option data-href="/cinema/Stratford_Upon_Avon">Stratford Upon Avon — Stratford Upon Avon</option>
|
|
412
|
-
<option data-href="/cinema/York_Picturehouse">York — City Screen Picturehouse</option>
|
|
413
|
-
</select>
|
|
414
|
-
<p><img src="/images/icons/europa-logo-white.png" alt="Europa logo"></p>
|
|
415
|
-
</div>
|
|
416
|
-
<div class="col-xs-12 col-sm-9">
|
|
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>
|
|
418
|
-
<p>© 2015 Picturehouse Cinemas Ltd.</p>
|
|
419
|
-
</div>
|
|
420
|
-
|
|
421
|
-
</div>
|
|
422
|
-
</div>
|
|
423
|
-
</div>
|
|
424
|
-
</div>
|
|
425
|
-
|
|
426
|
-
<!-- TODO: Server side include modal window if needed -->
|
|
427
|
-
|
|
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>
|
|
433
|
-
<script src="/js/vendor/jquery.cycle2.carousel.min.js"></script>
|
|
434
|
-
<script>$.fn.cycle.defaults.autoSelector = '.slideshow';</script>
|
|
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
|
-
|
|
446
|
-
<!-- KnockoutJS ViewModels -->
|
|
447
|
-
<script src="/js/viewmodels/basket.js?v=1.7.8"></script>
|
|
448
|
-
<script src="/js/viewmodels/seating.js?v=1.7.8"></script>
|
|
449
|
-
|
|
450
|
-
<script type="text/javascript">
|
|
451
|
-
// Create closure.
|
|
452
|
-
(function( $ ) {
|
|
453
|
-
'user strict';
|
|
454
|
-
|
|
455
|
-
if ($( '#cinema-search' ).length) {
|
|
456
|
-
// TODO: Will this be dynamically pulled from db?
|
|
457
|
-
var availableTags = [
|
|
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's Picturehouse" },
|
|
470
|
-
{ id: "Dukes_At_Komedia", label: "Brighton - Duke'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
|
-
}
|
|
489
|
-
|
|
490
|
-
})( jQuery );
|
|
491
|
-
</script>
|
|
492
|
-
|
|
493
|
-
<div class="modal fade in" id="sign-in-modal" aria-hidden="false">
|
|
494
|
-
<div class="modal-dialog">
|
|
495
|
-
<div class="modal-content">
|
|
496
|
-
<div class="modal-header">
|
|
497
|
-
<p class="h2 display-inline">Sign in to your Picturehouse account</p>
|
|
498
|
-
<a href="#" data-icon="V" class="icon pull-right" data-dismiss="modal"><span class="sr-only">Close</span></a>
|
|
499
|
-
</div>
|
|
500
|
-
<div class="modal-body">
|
|
501
|
-
<form method="post" action="/sign-in">
|
|
502
|
-
<div class="form-group">
|
|
503
|
-
<label for="number">Email:</label>
|
|
504
|
-
<input type="text" name="number" id="number" class="form-control" value="" required />
|
|
505
|
-
</div>
|
|
506
|
-
<div class="form-group">
|
|
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 />
|
|
512
|
-
</div>
|
|
513
|
-
<p class="text-right"><a target="_blank" href="http://ticketing.picturehouses.com/Browsing/Loyalty/ForgotPassword">Forgotten password?</a></p>
|
|
514
|
-
<!-- <div class="form-group">
|
|
515
|
-
<div class="checkbox">
|
|
516
|
-
<label for="account-remember">
|
|
517
|
-
<input type="checkbox" name="account-remember" id="account-remember"> Remember me
|
|
518
|
-
</label>
|
|
519
|
-
</div>
|
|
520
|
-
</div> -->
|
|
521
|
-
|
|
522
|
-
<div class="clearfix top-mg-lg">
|
|
523
|
-
<button type="submit" class="btn btn-primary pull-right">Sign in</button>
|
|
524
|
-
</div>
|
|
525
|
-
</form>
|
|
526
|
-
</div>
|
|
527
|
-
</div>
|
|
528
|
-
</div>
|
|
529
|
-
</div>
|
|
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
|
-
|
|
555
|
-
</body>
|
|
556
|
-
</html>
|