<?PHP
//Filename : pledge_man.php
//Description : Administrative inerface for pledges
//Author : darc
//Last modified : 2006.12.20
include '../includes/auth_pledge_ed.php';
?>
<html>
<head><title>Pledge Administration</title>
<link href="../includes/index.css" rel="stylesheet" type="text/css">
</head>
<body class="body">
<br />
<table width="810" height="626" border="0" align="center" cellpadding="15">
<tr>
<td height="128" colspan="2"><img src="../images/eg_banner.gif" width="810" height="172"></td>
</tr>
<tr>
<td width="27%" height="488" valign="top"> <?php include '../includes/nav.inc'; ?></td>
<td width="53%" valign="top">
<ul>
<li><a href="pledge_add.php" class="body">Add Pledge</a></li>
<li><a href="pledge_del.php" class="body">Remove Pledge(s)</a></li>
<li><a href="../php/pledge_roster.php" class="body">Pledge Roster</a></li>
<br />
<li><a href="pledge_initiate.php">Initiate Pledges</a></li>
</ul>
</td>
</tr>
</table>
</body>
</html>