-
Notifications
You must be signed in to change notification settings - Fork 0
/
tellafriend.php
206 lines (163 loc) · 11 KB
/
tellafriend.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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Tell A Friend</title>
<link href="styles.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="container">
<div id="main">
<a href="contribute.php"><img src="images/donate.gif" alt="Donate" style="float: right; margin-right: -17px; margin-top: -15px;" /></a>
<div id="header">
<a href="index.php"><img src="images/logo.gif" alt="Gilmore For President - Gilmore '08" /></a>
</div>
<div id="menu">
<table width="100%" cellpadding="0" cellspacing="0">
<tr>
<td width="13%"><div class="menu_item"><a href="about.php"><img src="images/menu_about.gif" alt="About Jim" /></a></div></td>
<td width="13%"><div class="menu_item"><a href="issues.php"><img src="images/menu_issues.gif" alt="The Issues" /></a></div></td>
<td width="13%"><div class="menu_item"><a href="mygilmore.php"><img src="images/menu_mygilmore.gif" alt="MyGilmore" /></a></div></td>
<td width="13%"><div class="menu_item"><a href="contribute.php"><img src="images/menu_donate.gif" alt="Donate" /></a></div></td>
<td width="15%"><div class="menu_item"><a href="press.php"><img src="images/menu_press.gif" alt="Press Center" /></a></div></td>
<td width="16%"><div class="menu_item"><a href="view.php?mode=events"><img src="images/menu_events.gif" alt="Events Calendar" /></a></div></td>
<td width="15%"><div class="menu_item"><a href="blog/index.php"><img src="images/menu_blog.gif" alt="Official Blog" /></a></div></td>
</tr>
</table>
</div>
<div id="content">
<div class="section_full_top"> </div>
<div class="section_full">
<div class="section_header">
<img src="images/stars.gif" alt="* * * *" class="stars" />
<img src="images/t_tell_your_friends.gif" alt="Tell Your Friends" />
</div>
<div style="margin-bottom: 10px;">Invite your family, friends and colleagues to join the Jim Gilmore Campaign today!</div>
<form style="margin: 0px; padding: 0px;" method='post' action='tellafriend.php'>
<input type="hidden" name="mode" value="friends" />
<div style="float: left; width: 50%;">
<div class="label" style="font-size: 0.85em;">Name</div>
<div>
<span class="styled">
<input type="text" class="styled" name="name[1]" id="name[1]" tabindex="1" />
</span>
</div>
</div>
<div style="float: left; width: 50%;">
<div class="label" style="font-size: 0.85em;">Email</div>
<div>
<span class="styled">
<input type="text" class="styled" name="email[1]" id="email[1]" tabindex="2" />
</span>
</div>
</div>
<div class="clear"></div>
<div style="float: left; width: 50%;">
<div class="label" style="font-size: 0.85em;">Name</div>
<div>
<span class="styled">
<input type="text" class="styled" name="name[2]" id="name[2]" tabindex="3" />
</span>
</div>
</div>
<div style="float: left; width: 50%;">
<div class="label" style="font-size: 0.85em;">Email</div>
<div>
<span class="styled">
<input type="text" class="styled" name="email[2]" id="email[2]" tabindex="4" />
</span>
</div>
</div>
<div class="clear"></div>
<div style="float: left; width: 50%;">
<div class="label" style="font-size: 0.85em;">Name</div>
<div>
<span class="styled">
<input type="text" class="styled" name="name[3]" id="name[3]" tabindex="5" />
</span>
</div>
</div>
<div style="float: left; width: 50%;">
<div class="label" style="font-size: 0.85em;">Email</div>
<div>
<span class="styled">
<input type="text" class="styled" name="email[3]" id="email[3]" tabindex="6" />
</span>
</div>
</div>
<div class="clear"></div>
<div style="float: left; width: 50%;">
<div class="label" style="font-size: 0.85em;">Name</div>
<div>
<span class="styled">
<input type="text" class="styled" name="name[4]" id="name[4]" tabindex="7" />
</span>
</div>
</div>
<div style="float: left; width: 50%;">
<div class="label" style="font-size: 0.85em;">Email</div>
<div>
<span class="styled">
<input type="text" class="styled" name="email[4]" id="email[4]" tabindex="8" />
</span>
</div>
</div>
<div class="clear" style="margin-bottom: 10px; border-bottom: 1px solid #DEDFE9;"></div>
<div style="float: left; width: 50%;">
<div class="label" style="font-size: 0.85em;">Your Name</div>
<div>
<span class="styled">
<input type="text" class="styled" name="from_name" id="from_name" tabindex="9" value=" " />
</span>
</div>
</div>
<div style="float: left; width: 50%;">
<div class="label" style="font-size: 0.85em;">Your Email</div>
<div>
<span class="styled">
<input type="text" class="styled" name="from_email" id="from_email" tabindex="10" value="" />
</span>
</div>
</div>
<div>
<div class="label" style="font-size: 0.85em;">Message (optional)</div>
<div>
<span class="styled">
<textarea class="styled" name="message" id="message" tabindex="11"></textarea>
</span>
</div>
</div>
<div style="text-align: center;">
<input type="hidden" name="siteName" value="" />
<input type="submit" value="Send" tabindex="12" style="margin-top: 7px; margin-left: auto; margin-right: auto;" />
</div>
</form>
</div>
<div class="section_full_bottom"> </div>
</div>
<a href="contribute.php" style="float:left"><img src="images/donate.png" alt="Donate" /></a>
<a href="volunteer.php" style="float:right"><img src="images/volunteer.png" alt="Volunteer" /></a>
<div id="footer">
<div style="margin-bottom: 3px;">
<a href="about.php">About Jim</a> |
<a href="issues.php">The Issues</a> |
<a href="mygilmore.php"><span style="color: #8e0606;">My</span>Gilmore</a> |
<a href="press.php">Press Center</a> |
<a href="view.php?mode=events">Events Calendar</a> |
<a href="blog/index.php">Official Blog</a> |
<a href="contribute.php">Contribute</a> |
<a href="contact.php">Contact Us</a>
</div>
<div style="font-size: 0.8em;">Paid for by Jim Gilmore for President, Inc. <br /> ©2007 Gilmore For President, Inc. All Rights Reserved</div>
</div>
</div>
</div>
</div>
<script src="urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-1738072-1";
urchinTracker();
</script>
</body>
</html>