-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathshop.php
More file actions
132 lines (128 loc) · 8.3 KB
/
shop.php
File metadata and controls
132 lines (128 loc) · 8.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
<?php $title = 'Shop'; include("header.php");?>
<main>
<div id="season1Container" class="row">
<div class="center-block season-block">
<div class="seasonCover-img-wrapper"><img class="seasonCoverImg" src="images/seasonCovers/pleaseLikeMeSeason1.jpeg" alt="Season 1 cover"/></div>
<div class="seasonCover-text-wrapper">
<h1>Season 1</h1>
<details>
<!-- All descriptions and images on this page are sourced from iTunes: https://itunes.apple.com/us/tv-season/please-like-me-season-1/id671267950?showLC=true-->
<summary class="seasonSummary">With his 21st birthday just around the corner, life finally seems to be coming together for Josh (Josh Thomas).</summary>
<p class="seasonDescription">He’s sharing a house with his best (and only) friend, Tom (Tom Ward), his dog, John, and Tom’s rabbit, $haniqua, and he’s doing adult things like cooking roast chickens and eating asparagus. But the events of one day throw his world into chaos. He’s dumped by his girlfriend, Claire (Caitlin Stasey), and introduced to a decidedly odd but very attractive man, Geoffrey (Wade Briggs). And when his divorced mum, Rose (Debra Lawrance), overdoses on pain killers, Josh is forced to move back into the family home to keep an eye on her. If that’s not enough, he has to deal with his dad Alan’s (David Roberts) guilt over his ex-wife and clumsy attempts to hide his new, younger girlfriend, Mae (Renee Lim). It’s all a bit more than Josh had planned for - which was just to plate up a tasty dinner.</p>
</details>
<form class="shopForm center" action="/~e54061/wp/processing.php" method="post">
<h3 class="purchaseHeading center">Purchase</h3>
<hr>
<div class="shopInputWrapper">
<label class="shopInputLabel">Quantity:</label>
<select name="plm[s1]">
<option value="1">1</option>
<option value="2">2</option>
<option value="3">3</option>
<option value="4">4</option>
<option value="5">5</option>
</select>
</div>
<div class="shopInputWrapper">
<label class="shopInputLabel">Media:</label>
<input type="radio" name="media" value="DVD" checked><span>DVD</span>
<input type="radio" name="media" value="Blu-Ray"><span>Blu-Ray</span>
</div>
<div class="shopInputWrapper">
<input class="center submit" type="submit" value="Submit">
</div>
</form>
<div>
<ul class="center">
<hr>
<li class="horizontal-li"><a class="onlineStoreLink" href="https://itunes.apple.com/au/tv-season/please-like-me-season-1/id616877503" target="_blank"><img class="itunesBadge" alt="Get it on iTunes" src="images/Get_it_on_iTunes_Badge.svg"/></a></li>
<li class="horizontal-li"><a class="onlineStoreLink" href='https://play.google.com/store/tv/show?id=ntS8mOXGJDo&cdid=tvseason-SM5HtcrL0ERLDDoLRXVA4A&gdid=tvepisode-xXbd1qgHO9A&hl=en&utm_source=global_co&utm_medium=prtnr&utm_content=Mar2515&utm_campaign=PartBadge&pcampaignid=MKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1' target="_blank"><img class="googlePlayBadge" alt='Get it on Google Play' src='https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_generic.png'/></a></li>
</ul>
</div>
</div>
</div>
</div>
<div id="season2Container" class="row">
<div class="center-block season-block">
<div class="seasonCover-img-wrapper"><img class="seasonCoverImg" src="images/seasonCovers/pleaseLikeMeSeason2.jpeg" alt="Season 2 cover"/></div>
<div class="seasonCover-text-wrapper">
<h1>Season 2</h1>
<details>
<summary class="seasonSummary">After being adored by critics in Australia and the USA, the award-winning comedy/drama Please Like Me, created by Josh Thomas, returns with a second season set to screen simultaneously on ABC2 and America’s brand-new Pivot network.</summary>
<p class="seasonDescription">When we last saw Josh, his girlfriend had dumped him, he’d gained and lost a boyfriend, come out to his parents, lost his eccentric great aunt, and moved back in to live with his bipolar mother after her suicide attempt. In season two, Josh tries to get through the day without upsetting anyone. There's a new dog, a new rabbit and a new baby. There’s no big twist. It isn't Lost.</p>
</details>
<form class="shopForm center" action="/~e54061/wp/processing.php" method="post">
<h3 class="purchaseHeading center">Purchase</h3>
<hr>
<div class="shopInputWrapper">
<label class="shopInputLabel">Quantity:</label>
<select name="plm[s2]">
<option value="1">1</option>
<option value="2">2</option>
<option value="3">3</option>
<option value="4">4</option>
<option value="5">5</option>
</select>
</div>
<div class="shopInputWrapper">
<label class="shopInputLabel">Media:</label>
<input type="radio" name="media" value="DVD" checked><span>DVD</span>
<input type="radio" name="media" value="Blu-Ray"><span>Blu-Ray</span>
</div>
<div class="shopInputWrapper">
<input class="center" type="submit" value="Submit">
</div>
</form>
<div>
<ul class="center">
<hr>
<li class="horizontal-li"><a class="onlineStoreLink" href="https://itunes.apple.com/au/tv-season/please-like-me-season-2/id906508728" target="_blank"><img class="itunesBadge" alt="Get it on iTunes" src="images/Get_it_on_iTunes_Badge.svg"/></a></li>
<li class="horizontal-li"><a class="onlineStoreLink" href='https://play.google.com/store/tv/show?id=ntS8mOXGJDo&cdid=tvseason-kkNJYPcNO2_BrZJ20IuyGA&gdid=tvepisode-YmmGL6BwKjI&hl=en&utm_source=global_co&utm_medium=prtnr&utm_content=Mar2515&utm_campaign=PartBadge&pcampaignid=MKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1' target="_blank"><img class="googlePlayBadge" alt='Get it on Google Play' src='https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_generic.png'/></a></li>
</ul>
</div>
</div>
</div>
</div>
<div id="season3Container" class="row">
<div class="center-block season-block">
<div class="seasonCover-img-wrapper"><img class="seasonCoverImg" src="images/seasonCovers/pleaseLikeMeSeason3.jpeg" alt="Season 3 cover"/></div>
<div class="seasonCover-text-wrapper">
<h1>Season 3</h1>
<details>
<summary class="seasonSummary">In season three, new characters arrive, complications ensue, and a cast of extraordinary performers competes again for screen time with John the cavoodle.</summary>
<p class="seasonDescription">Josh and Tom acquire new housemates: some fluffy, innocent baby chickens. Josh is also trying to acquire a new boyfriend, the anxiety-ridden Arnold, but Arnold is struggling to commit.</p>
</details>
<form class="shopForm center" action="/~e54061/wp/processing.php" method="post">
<h3 class="purchaseHeading center">Purchase</h3>
<hr>
<div class="shopInputWrapper">
<label class="shopInputLabel">Quantity:</label>
<select name="plm[s3]">
<option value="1">1</option>
<option value="2">2</option>
<option value="3">3</option>
<option value="4">4</option>
<option value="5">5</option>
</select>
</div>
<div class="shopInputWrapper">
<label class="shopInputLabel">Media:</label>
<input type="radio" name="media" value="DVD" checked><span>DVD</span>
<input type="radio" name="media" value="Blu-Ray"><span>Blu-Ray</span>
</div>
<div class="shopInputWrapper">
<input class="center" type="submit" value="Submit">
</div>
</form>
<div>
<ul class="center">
<hr>
<li class="horizontal-li"><a class="onlineStoreLink" href="https://itunes.apple.com/au/tv-season/please-like-me-season-3/id1047334958" target="_blank"><img class="itunesBadge" alt="Get it on iTunes" src="images/Get_it_on_iTunes_Badge.svg"/></a></li>
<li class="horizontal-li"><a class="onlineStoreLink" href='https://play.google.com/store/tv/show?id=ntS8mOXGJDo&cdid=tvseason-rInin1fRLbRB0ZCThWQmzg&gdid=tvepisode-uLbVVMqH5ME&hl=en&utm_source=global_co&utm_medium=prtnr&utm_content=Mar2515&utm_campaign=PartBadge&pcampaignid=MKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1' target="_blank"><img class="googlePlayBadge" target="_blank" alt='Get it on Google Play' src='https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_generic.png'/></a></li>
</ul>
</div>
</div>
</div>
</div>
</main>
<?php include("footer.php");?>