-
Notifications
You must be signed in to change notification settings - Fork 0
/
mail.html
62 lines (62 loc) · 4.16 KB
/
mail.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
<!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=UTF-8" />
<title>gdlabs</title>
</head>
<body style="background: #f1f1f1">
<table width="500" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td height="86"><img src="gfx/img/lgo-mail.png" width="251" height="59" border="0" /></td>
</tr>
<tr><td height="1" bgcolor="#dadada"><!-- --></td></tr>
<tr><td height="1" bgcolor="#f6f6f6"><!-- --></td></tr>
<tr><td height="20"><!-- --></td></tr>
<tr>
<td>
<table width="500" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="20%" valign="top" style="font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 14px; line-height: 18px; color: #333"><strong>Name:</strong></td>
<td width="80%" valign="top" style="font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 14px; line-height: 18px; color: #333">$name</td>
</tr>
<tr>
<td width="20%" valign="top" style="font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 14px; line-height: 18px; color: #333"><strong>Surname:</strong></td>
<td width="80%" valign="top" style="font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 14px; line-height: 18px; color: #333">$surname</td>
</tr>
<tr>
<td width="20%" valign="top" style="font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 14px; line-height: 18px; color: #333"><strong>Organization:</strong></td>
<td width="80%" valign="top" style="font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 14px; line-height: 18px; color: #333">$organization</td>
</tr>
<tr>
<td width="20%" valign="top" style="font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 14px; line-height: 18px; color: #333"><strong>Reason:</strong></td>
<td width="80%" valign="top" style="font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 14px; line-height: 18px; color: #333">$reason</td>
</tr>
<tr>
<td width="20%" valign="top" style="font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 14px; line-height: 18px; color: #333"><strong>Budget:</strong></td>
<td width="80%" valign="top" style="font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 14px; line-height: 18px; color: #333">$budget</td>
</tr>
<tr>
<td width="20%" valign="top" style="font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 14px; line-height: 18px; color: #333"><strong>Tel:</strong></td>
<td width="80%" valign="top" style="font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 14px; line-height: 18px; color: #333">$phone</td>
</tr>
<tr>
<td width="20%" valign="top" style="font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 14px; line-height: 18px; color: #333"><strong>Message:</strong></td>
<td width="80%" valign="top" style="font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 14px; line-height: 18px; color: #333">$message</td>
</tr>
<tr>
<td colspan="2" height="20"><!-- --></td>
</tr>
<tr>
<td width="20%" valign="top" style="font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 14px; line-height: 18px; color: #333"><strong>IP:</strong></td>
<td width="80%" valign="top" style="font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 14px; line-height: 18px; color: #333">" . $_SERVER["REMOTE_ADDR"] . "</td>
</tr>
</table>
</td>
</tr>
<tr><td height="20"><!-- --></td></tr>
<tr><td height="1" bgcolor="#dadada"><!-- --></td></tr>
<tr><td height="1" bgcolor="#f6f6f6"><!-- --></td></tr>
<tr><td height="20" style="font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 12px; color: #999">©2012 gdlabs.</td></tr>
</table>
</body>
</html>