-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathonlinetix.php
114 lines (93 loc) · 4.18 KB
/
onlinetix.php
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1"/>
<meta name="description" content="description"/>
<meta name="keywords" content="keywords"/>
<meta name="author" content="author"/>
<link rel="stylesheet" type="text/css" href="/template/default.css" media="screen"/>
<title>The Class Notes - Cornell's Original Co-Ed A Cappella Group</title>
</head>
<body>
<div class="container">
<?php include("./template/header.php") ?>
<div class="top">
<span>Cornell's Original Co-Ed A Cappella Group</span>
</div>
<div class="main">
<div class="item">
<div class="CNbullet">
</div>
<div class="content">
<h1>Cuttin' Class XXV Tickets</h1>
<div class="body">
<p>
Purchase your Cuttin' Class XXV tickets online! Select the number of tickets you'd like and use the Buy Now button here
to purchase them. The shipping address will not be used except for your name. You'll also receive a receipt in your e-mail
meaning that the tickets will be waiting at the front door under that name!
</p>
<p>
<form action="https://checkout.google.com/api/checkout/v2/checkoutForm/Merchant/720835281194408" id="BB_BuyButtonForm" method="post" name="BB_BuyButtonForm">
<table cellpadding="5" cellspacing="0" width="1%">
<tr>
<td align="right" width="1%">
<select name="item_selection_1">
<option value="1">$5.00 - 1 Ticket</option>
<option value="2">$10.00 - 2 Tickets</option>
<option value="3">$15.00 - 3 Tickets</option>
<option value="4">$18.00 - 4 Tickets - Save $2.00</option>
</select>
<input name="item_option_name_1" type="hidden" value="1 Ticket"/>
<input name="item_option_price_1" type="hidden" value="5.0"/>
<input name="item_option_description_1" type="hidden" value="1 Cuttin' Class XXV Ticket"/>
<input name="item_option_quantity_1" type="hidden" value="1"/>
<input name="item_option_currency_1" type="hidden" value="USD"/>
<input name="item_option_name_2" type="hidden" value="2 Tickets"/>
<input name="item_option_price_2" type="hidden" value="10.0"/>
<input name="item_option_description_2" type="hidden" value="2 Cuttin' Class XXV Tickets"/>
<input name="item_option_quantity_2" type="hidden" value="1"/>
<input name="item_option_currency_2" type="hidden" value="USD"/>
<input name="item_option_name_3" type="hidden" value="3 Tickets"/>
<input name="item_option_price_3" type="hidden" value="15.0"/>
<input name="item_option_description_3" type="hidden" value="3 Cuttin' Class XXV Tickets"/>
<input name="item_option_quantity_3" type="hidden" value="1"/>
<input name="item_option_currency_3" type="hidden" value="USD"/>
<input name="item_option_name_4" type="hidden" value="4 Tickets - Save $2.00"/>
<input name="item_option_price_4" type="hidden" value="18.0"/>
<input name="item_option_description_4" type="hidden" value="4 Cuttin' Class XXV Tickets"/>
<input name="item_option_quantity_4" type="hidden" value="1"/>
<input name="item_option_currency_4" type="hidden" value="USD"/>
</td>
<td align="left" width="1%">
<input alt="" src="https://checkout.google.com/buttons/buy.gif?merchant_id=720835281194408&w=117&h=48&style=trans&variant=text&loc=en_US" type="image"/>
</td>
</tr>
</table>
</form>
</p>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
</div>
</div>
</div>
</div>
<?php include("./template/navigation.php") ?>
<div class="clearer"><span></span></div>
<div class="footer">© 2007 <a href="index.html">theclassnotes.com</a>.
</div>
</div>
</body>
</html>