-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdg.php
88 lines (65 loc) · 2.33 KB
/
dg.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
<!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">
<input name="item_name_1" type="hidden" value="25 Cuttin' Class XXV Tickets"/>
<input name="item_description_1" type="hidden" value="25 Cuttin' Class XXV Tickets"/>
<input name="item_quantity_1" type="hidden" value="1"/>
<input name="item_price_1" type="hidden" value="100.0"/>
<input name="item_currency_1" type="hidden" value="USD"/>
<input name="_charset_" type="hidden" value="utf-8"/>
<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"/>
</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>