-
Notifications
You must be signed in to change notification settings - Fork 0
/
txn_success.html
102 lines (98 loc) · 4.3 KB
/
txn_success.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Buy the Posters</title>
<link rel="icon" type="image/png" href="style/favicon.png" />
<link rel="shortcut" type="image/png" href="style/favicon.png" />
<link rel="stylesheet" href="style/standard.css" />
<link rel="stylesheet" href="style/splash.css" />
<link rel="stylesheet" href="style/main.css" />
</head>
<body>
<div id="nonFooter">
<div id="content" class="container_12">
<div id="logo" class="grid_12" style="margin-bottom: 15px">
<a href="index.html"><img src="images/33third_flat_logo-300x43.png" /></a>
</div>
<div class="clear"></div>
<div class="grid_12" style="text-align: center; margin-bottom: 15px;
font-size: 20px;
color: black; background-color: white;">
PayPal says your transaction has succeeded. Thanks for shopping!
</div>
<div class="clear"></div>
<div class="grid_6" style="font-size: 24px">
<ul>
<li>All posters are 18x24", 300dpi on 100lb glossy text with aqueous
coating.</li>
<li>"Noah: The Culling" and "The Longest Game" are printed in bulk and
usually delivered in 5-10 business days.</li>
<li>"The Wages of Avarice" is printed on demand and usually
delivered in 2-3 weeks.</li>
<li>Posters are shipped 10 to a tube.</li>
</ul>
</div>
<div class="grid_6">
<div class="alpha grid_4 buyPoster">
<a href="movie/noah_the_culling.html">
<img src="images/noah_the_culling-140x187.jpg" alt="Noah: The Culling"/>
</a>
</div>
<div class="grid_2 omega imageOnly buyDiv">
<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="shopping_url" value="http://www.33thirdproductions.com/buy_the_posters.html" />
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="AGKME6SP6QAEN">
<input type="image" src="images/buy_std-140x184.png" border="0"
name="submit" alt="18x24 'Noah: The Culling' for $7">
<img alt="" border="0" src="https://www.paypalobjects.com/WEBSCR-640-20110401-1/en_US/i/scr/pixel.gif" width="1" height="1">
</form>
</div>
<div class="clear"></div>
<div class="grid_4 alpha buyPoster">
<a href="movie/the_longest_game.html">
<img src="images/longest_game-140x187.jpg" alt="The Longest Game" />
</a>
</div>
<div class="grid_2 imageOnly omega">
<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="shopping_url" value="http://www.33thirdproductions.com/buy_the_posters.html" />
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="2YL6G6X8Y6RFY">
<input type="image" src="images/buy_std-140x184.png" border="0"
name="submit" alt="18x24 'The Longest Game' for $7">
<img alt="" border="0" src="https://www.paypalobjects.com/WEBSCR-640-20110401-1/en_US/i/scr/pixel.gif" width="1" height="1">
</form>
</div>
<div class="clear"></div>
<div class="grid_4 alpha buyPoster">
<a href="movie/the_wages_of_avarice.html">
<img src="images/the_wages_of_avarice-140x187.jpg" alt="The Wages of Avarice" />
</a>
</div>
<div class="grid_2 buyDiv omega">
<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="shopping_url" value="http://www.33thirdproductions.com/buy_the_posters.html" />
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="U7RT8UNDHT5F6">
<input type="image" src="images/buy_short_run-140x184.png" border="0"
name="submit" alt="18x24 'The Wages of Avarice' poster of $19">
<img alt="" border="0" src="https://www.paypalobjects.com/WEBSCR-640-20110401-1/en_US/i/scr/pixel.gif" width="1" height="1">
</form>
</div>
</div>
<div class="clear"></div>
</div><!-- #content -->
</div><!-- #nonFooter -->
<div id="footer" class="container_12">
<div class="grid_2"><a href="http://www.liquid-labs.com"><img src="images/liquid_labs_text_bug-140x40.png" alt="Liquid Labs" /></a></div>
<div class="grid_8">
<a href="credits.html">credits</a> | <a href="contact.html">contact</a><br />
©2011 Liquid Labs, LLC
</div>
<div class="grid_2"><a href="http://www.zanecorp.com"><img src="images/zanecorp_text_bug-140x40.png" alt="Zanecorp" /></a></div>
<div class="clear"></div>
</div><!--#footer -->
</body>
</html>