-
Notifications
You must be signed in to change notification settings - Fork 0
/
header.php
executable file
·22 lines (22 loc) · 955 Bytes
/
header.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!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>
<link rel="stylesheet" href="css/style.css"/>
<title>Constant Contact Sample Script</title>
</head>
<body>
<table style="border: 0px;" width="100%">
<tr>
<td align="left"><img src="images/constantcontact.jpg" border="0" alt="Constant Contact" /></td>
<td align="center">
<fieldset style="width: 800px;">
<legend> Managing Email Contacts </legend>
<a href="add_contact.php">Add a new Contact [Full Form]</a> |
<a href="simple_form.php">Add a new Contact [Simplified Form]</a> |
<a href="edit_contact_step1.php">Add or Edit Contact</a> |
<a href="list_contacts.php">List all contacts</a> |
<a href="doc/index.html" target="_blank">Documentation</a>
</fieldset>
</td>
</tr>
</table>